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
cc86d6cb2b83204941542fd7e827509cf63c168d
4,752
xml
XML
app/src/main/res/layout/activity_main.xml
erdo/fore-state-tutorial
8b4b784b7cd73edba60328c5925839daf525990d
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_main.xml
erdo/fore-state-tutorial
8b4b784b7cd73edba60328c5925839daf525990d
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_main.xml
erdo/fore-state-tutorial
8b4b784b7cd73edba60328c5925839daf525990d
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="@dimen/spacer"> <LinearLayout android:id="@+id/life_cashpiles_linearlayout" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:orientation="horizontal"> <ImageView android:id="@+id/life_player1cash_img" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:contentDescription="player 1 cash" android:scaleType="fitCenter" android:src="@drawable/money_12" /> <ImageView android:id="@+id/life_player2cash_img" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:contentDescription="player 2 cash" android:scaleType="fitCenter" android:src="@drawable/money_01" /> <ImageView android:id="@+id/life_player3cash_img" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:contentDescription="player 3 cash" android:scaleType="fitCenter" android:src="@drawable/money_00" /> <ImageView android:id="@+id/life_player4cash_img" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:contentDescription="player 4 cash" android:scaleType="fitCenter" android:src="@drawable/money_04" /> </LinearLayout> <LinearLayout android:id="@+id/players_linearlayout" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:orientation="horizontal"> <ImageView android:id="@+id/life_player1icon_img" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:contentDescription="player 1" android:padding="@dimen/spacer" android:scaleType="fitCenter" android:src="@drawable/player_01_highlight" /> <ImageView android:id="@+id/life_player2icon_img" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:contentDescription="player 2" android:padding="@dimen/spacer" android:scaleType="fitCenter" android:src="@drawable/player_02" /> <ImageView android:id="@+id/life_player3icon_img" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:contentDescription="player 3" android:padding="@dimen/spacer" android:scaleType="fitCenter" android:src="@drawable/player_03" /> <ImageView android:id="@+id/life_player4icon_img" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:contentDescription="player 4" android:padding="@dimen/spacer" android:scaleType="fitCenter" android:src="@drawable/player_04" /> </LinearLayout> <Button android:id="@+id/life_next_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentStart="true" android:layout_alignParentLeft="true" android:layout_alignParentBottom="true" android:padding="@dimen/button_padding" android:text="@string/play" /> <TextView android:id="@+id/life_round_txt" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:layout_margin="@dimen/spacer" android:text="Round: X" /> <Button android:id="@+id/life_reset_btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" android:layout_alignParentBottom="true" android:padding="@dimen/button_padding" android:text="@string/reset" /> </RelativeLayout>
36.274809
74
0.626052
88bd87eccd6988976f6923527e6bbe9d165a5918
35,319
xml
XML
docs/Mono.Android/en/Android.Hardware.Camera2/DngCreator.xml
kenanlv/android-api-docs
4e107f5aa5e1f0232f0b04e04273519015a1a93d
[ "CC-BY-4.0", "MIT" ]
20
2019-05-10T03:23:40.000Z
2022-02-24T04:04:26.000Z
docs/Mono.Android/en/Android.Hardware.Camera2/DngCreator.xml
kenanlv/android-api-docs
4e107f5aa5e1f0232f0b04e04273519015a1a93d
[ "CC-BY-4.0", "MIT" ]
20
2019-06-19T23:30:45.000Z
2022-02-08T16:51:37.000Z
docs/Mono.Android/en/Android.Hardware.Camera2/DngCreator.xml
kenanlv/android-api-docs
4e107f5aa5e1f0232f0b04e04273519015a1a93d
[ "CC-BY-4.0", "MIT" ]
6
2019-05-13T01:18:09.000Z
2021-11-10T14:51:21.000Z
<Type Name="DngCreator" FullName="Android.Hardware.Camera2.DngCreator"> <TypeSignature Language="C#" Value="public sealed class DngCreator : Java.Lang.Object, IDisposable, Java.Lang.IAutoCloseable" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit DngCreator extends Java.Lang.Object implements class Android.Runtime.IJavaObject, class Java.Lang.IAutoCloseable, class System.IDisposable" /> <TypeSignature Language="DocId" Value="T:Android.Hardware.Camera2.DngCreator" /> <TypeSignature Language="F#" Value="type DngCreator = class&#xA; inherit Object&#xA; interface IAutoCloseable&#xA; interface IJavaObject&#xA; interface IDisposable" /> <AssemblyInfo> <AssemblyName>Mono.Android</AssemblyName> <AssemblyVersion>0.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>Java.Lang.Object</BaseTypeName> </Base> <Interfaces> <Interface> <InterfaceName>Android.Runtime.IJavaObject</InterfaceName> </Interface> <Interface> <InterfaceName>Java.Lang.IAutoCloseable</InterfaceName> </Interface> <Interface> <InterfaceName>System.IDisposable</InterfaceName> </Interface> </Interfaces> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("android/hardware/camera2/DngCreator", ApiSince=21, DoNotGenerateAcw=true)</AttributeName> </Attribute> </Attributes> <Docs since="21"> <summary>The <see cref="T:Android.Hardware.Camera2.DngCreator" /> class provides functions to write raw pixel data as a DNG file.</summary> <remarks> <para> <format type="text/html"> <a href="https://developer.android.com/reference/android/hardware/camera2/DngCreator" title="Reference documentation">Android platform documentation</a> </format> </para> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public DngCreator (Android.Hardware.Camera2.CameraCharacteristics characteristics, Android.Hardware.Camera2.CaptureResult metadata);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Android.Hardware.Camera2.CameraCharacteristics characteristics, class Android.Hardware.Camera2.CaptureResult metadata) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.#ctor(Android.Hardware.Camera2.CameraCharacteristics,Android.Hardware.Camera2.CaptureResult)" /> <MemberSignature Language="F#" Value="new Android.Hardware.Camera2.DngCreator : Android.Hardware.Camera2.CameraCharacteristics * Android.Hardware.Camera2.CaptureResult -&gt; Android.Hardware.Camera2.DngCreator" Usage="new Android.Hardware.Camera2.DngCreator (characteristics, metadata)" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register(".ctor", "(Landroid/hardware/camera2/CameraCharacteristics;Landroid/hardware/camera2/CaptureResult;)V", "")</AttributeName> </Attribute> </Attributes> <Parameters> <Parameter Name="characteristics" Type="Android.Hardware.Camera2.CameraCharacteristics" /> <Parameter Name="metadata" Type="Android.Hardware.Camera2.CaptureResult" /> </Parameters> <Docs> <param name="characteristics">To be added.</param> <param name="metadata">To be added.</param> <summary>Create a new DNG object.</summary> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> </Member> <Member MemberName="Close"> <MemberSignature Language="C#" Value="public void Close ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Close() cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.Close" /> <MemberSignature Language="F#" Value="abstract member Close : unit -&gt; unit&#xA;override this.Close : unit -&gt; unit" Usage="dngCreator.Close " /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:Java.Lang.IAutoCloseable.Close</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("close", "()V", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Closes the object and release any system resources it holds.</summary> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> </Member> <Member MemberName="JniPeerMembers"> <MemberSignature Language="C#" Value="public override Java.Interop.JniPeerMembers JniPeerMembers { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Java.Interop.JniPeerMembers JniPeerMembers" /> <MemberSignature Language="DocId" Value="P:Android.Hardware.Camera2.DngCreator.JniPeerMembers" /> <MemberSignature Language="F#" Value="member this.JniPeerMembers : Java.Interop.JniPeerMembers" Usage="Android.Hardware.Camera2.DngCreator.JniPeerMembers" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Mono.Android</AssemblyName> <AssemblyVersion>0.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Java.Interop.JniPeerMembers</ReturnType> </ReturnValue> <Docs> <summary>To be added.</summary> <value>To be added.</value> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> </Member> <Member MemberName="MaxThumbnailDimension"> <MemberSignature Language="C#" Value="public const int MaxThumbnailDimension = 256;" /> <MemberSignature Language="ILAsm" Value=".field public static literal int32 MaxThumbnailDimension = (256)" /> <MemberSignature Language="DocId" Value="F:Android.Hardware.Camera2.DngCreator.MaxThumbnailDimension" /> <MemberSignature Language="F#" Value="val mutable MaxThumbnailDimension : int" Usage="Android.Hardware.Camera2.DngCreator.MaxThumbnailDimension" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("MAX_THUMBNAIL_DIMENSION")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <MemberValue>256</MemberValue> <Docs> <summary>Max width or height dimension for thumbnails.</summary> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> </Member> <Member MemberName="SetDescription"> <MemberSignature Language="C#" Value="public Android.Hardware.Camera2.DngCreator SetDescription (string description);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Android.Hardware.Camera2.DngCreator SetDescription(string description) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.SetDescription(System.String)" /> <MemberSignature Language="F#" Value="member this.SetDescription : string -&gt; Android.Hardware.Camera2.DngCreator" Usage="dngCreator.SetDescription description" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("setDescription", "(Ljava/lang/String;)Landroid/hardware/camera2/DngCreator;", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Android.Hardware.Camera2.DngCreator</ReturnType> </ReturnValue> <Parameters> <Parameter Name="description" Type="System.String" /> </Parameters> <Docs> <param name="description">the user description string.</param> <summary>Set the user description string to write.</summary> <returns>To be added.</returns> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> </Member> <Member MemberName="SetLocation"> <MemberSignature Language="C#" Value="public Android.Hardware.Camera2.DngCreator SetLocation (Android.Locations.Location location);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Android.Hardware.Camera2.DngCreator SetLocation(class Android.Locations.Location location) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.SetLocation(Android.Locations.Location)" /> <MemberSignature Language="F#" Value="member this.SetLocation : Android.Locations.Location -&gt; Android.Hardware.Camera2.DngCreator" Usage="dngCreator.SetLocation location" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("setLocation", "(Landroid/location/Location;)Landroid/hardware/camera2/DngCreator;", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Android.Hardware.Camera2.DngCreator</ReturnType> </ReturnValue> <Parameters> <Parameter Name="location" Type="Android.Locations.Location" /> </Parameters> <Docs> <param name="location">an <see cref="T:Android.Locations.Location" /> object to set.</param> <summary>Set image location metadata.</summary> <returns>To be added.</returns> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> <exception cref="T:Java.Lang.IllegalArgumentException">if the given location object doesn't contain enough information to set location metadata. </exception> </Docs> </Member> <Member MemberName="SetOrientation"> <MemberSignature Language="C#" Value="public Android.Hardware.Camera2.DngCreator SetOrientation (Android.Media.Orientation orientation);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Android.Hardware.Camera2.DngCreator SetOrientation(valuetype Android.Media.Orientation orientation) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.SetOrientation(Android.Media.Orientation)" /> <MemberSignature Language="F#" Value="member this.SetOrientation : Android.Media.Orientation -&gt; Android.Hardware.Camera2.DngCreator" Usage="dngCreator.SetOrientation orientation" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("setOrientation", "(I)Landroid/hardware/camera2/DngCreator;", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Android.Hardware.Camera2.DngCreator</ReturnType> </ReturnValue> <Parameters> <Parameter Name="orientation" Type="Android.Media.Orientation"> <Attributes> <Attribute> <AttributeName>Android.Runtime.GeneratedEnum</AttributeName> </Attribute> </Attributes> </Parameter> </Parameters> <Docs> <param name="orientation">the orientation value to set, one of: <list type="bullet"><item><term><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Media ExifInterface ORIENTATION_NORMAL';scope=Xamarin" title="Android.Media.ExifInterface.ORIENTATION_NORMAL">Android.Media.ExifInterface.ORIENTATION_NORMAL</a></format></term></item><item><term><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Media ExifInterface ORIENTATION_FLIP_HORIZONTAL';scope=Xamarin" title="Android.Media.ExifInterface.ORIENTATION_FLIP_HORIZONTAL">Android.Media.ExifInterface.ORIENTATION_FLIP_HORIZONTAL</a></format></term></item><item><term><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Media ExifInterface ORIENTATION_ROTATE_180';scope=Xamarin" title="Android.Media.ExifInterface.ORIENTATION_ROTATE_180">Android.Media.ExifInterface.ORIENTATION_ROTATE_180</a></format></term></item><item><term><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Media ExifInterface ORIENTATION_FLIP_VERTICAL';scope=Xamarin" title="Android.Media.ExifInterface.ORIENTATION_FLIP_VERTICAL">Android.Media.ExifInterface.ORIENTATION_FLIP_VERTICAL</a></format></term></item><item><term><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Media ExifInterface ORIENTATION_TRANSPOSE';scope=Xamarin" title="Android.Media.ExifInterface.ORIENTATION_TRANSPOSE">Android.Media.ExifInterface.ORIENTATION_TRANSPOSE</a></format></term></item><item><term><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Media ExifInterface ORIENTATION_ROTATE_90';scope=Xamarin" title="Android.Media.ExifInterface.ORIENTATION_ROTATE_90">Android.Media.ExifInterface.ORIENTATION_ROTATE_90</a></format></term></item><item><term><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Media ExifInterface ORIENTATION_TRANSVERSE';scope=Xamarin" title="Android.Media.ExifInterface.ORIENTATION_TRANSVERSE">Android.Media.ExifInterface.ORIENTATION_TRANSVERSE</a></format></term></item><item><term><format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='Android Media ExifInterface ORIENTATION_ROTATE_270';scope=Xamarin" title="Android.Media.ExifInterface.ORIENTATION_ROTATE_270">Android.Media.ExifInterface.ORIENTATION_ROTATE_270</a></format></term></item></list></param> <summary>Set the orientation value to write.</summary> <returns>To be added.</returns> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> </Member> <Member MemberName="SetThumbnail"> <MemberSignature Language="C#" Value="public Android.Hardware.Camera2.DngCreator SetThumbnail (Android.Graphics.Bitmap pixels);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Android.Hardware.Camera2.DngCreator SetThumbnail(class Android.Graphics.Bitmap pixels) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.SetThumbnail(Android.Graphics.Bitmap)" /> <MemberSignature Language="F#" Value="member this.SetThumbnail : Android.Graphics.Bitmap -&gt; Android.Hardware.Camera2.DngCreator" Usage="dngCreator.SetThumbnail pixels" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("setThumbnail", "(Landroid/graphics/Bitmap;)Landroid/hardware/camera2/DngCreator;", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Android.Hardware.Camera2.DngCreator</ReturnType> </ReturnValue> <Parameters> <Parameter Name="pixels" Type="Android.Graphics.Bitmap" /> </Parameters> <Docs> <param name="pixels">a <see cref="T:Android.Graphics.Bitmap" /> of pixel data.</param> <summary>Set the thumbnail image.</summary> <returns>To be added.</returns> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> <exception cref="T:Java.Lang.IllegalArgumentException">if the given thumbnail image has a dimension larger than <see cref="F:Android.Hardware.Camera2.DngCreator.MaxThumbnailDimension" />. </exception> </Docs> </Member> <Member MemberName="SetThumbnail"> <MemberSignature Language="C#" Value="public Android.Hardware.Camera2.DngCreator SetThumbnail (Android.Media.Image pixels);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Android.Hardware.Camera2.DngCreator SetThumbnail(class Android.Media.Image pixels) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.SetThumbnail(Android.Media.Image)" /> <MemberSignature Language="F#" Value="member this.SetThumbnail : Android.Media.Image -&gt; Android.Hardware.Camera2.DngCreator" Usage="dngCreator.SetThumbnail pixels" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("setThumbnail", "(Landroid/media/Image;)Landroid/hardware/camera2/DngCreator;", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Android.Hardware.Camera2.DngCreator</ReturnType> </ReturnValue> <Parameters> <Parameter Name="pixels" Type="Android.Media.Image" /> </Parameters> <Docs> <param name="pixels">an <see cref="T:Android.Media.Image" /> object with the format <see cref="F:Android.Graphics.ImageFormat.Yuv420888" />.</param> <summary>Set the thumbnail image.</summary> <returns>To be added.</returns> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> <exception cref="T:Java.Lang.IllegalArgumentException">if the given thumbnail image has a dimension larger than <see cref="F:Android.Hardware.Camera2.DngCreator.MaxThumbnailDimension" />. </exception> </Docs> </Member> <Member MemberName="ThresholdClass"> <MemberSignature Language="C#" Value="protected override IntPtr ThresholdClass { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance native int ThresholdClass" /> <MemberSignature Language="DocId" Value="P:Android.Hardware.Camera2.DngCreator.ThresholdClass" /> <MemberSignature Language="F#" Value="member this.ThresholdClass : nativeint" Usage="Android.Hardware.Camera2.DngCreator.ThresholdClass" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <ReturnValue> <ReturnType>System.IntPtr</ReturnType> </ReturnValue> <Docs> <summary>This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.</summary> <value>A <see cref="T:System.IntPtr" /> which contains the <c>java.lang.Class</c> JNI value corresponding to this type.</value> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> </Member> <Member MemberName="ThresholdType"> <MemberSignature Language="C#" Value="protected override Type ThresholdType { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class System.Type ThresholdType" /> <MemberSignature Language="DocId" Value="P:Android.Hardware.Camera2.DngCreator.ThresholdType" /> <MemberSignature Language="F#" Value="member this.ThresholdType : Type" Usage="Android.Hardware.Camera2.DngCreator.ThresholdType" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <ReturnValue> <ReturnType>System.Type</ReturnType> </ReturnValue> <Docs> <summary>This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.</summary> <value>A <see cref="T:System.Type" /> which provides the declaring type.</value> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> </Docs> </Member> <Member MemberName="WriteByteBuffer"> <MemberSignature Language="C#" Value="public void WriteByteBuffer (System.IO.Stream dngOutput, Android.Util.Size size, Java.Nio.ByteBuffer pixels, long offset);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void WriteByteBuffer(class System.IO.Stream dngOutput, class Android.Util.Size size, class Java.Nio.ByteBuffer pixels, int64 offset) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.WriteByteBuffer(System.IO.Stream,Android.Util.Size,Java.Nio.ByteBuffer,System.Int64)" /> <MemberSignature Language="F#" Value="member this.WriteByteBuffer : System.IO.Stream * Android.Util.Size * Java.Nio.ByteBuffer * int64 -&gt; unit" Usage="dngCreator.WriteByteBuffer (dngOutput, size, pixels, offset)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("writeByteBuffer", "(Ljava/io/OutputStream;Landroid/util/Size;Ljava/nio/ByteBuffer;J)V", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="dngOutput" Type="System.IO.Stream" /> <Parameter Name="size" Type="Android.Util.Size" /> <Parameter Name="pixels" Type="Java.Nio.ByteBuffer" /> <Parameter Name="offset" Type="System.Int64" /> </Parameters> <Docs> <param name="dngOutput">an <see cref="T:Java.IO.OutputStream" /> to write the DNG file to.</param> <param name="size">the <see cref="T:Android.Util.Size" /> of the image to write, in pixels.</param> <param name="pixels">an <see cref="T:Java.Nio.ByteBuffer" /> of pixel data to write.</param> <param name="offset">the offset of the raw image in bytes. This indicates how many bytes will be skipped in the input before any pixel data is read.</param> <summary>Write the <see cref="F:Android.Graphics.ImageFormat.RawSensor" /> pixel data to a DNG file with the currently configured metadata.</summary> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> <exception cref="T:Java.IO.IOException">if an error was encountered in the input or output stream.</exception> <exception cref="T:Java.Lang.IllegalStateException">if not enough metadata information has been set to write a well-formatted DNG file. </exception> </Docs> </Member> <Member MemberName="WriteImage"> <MemberSignature Language="C#" Value="public void WriteImage (System.IO.Stream dngOutput, Android.Media.Image pixels);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void WriteImage(class System.IO.Stream dngOutput, class Android.Media.Image pixels) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.WriteImage(System.IO.Stream,Android.Media.Image)" /> <MemberSignature Language="F#" Value="member this.WriteImage : System.IO.Stream * Android.Media.Image -&gt; unit" Usage="dngCreator.WriteImage (dngOutput, pixels)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("writeImage", "(Ljava/io/OutputStream;Landroid/media/Image;)V", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="dngOutput" Type="System.IO.Stream" /> <Parameter Name="pixels" Type="Android.Media.Image" /> </Parameters> <Docs> <param name="dngOutput">an <see cref="T:Java.IO.OutputStream" /> to write the DNG file to.</param> <param name="pixels">an <see cref="T:Android.Media.Image" /> to write.</param> <summary>Write the pixel data to a DNG file with the currently configured metadata.</summary> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> <exception cref="T:Java.IO.IOException">if an error was encountered in the output stream.</exception> <exception cref="T:Java.Lang.IllegalArgumentException">if an image with an unsupported format was used.</exception> <exception cref="T:Java.Lang.IllegalStateException">if not enough metadata information has been set to write a well-formatted DNG file. </exception> </Docs> </Member> <Member MemberName="WriteInputStream"> <MemberSignature Language="C#" Value="public void WriteInputStream (System.IO.Stream dngOutput, Android.Util.Size size, System.IO.Stream pixels, long offset);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void WriteInputStream(class System.IO.Stream dngOutput, class Android.Util.Size size, class System.IO.Stream pixels, int64 offset) cil managed" /> <MemberSignature Language="DocId" Value="M:Android.Hardware.Camera2.DngCreator.WriteInputStream(System.IO.Stream,Android.Util.Size,System.IO.Stream,System.Int64)" /> <MemberSignature Language="F#" Value="member this.WriteInputStream : System.IO.Stream * Android.Util.Size * System.IO.Stream * int64 -&gt; unit" Usage="dngCreator.WriteInputStream (dngOutput, size, pixels, offset)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyName>Mono.Android</AssemblyName> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>Android.Runtime.Register("writeInputStream", "(Ljava/io/OutputStream;Landroid/util/Size;Ljava/io/InputStream;J)V", "")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="dngOutput" Type="System.IO.Stream" /> <Parameter Name="size" Type="Android.Util.Size" /> <Parameter Name="pixels" Type="System.IO.Stream" /> <Parameter Name="offset" Type="System.Int64" /> </Parameters> <Docs> <param name="dngOutput">an <see cref="T:Java.IO.OutputStream" /> to write the DNG file to.</param> <param name="size">the <see cref="T:Android.Util.Size" /> of the image to write, in pixels.</param> <param name="pixels">an <see cref="T:Java.IO.InputStream" /> of pixel data to write.</param> <param name="offset">the offset of the raw image in bytes. This indicates how many bytes will be skipped in the input before any pixel data is read.</param> <summary>Write the <see cref="F:Android.Graphics.ImageFormat.RawSensor" /> pixel data to a DNG file with the currently configured metadata.</summary> <remarks> <para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para> </remarks> <exception cref="T:Java.IO.IOException">if an error was encountered in the input or output stream.</exception> <exception cref="T:Java.Lang.IllegalStateException">if not enough metadata information has been set to write a well-formatted DNG file.</exception> <exception cref="T:Java.Lang.IllegalArgumentException">if the size passed in does not match the </exception> </Docs> </Member> </Members> </Type>
74.355789
2,485
0.713327
708613d12eb325810a5f821b1baea169baf27bac
4,495
kml
XML
public/map-sources/zip90262.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
null
null
null
public/map-sources/zip90262.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
4
2020-10-06T14:58:11.000Z
2021-05-11T04:14:34.000Z
public/map-sources/zip90262.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
1
2019-01-21T18:43:24.000Z
2019-01-21T18:43:24.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <kml xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.opengis.net/kml/2.2"> <Document> <LookAt> <longitude>-102</longitude> <latitude>38.5</latitude> <range>7000000</range> <tilt>10</tilt> <heading>0</heading> </LookAt> <name>cb_2016_us_zcta510_500k</name> <visibility>1</visibility> <Style id="KMLStyler"> <IconStyle> <scale>0.8</scale> </IconStyle> <LabelStyle> <scale>1.0</scale> </LabelStyle> <LineStyle> <color>ffbc822f</color> <width>2</width> <gx:labelVisibility>0</gx:labelVisibility> </LineStyle> <PolyStyle> <color>7fe1ca9e</color> </PolyStyle> </Style> <Schema name="cb_2016_us_zcta510_500k" id="kml_schema_ft_cb_2016_us_zcta510_500k"> <SimpleField type="xsd:string" name="ZCTA5CE10"> <displayName>ZCTA5CE10</displayName> </SimpleField> <SimpleField type="xsd:string" name="AFFGEOID10"> <displayName>AFFGEOID10</displayName> </SimpleField> <SimpleField type="xsd:string" name="GEOID10"> <displayName>GEOID10</displayName> </SimpleField> <SimpleField type="xsd:double" name="ALAND10"> <displayName>ALAND10</displayName> </SimpleField> <SimpleField type="xsd:double" name="AWATER10"> <displayName>AWATER10</displayName> </SimpleField> </Schema> <Folder id="kml_ft_cb_2016_us_zcta510_500k"> <name>cb_2016_us_zcta510_500k</name> </Folder> <Placemark id="cb_2016_us_zcta510_500k.kml"> <name>&lt;at&gt;&lt;openparen&gt;90262&lt;closeparen&gt;</name> <visibility>1</visibility> <description>&lt;center&gt;&lt;table&gt;&lt;tr&gt;&lt;th colspan='2' align='center'&gt;&lt;em&gt;Attributes&lt;/em&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;ZCTA5CE10&lt;/th&gt; &lt;td&gt;90262&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor=""&gt; &lt;th&gt;AFFGEOID10&lt;/th&gt; &lt;td&gt;8600000US90262&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;GEOID10&lt;/th&gt; &lt;td&gt;90262&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor=""&gt; &lt;th&gt;ALAND10&lt;/th&gt; &lt;td&gt;12517555&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;AWATER10&lt;/th&gt; &lt;td&gt;186079&lt;/td&gt; &lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;</description> <styleUrl>#KMLStyler</styleUrl> <ExtendedData> <SchemaData schemaUrl="#kml_schema_ft_cb_2016_us_zcta510_500k"> <SimpleData name="ZCTA5CE10">90262</SimpleData> <SimpleData name="AFFGEOID10">8600000US90262</SimpleData> <SimpleData name="GEOID10">90262</SimpleData> <SimpleData name="ALAND10">12517555</SimpleData> <SimpleData name="AWATER10">186079</SimpleData> </SchemaData> </ExtendedData> <Polygon> <extrude>0</extrude> <tessellate>1</tessellate> <altitudeMode>clampToGround</altitudeMode> <outerBoundaryIs> <LinearRing> <coordinates>-118.230324,33.929001,0.0 -118.228805,33.922685,0.0 -118.224578,33.923132,0.0 -118.21994,33.922301,0.0 -118.218356,33.921357,0.0 -118.218207,33.920406,0.0 -118.21809,33.920429,0.0 -118.217644,33.916804,0.0 -118.216936,33.912313,0.0 -118.215669,33.912452,0.0 -118.213839,33.913061,0.0 -118.206408,33.910619,0.0 -118.205827,33.912622,0.0 -118.198425,33.91057,0.0 -118.199979,33.906677,0.0 -118.196993,33.906452,0.0 -118.195022,33.911243,0.0 -118.193891,33.910933,0.0 -118.195792,33.906331,0.0 -118.189754,33.905778,0.0 -118.18961,33.905749,0.0 -118.188785,33.907208,0.0 -118.186744,33.907068,0.0 -118.186257,33.904797,0.0 -118.185397,33.904637,0.0 -118.180717,33.908828,0.0 -118.179661,33.912517,0.0 -118.177535,33.911836,0.0 -118.17667,33.918165,0.0 -118.175306,33.93067,0.0 -118.18046,33.931019,0.0 -118.182824,33.930791,0.0 -118.18174,33.934363,0.0 -118.193537,33.935549,0.0 -118.194313,33.935439,0.0 -118.210856,33.937061,0.0 -118.210532,33.939827,0.0 -118.213787,33.940172,0.0 -118.213109,33.94504,0.0 -118.216768,33.945441,0.0 -118.216251,33.942862,0.0 -118.214548,33.938865,0.0 -118.214187,33.936921,0.0 -118.226507,33.938196,0.0 -118.226772,33.937096,0.0 -118.225119,33.929715,0.0 -118.226649,33.929129,0.0 -118.230324,33.929001,0.0</coordinates> </LinearRing> </outerBoundaryIs> </Polygon> </Placemark> </Document> </kml>
49.944444
1,277
0.658287
4dd96743f6ff19f325f695ab739e1ca4d375970c
2,173
xml
XML
elite-for-emacs-V1/webapp/elite-for-emacs/build.xml
samisalkosuo/elite-for-emacs
d5ae00b5793dfddff3f84eb17a93f0cb63073d7f
[ "MIT" ]
109
2016-01-30T09:30:20.000Z
2022-01-14T19:40:30.000Z
elite-for-emacs-V1/webapp/elite-for-emacs/build.xml
samisalkosuo/elite-for-emacs
d5ae00b5793dfddff3f84eb17a93f0cb63073d7f
[ "MIT" ]
null
null
null
elite-for-emacs-V1/webapp/elite-for-emacs/build.xml
samisalkosuo/elite-for-emacs
d5ae00b5793dfddff3f84eb17a93f0cb63073d7f
[ "MIT" ]
15
2016-01-30T09:36:18.000Z
2021-08-15T12:47:09.000Z
<project name="elite-for-emacs" default="compile" basedir="."> <target name="init"> <tstamp/> <property name="name" value="elite-for-emacs" /> <property name="src.dir" value="${basedir}/src" /> <property name="deploy.home" value="${basedir}/deploy" /> <property name="jar.dir" value="${basedir}/jar" /> <property name="tomcat.home" value="c:/_user/Apps/jakarta-tomcat-4.1.12/webapps" /> <property name="build.dir" value="${basedir}/classes" /> <property name="doc.dir" value="${basedir}/docs" /> <property name="classpath" value="" /> <property name="deprecation" value="off" /> <property name="classpath-dir" location="c:/_user/mpic/development/classpath"/> <!-- Project class path, relative pointing to classpath directory--> <path id="project.class.path"> <fileset dir="${classpath-dir}"> <include name="**/*.jar"/> </fileset> </path> </target> <target name="prepare" depends="init"> <mkdir dir="${deploy.home}"/> <copy todir="${deploy.home}"> <fileset dir="web"/> </copy> <mkdir dir="${deploy.home}/WEB-INF"/> <copy todir="${deploy.home}/WEB-INF/"> <fileset dir="etc"/> </copy> <mkdir dir="${deploy.home}/WEB-INF/classes"/> <mkdir dir="${deploy.home}/WEB-INF/classes/lib"/> <copy todir="${deploy.home}/WEB-INF/classes/lib"> <fileset dir="thirdpartylib"/> </copy> </target> <target name="clean"> <delete dir="${deploy.home}"/> </target> <target name="compile" depends="prepare"> <javac srcdir="src" destdir="${deploy.home}/WEB-INF/classes" classpath="${project.class.path};c:/_user/mpic/development/classpath/j2ee.jar" debug="on" optimize="off" deprecation="off"/> </target> <target name="dist" depends="prepare,compile"> <jar jarfile="${jar.dir}/${name}.war" basedir="${deploy.home}" includes="**/*"/> </target> <target name="deploy" depends="compile"> <mkdir dir="${tomcat.home}/${name}"/> <copy todir="${tomcat.home}/${name}"> <fileset dir="deploy"/> </copy> </target> </project>
29.767123
92
0.588127
7aa37f409ff7446fe789c87527978972a56d923e
13,682
ui
XML
lxdm/lxdm-theme/Default/greeter-gtk3.ui
KungPaoChick/dotfiles
311879067d054ba1604edb86abd71a4bd3d44026
[ "MIT" ]
8
2021-08-21T07:19:54.000Z
2021-09-24T09:36:08.000Z
lxdm/lxdm-theme/Default/greeter-gtk3.ui
AtifUsmani/dotfiles-bspwm
311879067d054ba1604edb86abd71a4bd3d44026
[ "MIT" ]
1
2021-09-05T16:17:16.000Z
2021-09-05T16:17:16.000Z
lxdm/lxdm-theme/Default/greeter-gtk3.ui
AtifUsmani/dotfiles-bspwm
311879067d054ba1604edb86abd71a4bd3d44026
[ "MIT" ]
2
2021-09-05T16:11:00.000Z
2021-09-11T14:20:17.000Z
<?xml version="1.0"?> <interface> <object class="GtkWindow" id="lxdm"> <property name="decorated">False</property> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="orientation">vertical</property> <!-- Time --> <child> <object class="GtkLabel" id="time"> <property name="visible">False</property> <property name="xalign">1</property> <property name="xpad">12</property> <property name="ypad">12</property> <property name="single_line_mode">True</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <!-- Login Image --> <child> <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">1</property> <child> <object class="GtkVBox" id="vbox2"> <property name="visible">True</property> <property name="orientation">vertical</property> <child> <object class="GtkImage" id="image1"> <property name="visible">False</property> <property name="pixbuf">login.png</property> <property name="yalign">0.99</property> </object> <packing> <property name="position">0</property> </packing> </child> <!-- Userlist --> <child> <object class="GtkAlignment" id="alignment2"> <property name="visible">True</property> <property name="yalign">0.6</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <object class="GtkHBox" id="hbox3"> <property name="visible">True</property> <property name="spacing">12</property> <child> <object class="GtkLabel" id="prompt"> <property name="visible">True</property> <property name="label" translatable="yes">User:</property> <property name="yalign">0.2</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="user_list_scrolled"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> <!-- Login Box --> <child> <object class="GtkIconView" id="user_list"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="item-padding">5</property> <property name="margin">5</property> <property name="column-spacing">0</property> <property name="row-spacing">0</property> </object> </child> </object> </child> <child> <object class="GtkEntry" id="login_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">&#x2022;</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkEventBox" id="bottom_pane"> <property name="visible">True</property> <property name="app_paintable">True</property> <property name="visible_window">False</property> <child> <object class="GtkHBox" id="bottom_hbox"> <property name="visible">True</property> <property name="border_width">6</property> <property name="spacing">12</property> <!-- Sessions --> <child> <object class="GtkHBox" id="sessions_box"> <property name="visible">True</property> <property name="spacing">6</property> <child> <object class="GtkImage" id="image2"> <property name="visible">True</property> <property name="pixbuf">session.svg</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label2"> <property name="visible">False</property> <property name="label" translatable="yes">Desktop </property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkComboBox" id="sessions"> <property name="visible">True</property> <property name="entry-text-column">0</property> <property name="has-entry">True</property> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <!-- Language --> <child> <object class="GtkHBox" id="lang_box"> <property name="visible">True</property> <property name="spacing">6</property> <child> <object class="GtkImage" id="image3"> <property name="visible">True</property> <property name="pixbuf">lang.svg</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_lang"> <property name="visible">False</property> <property name="label" translatable="yes">Language </property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkComboBox" id="lang"> <property name="visible">True</property> <property name="entry-text-column">0</property> <property name="has-entry">True</property> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <!-- Keyboard --> <child> <object class="GtkHBox" id="key_box"> <property name="visible">True</property> <property name="spacing">6</property> <child> <object class="GtkImage" id="image4"> <!--If keyboard is enabled, change visibility to 'True' for icon--> <property name="visible">False</property> <property name="pixbuf">keyboard.svg</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_keyboard"> <property name="visible">False</property> <property name="label" translatable="yes"></property> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkComboBox" id="keyboard"> <property name="has-entry">True</property> </object> <packing> <property name="expand">False</property> <property name="position">3</property> </packing> </child> </object> <!-- Position <packing> <property name="expand">False</property> <property name="position">1</property> </packing>--> </child> <!-- Keyboard Default <child> <object class="GtkLabel" id="label_keyboard"> <property name="visible">True</property> <property name="label" translatable="yes">Keyboard </property> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkComboBox" id="keyboard"> <property name="has-entry">True</property> </object> <packing> <property name="expand">False</property> <property name="position">3</property> </packing> </child> --> <!-- Exit --> <child> <object class="GtkButton" id="exit"> <!--<property name="label">gtk-quit</property>--> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="relief">none</property> <property name="use_stock">True</property> <child> <object class="GtkImage" id="imageShutdown"> <property name="visible">True</property> <property name="pixbuf">quit.svg</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">4</property> </packing> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </object> </child> </object> </interface>
45.155116
90
0.42523
f52deaf6627091804d7d80438a931f22cdc9eb88
944
xml
XML
.idea/libraries/Gradle__com_android_support_support_core_utils_26_0_0_beta1_aar.xml
che1974/microbit-android
9d860693c9ecf3fad8855f3a4536438c8268420d
[ "Apache-2.0" ]
1
2019-02-28T14:28:42.000Z
2019-02-28T14:28:42.000Z
.idea/libraries/Gradle__com_android_support_support_core_utils_26_0_0_beta1_aar.xml
che1974/microbit-android
9d860693c9ecf3fad8855f3a4536438c8268420d
[ "Apache-2.0" ]
null
null
null
.idea/libraries/Gradle__com_android_support_support_core_utils_26_0_0_beta1_aar.xml
che1974/microbit-android
9d860693c9ecf3fad8855f3a4536438c8268420d
[ "Apache-2.0" ]
null
null
null
<component name="libraryTable"> <library name="Gradle: com.android.support:support-core-utils:26.0.0-beta1@aar"> <ANNOTATIONS> <root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-core-utils-26.0.0-beta1.aar/a7f2951bf0d41f546c7fea3da28bbec3/annotations.zip!/" /> </ANNOTATIONS> <CLASSES> <root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-core-utils-26.0.0-beta1.aar/a7f2951bf0d41f546c7fea3da28bbec3/res" /> <root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/support-core-utils-26.0.0-beta1.aar/a7f2951bf0d41f546c7fea3da28bbec3/jars/classes.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-core-utils/26.0.0-beta1/f4787f68f6891aa6bd3c22d3818b58074fb8b17d/support-core-utils-26.0.0-beta1-sources.jar!/" /> </SOURCES> </library> </component>
62.933333
212
0.722458
7c3d73b9e4ec959dbcc709192806d36861c60977
476,100
xsd
XML
docs/lists.accounting.xsd
omniboost/go-netsuite-soap
fc145c9fdeaff966db1fd2534338b59ca7121c64
[ "MIT" ]
null
null
null
docs/lists.accounting.xsd
omniboost/go-netsuite-soap
fc145c9fdeaff966db1fd2534338b59ca7121c64
[ "MIT" ]
null
null
null
docs/lists.accounting.xsd
omniboost/go-netsuite-soap
fc145c9fdeaff966db1fd2534338b59ca7121c64
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:platformCore="urn:core_2021_2.platform.webservices.netsuite.com" xmlns:platformCoreTyp="urn:types.core_2021_2.platform.webservices.netsuite.com" xmlns:listAcctTyp="urn:types.accounting_2021_2.lists.webservices.netsuite.com" xmlns:listAcct="urn:accounting_2021_2.lists.webservices.netsuite.com" xmlns:platformCommon="urn:common_2021_2.platform.webservices.netsuite.com" xmlns:platformCommonTyp="urn:types.common_2021_2.platform.webservices.netsuite.com" targetNamespace="urn:accounting_2021_2.lists.webservices.netsuite.com" elementFormDefault="qualified"> <xsd:import namespace="urn:core_2021_2.platform.webservices.netsuite.com" schemaLocation="../../../xsd/platform.core.xsd"/> <xsd:import namespace="urn:types.accounting_2021_2.lists.webservices.netsuite.com" schemaLocation="../../../xsd/lists.accountingTypes.xsd"/> <xsd:import namespace="urn:common_2021_2.platform.webservices.netsuite.com" schemaLocation="../../../xsd/platform.common.xsd"/> <xsd:import namespace="urn:types.common_2021_2.platform.webservices.netsuite.com" schemaLocation="../../../xsd/platform.commonTypes.xsd"/> <!-- shared types/start --> <complexType name="ClassTranslation"> <sequence> <element name="locale" type="xsd:string" minOccurs="0"/> <element name="language" type="xsd:string" minOccurs="0"/> <element name="name" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="ClassTranslationList"> <sequence> <element name="classTranslation" type="listAcct:ClassTranslation" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- shared types/stop --> <!-- contactCategory/start --> <element name="ContactCategory" type="listAcct:ContactCategory"/> <complexType name="ContactCategory"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="private" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- contactCategory/end --> <!-- customerCategory/start --> <element name="CustomerCategory" type="listAcct:CustomerCategory"/> <complexType name="CustomerCategory"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- customerCategory/end --> <!-- salesRole/start --> <element name="SalesRole" type="listAcct:SalesRole"/> <complexType name="SalesRole"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="isSalesRep" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- salesRole/end --> <!-- priceLevel/start --> <element name="PriceLevel" type="listAcct:PriceLevel"/> <complexType name="PriceLevel"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="discountpct" type="xsd:double" minOccurs="0"/> <element name="updateExistingPrices" type="xsd:boolean" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- priceLevel/end --> <!-- winLossReason/start --> <element name="WinLossReason" type="listAcct:WinLossReason"/> <complexType name="WinLossReason"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- winLossReason/end --> <!-- term/start --> <element name="Term" type="listAcct:Term"/> <complexType name="Term"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="dateDriven" type="xsd:boolean" minOccurs="0"/> <element name="daysUntilNetDue" type="xsd:long" minOccurs="0"/> <element name="discountPercent" type="xsd:double" minOccurs="0"/> <element name="daysUntilExpiry" type="xsd:long" minOccurs="0"/> <element name="dayOfMonthNetDue" type="xsd:long" minOccurs="0"/> <element name="dueNextMonthIfWithinDays" type="xsd:long" minOccurs="0"/> <element name="discountPercentDateDriven" type="xsd:double" minOccurs="0"/> <element name="dayDiscountExpires" type="xsd:long" minOccurs="0"/> <element name="preferred" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="installment" type="xsd:boolean" minOccurs="0"/> <element name="recurrenceFrequency" type="platformCommonTyp:TermRecurrenceFrequency" minOccurs="0"/> <element name="recurrenceCount" type="xsd:long" minOccurs="0"/> <element name="repeatEvery" type="xsd:long" minOccurs="0"/> <element name="splitEvenly" type="xsd:boolean" minOccurs="0"/> <element name="percentagesList" type="listAcct:TermPercentagesList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- term/end --> <!-- noteType/start --> <element name="NoteType" type="listAcct:NoteType"/> <complexType name="NoteType"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- noteType/end --> <!-- paymentMethod/start --> <element name="PaymentMethod" type="listAcct:PaymentMethod"/> <complexType name="PaymentMethod"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="creditCard" type="xsd:boolean" minOccurs="0"/> <element name="undepFunds" type="xsd:boolean" minOccurs="0"/> <element name="account" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="visualsList" type="listAcct:PaymentMethodVisualsList" minOccurs="0"/> <element name="isDebitCard" type="xsd:boolean" minOccurs="0"/> <element name="merchantAccountsList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="payPalEmailAddress" type="xsd:string" minOccurs="0"/> <element name="expressCheckoutArrangement" type="xsd:string" minOccurs="0"/> <element name="useExpressCheckout" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- paymentMethod/end --> <!-- leadSource/start --> <element name="LeadSource" type="listAcct:LeadSource"/> <complexType name="LeadSource"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- leadSource/end --> <!-- shared types/start --> <!-- Pricing--> <complexType name="Price"> <sequence> <element name="value" type="xsd:double" minOccurs="0"/> <element name="quantity" type="xsd:double" minOccurs="0"/> </sequence> </complexType> <complexType name="PriceList"> <sequence> <element name="price" type="listAcct:Price" minOccurs="0" maxOccurs="unbounded"/> </sequence> </complexType> <complexType name="Pricing"> <sequence> <element name="currency" type="platformCore:RecordRef" minOccurs="0"/> <element name="priceLevel" type="platformCore:RecordRef" minOccurs="0"/> <element name="discount" type="xsd:double" minOccurs="0"/> <element name="priceList" type="listAcct:PriceList" minOccurs="0"/> </sequence> </complexType> <complexType name="PricingMatrix"> <sequence> <element name="pricing" type="listAcct:Pricing" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="false"/> </complexType> <!-- Billing Rate--> <complexType name="Rate"> <sequence> <element name="value" type="xsd:double" minOccurs="0"/> <element name="priceLevel" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="RateList"> <sequence> <element name="rate" type="listAcct:Rate" minOccurs="0" maxOccurs="unbounded"/> </sequence> </complexType> <complexType name="BillingRates"> <sequence> <element name="currency" type="platformCore:RecordRef" minOccurs="0"/> <element name="billingClass" type="platformCore:RecordRef" minOccurs="0"/> <element name="rateList" type="listAcct:RateList" minOccurs="0"/> </sequence> </complexType> <complexType name="BillingRatesMatrix"> <sequence> <element name="billingRates" type="listAcct:BillingRates" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="Translation"> <sequence> <element name="locale" type="platformCommonTyp:Language" minOccurs="0"/> <element name="language" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="TranslationList"> <sequence> <element name="translation" type="listAcct:Translation" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="ItemOptionsList"> <sequence> <element name="itemOptions" type="platformCore:RecordRef" maxOccurs="unbounded"/> </sequence> </complexType> <complexType name="ItemVendor"> <sequence> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="vendorCode" type="xsd:string" minOccurs="0"/> <element name="vendorCurrencyName" type="xsd:string" minOccurs="0"/> <element name="vendorCurrency" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchasePrice" type="xsd:double" minOccurs="0"/> <element name="preferredVendor" type="xsd:boolean" minOccurs="0"/> <element name="schedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiary" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="ItemVendorList"> <sequence> <element name="itemVendor" type="listAcct:ItemVendor" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="SiteCategory"> <sequence> <element name="website" type="platformCore:RecordRef" minOccurs="0"/> <element name="category" type="platformCore:RecordRef" minOccurs="0"/> <element name="isDefault" type="xsd:boolean" minOccurs="0"/> <element name="categoryDescription" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="SiteCategoryList"> <sequence> <element name="siteCategory" type="listAcct:SiteCategory" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="ProductFeedList"> <sequence> <element name="productFeed" type="listAcctTyp:ItemProductFeed" maxOccurs="unbounded"/> </sequence> </complexType> <complexType name="ItemMember"> <sequence> <element name="memberDescr" type="xsd:string" minOccurs="0"/> <element name="componentYield" type="xsd:double" minOccurs="0"/> <element name="bomQuantity" type="xsd:double" minOccurs="0"/> <element name="itemSource" type="platformCommonTyp:ItemSource" minOccurs="0"/> <element name="quantity" type="xsd:double" minOccurs="0"/> <element name="memberUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxcode" type="xsd:string" minOccurs="0"/> <element name="item" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxrate" type="xsd:double" minOccurs="0"/> <element name="effectiveDate" type="xsd:dateTime" minOccurs="0"/> <element name="obsoleteDate" type="xsd:dateTime" minOccurs="0"/> <element name="effectiveRevision" type="platformCore:RecordRef" minOccurs="0"/> <element name="obsoleteRevision" type="platformCore:RecordRef" minOccurs="0"/> <element name="lineNumber" type="xsd:long" minOccurs="0"/> <element name="memberKey" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="ItemMemberList"> <sequence> <element name="itemMember" type="listAcct:ItemMember" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- shared types/start --> <!-- inventoryItem/start --> <element name="InventoryItem" type="listAcct:InventoryItem"/> <complexType name="InventoryItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="copyDescription" type="xsd:boolean" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="dateConvertedToInv" type="xsd:dateTime" minOccurs="0"/> <element name="originalItemType" type="listAcctTyp:ItemType" minOccurs="0"/> <element name="originalItemSubtype" type="listAcctTyp:ItemSubType" minOccurs="0"/> <element name="cogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoCogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="fraudRisk" type="listAcctTyp:InventoryItemFraudRisk" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="dropshipExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="contingentRevenueHandling" type="xsd:boolean" minOccurs="0"/> <element name="revReclassFXAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="assetAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="matchBillToReceipt" type="xsd:boolean" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="gainLossAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="shippingCostUnits" type="xsd:string" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="handlingCostUnits" type="xsd:string" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="weightUnit" type="listAcctTyp:ItemWeightUnit" minOccurs="0"/> <element name="weightUnits" type="xsd:string" minOccurs="0"/> <element name="costingMethodDisplay" type="xsd:string" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="trackLandedCost" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="isDropShipItem" type="xsd:boolean" minOccurs="0"/> <element name="isSpecialOrderItem" type="xsd:boolean" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoDefRevAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufacturerAddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="roundUpAsComponent" type="xsd:boolean" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="listAcctTyp:ScheduleBCode" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="softDescriptor" type="platformCore:RecordRef" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="purchasePriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="reorderPointUnits" type="xsd:string" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="preferredStockLevelUnits" type="xsd:string" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="transferPrice" type="xsd:double" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="costEstimateUnits" type="xsd:string" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="preferredLocation" type="platformCore:RecordRef" minOccurs="0"/> <element name="isStorePickupAllowed" type="xsd:boolean" minOccurs="0"/> <element name="reorderMultiple" type="xsd:long" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="totalValue" type="xsd:double" minOccurs="0"/> <element name="averageCost" type="xsd:double" minOccurs="0"/> <element name="useBins" type="xsd:boolean" minOccurs="0"/> <element name="quantityReorderUnits" type="xsd:string" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="autoLeadTime" type="xsd:boolean" minOccurs="0"/> <element name="lastPurchasePrice" type="xsd:double" minOccurs="0"/> <element name="autoPreferredStockLevel" type="xsd:boolean" minOccurs="0"/> <element name="preferredStockLevelDays" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevelDays" type="xsd:long" minOccurs="0"/> <element name="backwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="seasonalDemand" type="xsd:boolean" minOccurs="0"/> <element name="safetyStockLevelUnits" type="xsd:string" minOccurs="0"/> <element name="demandModifier" type="xsd:double" minOccurs="0"/> <element name="distributionNetwork" type="platformCore:RecordRef" minOccurs="0"/> <element name="distributionCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="autoReorderPoint" type="xsd:boolean" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="costingMethod" type="listAcctTyp:ItemCostingMethod" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:InventoryItemHierarchyVersionsList" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="periodicLotSizeType" type="listAcctTyp:PeriodicLotSizeType" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> <element name="periodicLotSizeDays" type="xsd:long" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="forwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="onHandValueMli" type="xsd:double" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="quantityCommittedUnits" type="xsd:string" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityAvailableUnits" type="xsd:string" minOccurs="0"/> <element name="quantityOnHandUnits" type="xsd:string" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityOnOrderUnits" type="xsd:string" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="binNumberList" type="listAcct:InventoryItemBinNumberList" minOccurs="0"/> <element name="locationsList" type="listAcct:InventoryItemLocationsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="futureHorizon" type="xsd:long" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="enableCatchWeight" type="xsd:boolean" minOccurs="0"/> <element name="secondaryUnitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryBaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="conversionRate" type="xsd:double" minOccurs="0"/> <element name="secondaryStockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondarySaleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryPurchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryConsumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="lowerWarningLimit" type="xsd:double" minOccurs="0"/> <element name="upperWarningLimit" type="xsd:double" minOccurs="0"/> <element name="planningItemCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="MatrixOptionList"> <sequence> <element name="matrixOption" type="platformCore:SelectCustomFieldRef" minOccurs="0" maxOccurs="unbounded"/> </sequence> </complexType> <complexType name="InventoryItemBinNumber"> <sequence> <element name="binNumber" type="platformCore:RecordRef" minOccurs="0"/> <element name="onHand" type="xsd:string" minOccurs="0"/> <element name="onHandAvail" type="xsd:string" minOccurs="0"/> <element name="location" type="xsd:string" minOccurs="0"/> <element name="preferredBin" type="xsd:boolean" minOccurs="0"/> </sequence> </complexType> <complexType name="InventoryItemBinNumberList"> <sequence> <element name="binNumber" type="listAcct:InventoryItemBinNumber" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="InventoryItemLocations"> <sequence> <element name="location" type="xsd:string" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="onHandValueMli" type="xsd:double" minOccurs="0"/> <element name="averageCostMli" type="xsd:double" minOccurs="0"/> <element name="lastPurchasePriceMli" type="xsd:double" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="locationAllowStorePickup" type="xsd:boolean" minOccurs="0"/> <element name="locationStorePickupBufferStock" type="xsd:double" minOccurs="0"/> <element name="locationQtyAvailForStorePickup" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="inventoryCostTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="buildTime" type="xsd:double" minOccurs="0"/> <element name="fixedBuildTime" type="xsd:double" minOccurs="0"/> <element name="buildTimeLotSize" type="xsd:double" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="isWip" type="xsd:boolean" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="costingLotSize" type="xsd:double" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="locationId" type="platformCore:RecordRef" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="periodicLotSizeType" type="listAcctTyp:PeriodicLotSizeType" minOccurs="0"/> <element name="periodicLotSizeDays" type="xsd:long" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="backwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="forwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> </sequence> </complexType> <complexType name="InventoryItemLocationsList"> <sequence> <element name="locations" type="listAcct:InventoryItemLocations" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="PresentationItemList"> <sequence> <element name="presentationItem" type="platformCommon:PresentationItem" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- inventoryItem/end --> <!-- descriptionItem/start --> <element name="DescriptionItem" type="listAcct:DescriptionItem"/> <complexType name="DescriptionItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- descriptionItem/end --> <!-- discountItem/start --> <element name="DiscountItem" type="listAcct:DiscountItem"/> <complexType name="DiscountItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="nonPosting" type="xsd:boolean" minOccurs="0"/> <element name="account" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="rate" type="xsd:string" minOccurs="0"/> <element name="isPreTax" type="xsd:boolean" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- discountItem/end --> <!-- downloadItem/start --> <element name="downloadItem" type="listAcct:DownloadItem"/> <complexType name="DownloadItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="numOfAllowedDownloads" type="xsd:long" minOccurs="0"/> <element name="daysBeforeExpiration" type="xsd:long" minOccurs="0"/> <element name="immediateDownload" type="xsd:boolean" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- downloadItem/end --> <!-- markupItem/start --> <element name="MarkupItem" type="listAcct:MarkupItem"/> <complexType name="MarkupItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="nonPosting" type="xsd:boolean" minOccurs="0"/> <element name="account" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="rate" type="xsd:string" minOccurs="0"/> <element name="isPreTax" type="xsd:boolean" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- markupItem/end --> <!-- paymentItem/start --> <element name="PaymentItem" type="listAcct:PaymentItem"/> <complexType name="PaymentItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="paymentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="undepFunds" type="xsd:boolean" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="account" type="platformCore:RecordRef" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- paymentItem/end --> <!-- subtotalItem/start --> <element name="SubtotalItem" type="listAcct:SubtotalItem"/> <complexType name="SubtotalItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- subtotalItem/end --> <!-- nonInventoryPurchaseItem/start --> <element name="NonInventoryPurchaseItem" type="listAcct:NonInventoryPurchaseItem"/> <complexType name="NonInventoryPurchaseItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferralAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="amortizationTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="residual" type="xsd:string" minOccurs="0"/> <element name="amortizationPeriod" type="xsd:long" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="generateAccruals" type="xsd:boolean" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:NonInventoryPurchaseItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- nonInventoryPurchaseItem/end --> <!-- nonInventorySaleItem/start --> <element name="NonInventorySaleItem" type="listAcct:NonInventorySaleItem"/> <complexType name="NonInventorySaleItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="shippingCostUnits" type="xsd:string" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="handlingCostUnits" type="xsd:string" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="weightUnit" type="listAcctTyp:ItemWeightUnit" minOccurs="0"/> <element name="weightUnits" type="xsd:string" minOccurs="0"/> <element name="costEstimateUnits" type="xsd:string" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufacturerAddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="listAcctTyp:ScheduleBCode" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="xsd:string" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="contingentRevenueHandling" type="xsd:boolean" minOccurs="0"/> <element name="revReclassFXAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:NonInventorySaleItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- nonInventorySaleItem/end --> <!-- nonInventoryResaleItem/start --> <element name="NonInventoryResaleItem" type="listAcct:NonInventoryResaleItem"/> <complexType name="NonInventoryResaleItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="copyDescription" type="xsd:boolean" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="dropshipExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="isDropShipItem" type="xsd:boolean" minOccurs="0"/> <element name="isSpecialOrderItem" type="xsd:boolean" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="shippingCostUnits" type="xsd:string" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="handlingCostUnits" type="xsd:string" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="weightUnit" type="listAcctTyp:ItemWeightUnit" minOccurs="0"/> <element name="weightUnits" type="xsd:string" minOccurs="0"/> <element name="costEstimateUnits" type="xsd:string" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferralAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="amortizationTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="residual" type="xsd:string" minOccurs="0"/> <element name="amortizationPeriod" type="xsd:long" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufacturerAddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="listAcctTyp:ScheduleBCode" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="xsd:string" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="generateAccruals" type="xsd:boolean" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:NonInventoryResaleItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- nonInventoryResaleItem/end --> <!-- otherChargeResaleItem/start --> <element name="OtherChargeResaleItem" type="listAcct:OtherChargeResaleItem"/> <complexType name="OtherChargeResaleItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="manufacturingChargeItem" type="xsd:boolean" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimateUnits" type="xsd:string" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoDefRevAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferralAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="amortizationTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="residual" type="xsd:string" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="contingentRevenueHandling" type="xsd:boolean" minOccurs="0"/> <element name="revReclassFXAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="amortizationPeriod" type="xsd:long" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="xsd:string" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="generateAccruals" type="xsd:boolean" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:OtherChargeResaleItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- otherChargeResaleItem/end --> <!-- otherChargePurchaseItem/start --> <element name="OtherChargePurchaseItem" type="listAcct:OtherChargePurchaseItem"/> <complexType name="OtherChargePurchaseItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="manufacturingChargeItem" type="xsd:boolean" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferralAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="amortizationTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="residual" type="xsd:string" minOccurs="0"/> <element name="amortizationPeriod" type="xsd:long" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="generateAccruals" type="xsd:boolean" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="overheadType" type="listAcctTyp:ItemOverheadType" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:OtherChargePurchaseItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- otherChargePurchaseItem/end --> <!-- serviceResaleItem/start --> <element name="ServiceResaleItem" type="listAcct:ServiceResaleItem"/> <complexType name="ServiceResaleItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="manufacturingChargeItem" type="xsd:boolean" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimateUnits" type="xsd:string" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoDefRevAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferralAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="amortizationTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="residual" type="xsd:string" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="contingentRevenueHandling" type="xsd:boolean" minOccurs="0"/> <element name="revReclassFXAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="amortizationPeriod" type="xsd:long" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="xsd:string" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="generateAccruals" type="xsd:boolean" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="createJob" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="itemTaskTemplatesList" type="listAcct:ServiceItemTaskTemplatesList" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="billingRatesMatrix" type="listAcct:BillingRatesMatrix" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:ServiceResaleItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- serviceResaleItem/end --> <!-- servicePurchaseItem/start --> <element name="ServicePurchaseItem" type="listAcct:ServicePurchaseItem"/> <complexType name="ServicePurchaseItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="manufacturingChargeItem" type="xsd:boolean" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="expenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferralAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="amortizationTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="residual" type="xsd:string" minOccurs="0"/> <element name="amortizationPeriod" type="xsd:long" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="generateAccruals" type="xsd:boolean" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:ServicePurchaseItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- servicePurchaseItem/end --> <!-- serviceSaleItem/start --> <element name="ServiceSaleItem" type="listAcct:ServiceSaleItem"/> <complexType name="ServiceSaleItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimateUnits" type="xsd:string" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="xsd:string" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="contingentRevenueHandling" type="xsd:boolean" minOccurs="0"/> <element name="revReclassFXAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="createJob" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="itemTaskTemplatesList" type="listAcct:ServiceItemTaskTemplatesList" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="billingRatesMatrix" type="listAcct:BillingRatesMatrix" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:ServiceSaleItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- serviceSaleItem/end --> <!-- otherChargeSaleItem/start --> <element name="OtherChargeSaleItem" type="listAcct:OtherChargeSaleItem"/> <complexType name="OtherChargeSaleItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimateUnits" type="xsd:string" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="xsd:string" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="contingentRevenueHandling" type="xsd:boolean" minOccurs="0"/> <element name="revReclassFXAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:OtherChargeSaleItemHierarchyVersionsList" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- otherChargeSaleItem/end --> <!-- currency/start --> <element name="Currency" type="listAcct:Currency"/> <complexType name="Currency"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="symbol" type="xsd:string" minOccurs="0"/> <element name="isBaseCurrency" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="overrideCurrencyFormat" type="xsd:boolean" minOccurs="0"/> <element name="displaySymbol" type="xsd:string" minOccurs="0"/> <element name="symbolPlacement" type="platformCommonTyp:CurrencySymbolPlacement" minOccurs="0"/> <element name="locale" type="listAcctTyp:CurrencyLocale" minOccurs="0"/> <element name="formatSample" type="xsd:string" minOccurs="0"/> <element name="exchangeRate" type="xsd:double" minOccurs="0"/> <element name="fxRateUpdateTimezone" type="listAcctTyp:CurrencyFxRateUpdateTimezone" minOccurs="0"/> <element name="inclInFxRateUpdates" type="xsd:boolean" minOccurs="0"/> <element name="currencyPrecision" type="listAcctTyp:CurrencyCurrencyPrecision" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- currency/end --> <!-- expenseCategory/start --> <element name="ExpenseCategory" type="listAcct:ExpenseCategory"/> <complexType name="ExpenseCategory"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="expenseAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="rateRequired" type="xsd:boolean" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="defaultRate" type="xsd:double" minOccurs="0"/> <element name="ratesList" type="listAcct:ExpenseCategoryRatesList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- expenseCategory/end --> <!-- account/start --> <element name="Account" type="listAcct:Account"/> <complexType name="Account"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="acctType" type="listAcctTyp:AccountType" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="unit" type="platformCore:RecordRef" minOccurs="0"/> <element name="acctNumber" type="xsd:string" minOccurs="0"/> <element name="acctName" type="xsd:string" minOccurs="0"/> <element name="legalName" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="currency" type="platformCore:RecordRef" minOccurs="0"/> <element name="exchangeRate" type="xsd:string" minOccurs="0"/> <element name="generalRate" type="listAcctTyp:ConsolidatedRate" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="cashFlowRate" type="listAcctTyp:ConsolidatedRate" minOccurs="0"/> <element name="billableExpensesAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferralAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="curDocNum" type="xsd:long" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="restrictToAccountingBookList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="inventory" type="xsd:boolean" minOccurs="0"/> <element name="eliminate" type="xsd:boolean" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="category1099misc" type="platformCore:RecordRef" minOccurs="0"/> <element name="localizationsList" type="listAcct:AccountLocalizationsList" minOccurs="0"/> <element name="openingBalance" type="xsd:double" minOccurs="0"/> <element name="tranDate" type="xsd:dateTime" minOccurs="0"/> <element name="revalue" type="xsd:boolean" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="accountSearch" type="listAcct:AccountSearch"/> <complexType name="AccountSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:AccountSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="AccountSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:AccountSearch" minOccurs="0"/> <element name="columns" type="listAcct:AccountSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="AccountSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:AccountSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- account/end --> <!-- department/start --> <element name="Department" type="listAcct:Department"/> <complexType name="Department"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="classTranslationList" type="listAcct:ClassTranslationList" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="departmentSearch" type="listAcct:DepartmentSearch"/> <complexType name="DepartmentSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:DepartmentSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="DepartmentSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:DepartmentSearch" minOccurs="0"/> <element name="columns" type="listAcct:DepartmentSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="DepartmentSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:DepartmentSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- department/end --> <!-- classification/start --> <element name="Classification" type="listAcct:Classification"/> <complexType name="Classification"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="classTranslationList" type="listAcct:ClassTranslationList" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="classificationSearch" type="listAcct:ClassificationSearch"/> <complexType name="ClassificationSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:ClassificationSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ClassificationSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:ClassificationSearch" minOccurs="0"/> <element name="columns" type="listAcct:ClassificationSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ClassificationSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:ClassificationSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- classification/end --> <!-- location/start --> <element name="Location" type="listAcct:Location"/> <complexType name="Location"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="tranPrefix" type="xsd:string" minOccurs="0"/> <element name="mainAddress" type="platformCommon:Address" minOccurs="0"/> <element name="returnAddress" type="platformCommon:Address" minOccurs="0"/> <element name="locationType" type="listAcctTyp:LocationType" minOccurs="0"/> <element name="timeZone" type="listAcctTyp:LocationTimeZone" minOccurs="0"/> <element name="latitude" type="xsd:double" minOccurs="0"/> <element name="longitude" type="xsd:double" minOccurs="0"/> <element name="logo" type="platformCore:RecordRef" minOccurs="0"/> <element name="useBins" type="xsd:boolean" minOccurs="0"/> <element name="makeInventoryAvailable" type="xsd:boolean" minOccurs="0"/> <element name="makeInventoryAvailableStore" type="xsd:boolean" minOccurs="0"/> <element name="geolocationMethod" type="listAcctTyp:LocationGeolocationMethod" minOccurs="0"/> <element name="autoAssignmentRegionSetting" type="listAcctTyp:LocationAutoAssignmentRegionSetting" minOccurs="0"/> <element name="nextPickupCutOffTime" type="xsd:dateTime" minOccurs="0"/> <element name="bufferStock" type="xsd:long" minOccurs="0"/> <element name="allowStorePickup" type="xsd:boolean" minOccurs="0"/> <element name="storePickupBufferStock" type="xsd:double" minOccurs="0"/> <element name="dailyShippingCapacity" type="xsd:long" minOccurs="0"/> <element name="totalShippingCapacity" type="xsd:long" minOccurs="0"/> <element name="includeLocationRegionsList" type="listAcct:LocationRegionsList" minOccurs="0"/> <element name="excludeLocationRegionsList" type="listAcct:LocationRegionsList" minOccurs="0"/> <element name="businessHoursList" type="listAcct:LocationBusinessHoursList" minOccurs="0"/> <element name="classTranslationList" type="listAcct:ClassTranslationList" minOccurs="0"/> <element name="includeInControlTower" type="xsd:boolean" minOccurs="0"/> <element name="soPredictedDays" type="xsd:long" minOccurs="0"/> <element name="soPredConfidence" type="xsd:double" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="locationSearch" type="listAcct:LocationSearch"/> <complexType name="LocationSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:LocationSearchBasic" minOccurs="0"/> <element name="addressJoin" type="platformCommon:AddressSearchBasic" minOccurs="0"/> <element name="returnAddressJoin" type="platformCommon:AddressSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="LocationSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:LocationSearch" minOccurs="0"/> <element name="columns" type="listAcct:LocationSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="LocationSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:LocationSearchRowBasic" minOccurs="0"/> <element name="addressJoin" type="platformCommon:AddressSearchRowBasic" minOccurs="0"/> <element name="returnAddressJoin" type="platformCommon:AddressSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- location/end --> <!-- unitsType/start --> <element name="UnitsType" type="listAcct:UnitsType"/> <complexType name="UnitsType"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="uomList" type="listAcct:UnitsTypeUomList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="UnitsTypeUom"> <sequence> <element name="internalId" type="xsd:string" minOccurs="0"/> <element name="unitName" type="xsd:string" minOccurs="0"/> <element name="pluralName" type="xsd:string" minOccurs="0"/> <element name="abbreviation" type="xsd:string" minOccurs="0"/> <element name="pluralAbbreviation" type="xsd:string" minOccurs="0"/> <element name="conversionRate" type="xsd:double" minOccurs="0"/> <element name="baseUnit" type="xsd:boolean" minOccurs="0"/> </sequence> </complexType> <complexType name="UnitsTypeUomList"> <sequence> <element name="uom" type="listAcct:UnitsTypeUom" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- unitsType/end --> <!-- common type ItemWeightUnit constants/start --> <!-- common type ItemWeightUnit constants/end --> <!-- item/start --> <element name="itemSearch" type="listAcct:ItemSearch"/> <complexType name="ItemSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:ItemSearchBasic" minOccurs="0"/> <element name="accountingBookRevRecScheduleJoin" type="platformCommon:RevRecTemplateSearchBasic" minOccurs="0"/> <element name="assemblyItemBillOfMaterialsJoin" type="platformCommon:AssemblyItemBomSearchBasic" minOccurs="0"/> <element name="binNumberJoin" type="platformCommon:BinSearchBasic" minOccurs="0"/> <element name="binOnHandJoin" type="platformCommon:ItemBinNumberSearchBasic" minOccurs="0"/> <element name="correlatedItemJoin" type="platformCommon:ItemSearchBasic" minOccurs="0"/> <element name="effectiveRevisionJoin" type="platformCommon:ItemRevisionSearchBasic" minOccurs="0"/> <element name="fileJoin" type="platformCommon:FileSearchBasic" minOccurs="0"/> <element name="hierarchyNodeJoin" type="platformCommon:MerchandiseHierarchyNodeSearchBasic" minOccurs="0"/> <element name="inventoryDetailJoin" type="platformCommon:InventoryDetailSearchBasic" minOccurs="0"/> <element name="inventoryLocationJoin" type="platformCommon:LocationSearchBasic" minOccurs="0"/> <element name="inventoryNumberJoin" type="platformCommon:InventoryNumberSearchBasic" minOccurs="0"/> <element name="inventoryNumberBinOnHandJoin" type="platformCommon:InventoryNumberBinSearchBasic" minOccurs="0"/> <element name="memberItemJoin" type="platformCommon:ItemSearchBasic" minOccurs="0"/> <element name="obsoleteRevisionJoin" type="platformCommon:ItemRevisionSearchBasic" minOccurs="0"/> <element name="parentJoin" type="platformCommon:ItemSearchBasic" minOccurs="0"/> <element name="preferredLocationJoin" type="platformCommon:LocationSearchBasic" minOccurs="0"/> <element name="preferredVendorJoin" type="platformCommon:VendorSearchBasic" minOccurs="0"/> <element name="pricingJoin" type="platformCommon:PricingSearchBasic" minOccurs="0"/> <element name="shopperJoin" type="platformCommon:CustomerSearchBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="userNotesJoin" type="platformCommon:NoteSearchBasic" minOccurs="0"/> <element name="vendorJoin" type="platformCommon:VendorSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ItemSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:ItemSearch" minOccurs="0"/> <element name="columns" type="listAcct:ItemSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ItemSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:ItemSearchRowBasic" minOccurs="0"/> <element name="accountingBookRevRecScheduleJoin" type="platformCommon:RevRecTemplateSearchRowBasic" minOccurs="0"/> <element name="assemblyItemBillOfMaterialsJoin" type="platformCommon:AssemblyItemBomSearchRowBasic" minOccurs="0"/> <element name="binNumberJoin" type="platformCommon:BinSearchRowBasic" minOccurs="0"/> <element name="binOnHandJoin" type="platformCommon:ItemBinNumberSearchRowBasic" minOccurs="0"/> <element name="correlatedItemJoin" type="platformCommon:ItemSearchRowBasic" minOccurs="0"/> <element name="effectiveRevisionJoin" type="platformCommon:ItemRevisionSearchRowBasic" minOccurs="0"/> <element name="fileJoin" type="platformCommon:FileSearchRowBasic" minOccurs="0"/> <element name="hierarchyNodeJoin" type="platformCommon:MerchandiseHierarchyNodeSearchRowBasic" minOccurs="0"/> <element name="inventoryDetailJoin" type="platformCommon:InventoryDetailSearchRowBasic" minOccurs="0"/> <element name="inventoryLocationJoin" type="platformCommon:LocationSearchRowBasic" minOccurs="0"/> <element name="inventoryNumberJoin" type="platformCommon:InventoryNumberSearchRowBasic" minOccurs="0"/> <element name="inventoryNumberBinOnHandJoin" type="platformCommon:InventoryNumberBinSearchRowBasic" minOccurs="0"/> <element name="memberItemJoin" type="platformCommon:ItemSearchRowBasic" minOccurs="0"/> <element name="obsoleteRevisionJoin" type="platformCommon:ItemRevisionSearchRowBasic" minOccurs="0"/> <element name="parentJoin" type="platformCommon:ItemSearchRowBasic" minOccurs="0"/> <element name="preferredLocationJoin" type="platformCommon:LocationSearchRowBasic" minOccurs="0"/> <element name="preferredVendorJoin" type="platformCommon:VendorSearchRowBasic" minOccurs="0"/> <element name="pricingJoin" type="platformCommon:PricingSearchRowBasic" minOccurs="0"/> <element name="shopperJoin" type="platformCommon:CustomerSearchRowBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="userNotesJoin" type="platformCommon:NoteSearchRowBasic" minOccurs="0"/> <element name="vendorJoin" type="platformCommon:VendorSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- item/end --> <!-- contactRole/start --> <element name="ContactRole" type="listAcct:ContactRole"/> <complexType name="ContactRole"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- contactRole/end --> <!-- bin/start --> <element name="bin" type="listAcct:Bin"/> <complexType name="Bin"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="binNumber" type="xsd:string" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="binSearch" type="listAcct:BinSearch"/> <complexType name="BinSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:BinSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="BinSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:BinSearch" minOccurs="0"/> <element name="columns" type="listAcct:BinSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="BinSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:BinSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- bin/end --> <!-- salesTaxItem/start --> <element name="SalesTaxItem" type="listAcct:SalesTaxItem"/> <complexType name="SalesTaxItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="rate" type="xsd:string" minOccurs="0"/> <element name="taxType" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxAgency" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="effectiveFrom" type="xsd:dateTime" minOccurs="0"/> <element name="validUntil" type="xsd:dateTime" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="eccode" type="xsd:boolean" minOccurs="0"/> <element name="reverseCharge" type="xsd:boolean" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="service" type="xsd:boolean" minOccurs="0"/> <element name="exempt" type="xsd:boolean" minOccurs="0"/> <element name="isDefault" type="xsd:boolean" minOccurs="0"/> <element name="excludeFromTaxReports" type="xsd:boolean" minOccurs="0"/> <element name="available" type="listAcctTyp:SalesTaxItemAvailable" minOccurs="0"/> <element name="export" type="xsd:boolean" minOccurs="0"/> <element name="taxAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="county" type="xsd:string" minOccurs="0"/> <element name="city" type="xsd:string" minOccurs="0"/> <element name="state" type="xsd:string" minOccurs="0"/> <element name="zip" type="xsd:string" minOccurs="0"/> <element name="nexusCountry" type="platformCore:RecordRef" minOccurs="0"/> <element name="name" type="xsd:string" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- salesTaxItem/end --> <!-- taxGroup/start --> <element name="TaxGroup" type="listAcct:TaxGroup"/> <complexType name="TaxGroup"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="state" type="xsd:string" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="taxitem1" type="platformCore:RecordRef" minOccurs="0"/> <element name="unitprice1" type="xsd:string" minOccurs="0"/> <element name="taxitem2" type="platformCore:RecordRef" minOccurs="0"/> <element name="unitprice2" type="xsd:string" minOccurs="0"/> <element name="piggyback" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="taxType" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="county" type="xsd:string" minOccurs="0"/> <element name="city" type="xsd:string" minOccurs="0"/> <element name="zip" type="xsd:string" minOccurs="0"/> <element name="nexusCountry" type="platformCore:RecordRef" minOccurs="0"/> <element name="isDefault" type="xsd:boolean" minOccurs="0"/> <element name="taxItemList" type="listAcct:TaxGroupTaxItemList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="TaxGroupTaxItem"> <sequence> <element name="taxName" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="basis" type="xsd:double" minOccurs="0"/> <element name="taxType" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="TaxGroupTaxItemList"> <sequence> <element name="taxItem" type="listAcct:TaxGroupTaxItem" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- taxGroup/end --> <!-- taxType/start --> <element name="TaxType" type="listAcct:TaxType"/> <complexType name="TaxType"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="doesNotAddToTotal" type="xsd:boolean" minOccurs="0"/> <element name="postToItemCost" type="xsd:boolean" minOccurs="0"/> <element name="taxInNetAmount" type="xsd:boolean" minOccurs="0"/> <element name="reverseCharge" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="nexusAccountsList" type="listAcct:TaxTypeNexusAccountsList" minOccurs="0"/> <element name="nexusesTaxList" type="listAcct:TaxTypeNexusesTaxList" minOccurs="0"/> <element name="country" type="platformCommonTyp:Country" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="TaxTypeNexusesTax"> <sequence> <element name="nexus" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="saleTaxAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchTaxAcct" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="TaxTypeNexusesTaxList"> <sequence> <element name="nexusesTax" type="listAcct:TaxTypeNexusesTax" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- taxType/end --> <!-- serializedInventoryItem/start --> <element name="SerializedInventoryItem" type="listAcct:SerializedInventoryItem"/> <complexType name="SerializedInventoryItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="costingMethod" type="listAcctTyp:ItemCostingMethod" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="copyDescription" type="xsd:boolean" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="cogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoCogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="dropshipExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="assetAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="matchBillToReceipt" type="xsd:boolean" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="gainLossAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="costingMethodDisplay" type="xsd:string" minOccurs="0"/> <element name="shippingCostUnits" type="xsd:string" minOccurs="0"/> <element name="handlingCostUnits" type="xsd:string" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="safetyStockLevelUnits" type="xsd:string" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="trackLandedCost" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="isDropShipItem" type="xsd:boolean" minOccurs="0"/> <element name="isSpecialOrderItem" type="xsd:boolean" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufacturerAddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="roundUpAsComponent" type="xsd:boolean" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="listAcctTyp:ScheduleBCode" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="softDescriptor" type="platformCore:RecordRef" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="transferPrice" type="xsd:double" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="preferredLocation" type="platformCore:RecordRef" minOccurs="0"/> <element name="isStorePickupAllowed" type="xsd:boolean" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="quantityReorderUnits" type="xsd:string" minOccurs="0"/> <element name="reorderMultiple" type="xsd:long" minOccurs="0"/> <element name="totalValue" type="xsd:double" minOccurs="0"/> <element name="useBins" type="xsd:boolean" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="autoLeadTime" type="xsd:boolean" minOccurs="0"/> <element name="autoReorderPoint" type="xsd:boolean" minOccurs="0"/> <element name="autoPreferredStockLevel" type="xsd:boolean" minOccurs="0"/> <element name="preferredStockLevelDays" type="xsd:double" minOccurs="0"/> <element name="averageCost" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="lastPurchasePrice" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevelDays" type="xsd:long" minOccurs="0"/> <element name="backwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="seasonalDemand" type="xsd:boolean" minOccurs="0"/> <element name="demandModifier" type="xsd:double" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="weightUnit" type="listAcctTyp:ItemWeightUnit" minOccurs="0"/> <element name="weightUnits" type="xsd:string" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="quantityOnHandUnits" type="xsd:string" minOccurs="0"/> <element name="onHandValueMli" type="xsd:double" minOccurs="0"/> <element name="serialNumbers" type="xsd:string" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="reorderPointUnits" type="xsd:string" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="periodicLotSizeType" type="listAcctTyp:PeriodicLotSizeType" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> <element name="periodicLotSizeDays" type="xsd:long" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="forwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevelUnits" type="xsd:string" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchasePriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:SerializedInventoryItemHierarchyVersionsList" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="itemNumberOptionsList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="numbersList" type="listAcct:SerializedInventoryItemNumbersList" minOccurs="0"/> <element name="binNumberList" type="listAcct:InventoryItemBinNumberList" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="locationsList" type="listAcct:SerializedInventoryItemLocationsList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="futureHorizon" type="xsd:long" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="enableCatchWeight" type="xsd:boolean" minOccurs="0"/> <element name="secondaryUnitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryBaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="conversionRate" type="xsd:double" minOccurs="0"/> <element name="secondaryStockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondarySaleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryPurchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryConsumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="lowerWarningLimit" type="xsd:double" minOccurs="0"/> <element name="upperWarningLimit" type="xsd:double" minOccurs="0"/> <element name="planningItemCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="SerializedInventoryItemLocations"> <sequence> <element name="location" type="xsd:string" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="onHandValueMli" type="xsd:double" minOccurs="0"/> <element name="serialNumbers" type="xsd:string" minOccurs="0"/> <element name="averageCostMli" type="xsd:double" minOccurs="0"/> <element name="lastPurchasePriceMli" type="xsd:double" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="locationAllowStorePickup" type="xsd:boolean" minOccurs="0"/> <element name="locationStorePickupBufferStock" type="xsd:double" minOccurs="0"/> <element name="locationQtyAvailForStorePickup" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="isWip" type="xsd:boolean" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="inventoryCostTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="buildTime" type="xsd:double" minOccurs="0"/> <element name="fixedBuildTime" type="xsd:double" minOccurs="0"/> <element name="buildTimeLotSize" type="xsd:double" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="costingLotSize" type="xsd:double" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="locationId" type="platformCore:RecordRef" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="periodicLotSizeType" type="listAcctTyp:PeriodicLotSizeType" minOccurs="0"/> <element name="periodicLotSizeDays" type="xsd:long" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="backwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="forwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> </sequence> </complexType> <complexType name="SerializedInventoryItemLocationsList"> <sequence> <element name="locations" type="listAcct:SerializedInventoryItemLocations" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="SerializedInventoryItemNumbers"> <sequence> <element name="serialNumber" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="SerializedInventoryItemNumbersList"> <sequence> <element name="numbers" type="listAcct:SerializedInventoryItemNumbers" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- serializedInventoryItem/end --> <!-- lotNumberedInventoryItem/start --> <element name="LotNumberedInventoryItem" type="listAcct:LotNumberedInventoryItem"/> <complexType name="LotNumberedInventoryItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="matrixType" type="listAcctTyp:ItemMatrixType" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="costingMethod" type="listAcctTyp:ItemCostingMethod" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="copyDescription" type="xsd:boolean" minOccurs="0"/> <element name="currency" type="xsd:string" minOccurs="0"/> <element name="cogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoCogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="dropshipExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="assetAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="matchBillToReceipt" type="xsd:boolean" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="gainLossAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="costingMethodDisplay" type="xsd:string" minOccurs="0"/> <element name="shippingCostUnits" type="xsd:string" minOccurs="0"/> <element name="handlingCostUnits" type="xsd:string" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="safetyStockLevelUnits" type="xsd:string" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="trackLandedCost" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="isDropShipItem" type="xsd:boolean" minOccurs="0"/> <element name="isSpecialOrderItem" type="xsd:boolean" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufacturerAddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="roundUpAsComponent" type="xsd:boolean" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="listAcctTyp:ScheduleBCode" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="softDescriptor" type="platformCore:RecordRef" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="purchasePriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="transferPrice" type="xsd:double" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="preferredLocation" type="platformCore:RecordRef" minOccurs="0"/> <element name="isStorePickupAllowed" type="xsd:boolean" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costUnits" type="xsd:string" minOccurs="0"/> <element name="reorderMultiple" type="xsd:long" minOccurs="0"/> <element name="quantityReorderUnits" type="xsd:string" minOccurs="0"/> <element name="totalValue" type="xsd:double" minOccurs="0"/> <element name="useBins" type="xsd:boolean" minOccurs="0"/> <element name="averageCost" type="xsd:double" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="autoLeadTime" type="xsd:boolean" minOccurs="0"/> <element name="lastPurchasePrice" type="xsd:double" minOccurs="0"/> <element name="autoReorderPoint" type="xsd:boolean" minOccurs="0"/> <element name="autoPreferredStockLevel" type="xsd:boolean" minOccurs="0"/> <element name="preferredStockLevelDays" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevelDays" type="xsd:long" minOccurs="0"/> <element name="backwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="seasonalDemand" type="xsd:boolean" minOccurs="0"/> <element name="demandModifier" type="xsd:double" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="weightUnit" type="listAcctTyp:ItemWeightUnit" minOccurs="0"/> <element name="weightUnits" type="xsd:string" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="quantityOnHandUnits" type="xsd:string" minOccurs="0"/> <element name="expirationDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="onHandValueMli" type="xsd:double" minOccurs="0"/> <element name="serialNumbers" type="xsd:string" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="reorderPointUnits" type="xsd:string" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="periodicLotSizeType" type="listAcctTyp:PeriodicLotSizeType" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> <element name="periodicLotSizeDays" type="xsd:long" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="forwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevelUnits" type="xsd:string" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="matrixOptionList" type="listAcct:MatrixOptionList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:LotNumberedInventoryItemHierarchyVersionsList" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="itemNumberOptionsList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="numbersList" type="listAcct:LotNumberedInventoryItemNumbersList" minOccurs="0"/> <element name="binNumberList" type="listAcct:InventoryItemBinNumberList" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="locationsList" type="listAcct:LotNumberedInventoryItemLocationsList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="futureHorizon" type="xsd:long" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="enableCatchWeight" type="xsd:boolean" minOccurs="0"/> <element name="secondaryUnitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryBaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="conversionRate" type="xsd:double" minOccurs="0"/> <element name="secondaryStockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondarySaleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryPurchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="secondaryConsumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="lowerWarningLimit" type="xsd:double" minOccurs="0"/> <element name="upperWarningLimit" type="xsd:double" minOccurs="0"/> <element name="planningItemCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="LotNumberedInventoryItemLocations"> <sequence> <element name="location" type="xsd:string" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="onHandValueMli" type="xsd:double" minOccurs="0"/> <element name="serialNumbers" type="xsd:string" minOccurs="0"/> <element name="expirationDate" type="xsd:dateTime" minOccurs="0"/> <element name="averageCostMli" type="xsd:double" minOccurs="0"/> <element name="lastPurchasePriceMli" type="xsd:double" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="locationAllowStorePickup" type="xsd:boolean" minOccurs="0"/> <element name="locationStorePickupBufferStock" type="xsd:double" minOccurs="0"/> <element name="locationQtyAvailForStorePickup" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="inventoryCostTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="buildTime" type="xsd:double" minOccurs="0"/> <element name="fixedBuildTime" type="xsd:double" minOccurs="0"/> <element name="buildTimeLotSize" type="xsd:double" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="isWip" type="xsd:boolean" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="costingLotSize" type="xsd:double" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="locationId" type="platformCore:RecordRef" minOccurs="0"/> <element name="locationlookup" type="platformCore:RecordRef" minOccurs="0"/> <element name="location_display" type="xsd:string" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="periodicLotSizeType" type="listAcctTyp:PeriodicLotSizeType" minOccurs="0"/> <element name="periodicLotSizeDays" type="xsd:long" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="backwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="forwardConsumptionDays" type="xsd:long" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> </sequence> </complexType> <complexType name="LotNumberedInventoryItemLocationsList"> <sequence> <element name="locations" type="listAcct:LotNumberedInventoryItemLocations" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="LotNumberedInventoryItemNumbers"> <sequence> <element name="serialNumber" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="expirationDate" type="xsd:dateTime" minOccurs="0"/> </sequence> </complexType> <complexType name="LotNumberedInventoryItemNumbersList"> <sequence> <element name="numbers" type="listAcct:LotNumberedInventoryItemNumbers" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- lotNumberedInventoryItem/end --> <!-- giftCertificateItem/start --> <element name="GiftCertificateItem" type="listAcct:GiftCertificateItem"/> <complexType name="GiftCertificateItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="salesDescription" type="xsd:string" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="liabilityAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="daysBeforeExpiration" type="xsd:long" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="authCodesList" type="listAcct:GiftCertificateItemAuthCodesList" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="GiftCertificateItemAuthCodes"> <sequence> <element name="authCode" type="xsd:string" minOccurs="0"/> <element name="used" type="xsd:boolean" minOccurs="0"/> </sequence> </complexType> <complexType name="GiftCertificateItemAuthCodesList"> <sequence> <element name="authCodes" type="listAcct:GiftCertificateItemAuthCodes" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <!-- giftCertificateItem/end --> <!-- subsidiary/start --> <element name="Subsidiary" type="listAcct:Subsidiary"/> <complexType name="Subsidiary"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="showSubsidiaryName" type="xsd:boolean" minOccurs="0"/> <element name="url" type="xsd:string" minOccurs="0"/> <element name="logo" type="platformCore:RecordRef" minOccurs="0"/> <element name="tranPrefix" type="xsd:string" minOccurs="0"/> <element name="pageLogo" type="platformCore:RecordRef" minOccurs="0"/> <element name="state" type="xsd:string" minOccurs="0"/> <element name="country" type="platformCommonTyp:Country" minOccurs="0"/> <element name="mainAddress" type="platformCommon:Address" minOccurs="0"/> <element name="shippingAddress" type="platformCommon:Address" minOccurs="0"/> <element name="returnAddress" type="platformCommon:Address" minOccurs="0"/> <element name="legalName" type="xsd:string" minOccurs="0"/> <element name="isElimination" type="xsd:boolean" minOccurs="0"/> <element name="fiscalCalendar" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxFiscalCalendar" type="platformCore:RecordRef" minOccurs="0"/> <element name="allowPayroll" type="xsd:boolean" minOccurs="0"/> <element name="email" type="xsd:string" minOccurs="0"/> <element name="currency" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="fax" type="xsd:string" minOccurs="0"/> <element name="edition" type="xsd:string" minOccurs="0"/> <element name="federalIdNumber" type="xsd:string" minOccurs="0"/> <element name="addrLanguage" type="xsd:string" minOccurs="0"/> <element name="state1TaxNumber" type="xsd:string" minOccurs="0"/> <element name="taxRegistrationList" type="listAcct:SubsidiaryTaxRegistrationList" minOccurs="0"/> <element name="ssnOrTin" type="xsd:string" minOccurs="0"/> <element name="interCoAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="nexusList" type="listAcct:SubsidiaryNexusList" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:SubsidiaryAccountingBookDetailList" minOccurs="0"/> <element name="checkLayout" type="platformCore:RecordRef" minOccurs="0"/> <element name="classTranslationList" type="listAcct:ClassTranslationList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="SubsidiaryNexus"> <sequence> <element name="nexusId" type="platformCore:RecordRef" minOccurs="0"/> <element name="country" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="SubsidiaryNexusList"> <sequence> <element name="nexus" type="listAcct:SubsidiaryNexus" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="subsidiarySearch" type="listAcct:SubsidiarySearch"/> <complexType name="SubsidiarySearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:SubsidiarySearchBasic" minOccurs="0"/> <element name="addressJoin" type="platformCommon:AddressSearchBasic" minOccurs="0"/> <element name="defaultAdvanceToApplyAccountJoin" type="platformCommon:AccountSearchBasic" minOccurs="0"/> <element name="returnAddressJoin" type="platformCommon:AddressSearchBasic" minOccurs="0"/> <element name="shippingAddressJoin" type="platformCommon:AddressSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="SubsidiarySearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:SubsidiarySearch" minOccurs="0"/> <element name="columns" type="listAcct:SubsidiarySearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="SubsidiarySearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:SubsidiarySearchRowBasic" minOccurs="0"/> <element name="addressJoin" type="platformCommon:AddressSearchRowBasic" minOccurs="0"/> <element name="defaultAdvanceToApplyAccountJoin" type="platformCommon:AccountSearchRowBasic" minOccurs="0"/> <element name="returnAddressJoin" type="platformCommon:AddressSearchRowBasic" minOccurs="0"/> <element name="shippingAddressJoin" type="platformCommon:AddressSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- subsidiary/end --> <!-- giftCertificate/start --> <element name="GiftCertificate" type="listAcct:GiftCertificate"/> <complexType name="GiftCertificate"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="giftCertCode" type="xsd:string" minOccurs="0"/> <element name="sender" type="xsd:string" minOccurs="0"/> <element name="name" type="xsd:string" minOccurs="0"/> <element name="email" type="xsd:string" minOccurs="0"/> <element name="message" type="xsd:string" minOccurs="0"/> <element name="expirationDate" type="xsd:dateTime" minOccurs="0"/> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="originalAmount" type="xsd:double" minOccurs="0"/> <element name="amountRemaining" type="xsd:double" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="giftCertificateSearch" type="listAcct:GiftCertificateSearch"/> <complexType name="GiftCertificateSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:GiftCertificateSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="GiftCertificateSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:GiftCertificateSearch" minOccurs="0"/> <element name="columns" type="listAcct:GiftCertificateSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="GiftCertificateSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:GiftCertificateSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- giftCertificate/end --> <!-- partnerCategory/start --> <element name="PartnerCategory" type="listAcct:PartnerCategory"/> <complexType name="PartnerCategory"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- partnerCategory/end --> <!-- vendorCategory/start --> <element name="VendorCategory" type="listAcct:VendorCategory"/> <complexType name="VendorCategory"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="isTaxAgency" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <!-- vendorCategory/end --> <element name="kitItem" type="listAcct:KitItem"/> <complexType name="KitItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="printItems" type="xsd:boolean" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="contingentRevenueHandling" type="xsd:boolean" minOccurs="0"/> <element name="revReclassFXAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="weightUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufactureraddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="platformCore:RecordRef" minOccurs="0"/> <element name="isFulfillable" type="xsd:boolean" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="memberList" type="listAcct:ItemMemberList" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:KitItemHierarchyVersionsList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="assemblyItem" type="listAcct:AssemblyItem"/> <complexType name="AssemblyItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="printItems" type="xsd:boolean" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="cogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="assetAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="matchBillToReceipt" type="xsd:boolean" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="gainLossAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="useComponentYield" type="xsd:boolean" minOccurs="0"/> <element name="wipVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="scrapAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="wipAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="weightUnit" type="listAcctTyp:ItemWeightUnit" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="costingMethod" type="listAcctTyp:ItemCostingMethod" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="costingMethodDisplay" type="xsd:string" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="trackLandedCost" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufactureraddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="effectiveBomControl" type="listAcctTyp:AssemblyItemEffectiveBomControl" minOccurs="0"/> <element name="defaultRevision" type="xsd:string" minOccurs="0"/> <element name="roundUpAsComponent" type="xsd:boolean" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="isDropShipItem" type="xsd:boolean" minOccurs="0"/> <element name="isPhantom" type="xsd:boolean" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="platformCore:RecordRef" minOccurs="0"/> <element name="isSpecialWorkOrderItem" type="xsd:boolean" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="prodQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="prodPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchasePriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="buildEntireAssembly" type="xsd:boolean" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="transferPrice" type="xsd:double" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoCogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="unbuildVarianceAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferRevRec" type="xsd:boolean" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="dropshipExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="preferredLocation" type="platformCore:RecordRef" minOccurs="0"/> <element name="isStorePickupAllowed" type="xsd:boolean" minOccurs="0"/> <element name="totalValue" type="xsd:double" minOccurs="0"/> <element name="useBins" type="xsd:boolean" minOccurs="0"/> <element name="averageCost" type="xsd:double" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="autoLeadTime" type="xsd:boolean" minOccurs="0"/> <element name="buildTime" type="xsd:double" minOccurs="0"/> <element name="buildTimeLotSize" type="xsd:double" minOccurs="0"/> <element name="fixedBuildTime" type="xsd:double" minOccurs="0"/> <element name="planningItemCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="lastPurchasePrice" type="xsd:double" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevelDays" type="xsd:long" minOccurs="0"/> <element name="seasonalDemand" type="xsd:boolean" minOccurs="0"/> <element name="reorderMultiple" type="xsd:long" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="demandModifier" type="xsd:double" minOccurs="0"/> <element name="distributionNetwork" type="platformCore:RecordRef" minOccurs="0"/> <element name="distributionCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="autoReorderPoint" type="xsd:boolean" minOccurs="0"/> <element name="autoPreferredStockLevel" type="xsd:boolean" minOccurs="0"/> <element name="preferredStockLevelDays" type="xsd:double" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="itemNumberOptionsList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="memberList" type="listAcct:ItemMemberList" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="billOfMaterialsList" type="listAcct:AssemblyItemBillOfMaterialsList" minOccurs="0"/> <element name="locationsList" type="listAcct:InventoryItemLocationsList" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="binNumberList" type="listAcct:InventoryItemBinNumberList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:AssemblyItemHierarchyVersionsList" minOccurs="0"/> <element name="futureHorizon" type="xsd:long" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="serializedAssemblyItem" type="listAcct:SerializedAssemblyItem"/> <complexType name="SerializedAssemblyItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="printItems" type="xsd:boolean" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="useComponentYield" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="cogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="assetAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="matchBillToReceipt" type="xsd:boolean" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="gainLossAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="prodQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="prodPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchasePriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="wipVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="scrapAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="wipAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCostUnits" type="xsd:string" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="handlingCostUnits" type="xsd:string" minOccurs="0"/> <element name="weightUnit" type="listAcctTyp:ItemWeightUnit" minOccurs="0"/> <element name="weightUnits" type="xsd:string" minOccurs="0"/> <element name="costingMethod" type="listAcctTyp:ItemCostingMethod" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="costingMethodDisplay" type="xsd:string" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="trackLandedCost" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufactureraddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="effectiveBomControl" type="listAcctTyp:AssemblyItemEffectiveBomControl" minOccurs="0"/> <element name="minimumQuantityUnits" type="xsd:string" minOccurs="0"/> <element name="defaultRevision" type="xsd:string" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="roundUpAsComponent" type="xsd:boolean" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="isDropShipItem" type="xsd:boolean" minOccurs="0"/> <element name="isPhantom" type="xsd:boolean" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="platformCore:RecordRef" minOccurs="0"/> <element name="isSpecialWorkOrderItem" type="xsd:boolean" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="buildEntireAssembly" type="xsd:boolean" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="quantityOnHandUnits" type="xsd:string" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="reorderMultiple" type="xsd:long" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="transferPrice" type="xsd:double" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoCogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="unbuildVarianceAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="dropshipExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="preferredLocation" type="platformCore:RecordRef" minOccurs="0"/> <element name="isStorePickupAllowed" type="xsd:boolean" minOccurs="0"/> <element name="totalValue" type="xsd:double" minOccurs="0"/> <element name="useBins" type="xsd:boolean" minOccurs="0"/> <element name="averageCost" type="xsd:double" minOccurs="0"/> <element name="lastPurchasePrice" type="xsd:double" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="autoLeadTime" type="xsd:boolean" minOccurs="0"/> <element name="buildTime" type="xsd:double" minOccurs="0"/> <element name="buildTimeLotSize" type="xsd:double" minOccurs="0"/> <element name="fixedBuildTime" type="xsd:double" minOccurs="0"/> <element name="planningItemCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevelUnits" type="xsd:string" minOccurs="0"/> <element name="safetyStockLevelDays" type="xsd:long" minOccurs="0"/> <element name="seasonalDemand" type="xsd:boolean" minOccurs="0"/> <element name="serialNumbers" type="xsd:string" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="reorderPointUnits" type="xsd:string" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevelUnits" type="xsd:string" minOccurs="0"/> <element name="demandModifier" type="xsd:double" minOccurs="0"/> <element name="autoReorderPoint" type="xsd:boolean" minOccurs="0"/> <element name="autoPreferredStockLevel" type="xsd:boolean" minOccurs="0"/> <element name="preferredStockLevelDays" type="xsd:double" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="itemNumberOptionsList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="billOfMaterialsList" type="listAcct:SerializedAssemblyItemBillOfMaterialsList" minOccurs="0"/> <element name="memberList" type="listAcct:ItemMemberList" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="locationsList" type="listAcct:SerializedInventoryItemLocationsList" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="binNumberList" type="listAcct:InventoryItemBinNumberList" minOccurs="0"/> <element name="numbersList" type="listAcct:SerializedInventoryItemNumbersList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:SerializedAssemblyItemHierarchyVersionsList" minOccurs="0"/> <element name="futureHorizon" type="xsd:long" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="lotNumberedAssemblyItem" type="listAcct:LotNumberedAssemblyItem"/> <complexType name="LotNumberedAssemblyItem"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="printItems" type="xsd:boolean" minOccurs="0"/> <element name="isOnline" type="xsd:boolean" minOccurs="0"/> <element name="isGcoCompliant" type="xsd:boolean" minOccurs="0"/> <element name="offerSupport" type="xsd:boolean" minOccurs="0"/> <element name="useComponentYield" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="costCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="cogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="vendor" type="platformCore:RecordRef" minOccurs="0"/> <element name="incomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoIncomeAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="assetAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="matchBillToReceipt" type="xsd:boolean" minOccurs="0"/> <element name="billQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="billExchRateVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="gainLossAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="salesTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseTaxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="prodQtyVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="prodPriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchasePriceVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="wipVarianceAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="scrapAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="shippingCost" type="xsd:double" minOccurs="0"/> <element name="wipAcct" type="platformCore:RecordRef" minOccurs="0"/> <element name="handlingCost" type="xsd:double" minOccurs="0"/> <element name="weight" type="xsd:double" minOccurs="0"/> <element name="weightUnit" type="listAcctTyp:ItemWeightUnit" minOccurs="0"/> <element name="costingMethod" type="listAcctTyp:ItemCostingMethod" minOccurs="0"/> <element name="isTaxable" type="xsd:boolean" minOccurs="0"/> <element name="costingMethodDisplay" type="xsd:string" minOccurs="0"/> <element name="rate" type="xsd:double" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="purchaseUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="saleUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="trackLandedCost" type="xsd:boolean" minOccurs="0"/> <element name="matrixItemNameTemplate" type="xsd:string" minOccurs="0"/> <element name="billingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="deferredRevenueAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="stockDescription" type="xsd:string" minOccurs="0"/> <element name="producer" type="xsd:boolean" minOccurs="0"/> <element name="manufacturer" type="xsd:string" minOccurs="0"/> <element name="mpn" type="xsd:string" minOccurs="0"/> <element name="multManufactureAddr" type="xsd:boolean" minOccurs="0"/> <element name="manufactureraddr1" type="xsd:string" minOccurs="0"/> <element name="manufacturerCity" type="xsd:string" minOccurs="0"/> <element name="manufacturerState" type="xsd:string" minOccurs="0"/> <element name="manufacturerZip" type="xsd:string" minOccurs="0"/> <element name="countryOfManufacture" type="platformCommonTyp:Country" minOccurs="0"/> <element name="effectiveBomControl" type="listAcctTyp:AssemblyItemEffectiveBomControl" minOccurs="0"/> <element name="manufacturerTaxId" type="xsd:string" minOccurs="0"/> <element name="defaultRevision" type="xsd:string" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="roundUpAsComponent" type="xsd:boolean" minOccurs="0"/> <element name="purchaseOrderQuantity" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderAmount" type="xsd:double" minOccurs="0"/> <element name="purchaseOrderQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="receiptQuantity" type="xsd:double" minOccurs="0"/> <element name="receiptAmount" type="xsd:double" minOccurs="0"/> <element name="receiptQuantityDiff" type="xsd:double" minOccurs="0"/> <element name="isDropShipItem" type="xsd:boolean" minOccurs="0"/> <element name="isPhantom" type="xsd:boolean" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="scheduleBNumber" type="xsd:string" minOccurs="0"/> <element name="scheduleBQuantity" type="xsd:long" minOccurs="0"/> <element name="scheduleBCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="manufacturerTariff" type="xsd:string" minOccurs="0"/> <element name="preferenceCriterion" type="listAcctTyp:ItemPreferenceCriterion" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="minimumQuantity" type="xsd:long" minOccurs="0"/> <element name="enforceMinQtyInternally" type="xsd:boolean" minOccurs="0"/> <element name="maximumQuantity" type="xsd:long" minOccurs="0"/> <element name="softDescriptor" type="platformCore:RecordRef" minOccurs="0"/> <element name="isSpecialWorkOrderItem" type="xsd:boolean" minOccurs="0"/> <element name="pricesIncludeTax" type="xsd:boolean" minOccurs="0"/> <element name="quantityPricingSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="buildEntireAssembly" type="xsd:boolean" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="useMarginalRates" type="xsd:boolean" minOccurs="0"/> <element name="reorderMultiple" type="xsd:long" minOccurs="0"/> <element name="cost" type="xsd:double" minOccurs="0"/> <element name="costEstimateType" type="platformCommonTyp:ItemCostEstimateType" minOccurs="0"/> <element name="isHazmatItem" type="xsd:boolean" minOccurs="0"/> <element name="hazmatId" type="xsd:string" minOccurs="0"/> <element name="hazmatShippingName" type="xsd:string" minOccurs="0"/> <element name="hazmatHazardClass" type="xsd:string" minOccurs="0"/> <element name="hazmatPackingGroup" type="listAcctTyp:HazmatPackingGroup" minOccurs="0"/> <element name="hazmatItemUnits" type="xsd:string" minOccurs="0"/> <element name="hazmatItemUnitsQty" type="xsd:double" minOccurs="0"/> <element name="costEstimate" type="xsd:double" minOccurs="0"/> <element name="transferPrice" type="xsd:double" minOccurs="0"/> <element name="overallQuantityPricingType" type="listAcctTyp:ItemOverallQuantityPricingType" minOccurs="0"/> <element name="pricingGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="intercoCogsAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="vsoePrice" type="xsd:double" minOccurs="0"/> <element name="vsoeSopGroup" type="platformCommonTyp:VsoeSopGroup" minOccurs="0"/> <element name="vsoeDeferral" type="platformCommonTyp:VsoeDeferral" minOccurs="0"/> <element name="vsoePermitDiscount" type="platformCommonTyp:VsoePermitDiscount" minOccurs="0"/> <element name="vsoeDelivered" type="xsd:boolean" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="unbuildVarianceAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueAllocationGroup" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="directRevenuePosting" type="xsd:boolean" minOccurs="0"/> <element name="dropshipExpenseAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="preferredLocation" type="platformCore:RecordRef" minOccurs="0"/> <element name="isStorePickupAllowed" type="xsd:boolean" minOccurs="0"/> <element name="totalValue" type="xsd:double" minOccurs="0"/> <element name="useBins" type="xsd:boolean" minOccurs="0"/> <element name="averageCost" type="xsd:double" minOccurs="0"/> <element name="lastPurchasePrice" type="xsd:double" minOccurs="0"/> <element name="purchaseDescription" type="xsd:string" minOccurs="0"/> <element name="leadTime" type="xsd:long" minOccurs="0"/> <element name="autoLeadTime" type="xsd:boolean" minOccurs="0"/> <element name="buildTime" type="xsd:double" minOccurs="0"/> <element name="buildTimeLotSize" type="xsd:double" minOccurs="0"/> <element name="fixedBuildTime" type="xsd:double" minOccurs="0"/> <element name="planningItemCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="safetyStockLevel" type="xsd:double" minOccurs="0"/> <element name="safetyStockLevelDays" type="xsd:long" minOccurs="0"/> <element name="seasonalDemand" type="xsd:boolean" minOccurs="0"/> <element name="serialNumbers" type="xsd:string" minOccurs="0"/> <element name="reorderPoint" type="xsd:double" minOccurs="0"/> <element name="preferredStockLevel" type="xsd:double" minOccurs="0"/> <element name="expirationDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="nextInvtCountDate" type="xsd:dateTime" minOccurs="0"/> <element name="invtCountInterval" type="xsd:long" minOccurs="0"/> <element name="invtClassification" type="listAcctTyp:ItemInvtClassification" minOccurs="0"/> <element name="demandModifier" type="xsd:double" minOccurs="0"/> <element name="autoReorderPoint" type="xsd:boolean" minOccurs="0"/> <element name="autoPreferredStockLevel" type="xsd:boolean" minOccurs="0"/> <element name="preferredStockLevelDays" type="xsd:double" minOccurs="0"/> <element name="shipIndividually" type="xsd:boolean" minOccurs="0"/> <element name="shipPackage" type="platformCore:RecordRef" minOccurs="0"/> <element name="defaultReturnCost" type="xsd:double" minOccurs="0"/> <element name="supplyReplenishmentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="alternateDemandSourceItem" type="platformCore:RecordRef" minOccurs="0"/> <element name="fixedLotSize" type="xsd:double" minOccurs="0"/> <element name="supplyType" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandTimeFence" type="xsd:long" minOccurs="0"/> <element name="supplyTimeFence" type="xsd:long" minOccurs="0"/> <element name="rescheduleInDays" type="xsd:long" minOccurs="0"/> <element name="rescheduleOutDays" type="xsd:long" minOccurs="0"/> <element name="supplyLotSizingMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="demandSource" type="platformCore:RecordRef" minOccurs="0"/> <element name="quantityCommitted" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityBackOrdered" type="xsd:double" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="storeDisplayName" type="xsd:string" minOccurs="0"/> <element name="storeDisplayThumbnail" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDisplayImage" type="platformCore:RecordRef" minOccurs="0"/> <element name="storeDescription" type="xsd:string" minOccurs="0"/> <element name="storeDetailedDescription" type="xsd:string" minOccurs="0"/> <element name="storeItemTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="pageTitle" type="xsd:string" minOccurs="0"/> <element name="metaTagHtml" type="xsd:string" minOccurs="0"/> <element name="excludeFromSitemap" type="xsd:boolean" minOccurs="0"/> <element name="sitemapPriority" type="platformCommonTyp:SitemapPriority" minOccurs="0"/> <element name="urlComponent" type="xsd:string" minOccurs="0"/> <element name="searchKeywords" type="xsd:string" minOccurs="0"/> <element name="isDonationItem" type="xsd:boolean" minOccurs="0"/> <element name="showDefaultDonationAmount" type="xsd:boolean" minOccurs="0"/> <element name="maxDonationAmount" type="xsd:double" minOccurs="0"/> <element name="dontShowPrice" type="xsd:boolean" minOccurs="0"/> <element name="noPriceMessage" type="xsd:string" minOccurs="0"/> <element name="outOfStockMessage" type="xsd:string" minOccurs="0"/> <element name="shoppingDotComCategory" type="xsd:string" minOccurs="0"/> <element name="outOfStockBehavior" type="listAcctTyp:ItemOutOfStockBehavior" minOccurs="0"/> <element name="shopzillaCategoryId" type="xsd:long" minOccurs="0"/> <element name="nexTagCategory" type="xsd:string" minOccurs="0"/> <element name="productFeedList" type="listAcct:ProductFeedList" minOccurs="0"/> <element name="relatedItemsDescription" type="xsd:string" minOccurs="0"/> <element name="onSpecial" type="xsd:boolean" minOccurs="0"/> <element name="specialsDescription" type="xsd:string" minOccurs="0"/> <element name="featuredDescription" type="xsd:string" minOccurs="0"/> <element name="itemOptionsList" type="listAcct:ItemOptionsList" minOccurs="0"/> <element name="itemNumberOptionsList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="itemVendorList" type="listAcct:ItemVendorList" minOccurs="0"/> <element name="pricingMatrix" type="listAcct:PricingMatrix" minOccurs="0"/> <element name="billOfMaterialsList" type="listAcct:LotNumberedAssemblyItemBillOfMaterialsList" minOccurs="0"/> <element name="memberList" type="listAcct:ItemMemberList" minOccurs="0"/> <element name="accountingBookDetailList" type="listAcct:ItemAccountingBookDetailList" minOccurs="0"/> <element name="locationsList" type="listAcct:LotNumberedInventoryItemLocationsList" minOccurs="0"/> <element name="siteCategoryList" type="listAcct:SiteCategoryList" minOccurs="0"/> <element name="binNumberList" type="listAcct:InventoryItemBinNumberList" minOccurs="0"/> <element name="numbersList" type="listAcct:LotNumberedInventoryItemNumbersList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="presentationItemList" type="listAcct:PresentationItemList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:LotNumberedAssemblyItemHierarchyVersionsList" minOccurs="0"/> <element name="futureHorizon" type="xsd:long" minOccurs="0"/> <element name="consumptionUnit" type="platformCore:RecordRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ServiceItemTaskTemplates"> <sequence> <element name="taskName" type="xsd:string" minOccurs="0"/> <element name="taskStartOffset" type="xsd:long" minOccurs="0"/> <element name="taskDuration" type="platformCore:Duration" minOccurs="0"/> </sequence> </complexType> <complexType name="ServiceItemTaskTemplatesList"> <sequence> <element name="taskTemplates" type="listAcct:ServiceItemTaskTemplates" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="state" type="listAcct:State"/> <complexType name="State"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="country" type="platformCommonTyp:Country" minOccurs="0"/> <element name="fullName" type="xsd:string" minOccurs="0"/> <element name="shortname" type="xsd:string" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="accountingPeriod" type="listAcct:AccountingPeriod"/> <complexType name="AccountingPeriod"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="periodName" type="xsd:string" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="fiscalCalendar" type="platformCore:RecordRef" minOccurs="0"/> <element name="closedOnDate" type="xsd:dateTime" minOccurs="0"/> <element name="isAdjust" type="xsd:boolean" minOccurs="0"/> <element name="fiscalCalendarsList" type="listAcct:AccountingPeriodFiscalCalendarsList" minOccurs="0"/> <element name="isQuarter" type="xsd:boolean" minOccurs="0"/> <element name="isYear" type="xsd:boolean" minOccurs="0"/> <element name="closed" type="xsd:boolean" minOccurs="0"/> <element name="apLocked" type="xsd:boolean" minOccurs="0"/> <element name="arLocked" type="xsd:boolean" minOccurs="0"/> <element name="payrollLocked" type="xsd:boolean" minOccurs="0"/> <element name="allLocked" type="xsd:boolean" minOccurs="0"/> <element name="allowNonGLChanges" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="budgetCategory" type="listAcct:BudgetCategory"/> <complexType name="BudgetCategory"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="budgetType" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="accountingPeriodSearch" type="listAcct:AccountingPeriodSearch"/> <complexType name="AccountingPeriodSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:AccountingPeriodSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="userNotesJoin" type="platformCommon:NoteSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="AccountingPeriodSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:AccountingPeriodSearch" minOccurs="0"/> <element name="columns" type="listAcct:AccountingPeriodSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="AccountingPeriodSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:AccountingPeriodSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="userNotesJoin" type="platformCommon:NoteSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="contactCategorySearch" type="listAcct:ContactCategorySearch"/> <complexType name="ContactCategorySearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:ContactCategorySearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ContactCategorySearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:ContactCategorySearch" minOccurs="0"/> <element name="columns" type="listAcct:ContactCategorySearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ContactCategorySearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:ContactCategorySearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="contactRoleSearch" type="listAcct:ContactRoleSearch"/> <complexType name="ContactRoleSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:ContactRoleSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ContactRoleSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:ContactRoleSearch" minOccurs="0"/> <element name="columns" type="listAcct:ContactRoleSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ContactRoleSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:ContactRoleSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="customerCategorySearch" type="listAcct:CustomerCategorySearch"/> <complexType name="CustomerCategorySearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:CustomerCategorySearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="CustomerCategorySearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:CustomerCategorySearch" minOccurs="0"/> <element name="columns" type="listAcct:CustomerCategorySearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="CustomerCategorySearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:CustomerCategorySearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="expenseCategorySearch" type="listAcct:ExpenseCategorySearch"/> <complexType name="ExpenseCategorySearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:ExpenseCategorySearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ExpenseCategorySearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:ExpenseCategorySearch" minOccurs="0"/> <element name="columns" type="listAcct:ExpenseCategorySearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ExpenseCategorySearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:ExpenseCategorySearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <element name="noteTypeSearch" type="listAcct:NoteTypeSearch"/> <complexType name="NoteTypeSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:NoteTypeSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="NoteTypeSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:NoteTypeSearch" minOccurs="0"/> <element name="columns" type="listAcct:NoteTypeSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="NoteTypeSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:NoteTypeSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="partnerCategorySearch" type="listAcct:PartnerCategorySearch"/> <complexType name="PartnerCategorySearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:PartnerCategorySearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="PartnerCategorySearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:PartnerCategorySearch" minOccurs="0"/> <element name="columns" type="listAcct:PartnerCategorySearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="PartnerCategorySearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:PartnerCategorySearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="paymentMethodSearch" type="listAcct:PaymentMethodSearch"/> <complexType name="PaymentMethodSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:PaymentMethodSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="PaymentMethodSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:PaymentMethodSearch" minOccurs="0"/> <element name="columns" type="listAcct:PaymentMethodSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="PaymentMethodSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:PaymentMethodSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="priceLevelSearch" type="listAcct:PriceLevelSearch"/> <complexType name="PriceLevelSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:PriceLevelSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="PriceLevelSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:PriceLevelSearch" minOccurs="0"/> <element name="columns" type="listAcct:PriceLevelSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="PriceLevelSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:PriceLevelSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="salesRoleSearch" type="listAcct:SalesRoleSearch"/> <complexType name="SalesRoleSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:SalesRoleSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="SalesRoleSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:SalesRoleSearch" minOccurs="0"/> <element name="columns" type="listAcct:SalesRoleSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="SalesRoleSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:SalesRoleSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="termSearch" type="listAcct:TermSearch"/> <complexType name="TermSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:TermSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="TermSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:TermSearch" minOccurs="0"/> <element name="columns" type="listAcct:TermSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="TermSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:TermSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="vendorCategorySearch" type="listAcct:VendorCategorySearch"/> <complexType name="VendorCategorySearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:VendorCategorySearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="VendorCategorySearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:VendorCategorySearch" minOccurs="0"/> <element name="columns" type="listAcct:VendorCategorySearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="VendorCategorySearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:VendorCategorySearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="winLossReasonSearch" type="listAcct:WinLossReasonSearch"/> <complexType name="WinLossReasonSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:WinLossReasonSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="WinLossReasonSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:WinLossReasonSearch" minOccurs="0"/> <element name="columns" type="listAcct:WinLossReasonSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="WinLossReasonSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:WinLossReasonSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="unitsTypeSearch" type="listAcct:UnitsTypeSearch"/> <complexType name="UnitsTypeSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:UnitsTypeSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="UnitsTypeSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:UnitsTypeSearch" minOccurs="0"/> <element name="columns" type="listAcct:UnitsTypeSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="UnitsTypeSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:UnitsTypeSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="pricingGroup" type="listAcct:PricingGroup"/> <complexType name="PricingGroup"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="pricingGroupSearch" type="listAcct:PricingGroupSearch"/> <complexType name="PricingGroupSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:PricingGroupSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="PricingGroupSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:PricingGroupSearch" minOccurs="0"/> <element name="columns" type="listAcct:PricingGroupSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="PricingGroupSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:PricingGroupSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <!-- inventoryNumber/start --> <element name="inventoryNumber" type="listAcct:InventoryNumber"/> <complexType name="InventoryNumber"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="inventoryNumber" type="xsd:string" minOccurs="0"/> <element name="item" type="platformCore:RecordRef" minOccurs="0"/> <element name="status" type="xsd:string" minOccurs="0"/> <element name="units" type="xsd:string" minOccurs="0"/> <element name="expirationDate" type="xsd:dateTime" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> <element name="locationsList" type="listAcct:InventoryNumberLocationsList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="InventoryNumberLocations"> <sequence> <element name="location" type="xsd:string" minOccurs="0"/> <element name="quantityOnHand" type="xsd:double" minOccurs="0"/> <element name="quantityAvailable" type="xsd:double" minOccurs="0"/> <element name="quantityOnOrder" type="xsd:double" minOccurs="0"/> <element name="quantityInTransit" type="xsd:double" minOccurs="0"/> </sequence> </complexType> <complexType name="InventoryNumberLocationsList"> <sequence> <element name="locations" type="listAcct:InventoryNumberLocations" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="inventoryNumberSearch" type="listAcct:InventoryNumberSearch"/> <complexType name="InventoryNumberSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:InventoryNumberSearchBasic" minOccurs="0"/> <element name="itemJoin" type="platformCommon:ItemSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="InventoryNumberSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:InventoryNumberSearch" minOccurs="0"/> <element name="columns" type="listAcct:InventoryNumberSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="InventoryNumberSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:InventoryNumberSearchRowBasic" minOccurs="0"/> <element name="itemJoin" type="platformCommon:ItemSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <!-- inventoryNumber/end --> <element name="revRecSchedule" type="listAcct:RevRecSchedule"/> <complexType name="RevRecSchedule"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="amortizationType" type="listAcctTyp:RevRecScheduleAmortizationType" minOccurs="0"/> <element name="recurrenceType" type="listAcctTyp:RevRecScheduleRecurrenceType" minOccurs="0"/> <element name="recogIntervalSrc" type="listAcctTyp:RevRecScheduleRecogIntervalSrc" minOccurs="0"/> <element name="amortizationPeriod" type="xsd:long" minOccurs="0"/> <element name="periodOffset" type="xsd:long" minOccurs="0"/> <element name="revRecOffset" type="xsd:long" minOccurs="0"/> <element name="initialAmount" type="xsd:double" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="recurrenceList" type="listAcct:RevRecScheduleRecurrenceList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="RevRecScheduleRecurrence"> <sequence> <element name="incomeaccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="periodOffset" type="xsd:long" minOccurs="0"/> <element name="recamount" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="RevRecScheduleRecurrenceList"> <sequence> <element name="revRecScheduleRecurrence" type="listAcct:RevRecScheduleRecurrence" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="revRecTemplate" type="listAcct:RevRecTemplate"/> <complexType name="RevRecTemplate"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="amortizationType" type="listAcctTyp:RevRecScheduleAmortizationType" minOccurs="0"/> <element name="recurrenceType" type="listAcctTyp:RevRecScheduleRecurrenceType" minOccurs="0"/> <element name="recogIntervalSrc" type="listAcctTyp:RevRecScheduleRecogIntervalSrc" minOccurs="0"/> <element name="amortizationPeriod" type="xsd:long" minOccurs="0"/> <element name="periodOffset" type="xsd:long" minOccurs="0"/> <element name="revRecOffset" type="xsd:long" minOccurs="0"/> <element name="initialAmount" type="xsd:double" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="recurrenceList" type="listAcct:RevRecTemplateRecurrenceList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="RevRecTemplateRecurrence"> <sequence> <element name="incomeaccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="periodOffset" type="xsd:long" minOccurs="0"/> <element name="recamount" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="RevRecTemplateRecurrenceList"> <sequence> <element name="revRecTemplateRecurrence" type="listAcct:RevRecTemplateRecurrence" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="revRecScheduleSearch" type="listAcct:RevRecScheduleSearch"/> <complexType name="RevRecScheduleSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:RevRecScheduleSearchBasic" minOccurs="0"/> <element name="appliedToTransactionJoin" type="platformCommon:TransactionSearchBasic" minOccurs="0"/> <element name="customerJoin" type="platformCommon:CustomerSearchBasic" minOccurs="0"/> <element name="itemJoin" type="platformCommon:ItemSearchBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="RevRecScheduleSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:RevRecScheduleSearch" minOccurs="0"/> <element name="columns" type="listAcct:RevRecScheduleSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="RevRecScheduleSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:RevRecScheduleSearchRowBasic" minOccurs="0"/> <element name="appliedToTransactionJoin" type="platformCommon:TransactionSearchRowBasic" minOccurs="0"/> <element name="customerJoin" type="platformCommon:CustomerSearchRowBasic" minOccurs="0"/> <element name="itemJoin" type="platformCommon:ItemSearchRowBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="revRecTemplateSearch" type="listAcct:RevRecTemplateSearch"/> <complexType name="RevRecTemplateSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:RevRecTemplateSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="RevRecTemplateSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:RevRecTemplateSearch" minOccurs="0"/> <element name="columns" type="listAcct:RevRecTemplateSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="RevRecTemplateSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:RevRecTemplateSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="costCategory" type="listAcct:CostCategory"/> <complexType name="CostCategory"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="account" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCostType" type="listAcctTyp:CostCategoryItemCostType" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="nexus" type="listAcct:Nexus"/> <complexType name="Nexus"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="country" type="platformCommonTyp:Country" minOccurs="0"/> <element name="state" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxAgency" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxAgencyPst" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxCode" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="parentNexus" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="taxDateFromFulfillment" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="nexusSearch" type="listAcct:NexusSearch"/> <complexType name="NexusSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:NexusSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="NexusSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:NexusSearch" minOccurs="0"/> <element name="columns" type="listAcct:NexusSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="NexusSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:NexusSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="customerMessage" type="listAcct:CustomerMessage"/> <complexType name="CustomerMessage"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="preferred" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="otherNameCategory" type="listAcct:OtherNameCategory"/> <complexType name="OtherNameCategory"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="otherNameCategorySearch" type="listAcct:OtherNameCategorySearch"/> <complexType name="OtherNameCategorySearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:OtherNameCategorySearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="OtherNameCategorySearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:OtherNameCategorySearch" minOccurs="0"/> <element name="columns" type="listAcct:OtherNameCategorySearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="OtherNameCategorySearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:OtherNameCategorySearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="customerMessageSearch" type="listAcct:CustomerMessageSearch"/> <complexType name="CustomerMessageSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:CustomerMessageSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="CustomerMessageSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:CustomerMessageSearch" minOccurs="0"/> <element name="columns" type="listAcct:CustomerMessageSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="CustomerMessageSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:CustomerMessageSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="itemGroup" type="listAcct:ItemGroup"/> <complexType name="ItemGroup"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="lastModifiedDate" type="xsd:dateTime" minOccurs="0"/> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="includeStartEndLines" type="xsd:boolean" minOccurs="0"/> <element name="isVsoeBundle" type="xsd:boolean" minOccurs="0"/> <element name="defaultItemShipMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="availableToPartners" type="xsd:boolean" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="itemId" type="xsd:string" minOccurs="0"/> <element name="upcCode" type="xsd:string" minOccurs="0"/> <element name="displayName" type="xsd:string" minOccurs="0"/> <element name="vendorName" type="xsd:string" minOccurs="0"/> <element name="issueProduct" type="platformCore:RecordRef" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemCarrier" type="platformCommonTyp:ShippingCarrier" minOccurs="0"/> <element name="itemShipMethodList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="printItems" type="xsd:boolean" minOccurs="0"/> <element name="memberList" type="listAcct:ItemMemberList" minOccurs="0"/> <element name="translationsList" type="listAcct:TranslationList" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:ItemGroupHierarchyVersionsList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="currencyRate" type="listAcct:CurrencyRate"/> <complexType name="CurrencyRate"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="baseCurrency" type="platformCore:RecordRef" minOccurs="0"/> <element name="transactionCurrency" type="platformCore:RecordRef" minOccurs="0"/> <element name="exchangeRate" type="xsd:double" minOccurs="0"/> <element name="effectiveDate" type="xsd:dateTime" minOccurs="0"/> <element name="currencyRateType" type="platformCore:RecordRef" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="currencyRateSearch" type="listAcct:CurrencyRateSearch"/> <complexType name="CurrencyRateSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:CurrencyRateSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="CurrencyRateSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:CurrencyRateSearch" minOccurs="0"/> <element name="columns" type="listAcct:CurrencyRateSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="CurrencyRateSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:CurrencyRateSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="itemRevision" type="listAcct:ItemRevision"/> <complexType name="ItemRevision"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="item" type="platformCore:RecordRef" minOccurs="0"/> <element name="name" type="xsd:string" minOccurs="0"/> <element name="effectiveDate" type="xsd:dateTime" minOccurs="0"/> <element name="obsoleteDate" type="xsd:dateTime" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> <element name="inactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="itemRevisionSearch" type="listAcct:ItemRevisionSearch"/> <complexType name="ItemRevisionSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:ItemRevisionSearchBasic" minOccurs="0"/> <element name="itemJoin" type="platformCommon:ItemSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ItemRevisionSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:ItemRevisionSearch" minOccurs="0"/> <element name="columns" type="listAcct:ItemRevisionSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ItemRevisionSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:ItemRevisionSearchRowBasic" minOccurs="0"/> <element name="itemJoin" type="platformCommon:ItemSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="AccountingPeriodFiscalCalendars"> <sequence> <element name="fiscalCalendar" type="platformCore:RecordRef" minOccurs="0"/> <element name="parent" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="AccountingPeriodFiscalCalendarsList"> <sequence> <element name="accountingPeriodFiscalCalendars" type="listAcct:AccountingPeriodFiscalCalendars" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="taxAcct" type="listAcct:TaxAcct"/> <complexType name="TaxAcct"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="nexus" type="platformCore:RecordRef" minOccurs="0"/> <element name="country" type="platformCommonTyp:Country" minOccurs="0"/> <element name="taxAcctType" type="listAcctTyp:TaxAcctType" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ExpenseCategoryRates"> <sequence> <element name="subsidiary" type="platformCore:RecordRef" minOccurs="0"/> <element name="currency" type="platformCore:RecordRef" minOccurs="0"/> <element name="defaultRate" type="xsd:double" minOccurs="0"/> </sequence> </complexType> <complexType name="ExpenseCategoryRatesList"> <sequence> <element name="expenseCategoryRates" type="listAcct:ExpenseCategoryRates" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="billingSchedule" type="listAcct:BillingSchedule"/> <complexType name="BillingSchedule"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="scheduleType" type="listAcctTyp:BillingScheduleType" minOccurs="0"/> <element name="name" type="xsd:string" minOccurs="0"/> <element name="recurrencePattern" type="listAcctTyp:BillingScheduleRecurrencePattern" minOccurs="0"/> <element name="project" type="platformCore:RecordRef" minOccurs="0"/> <element name="initialAmount" type="xsd:string" minOccurs="0"/> <element name="initialTerms" type="platformCore:RecordRef" minOccurs="0"/> <element name="frequency" type="listAcctTyp:BillingScheduleFrequency" minOccurs="0"/> <element name="recurrenceDowMaskList" type="platformCommon:RecurrenceDowMaskList" minOccurs="0"/> <element name="yearMode" type="listAcctTyp:BillingScheduleRecurrenceMode" minOccurs="0"/> <element name="yearDowim" type="listAcctTyp:BillingScheduleYearDowim" minOccurs="0"/> <element name="yearDow" type="listAcctTyp:BillingScheduleYearDow" minOccurs="0"/> <element name="yearDowimMonth" type="listAcctTyp:BillingScheduleYearDowimMonth" minOccurs="0"/> <element name="yearMonth" type="listAcctTyp:BillingScheduleYearMonth" minOccurs="0"/> <element name="yearDom" type="xsd:long" minOccurs="0"/> <element name="monthMode" type="listAcctTyp:BillingScheduleRecurrenceMode" minOccurs="0"/> <element name="monthDowim" type="listAcctTyp:BillingScheduleMonthDowim" minOccurs="0"/> <element name="monthDow" type="listAcctTyp:BillingScheduleMonthDow" minOccurs="0"/> <element name="monthDom" type="xsd:long" minOccurs="0"/> <element name="dayPeriod" type="xsd:long" minOccurs="0"/> <element name="repeatEvery" type="listAcctTyp:BillingScheduleRepeatEvery" minOccurs="0"/> <element name="billForActuals" type="xsd:boolean" minOccurs="0"/> <element name="numberRemaining" type="xsd:long" minOccurs="0"/> <element name="inArrears" type="xsd:boolean" minOccurs="0"/> <element name="recurrenceTerms" type="platformCore:RecordRef" minOccurs="0"/> <element name="isPublic" type="xsd:boolean" minOccurs="0"/> <element name="applyToSubtotal" type="xsd:boolean" minOccurs="0"/> <element name="transaction" type="platformCore:RecordRef" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="seriesStartDate" type="xsd:dateTime" minOccurs="0"/> <element name="recurrenceList" type="listAcct:BillingScheduleRecurrenceList" minOccurs="0"/> <element name="milestoneList" type="listAcct:BillingScheduleMilestoneList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="BillingScheduleMilestone"> <sequence> <element name="milestoneId" type="xsd:long" minOccurs="0"/> <element name="milestoneAmount" type="xsd:double" minOccurs="0"/> <element name="milestoneTerms" type="platformCore:RecordRef" minOccurs="0"/> <element name="projectTask" type="platformCore:RecordRef" minOccurs="0"/> <element name="milestoneDate" type="xsd:dateTime" minOccurs="0"/> <element name="milestoneCompleted" type="xsd:boolean" minOccurs="0"/> <element name="milestoneActualCompletionDate" type="xsd:dateTime" minOccurs="0"/> <element name="comments" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="BillingScheduleMilestoneList"> <sequence> <element name="billingScheduleMilestone" type="listAcct:BillingScheduleMilestone" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="BillingScheduleRecurrence"> <sequence> <element name="recurrenceId" type="xsd:long" minOccurs="0"/> <element name="count" type="xsd:long" minOccurs="0"/> <element name="units" type="listAcctTyp:BillingScheduleRecurrenceRecurrenceUnits" minOccurs="0"/> <element name="relativeToPrevious" type="xsd:boolean" minOccurs="0"/> <element name="recurrenceDate" type="xsd:dateTime" minOccurs="0"/> <element name="amount" type="xsd:double" minOccurs="0"/> <element name="paymentTerms" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="BillingScheduleRecurrenceList"> <sequence> <element name="billingScheduleRecurrence" type="listAcct:BillingScheduleRecurrence" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="billingScheduleSearch" type="listAcct:BillingScheduleSearch"/> <complexType name="BillingScheduleSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:BillingScheduleSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="BillingScheduleSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:BillingScheduleSearch" minOccurs="0"/> <element name="columns" type="listAcct:BillingScheduleSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="BillingScheduleSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:BillingScheduleSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="globalAccountMapping" type="listAcct:GlobalAccountMapping"/> <complexType name="GlobalAccountMapping"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="effectiveDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="accountingBook" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiary" type="platformCore:RecordRef" minOccurs="0"/> <element name="sourceAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="destinationAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="customDimension" type="platformCore:BaseRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="globalAccountMappingSearch" type="listAcct:GlobalAccountMappingSearch"/> <complexType name="GlobalAccountMappingSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:GlobalAccountMappingSearchBasic" minOccurs="0"/> <element name="classJoin" type="platformCommon:ClassificationSearchBasic" minOccurs="0"/> <element name="departmentJoin" type="platformCommon:DepartmentSearchBasic" minOccurs="0"/> <element name="destinationAccountJoin" type="platformCommon:AccountSearchBasic" minOccurs="0"/> <element name="locationJoin" type="platformCommon:LocationSearchBasic" minOccurs="0"/> <element name="sourceAccountJoin" type="platformCommon:AccountSearchBasic" minOccurs="0"/> <element name="subsidiaryJoin" type="platformCommon:SubsidiarySearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="GlobalAccountMappingSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:GlobalAccountMappingSearch" minOccurs="0"/> <element name="columns" type="listAcct:GlobalAccountMappingSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="GlobalAccountMappingSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:GlobalAccountMappingSearchRowBasic" minOccurs="0"/> <element name="classJoin" type="platformCommon:ClassificationSearchRowBasic" minOccurs="0"/> <element name="departmentJoin" type="platformCommon:DepartmentSearchRowBasic" minOccurs="0"/> <element name="destinationAccountJoin" type="platformCommon:AccountSearchRowBasic" minOccurs="0"/> <element name="locationJoin" type="platformCommon:LocationSearchRowBasic" minOccurs="0"/> <element name="sourceAccountJoin" type="platformCommon:AccountSearchRowBasic" minOccurs="0"/> <element name="subsidiaryJoin" type="platformCommon:SubsidiarySearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <element name="itemAccountMapping" type="listAcct:ItemAccountMapping"/> <complexType name="ItemAccountMapping"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="effectiveDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="accountingBook" type="platformCore:RecordRef" minOccurs="0"/> <element name="subsidiary" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemAccount" type="listAcctTyp:ItemAccountMappingItemAccount" minOccurs="0"/> <element name="sourceAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="class" type="platformCore:RecordRef" minOccurs="0"/> <element name="department" type="platformCore:RecordRef" minOccurs="0"/> <element name="location" type="platformCore:RecordRef" minOccurs="0"/> <element name="destinationAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="customDimension" type="platformCore:BaseRef" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="itemAccountMappingSearch" type="listAcct:ItemAccountMappingSearch"/> <complexType name="ItemAccountMappingSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:ItemAccountMappingSearchBasic" minOccurs="0"/> <element name="classJoin" type="platformCommon:ClassificationSearchBasic" minOccurs="0"/> <element name="departmentJoin" type="platformCommon:DepartmentSearchBasic" minOccurs="0"/> <element name="destinationAccountJoin" type="platformCommon:AccountSearchBasic" minOccurs="0"/> <element name="locationJoin" type="platformCommon:LocationSearchBasic" minOccurs="0"/> <element name="sourceAccountJoin" type="platformCommon:AccountSearchBasic" minOccurs="0"/> <element name="subsidiaryJoin" type="platformCommon:SubsidiarySearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ItemAccountMappingSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:ItemAccountMappingSearch" minOccurs="0"/> <element name="columns" type="listAcct:ItemAccountMappingSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ItemAccountMappingSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:ItemAccountMappingSearchRowBasic" minOccurs="0"/> <element name="classJoin" type="platformCommon:ClassificationSearchRowBasic" minOccurs="0"/> <element name="departmentJoin" type="platformCommon:DepartmentSearchRowBasic" minOccurs="0"/> <element name="destinationAccountJoin" type="platformCommon:AccountSearchRowBasic" minOccurs="0"/> <element name="locationJoin" type="platformCommon:LocationSearchRowBasic" minOccurs="0"/> <element name="sourceAccountJoin" type="platformCommon:AccountSearchRowBasic" minOccurs="0"/> <element name="subsidiaryJoin" type="platformCommon:SubsidiarySearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ItemAccountingBookDetail"> <sequence> <element name="accountingBook" type="platformCore:RecordRef" minOccurs="0"/> <element name="createRevenuePlansOn" type="platformCore:RecordRef" minOccurs="0"/> <element name="revenueRecognitionRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecForecastRule" type="platformCore:RecordRef" minOccurs="0"/> <element name="revRecSchedule" type="platformCore:RecordRef" minOccurs="0"/> <element name="sameAsPrimaryRevRec" type="xsd:boolean" minOccurs="0"/> <element name="amortizationTemplate" type="platformCore:RecordRef" minOccurs="0"/> <element name="sameAsPrimaryAmortization" type="xsd:boolean" minOccurs="0"/> </sequence> </complexType> <complexType name="ItemAccountingBookDetailList"> <sequence> <element name="itemAccountingBookDetail" type="listAcct:ItemAccountingBookDetail" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="SubsidiaryAccountingBookDetail"> <sequence> <element name="accountingBook" type="platformCore:RecordRef" minOccurs="0"/> <element name="currency" type="platformCore:RecordRef" minOccurs="0"/> <element name="bookStatus" type="listAcctTyp:AccountingBookStatus" minOccurs="0"/> </sequence> </complexType> <complexType name="SubsidiaryAccountingBookDetailList"> <sequence> <element name="subsidiaryAccountingBookDetail" type="listAcct:SubsidiaryAccountingBookDetail" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="PaymentMethodVisuals"> <sequence> <element name="flags" type="xsd:string" minOccurs="0"/> <element name="location" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="PaymentMethodVisualsList"> <sequence> <element name="paymentMethodVisuals" type="listAcct:PaymentMethodVisuals" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="fairValuePrice" type="listAcct:FairValuePrice"/> <complexType name="FairValuePrice"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="item" type="platformCore:RecordRef" minOccurs="0"/> <element name="itemRevenueCategory" type="platformCore:RecordRef" minOccurs="0"/> <element name="fairValue" type="xsd:double" minOccurs="0"/> <element name="fairValueFormula" type="platformCore:RecordRef" minOccurs="0"/> <element name="currency" type="platformCore:RecordRef" minOccurs="0"/> <element name="unitsType" type="platformCore:RecordRef" minOccurs="0"/> <element name="units" type="platformCore:RecordRef" minOccurs="0"/> <element name="fairValueRangePolicy" type="listAcctTyp:FairValuePriceFairValueRangePolicy" minOccurs="0"/> <element name="lowValue" type="xsd:double" minOccurs="0"/> <element name="lowValuePercent" type="xsd:double" minOccurs="0"/> <element name="highValue" type="xsd:double" minOccurs="0"/> <element name="highValuePercent" type="xsd:double" minOccurs="0"/> <element name="isVsoePrice" type="xsd:boolean" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> <element name="dimensionList" type="platformCore:DimensionList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="fairValuePriceSearch" type="listAcct:FairValuePriceSearch"/> <complexType name="FairValuePriceSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:FairValuePriceSearchBasic" minOccurs="0"/> <element name="itemJoin" type="platformCommon:ItemSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="FairValuePriceSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:FairValuePriceSearch" minOccurs="0"/> <element name="columns" type="listAcct:FairValuePriceSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="FairValuePriceSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:FairValuePriceSearchRowBasic" minOccurs="0"/> <element name="itemJoin" type="platformCommon:ItemSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="LocationRegions"> <sequence> <element name="region" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="LocationRegionsList"> <sequence> <element name="locationRegions" type="listAcct:LocationRegions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="TaxTypeNexusAccounts"> <sequence> <element name="nexus" type="platformCore:RecordRef" minOccurs="0"/> <element name="payablesAccount" type="platformCore:RecordRef" minOccurs="0"/> <element name="receivablesAccount" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="TaxTypeNexusAccountsList"> <sequence> <element name="taxTypeNexusAccounts" type="listAcct:TaxTypeNexusAccounts" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="SubsidiaryTaxRegistration"> <sequence> <element name="id" type="xsd:long" minOccurs="0"/> <element name="nexusCountry" type="platformCommonTyp:Country" minOccurs="0"/> <element name="nexus" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxAgency" type="platformCore:RecordRef" minOccurs="0"/> <element name="taxRegistrationNumber" type="xsd:string" minOccurs="0"/> <element name="taxEngine" type="platformCore:RecordRef" minOccurs="0"/> <element name="effectiveFrom" type="xsd:dateTime" minOccurs="0"/> <element name="validUntil" type="xsd:dateTime" minOccurs="0"/> </sequence> </complexType> <complexType name="SubsidiaryTaxRegistrationList"> <sequence> <element name="subsidiaryTaxRegistration" type="listAcct:SubsidiaryTaxRegistration" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="costCategorySearch" type="listAcct:CostCategorySearch"/> <complexType name="CostCategorySearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:CostCategorySearchBasic" minOccurs="0"/> <element name="accountJoin" type="platformCommon:AccountSearchBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="CostCategorySearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:CostCategorySearch" minOccurs="0"/> <element name="columns" type="listAcct:CostCategorySearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="CostCategorySearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:CostCategorySearchRowBasic" minOccurs="0"/> <element name="accountJoin" type="platformCommon:AccountSearchRowBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="AccountLocalizations"> <sequence> <element name="accountingContext" type="platformCore:RecordRef" minOccurs="0"/> <element name="acctNumber" type="xsd:string" minOccurs="0"/> <element name="acctName" type="xsd:string" minOccurs="0"/> <element name="legalName" type="xsd:string" minOccurs="0"/> <element name="locale" type="platformCommonTyp:Language" minOccurs="0"/> </sequence> </complexType> <complexType name="AccountLocalizationsList"> <sequence> <element name="accountLocalizations" type="listAcct:AccountLocalizations" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="consolidatedExchangeRate" type="listAcct:ConsolidatedExchangeRate"/> <complexType name="ConsolidatedExchangeRate"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="postingPeriod" type="xsd:string" minOccurs="0"/> <element name="fromSubsidiary" type="xsd:string" minOccurs="0"/> <element name="fromCurrency" type="xsd:string" minOccurs="0"/> <element name="toSubsidiary" type="xsd:string" minOccurs="0"/> <element name="toCurrency" type="xsd:string" minOccurs="0"/> <element name="averageRate" type="xsd:double" minOccurs="0"/> <element name="currentRate" type="xsd:double" minOccurs="0"/> <element name="historicalRate" type="xsd:double" minOccurs="0"/> <element name="accountingBook" type="xsd:string" minOccurs="0"/> <element name="isPeriodClosed" type="xsd:boolean" minOccurs="0"/> <element name="isDerived" type="xsd:boolean" minOccurs="0"/> <element name="isEliminationSubsidiary" type="xsd:boolean" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="consolidatedExchangeRateSearch" type="listAcct:ConsolidatedExchangeRateSearch"/> <complexType name="ConsolidatedExchangeRateSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:ConsolidatedExchangeRateSearchBasic" minOccurs="0"/> <element name="fromSubsidiaryJoin" type="platformCommon:SubsidiarySearchBasic" minOccurs="0"/> <element name="periodJoin" type="platformCommon:AccountingPeriodSearchBasic" minOccurs="0"/> <element name="toSubsidiaryJoin" type="platformCommon:SubsidiarySearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="ConsolidatedExchangeRateSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:ConsolidatedExchangeRateSearch" minOccurs="0"/> <element name="columns" type="listAcct:ConsolidatedExchangeRateSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="ConsolidatedExchangeRateSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:ConsolidatedExchangeRateSearchRowBasic" minOccurs="0"/> <element name="fromSubsidiaryJoin" type="platformCommon:SubsidiarySearchRowBasic" minOccurs="0"/> <element name="periodJoin" type="platformCommon:AccountingPeriodSearchRowBasic" minOccurs="0"/> <element name="toSubsidiaryJoin" type="platformCommon:SubsidiarySearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="taxGroupSearch" type="listAcct:TaxGroupSearch"/> <complexType name="TaxGroupSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:TaxGroupSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="TaxGroupSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:TaxGroupSearch" minOccurs="0"/> <element name="columns" type="listAcct:TaxGroupSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="TaxGroupSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:TaxGroupSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="salesTaxItemSearch" type="listAcct:SalesTaxItemSearch"/> <complexType name="SalesTaxItemSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:SalesTaxItemSearchBasic" minOccurs="0"/> <element name="taxTypeJoin" type="platformCommon:TaxTypeSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="SalesTaxItemSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:SalesTaxItemSearch" minOccurs="0"/> <element name="columns" type="listAcct:SalesTaxItemSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="SalesTaxItemSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:SalesTaxItemSearchRowBasic" minOccurs="0"/> <element name="taxTypeJoin" type="platformCommon:TaxTypeSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <element name="taxTypeSearch" type="listAcct:TaxTypeSearch"/> <complexType name="TaxTypeSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:TaxTypeSearchBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="TaxTypeSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:TaxTypeSearch" minOccurs="0"/> <element name="columns" type="listAcct:TaxTypeSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="TaxTypeSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:TaxTypeSearchRowBasic" minOccurs="0"/> <element name="userJoin" type="platformCommon:EmployeeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="LocationBusinessHours"> <sequence> <element name="startTime" type="xsd:dateTime" minOccurs="0"/> <element name="endTime" type="xsd:dateTime" minOccurs="0"/> <element name="isSunday" type="xsd:boolean" minOccurs="0"/> <element name="isMonday" type="xsd:boolean" minOccurs="0"/> <element name="isTuesday" type="xsd:boolean" minOccurs="0"/> <element name="isWednesday" type="xsd:boolean" minOccurs="0"/> <element name="isThursday" type="xsd:boolean" minOccurs="0"/> <element name="isFriday" type="xsd:boolean" minOccurs="0"/> <element name="isSaturday" type="xsd:boolean" minOccurs="0"/> <element name="sameDayPickupCutOffTime" type="xsd:dateTime" minOccurs="0"/> </sequence> </complexType> <complexType name="LocationBusinessHoursList"> <sequence> <element name="locationBusinessHours" type="listAcct:LocationBusinessHours" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="bom" type="listAcct:Bom"/> <complexType name="Bom"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="name" type="xsd:string" minOccurs="0"/> <element name="usedOnAssembly" type="xsd:boolean" minOccurs="0"/> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="useComponentYield" type="xsd:boolean" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> <element name="legacyBomForAssembly" type="platformCore:RecordRef" minOccurs="0"/> <element name="availableForAllAssemblies" type="xsd:boolean" minOccurs="0"/> <element name="restrictToAssembliesList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="availableForAllLocations" type="xsd:boolean" minOccurs="0"/> <element name="restrictToLocationsList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="subsidiaryList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="includeChildren" type="xsd:boolean" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="BomSearch" type="listAcct:BomSearch"/> <complexType name="BomSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:BomSearchBasic" minOccurs="0"/> <element name="assemblyItemJoin" type="platformCommon:AssemblyItemBomSearchBasic" minOccurs="0"/> <element name="revisionJoin" type="platformCommon:BomRevisionSearchBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="BomSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:BomSearch" minOccurs="0"/> <element name="columns" type="listAcct:BomSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="BomSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:BomSearchRowBasic" minOccurs="0"/> <element name="assemblyItemJoin" type="platformCommon:AssemblyItemBomSearchRowBasic" minOccurs="0"/> <element name="revisionJoin" type="platformCommon:BomRevisionSearchRowBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <element name="bomRevision" type="listAcct:BomRevision"/> <complexType name="BomRevision"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="customForm" type="platformCore:RecordRef" minOccurs="0"/> <element name="name" type="xsd:string" minOccurs="0"/> <element name="createdDate" type="xsd:dateTime" minOccurs="0"/> <element name="billOfMaterials" type="platformCore:RecordRef" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="effectiveStartDate" type="xsd:dateTime" minOccurs="0"/> <element name="effectiveEndDate" type="xsd:dateTime" minOccurs="0"/> <element name="componentList" type="listAcct:BomRevisionComponentList" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="BomRevisionSearch" type="listAcct:BomRevisionSearch"/> <complexType name="BomRevisionSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:BomRevisionSearchBasic" minOccurs="0"/> <element name="billOfMaterialsJoin" type="platformCommon:BomSearchBasic" minOccurs="0"/> <element name="componentJoin" type="platformCommon:BomRevisionComponentSearchBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchJoin" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="BomRevisionSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:BomRevisionSearch" minOccurs="0"/> <element name="columns" type="listAcct:BomRevisionSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="BomRevisionSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:BomRevisionSearchRowBasic" minOccurs="0"/> <element name="billOfMaterialsJoin" type="platformCommon:BomSearchRowBasic" minOccurs="0"/> <element name="componentJoin" type="platformCommon:BomRevisionComponentSearchRowBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchRowBasic" minOccurs="0"/> <element name="customSearchJoin" type="platformCommon:CustomSearchRowBasic" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> <complexType name="BomRevisionComponent"> <sequence> <element name="item" type="platformCore:RecordRef" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="componentYield" type="xsd:double" minOccurs="0"/> <element name="bomQuantity" type="xsd:double" minOccurs="0"/> <element name="itemSource" type="platformCommonTyp:ItemSource" minOccurs="0"/> <element name="quantity" type="xsd:double" minOccurs="0"/> <element name="units" type="platformCore:RecordRef" minOccurs="0"/> <element name="internalId" type="xsd:string" minOccurs="0"/> <element name="customFieldList" type="platformCore:CustomFieldList" minOccurs="0"/> </sequence> </complexType> <complexType name="BomRevisionComponentList"> <sequence> <element name="bomRevisionComponent" type="listAcct:BomRevisionComponent" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="AssemblyItemBillOfMaterials"> <sequence> <element name="billOfMaterials" type="platformCore:RecordRef" minOccurs="0"/> <element name="currentRevision" type="xsd:string" minOccurs="0"/> <element name="masterDefault" type="xsd:boolean" minOccurs="0"/> <element name="defaultForLocationList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="inactive" type="xsd:string" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="AssemblyItemBillOfMaterialsList"> <sequence> <element name="assemblyItemBillOfMaterials" type="listAcct:AssemblyItemBillOfMaterials" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="SerializedAssemblyItemBillOfMaterials"> <sequence> <element name="billOfMaterials" type="platformCore:RecordRef" minOccurs="0"/> <element name="currentRevision" type="xsd:string" minOccurs="0"/> <element name="masterDefault" type="xsd:boolean" minOccurs="0"/> <element name="defaultForLocationList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="inactive" type="xsd:string" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="SerializedAssemblyItemBillOfMaterialsList"> <sequence> <element name="serializedAssemblyItemBillOfMaterials" type="listAcct:SerializedAssemblyItemBillOfMaterials" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="LotNumberedAssemblyItemBillOfMaterials"> <sequence> <element name="billOfMaterials" type="platformCore:RecordRef" minOccurs="0"/> <element name="currentRevision" type="xsd:string" minOccurs="0"/> <element name="masterDefault" type="xsd:boolean" minOccurs="0"/> <element name="defaultForLocationList" type="platformCore:RecordRefList" minOccurs="0"/> <element name="inactive" type="xsd:string" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> </sequence> </complexType> <complexType name="LotNumberedAssemblyItemBillOfMaterialsList"> <sequence> <element name="lotNumberedAssemblyItemBillOfMaterials" type="listAcct:LotNumberedAssemblyItemBillOfMaterials" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="paymentCard" type="listAcct:PaymentCard"/> <complexType name="PaymentCard"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="lastFourDigits" type="xsd:string" minOccurs="0"/> <element name="issuerIdNumber" type="xsd:string" minOccurs="0"/> <element name="entity" type="platformCore:RecordRef" minOccurs="0"/> <element name="mask" type="xsd:string" minOccurs="0"/> <element name="paymentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> <element name="state" type="listAcctTyp:PaymentInstrumentState" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="preserveOnFile" type="xsd:boolean" minOccurs="0"/> <element name="isDefault" type="xsd:boolean" minOccurs="0"/> <element name="cardNumber" type="xsd:string" minOccurs="0"/> <element name="expirationDate" type="xsd:dateTime" minOccurs="0"/> <element name="cardBrand" type="listAcctTyp:PaymentCardBrand" minOccurs="0"/> <element name="cardType" type="listAcctTyp:PaymentCardType" minOccurs="0"/> <element name="nameOnCard" type="xsd:string" minOccurs="0"/> <element name="street" type="xsd:string" minOccurs="0"/> <element name="zipCode" type="xsd:string" minOccurs="0"/> <element name="validFromDate" type="xsd:dateTime" minOccurs="0"/> <element name="issueNumber" type="xsd:string" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="GeneralTokenSupportedOperationsListList"> <sequence> <element name="GeneralTokenSupportedOperationsList" type="listAcctTyp:PaymentInstrumentSupportedOperation" minOccurs="0" maxOccurs="unbounded"/> </sequence> </complexType> <element name="generalToken" type="listAcct:GeneralToken"/> <complexType name="GeneralToken"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="entity" type="platformCore:RecordRef" minOccurs="0"/> <element name="mask" type="xsd:string" minOccurs="0"/> <element name="supportedOperationsList" type="listAcct:GeneralTokenSupportedOperationsListList" minOccurs="0"/> <element name="paymentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> <element name="state" type="listAcctTyp:PaymentInstrumentState" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="preserveOnFile" type="xsd:boolean" minOccurs="0"/> <element name="isDefault" type="xsd:boolean" minOccurs="0"/> <element name="token" type="xsd:string" minOccurs="0"/> <element name="tokenExpirationDate" type="xsd:dateTime" minOccurs="0"/> <element name="tokenFamily" type="listAcctTyp:TokenFamily" minOccurs="0"/> <element name="tokenNamespace" type="xsd:string" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="paymentCardToken" type="listAcct:PaymentCardToken"/> <complexType name="PaymentCardToken"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="entity" type="platformCore:RecordRef" minOccurs="0"/> <element name="mask" type="xsd:string" minOccurs="0"/> <element name="paymentMethod" type="platformCore:RecordRef" minOccurs="0"/> <element name="memo" type="xsd:string" minOccurs="0"/> <element name="state" type="listAcctTyp:PaymentInstrumentState" minOccurs="0"/> <element name="isInactive" type="xsd:boolean" minOccurs="0"/> <element name="preserveOnFile" type="xsd:boolean" minOccurs="0"/> <element name="isDefault" type="xsd:boolean" minOccurs="0"/> <element name="token" type="xsd:string" minOccurs="0"/> <element name="tokenExpirationDate" type="xsd:dateTime" minOccurs="0"/> <element name="tokenFamily" type="listAcctTyp:TokenFamily" minOccurs="0"/> <element name="tokenNamespace" type="xsd:string" minOccurs="0"/> <element name="cardIssuerIdNumber" type="xsd:string" minOccurs="0"/> <element name="cardBrand" type="listAcctTyp:PaymentCardBrand" minOccurs="0"/> <element name="cardType" type="listAcctTyp:PaymentCardType" minOccurs="0"/> <element name="cardNameOnCard" type="xsd:string" minOccurs="0"/> <element name="cardLastFourDigits" type="xsd:string" minOccurs="0"/> <element name="cardExpirationDate" type="xsd:dateTime" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <element name="paymentInstrumentSearch" type="listAcct:PaymentInstrumentSearch"/> <complexType name="PaymentInstrumentSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:PaymentInstrumentSearchBasic" minOccurs="0"/> <element name="customerJoin" type="platformCommon:CustomerSearchBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="PaymentInstrumentSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:PaymentInstrumentSearch" minOccurs="0"/> <element name="columns" type="listAcct:PaymentInstrumentSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="PaymentInstrumentSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:PaymentInstrumentSearchRowBasic" minOccurs="0"/> <element name="customerJoin" type="platformCommon:CustomerSearchRowBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <element name="paymentOptionSearch" type="listAcct:PaymentOptionSearch"/> <complexType name="PaymentOptionSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:PaymentOptionSearchBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="PaymentOptionSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:PaymentOptionSearch" minOccurs="0"/> <element name="columns" type="listAcct:PaymentOptionSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="PaymentOptionSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:PaymentOptionSearchRowBasic" minOccurs="0"/> <element name="transactionJoin" type="platformCommon:TransactionSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="InventoryItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="InventoryItemHierarchyVersionsList"> <sequence> <element name="inventoryItemHierarchyVersions" type="listAcct:InventoryItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="LotNumberedInventoryItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="LotNumberedInventoryItemHierarchyVersionsList"> <sequence> <element name="lotNumberedInventoryItemHierarchyVersions" type="listAcct:LotNumberedInventoryItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="SerializedInventoryItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="SerializedInventoryItemHierarchyVersionsList"> <sequence> <element name="serializedInventoryItemHierarchyVersions" type="listAcct:SerializedInventoryItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <element name="merchandiseHierarchyNode" type="listAcct:MerchandiseHierarchyNode"/> <complexType name="MerchandiseHierarchyNode"> <complexContent> <extension base="platformCore:Record"> <sequence> <element name="name" type="xsd:string" minOccurs="0"/> <element name="description" type="xsd:string" minOccurs="0"/> <element name="hierarchyVersionsList" type="listAcct:MerchandiseHierarchyNodeHierarchyVersionsList" minOccurs="0"/> </sequence> <!-- primary record internalId --> <attribute name="internalId" type="xsd:string"/> <attribute name="externalId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="MerchandiseHierarchyNodeHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyLevel" type="platformCore:RecordRef" minOccurs="0"/> <element name="parentNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="MerchandiseHierarchyNodeHierarchyVersionsList"> <sequence> <element name="merchandiseHierarchyNodeHierarchyVersions" type="listAcct:MerchandiseHierarchyNodeHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="false"/> </complexType> <element name="merchandiseHierarchyNodeSearch" type="listAcct:MerchandiseHierarchyNodeSearch"/> <complexType name="MerchandiseHierarchyNodeSearch"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="basic" type="platformCommon:MerchandiseHierarchyNodeSearchBasic" minOccurs="0"/> <element name="parentNodeJoin" type="platformCommon:MerchandiseHierarchyNodeSearchBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="MerchandiseHierarchyNodeSearchAdvanced"> <complexContent> <extension base="platformCore:SearchRecord"> <sequence> <element name="criteria" type="listAcct:MerchandiseHierarchyNodeSearch" minOccurs="0"/> <element name="columns" type="listAcct:MerchandiseHierarchyNodeSearchRow" minOccurs="0"/> </sequence> <attribute name="savedSearchId" type="xsd:string"/> <attribute name="savedSearchScriptId" type="xsd:string"/> </extension> </complexContent> </complexType> <complexType name="MerchandiseHierarchyNodeSearchRow"> <complexContent> <extension base="platformCore:SearchRow"> <sequence> <element name="basic" type="platformCommon:MerchandiseHierarchyNodeSearchRowBasic" minOccurs="0"/> <element name="parentNodeJoin" type="platformCommon:MerchandiseHierarchyNodeSearchRowBasic" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <complexType name="TermPercentages"> <sequence> <element name="percentage" type="xsd:double" minOccurs="0"/> </sequence> </complexType> <complexType name="TermPercentagesList"> <sequence> <element name="termPercentages" type="listAcct:TermPercentages" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="AssemblyItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="AssemblyItemHierarchyVersionsList"> <sequence> <element name="assemblyItemHierarchyVersions" type="listAcct:AssemblyItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="SerializedAssemblyItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="SerializedAssemblyItemHierarchyVersionsList"> <sequence> <element name="serializedAssemblyItemHierarchyVersions" type="listAcct:SerializedAssemblyItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="LotNumberedAssemblyItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="LotNumberedAssemblyItemHierarchyVersionsList"> <sequence> <element name="lotNumberedAssemblyItemHierarchyVersions" type="listAcct:LotNumberedAssemblyItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="NonInventoryPurchaseItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="NonInventoryPurchaseItemHierarchyVersionsList"> <sequence> <element name="nonInventoryPurchaseItemHierarchyVersions" type="listAcct:NonInventoryPurchaseItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="NonInventorySaleItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="NonInventorySaleItemHierarchyVersionsList"> <sequence> <element name="nonInventorySaleItemHierarchyVersions" type="listAcct:NonInventorySaleItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="NonInventoryResaleItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="NonInventoryResaleItemHierarchyVersionsList"> <sequence> <element name="nonInventoryResaleItemHierarchyVersions" type="listAcct:NonInventoryResaleItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="OtherChargeResaleItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="OtherChargeResaleItemHierarchyVersionsList"> <sequence> <element name="otherChargeResaleItemHierarchyVersions" type="listAcct:OtherChargeResaleItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="OtherChargePurchaseItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="OtherChargePurchaseItemHierarchyVersionsList"> <sequence> <element name="otherChargePurchaseItemHierarchyVersions" type="listAcct:OtherChargePurchaseItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="ServiceResaleItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="ServiceResaleItemHierarchyVersionsList"> <sequence> <element name="serviceResaleItemHierarchyVersions" type="listAcct:ServiceResaleItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="ServicePurchaseItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="ServicePurchaseItemHierarchyVersionsList"> <sequence> <element name="servicePurchaseItemHierarchyVersions" type="listAcct:ServicePurchaseItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="ServiceSaleItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="ServiceSaleItemHierarchyVersionsList"> <sequence> <element name="serviceSaleItemHierarchyVersions" type="listAcct:ServiceSaleItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="OtherChargeSaleItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="OtherChargeSaleItemHierarchyVersionsList"> <sequence> <element name="otherChargeSaleItemHierarchyVersions" type="listAcct:OtherChargeSaleItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="KitItemHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="KitItemHierarchyVersionsList"> <sequence> <element name="kitItemHierarchyVersions" type="listAcct:KitItemHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> <complexType name="ItemGroupHierarchyVersions"> <sequence> <element name="isIncluded" type="xsd:boolean" minOccurs="0"/> <element name="hierarchyVersion" type="platformCore:RecordRef" minOccurs="0"/> <element name="startDate" type="xsd:dateTime" minOccurs="0"/> <element name="endDate" type="xsd:dateTime" minOccurs="0"/> <element name="hierarchyNode" type="platformCore:RecordRef" minOccurs="0"/> </sequence> </complexType> <complexType name="ItemGroupHierarchyVersionsList"> <sequence> <element name="itemGroupHierarchyVersions" type="listAcct:ItemGroupHierarchyVersions" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="replaceAll" type="xsd:boolean" default="true"/> </complexType> </xsd:schema>
70.37694
705
0.603877
80e11797843d7f8daf2f8f4108d4ad2271a6ec98
1,182
xml
XML
android/library/src/main/res/drawable/ic_fluent_code_text_edit_20_filled.xml
thure/fluentui-system-icons
dbe0879237753cb4abbba74ccd23d1b941c3a399
[ "MIT" ]
null
null
null
android/library/src/main/res/drawable/ic_fluent_code_text_edit_20_filled.xml
thure/fluentui-system-icons
dbe0879237753cb4abbba74ccd23d1b941c3a399
[ "MIT" ]
null
null
null
android/library/src/main/res/drawable/ic_fluent_code_text_edit_20_filled.xml
thure/fluentui-system-icons
dbe0879237753cb4abbba74ccd23d1b941c3a399
[ "MIT" ]
null
null
null
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20"> <path android:pathData="M2.75 4.5C2.336 4.5 2 4.836 2 5.25S2.336 6 2.75 6h5C8.164 6 8.5 5.664 8.5 5.25S8.164 4.5 7.75 4.5h-5zm3 3C5.336 7.5 5 7.836 5 8.25S5.336 9 5.75 9h4.5C10.664 9 11 8.664 11 8.25S10.664 7.5 10.25 7.5h-4.5zM4 11.25c0-0.414 0.336-0.75 0.75-0.75h9.5c0.06 0 0.118 0.007 0.174 0.02L12.944 12H4.75C4.336 12 4 11.664 4 11.25zm6.274 3.42l0.977-0.978c-0.133-0.12-0.308-0.192-0.501-0.192h-8C2.336 13.5 2 13.836 2 14.25S2.336 15 2.75 15h7.236c0.088-0.116 0.184-0.226 0.288-0.33zM12.5 8.25c0-0.414 0.336-0.75 0.75-0.75h3C16.664 7.5 17 7.836 17 8.25S16.664 9 16.25 9h-3c-0.414 0-0.75-0.336-0.75-0.75zM10.75 4.5C10.336 4.5 10 4.836 10 5.25S10.336 6 10.75 6h6.5C17.664 6 18 5.664 18 5.25S17.664 4.5 17.25 4.5h-6.5zm0.23 10.877l4.83-4.83c0.73-0.73 1.914-0.73 2.644 0 0.73 0.731 0.73 1.915 0 2.646l-4.83 4.829c-0.281 0.282-0.634 0.481-1.02 0.578l-1.498 0.374c-0.651 0.163-1.242-0.427-1.079-1.078l0.375-1.498c0.096-0.386 0.296-0.74 0.578-1.02z" android:fillColor="@color/fluent_default_icon_tint"/> </vector>
295.5
1,005
0.700508
667d320aa12b9e8bfa1f3c4b31df9c88cc5d42ed
21,147
xml
XML
challenges/tribute/poller/for-release/POLL_00095.xml
pingjuiliao/cb-multios
64ededd0b87030eda7c40c4388a4ad8283712d8e
[ "MIT" ]
473
2016-08-01T12:48:16.000Z
2022-03-09T18:13:14.000Z
challenges/tribute/poller/for-release/POLL_00095.xml
pingjuiliao/cb-multios
64ededd0b87030eda7c40c4388a4ad8283712d8e
[ "MIT" ]
71
2016-08-01T03:33:44.000Z
2022-03-09T18:37:04.000Z
challenges/tribute/poller/for-release/POLL_00095.xml
pingjuiliao/cb-multios
64ededd0b87030eda7c40c4388a4ad8283712d8e
[ "MIT" ]
121
2016-08-01T04:07:53.000Z
2022-03-07T11:08:09.000Z
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>EAGLE_00004</cbid> <replay> <write> <data>aPenFullOfSheep:)\n</data> <data>push -2056674509\n</data> <data>mov r2,992711744\npush r2\n</data> <data>pop r0\nout r0\nmov m0,r0\n</data> <data>mov r2,-1624248251\npush r2\n</data> <data>push -1229193310\n</data> <data>pop m1\nout m1\n</data> <data>pop m2\nout m2\n</data> <data>pop r0\nout r0\nmov m3,r0\n</data> <data>mov r0,-1514938711\npush r0\n</data> <data>mov r3,-1673081257\npush r3\n</data> <data>pop m4\nout m4\n</data> <data>mov r2,-1456887438\npush r2\n</data> <data>pop m5\nout m5\n</data> <data>mov r3,-534993299\npush r3\n</data> <data>pop r2\nout r2\nmov m6,r2\n</data> <data>mov r2,1964421472\npush r2\n</data> <data>pop m7\nout m7\n</data> <data>pop m8\nout m8\n</data> <data>mov r1,-1681720048\npush r1\n</data> <data>mov r0,-2111362986\npush r0\n</data> <data>pop r3\nout r3\nmov m9,r3\n</data> <data>pop m10\nout m10\n</data> <data>mov r1,-1147268474\npush r1\n</data> <data>push -1370377215\n</data> <data>pop r2\nout r2\nmov m11,r2\n</data> <data>push 1329043159\n</data> <data>pop m12\nout m12\n</data> <data>mov r2,398061733\npush r2\n</data> <data>pop m13\nout m13\n</data> <data>pop r1\nout r1\nmov m14,r1\n</data> <data>mov r0,-1958044008\npush r0\n</data> <data>push 1932787672\n</data> <data>pop r2\nout r2\nmov m15,r2\n</data> <data>pop r1\nout r1\nmov m16,r1\n</data> <data>push 511251854\n</data> <data>pop m17\nout m17\n</data> <data>push -719710415\n</data> <data>pop m18\nout m18\n</data> <data>mov r0,-1087848086\npush r0\n</data> <data>mov r1,-1873763120\npush r1\n</data> <data>pop r1\nout r1\nmov m19,r1\n</data> <data>mov r2,-2028415389\npush r2\n</data> <data>pop r1\nout r1\nmov m20,r1\n</data> <data>pop r0\nout r0\nmov m21,r0\n</data> <data>push -1883386041\n</data> <data>pop r0\nout r0\nmov m22,r0\n</data> <data>mov r0,2055629922\npush r0\n</data> <data>mov r0,-2025787575\npush r0\n</data> <data>push -1716086562\n</data> <data>mov r0,-2075311487\npush r0\n</data> <data>pop r3\nout r3\nmov m23,r3\n</data> <data>push 1707750156\n</data> <data>push 1304994098\n</data> <data>pop r0\nout r0\nmov m24,r0\n</data> <data>pop m25\nout m25\n</data> <data>push 1428950859\n</data> <data>pop m26\nout m26\n</data> <data>pop r1\nout r1\nmov m27,r1\n</data> <data>mov r0,1520926217\npush r0\n</data> <data>push -2103040591\n</data> <data>pop r1\nout r1\nmov m28,r1\n</data> <data>mov r3,-1494425412\npush r3\n</data> <data>push -532713984\n</data> <data>pop r1\nout r1\nmov m29,r1\n</data> <data>pop r3\nout r3\nmov m30,r3\n</data> <data>mov r3,1985237105\npush r3\n</data> <data>pop r3\nout r3\nmov m31,r3\n</data> <data>pop r0\nout r0\nmov m32,r0\n</data> <data>mov r1,1993665992\npush r1\n</data> <data>pop r3\nout r3\nmov m33,r3\n</data> <data>mov r3,2060959532\npush r3\n</data> <data>pop r2\nout r2\nmov m34,r2\n</data> <data>mov r2,-1071692924\npush r2\n</data> <data>mov r3,1696809215\npush r3\n</data> <data>pop r2\nout r2\nmov m35,r2\n</data> <data>pop r3\nout r3\nmov m36,r3\n</data> <data>pop m37\nout m37\n</data> <data>pop m38\nout m38\n</data> <data>mov r1,-1864507502\n</data> <data>div r1,m0\n</data> <data>out r1\nout -1\n</data> <data>mov r0,m1\nmul r1,r0\n</data> <data>out r1\nout 1229193310\n</data> <data>mov r2,m2\ndiv r1,r2\n</data> <data>out r1\nout 0\n</data> <data>sub r1,m3\n</data> <data>out r1\nout 2056674509\n</data> <data>mul r1,m4\n</data> <data>out r1\nout -204177493\n</data> <data>shl r1,0\n</data> <data>out r1\nout -204177493\n</data> <data>mov r2,m5\nadd r1,r2\n</data> <data>out r1\nout -1661064931\n</data> <data>div r1,m6\n</data> <data>out r1\nout 3\n</data> <data>div r1,m7\n</data> <data>out r1\nout 0\n</data> <data>mod r1,m8\n</data> <data>out r1\nout 0\n</data> <data>mov r2,m9\nadd r1,r2\n</data> <data>out r1\nout -2111362986\n</data> <data>shr r1,2\n</data> <data>out r1\nout -527840747\n</data> <data>mov r3,m10\ndiv r1,r3\n</data> <data>out r1\nout 0\n</data> <data>shl r1,7\n</data> <data>out r1\nout 0\n</data> <data>mod r1,m11\n</data> <data>out r1\nout 0\n</data> <data>shr r1,5\n</data> <data>out r1\nout 0\n</data> <data>add r1,m12\n</data> <data>out r1\nout 1329043159\n</data> <data>sub r1,m13\n</data> <data>out r1\nout 930981426\n</data> <data>mul r1,m14\n</data> <data>out r1\nout -95387092\n</data> <data>swp r1\n</data> <data>out r1\nout 746737914\n</data> <data>add r1,m15\n</data> <data>out r1\nout -1615441710\n</data> <data>shr r1,0\n</data> <data>out r1\nout -1615441710\n</data> <data>mov r3,m16\nsub r1,r3\n</data> <data>out r1\nout 342602298\n</data> <data>mod r1,m17\n</data> <data>out r1\nout 342602298\n</data> <data>sub r1,m18\n</data> <data>out r1\nout 1062312713\n</data> <data>shl r1,2\n</data> <data>out r1\nout -45716444\n</data> <data>mov r3,m19\nsub r1,r3\n</data> <data>out r1\nout 1828046676\n</data> <data>mov r0,m20\nsub r1,r0\n</data> <data>out r1\nout -438505231\n</data> <data>mov r0,m21\nmod r1,r0\n</data> <data>out r1\nout -438505231\n</data> <data>mov r3,m22\ndiv r1,r3\n</data> <data>out r1\nout 0\n</data> <data>mul r1,m23\n</data> <data>out r1\nout 0\n</data> <data>mov r2,m24\nmul r1,r2\n</data> <data>out r1\nout 0\n</data> <data>shr r1,6\n</data> <data>out r1\nout 0\n</data> <data>shr r1,5\n</data> <data>out r1\nout 0\n</data> <data>sub r1,m25\n</data> <data>out r1\nout -1707750156\n</data> <data>mod r1,m26\n</data> <data>out r1\nout -278799297\n</data> <data>swp r1\n</data> <data>out r1\nout 1071407599\n</data> <data>mov r0,m27\nsub r1,r0\n</data> <data>out r1\nout -1507473135\n</data> <data>mod r1,m28\n</data> <data>out r1\nout -1507473135\n</data> <data>add r1,m29\n</data> <data>out r1\nout -2040187119\n</data> <data>sub r1,m30\n</data> <data>out r1\nout -545761707\n</data> <data>mov r3,m31\nmod r1,r3\n</data> <data>out r1\nout -545761707\n</data> <data>shr r1,0\n</data> <data>out r1\nout -545761707\n</data> <data>shl r1,6\n</data> <data>out r1\nout -569010880\n</data> <data>sub r1,m32\n</data> <data>out r1\nout -2089937097\n</data> <data>div r1,m33\n</data> <data>out r1\nout -1\n</data> <data>swp r1\n</data> <data>out r1\nout -1\n</data> <data>sub r1,m34\n</data> <data>out r1\nout -2060959533\n</data> <data>sub r1,m35\n</data> <data>out r1\nout 537198548\n</data> <data>mov r0,m36\ndiv r1,r0\n</data> <data>out r1\nout 0\n</data> <data>add r1,m37\n</data> <data>out r1\nout -2025787575\n</data> <data>shr r1,0\n</data> <data>out r1\nout -2025787575\n</data> <data>mov r0,m38\nadd r1,r0\n</data> <data>out r1\nout 29842347\n</data> <data>END\n</data> </write> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x3b2b9440\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xb6bbffa2\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9f2ff045\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8569a333\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9c46ce57\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xa929a972\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xe01ca66d\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x7516b160\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xa5b3dea9\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x82272856\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9bc2fd10\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xae51b401\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x4f3796d7\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x17b9f0a5\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xbb9e1286\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x7333ffd8\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8b4a9e98\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x1e79158e\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xd51a1731\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9050a4d0\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8718d663\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xbf28c16a\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8fbdcf47\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x844d4281\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x4dc8a132\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x65ca330c\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x552c0f4b\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x99b698de\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x82a625b1\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xe03f6e00\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xa6ece0bc\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x76545071\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x5aa77e09\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x76d4edc8\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x7ad7bf2c\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x652340ff\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xc01f4384\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8740ef49\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x7a866c62\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xffffffff\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xffffffff\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x4944005e\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x4944005e\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x7a965ccd\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x7a965ccd\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xf3d47fab\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xf3d47fab\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xf3d47fab\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xf3d47fab\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9cfe291d\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9cfe291d\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000003\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000003\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x82272856\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x82272856\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xe089ca15\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xe089ca15\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x4f3796d7\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x4f3796d7\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x377da632\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x377da632\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xfa50822c\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xfa50822c\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x2c8250fa\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x2c8250fa\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9fb650d2\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9fb650d2\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9fb650d2\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9fb650d2\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x146bb23a\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x146bb23a\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x146bb23a\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x146bb23a\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x3f519b09\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x3f519b09\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xfd466c24\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xfd466c24\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x6cf5c754\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x6cf5c754\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xe5dcf0f1\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xe5dcf0f1\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xe5dcf0f1\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xe5dcf0f1\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9a35ccf4\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x9a35ccf4\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xef61dc3f\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xef61dc3f\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x3fdc61ef\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x3fdc61ef\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xa625c911\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xa625c911\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xa625c911\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xa625c911\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x86653711\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x86653711\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xdf785655\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xdf785655\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xdf785655\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xdf785655\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xdf785655\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xdf785655\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xde159540\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xde159540\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x836e1737\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x836e1737\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xffffffff\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xffffffff\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xffffffff\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0xffffffff\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x852840d3\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x852840d3\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x2004ffd4\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x2004ffd4\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x00000000\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8740ef49\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8740ef49\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8740ef49\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x8740ef49\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x01c75bab\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>OUT: 0x01c75bab\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>COMPLETE\n</data></match></read> </replay> </pov>
61.653061
91
0.629735
44a1c779c2e16981244f169bed9b23c6c55177e2
4,638
xml
XML
app/src/main/res/layout/activity_first_time_verify.xml
naruthk/DCSatisfaction_CPALL
55ec05ad8102480ade6f9f36f2c2f6d5d5eee5da
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_first_time_verify.xml
naruthk/DCSatisfaction_CPALL
55ec05ad8102480ade6f9f36f2c2f6d5d5eee5da
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_first_time_verify.xml
naruthk/DCSatisfaction_CPALL
55ec05ad8102480ade6f9f36f2c2f6d5d5eee5da
[ "MIT" ]
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:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:background="#ffffff" android:orientation="vertical" android:padding="0dp" tools:context="cpall.DCSatisfaction_CPALL.FirstTimeVerify"> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="80dp" > <ImageView android:layout_width="100dp" android:layout_height="60dp" android:id="@+id/logo" android:src="@mipmap/cpalllogolarge" android:maxHeight="60dp" android:maxWidth="100dp" android:padding="0dp" android:layout_margin="10dp" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/logo_text" android:id="@+id/logo_word" android:paddingLeft="10dp" android:textColor="#2968ce" android:textSize="25sp" android:textStyle="bold" android:layout_gravity="right|top" android:layout_marginTop="39dp" android:layout_marginRight="14dp" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/span_appType" android:id="@+id/appLabel" android:paddingLeft="10dp" android:textColor="#7fb0ff" android:textSize="15sp" android:textStyle="bold" android:layout_gravity="right|top" android:layout_marginTop="25dp" android:layout_marginRight="14dp" android:textIsSelectable="false" /> </FrameLayout> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center_horizontal"> <!-- Confirmation message --> <TextView android:layout_width="210dp" android:layout_height="80dp" android:textAppearance="?android:attr/textAppearanceLarge" android:text="@string/firstTime_headingtxt" android:id="@+id/firstTime_headingTxt" android:textColor="#000000" android:gravity="center" android:textSize="20sp" android:layout_centerHorizontal="true" android:layout_marginTop="20dp" /> <!-- Continue button --> <Button android:layout_width="wrap_content" android:layout_height="60sp" android:text="@string/firstTime_continue" android:id="@+id/btn_firstTime_continue" android:background="#f10088c7" android:padding="10dp" android:textColor="#ffffff" android:onClick="onClick" android:textSize="16sp" android:layout_below="@+id/textView" android:layout_centerHorizontal="true" android:layout_marginTop="10dp" /> <EditText android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="number" android:ems="10" android:maxLength="5" android:id="@+id/firstTime_input" android:layout_below="@+id/firstTime_headingTxt" android:layout_centerHorizontal="true" android:textSize="16sp" android:textColor="#000000" android:padding="10dp" /> <TextView android:layout_width="210dp" android:layout_height="50dp" android:textAppearance="?android:attr/textAppearanceLarge" android:text="@string/firstTime_exampleKey" android:id="@+id/textView" android:textColor="#999999" android:gravity="center" android:textSize="16sp" android:layout_below="@+id/firstTime_input" android:layout_centerHorizontal="true" /> </RelativeLayout> </LinearLayout>
38.016393
75
0.619664
6603177f0d1d6dfbb5d2fd92fbdd7f8a490d7cde
4,930
xml
XML
app/src/main/res/layout/activity_signin.xml
chamiSG/android-plaid-porcelain-app
2794218a6fcde2951b9416133c4d037b51926308
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_signin.xml
chamiSG/android-plaid-porcelain-app
2794218a6fcde2951b9416133c4d037b51926308
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_signin.xml
chamiSG/android-plaid-porcelain-app
2794218a6fcde2951b9416133c4d037b51926308
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.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" android:background="@color/colorPrimary" tools:context=".SignInActivity"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:padding="16dp" app:layout_behavior="@string/appbar_scrolling_view_behavior"> <ImageView android:layout_width="100dp" android:layout_height="100dp" android:layout_marginTop="100dp" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:src="@drawable/icon_app" /> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_marginTop="200dp" android:fontFamily="@font/calibri" android:text="@string/title_text" android:textAlignment="center" android:textColor="#FFFFFF" android:textSize="40dp" android:textStyle="normal|bold" /> <Button android:id="@+id/sign_in_button" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:layout_gravity="center" android:layout_marginBottom="150dp" android:background="@drawable/blackroundedbuttonshape" android:fontFamily="@font/calibri" android:text="Login with Google" android:layout_marginLeft="20dp" android:layout_marginRight="20dp" android:layout_centerInParent="true" android:drawableLeft="@drawable/google_icon" android:drawableTint="#ffffff" android:textAllCaps="false" android:textColor="#ffffff" android:textSize="20sp" /> <com.github.ybq.android.spinkit.SpinKitView android:id="@+id/spin_kit_signin" style="@style/SpinKitView.Circle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_above="@id/link_porcelain" android:layout_gravity="center" android:layout_centerInParent="true" android:layout_marginBottom="30dp" app:SpinKit_Color="@color/plaid_white" /> <TextView android:id="@+id/link_porcelain" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_above="@id/term_layout" android:layout_centerInParent="true" android:layout_marginBottom="5dp" android:gravity="bottom" android:text="@string/title_poilcy" android:textColor="@android:color/white" android:textSize="16dp" /> <LinearLayout android:id="@+id/term_layout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true"> <TextView android:id="@+id/content_term" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="false" android:layout_alignParentBottom="true" android:layout_centerInParent="true" android:layout_marginBottom="5sp" android:layout_marginRight="5sp" android:gravity="bottom" android:text="@string/content_term" android:textColor="@android:color/white" android:textSize="14dp" /> <TextView android:id="@+id/content_poilcy" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="false" android:layout_alignParentBottom="true" android:layout_centerInParent="true" android:layout_toRightOf="@id/content_term" android:layout_marginBottom="5sp" android:gravity="bottom" android:text="@string/content_poilcy" android:textColor="@android:color/white" android:textSize="14dp" /> </LinearLayout> </RelativeLayout> </androidx.coordinatorlayout.widget.CoordinatorLayout>
42.136752
111
0.617647
46763d927f63e95253eaba4da2319440cd6ef355
1,425
xml
XML
assets/qt_xm10_icestar/manifest.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
1
2020-03-18T17:06:18.000Z
2020-03-18T17:06:18.000Z
assets/qt_xm10_icestar/manifest.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
5
2021-01-05T16:32:00.000Z
2022-02-10T20:07:30.000Z
assets/qt_xm10_icestar/manifest.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1" ?> <manifest> <library name="qt_xm10_icestar" version="0.1"> <assets> <asset name="index" mimeType="text/xml"/> <asset name="qt_xm10_icestar_visualization" mimeType="text/xml"/> <asset name="qt_xm10_icestar_assets" mimeType="text/xml"/> <asset name="qt_xm10_icestar_logic" mimeType="text/xml"/> <asset name="qt_xm10_icestar_32_a_2_0" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_a_2_0" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_0" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_1" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_2" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_3" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_4" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_5" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_6" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_7" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_8" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_9" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_10" mimeType="image/png"/> <asset name="qt_xm10_icestar_64_b_2_11" mimeType="image/png"/> <asset name="qt_xm10_icestar_icon_a" mimeType="image/png"/> </assets> </library> </manifest>
57
71
0.705965
9fe457d80441dd3b8ed368eecc6c8e7ea939c35d
73,124
xml
XML
ip-xact/pulp-platform.org/peripheral/peripherals/1.0/peripherals.design.1.0.xml
kactus2/pulpinoexperiment
4193623e46fe9d23c52f26e938f93dbd7c577dc8
[ "Apache-2.0" ]
7
2016-12-21T23:06:46.000Z
2021-08-18T01:20:42.000Z
ip-xact/pulp-platform.org/peripheral/peripherals/1.0/peripherals.design.1.0.xml
kactus2/pulpinoexperiment
4193623e46fe9d23c52f26e938f93dbd7c577dc8
[ "Apache-2.0" ]
1
2021-01-24T17:57:32.000Z
2021-01-28T08:33:46.000Z
ip-xact/pulp-platform.org/peripheral/peripherals/1.0/peripherals.design.1.0.xml
kactus2/pulpinoexperiment
4193623e46fe9d23c52f26e938f93dbd7c577dc8
[ "Apache-2.0" ]
2
2020-12-24T02:00:42.000Z
2021-01-28T08:18:10.000Z
<?xml version="1.0" encoding="UTF-8"?> <ipxact:design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ipxact="http://www.accellera.org/XMLSchema/IPXACT/1685-2014" xmlns:kactus2="http://kactus2.cs.tut.fi" xsi:schemaLocation="http://www.accellera.org/XMLSchema/IPXACT/1685-2014 http://www.accellera.org/XMLSchema/IPXACT/1685-2014/index.xsd"> <ipxact:vendor>pulp-platform.org</ipxact:vendor> <ipxact:library>peripheral</ipxact:library> <ipxact:name>peripherals.design</ipxact:name> <ipxact:version>1.0</ipxact:version> <ipxact:componentInstances> <ipxact:componentInstance> <ipxact:instanceName>periph_bus_i</ipxact:instanceName> <ipxact:description>APB bus</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="communication.bus" name="periph_bus_wrap" version="1.0"> <ipxact:configurableElementValues> <ipxact:configurableElementValue referenceId="uuid_56537cdb_ef97_44c9_94cc_1e64e2838388">uuid_26861753_c47f_4e38_9508_c8fc55e4e4d0</ipxact:configurableElementValue> </ipxact:configurableElementValues> </ipxact:componentRef> <ipxact:vendorExtensions> <kactus2:uuid>{4c749bce-d751-4942-93c3-395af876a809}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="-110" y="100"/> <kactus2:portPosition busRef="debug_master" x="-110" y="240"/> <kactus2:portPosition busRef="event_unit_master" x="110" y="780"/> <kactus2:portPosition busRef="fll_master" x="110" y="1110"/> <kactus2:portPosition busRef="gpio_master" x="110" y="250"/> <kactus2:portPosition busRef="i2c_master" x="110" y="920"/> <kactus2:portPosition busRef="soc_ctrl_master" x="110" y="1230"/> <kactus2:portPosition busRef="spi_master" x="110" y="410"/> <kactus2:portPosition busRef="timer_master" x="110" y="550"/> <kactus2:portPosition busRef="uart_master" x="110" y="110"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="rst_ni" x="-110" y="50"/> </kactus2:adHocVisibilities> <kactus2:position x="920" y="60"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb_gpio_i</ipxact:instanceName> <ipxact:description>APB Slave 1: APB GPIO interface</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb_gpio" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{8f5b933a-0fe0-48cb-9b90-1045963efb66}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="-110" y="70"/> <kactus2:portPosition busRef="gpio" x="110" y="70"/> <kactus2:portPosition busRef="irq" x="-110" y="90"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="HCLK" x="-110" y="30"/> <kactus2:adHocVisible portName="HRESETn" x="-110" y="50"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="240"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb_timer_i</ipxact:instanceName> <ipxact:description>APB Slave 3: Timer Unit</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb_timer" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{a2f2719f-c9fd-4533-b028-37d1a7da1e75}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="-110" y="90"/> <kactus2:portPosition busRef="irq" x="-110" y="70"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="HCLK" x="-110" y="30"/> <kactus2:adHocVisible portName="HRESETn" x="-110" y="50"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="520"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb_event_unit_i</ipxact:instanceName> <ipxact:description>APB Slave 4: Event Unit</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb_event_unit" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{33451c96-29b5-421f-8ddd-bc90c166105a}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="-110" y="180"/> <kactus2:portPosition busRef="event" x="-110" y="190"/> <kactus2:portPosition busRef="irq" x="-110" y="160"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="HCLK" x="-110" y="50"/> <kactus2:adHocVisible portName="HRESETn" x="-110" y="70"/> <kactus2:adHocVisible portName="clk_gate_core_o" x="110" y="70"/> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="core_busy_i" x="-110" y="130"/> <kactus2:adHocVisible portName="fetch_enable_i" x="-110" y="100"/> <kactus2:adHocVisible portName="fetch_enable_o" x="110" y="100"/> <kactus2:adHocVisible portName="irq_o" x="110" y="40"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="660"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb_i2c_i</ipxact:instanceName> <ipxact:description>APB Slave 5: I2C</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb_i2c" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{3c3c6357-b387-451a-9ef6-4735f4faff17}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="-110" y="90"/> <kactus2:portPosition busRef="i2c" x="110" y="90"/> <kactus2:portPosition busRef="irq" x="-110" y="70"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="HCLK" x="-110" y="30"/> <kactus2:adHocVisible portName="HRESETn" x="-110" y="50"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="890"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb_fll_if_i</ipxact:instanceName> <ipxact:description>APB Slave 6: FLL Ctrl</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb_fll_if" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{f3c64ede-4f3d-43a8-a1db-40538fb5a7a7}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="-110" y="140"/> <kactus2:portPosition busRef="fll1" x="110" y="140"/> <kactus2:portPosition busRef="fll2" x="110" y="40"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="HCLK" x="-110" y="30"/> <kactus2:adHocVisible portName="HRESETn" x="-110" y="50"/> <kactus2:adHocVisible portName="fll2_ack" x="110" y="60"/> <kactus2:adHocVisible portName="fll2_lock" x="110" y="100"/> <kactus2:adHocVisible portName="fll2_r_data" x="110" y="80"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="1030"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb_pulpino_i</ipxact:instanceName> <ipxact:description>APB Slave 7: PULPino control</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb_pulpino" version="1.0"> <ipxact:configurableElementValues> <ipxact:configurableElementValue referenceId="uuid_d50bccc8_bf2c_4236_9635_84ca621d719b">uuid_2f3994f9_5bd5_4a0f_af14_de13b9f288c7 </ipxact:configurableElementValue> </ipxact:configurableElementValues> </ipxact:componentRef> <ipxact:vendorExtensions> <kactus2:uuid>{53309a69-9b2d-4023-bc6b-f8b14e8bb3d7}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="-110" y="70"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="HCLK" x="-110" y="30"/> <kactus2:adHocVisible portName="HRESETn" x="-110" y="50"/> <kactus2:adHocVisible portName="boot_addr_o" x="110" y="100"/> <kactus2:adHocVisible portName="clk_gate_o" x="-110" y="100"/> <kactus2:adHocVisible portName="pad_cfg_o" x="110" y="40"/> <kactus2:adHocVisible portName="pad_mux_o" x="110" y="70"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="1220"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb2per_debug_i</ipxact:instanceName> <ipxact:description>APB Slave 8: APB2PER for debug</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb2per" version="1.0"> <ipxact:configurableElementValues> <ipxact:configurableElementValue referenceId="uuid_34cf1aa4_dc9c_4719_bf19_4713d070b68f">uuid_26861753_c47f_4e38_9508_c8fc55e4e4d0</ipxact:configurableElementValue> </ipxact:configurableElementValues> </ipxact:componentRef> <ipxact:vendorExtensions> <kactus2:uuid>{14fcfae7-186c-4a37-b1ea-80905d716b3d}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="110" y="90"/> <kactus2:portPosition busRef="debug" x="-110" y="90"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="per_master_r_opc_i" x="-110" y="70"/> <kactus2:adHocVisible portName="rst_ni" x="-110" y="50"/> </kactus2:adHocVisibilities> <kactus2:position x="600" y="210"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>core_clock_gate_0</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.clock" name="core_clock_gate" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{dfcd2724-01d4-40f6-8ee7-7878acb4a4d4}</kactus2:uuid> <kactus2:position x="160" y="60"/> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="clk_o" x="110" y="40"/> <kactus2:adHocVisible portName="en_i" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>core_clock_gate_1</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.clock" name="core_clock_gate" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{dfcd2724-01d4-40f6-8ee7-7878acb4a4d4}</kactus2:uuid> <kactus2:position x="160" y="180"/> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="clk_o" x="110" y="40"/> <kactus2:adHocVisible portName="en_i" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>core_clock_gate_2</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.clock" name="core_clock_gate" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{dfcd2724-01d4-40f6-8ee7-7878acb4a4d4}</kactus2:uuid> <kactus2:position x="160" y="300"/> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="clk_o" x="110" y="40"/> <kactus2:adHocVisible portName="en_i" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>core_clock_gate_3</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.clock" name="core_clock_gate" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{dfcd2724-01d4-40f6-8ee7-7878acb4a4d4}</kactus2:uuid> <kactus2:position x="160" y="420"/> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="clk_o" x="110" y="40"/> <kactus2:adHocVisible portName="en_i" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>core_clock_gate_4</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.clock" name="core_clock_gate" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{dfcd2724-01d4-40f6-8ee7-7878acb4a4d4}</kactus2:uuid> <kactus2:position x="160" y="540"/> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="clk_o" x="110" y="40"/> <kactus2:adHocVisible portName="en_i" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>core_clock_gate_5</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.clock" name="core_clock_gate" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{dfcd2724-01d4-40f6-8ee7-7878acb4a4d4}</kactus2:uuid> <kactus2:position x="160" y="660"/> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="clk_o" x="110" y="40"/> <kactus2:adHocVisible portName="en_i" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>core_clock_gate_6</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.clock" name="core_clock_gate" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{dfcd2724-01d4-40f6-8ee7-7878acb4a4d4}</kactus2:uuid> <kactus2:position x="160" y="780"/> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="clk_o" x="110" y="40"/> <kactus2:adHocVisible portName="en_i" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>core_clock_gate_7</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.clock" name="core_clock_gate" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{dfcd2724-01d4-40f6-8ee7-7878acb4a4d4}</kactus2:uuid> <kactus2:position x="160" y="900"/> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="clk_o" x="110" y="40"/> <kactus2:adHocVisible portName="en_i" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb_spi_master_i</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb_spi_master" version="1.0"> <ipxact:configurableElementValues> <ipxact:configurableElementValue referenceId="uuid_aef516b1_bf70_49fd_90ad_bc824602cb4a">8</ipxact:configurableElementValue> </ipxact:configurableElementValues> </ipxact:componentRef> <ipxact:vendorExtensions> <kactus2:uuid>{f8366e3b-03c1-47c4-8cf2-8c98599a905b}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="event" x="-110" y="70"/> <kactus2:portPosition busRef="spi_bus" x="-110" y="90"/> <kactus2:portPosition busRef="spi_master" x="110" y="90"/> <kactus2:portPosition busRef="spi_master0" x="110" y="40"/> <kactus2:portPosition busRef="spi_master1" x="110" y="100"/> <kactus2:portPosition busRef="spi_master2" x="110" y="70"/> <kactus2:portPosition busRef="spi_master3" x="110" y="130"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="HCLK" x="-110" y="30"/> <kactus2:adHocVisible portName="HRESETn" x="-110" y="50"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="380"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>axi_spi_slave_i</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.wrapper" name="axi_spi_slave_wrap" version="1.0"> <ipxact:configurableElementValues> <ipxact:configurableElementValue referenceId="uuid_7ec8a9df_6c12_4116_b272_ca72b572175c">uuid_04886052_cf61_4b2d_9cfa_7df2f7538103</ipxact:configurableElementValue> <ipxact:configurableElementValue referenceId="uuid_283605a1_f897_46a2_a8d6_aaa369165783">uuid_93a98b4c_16f0_4b75_abba_c9d78ca2c8da</ipxact:configurableElementValue> <ipxact:configurableElementValue referenceId="uuid_9aa6590a_67a4_4802_b7b6_82b2b5db4263">uuid_4ae43d2d_c7f4_4c2a_b80c_55ca41a00bdd</ipxact:configurableElementValue> <ipxact:configurableElementValue referenceId="uuid_9ae311b8_facc_4ba3_bbd0_47b8dcd67784">uuid_14c0a401_e802_4554_bd3b_14016342202e</ipxact:configurableElementValue> </ipxact:configurableElementValues> </ipxact:componentRef> <ipxact:vendorExtensions> <kactus2:uuid>{929282f3-5605-44fe-b04d-2e377bc67732}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="axi_master" x="-110" y="90"/> <kactus2:portPosition busRef="spi" x="110" y="90"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="rst_ni" x="-110" y="50"/> <kactus2:adHocVisible portName="test_mode" x="-110" y="70"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="1370"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>axi2apb_i</ipxact:instanceName> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral.wrapper" name="axi2apb_wrap" version="1.0"> <ipxact:configurableElementValues> <ipxact:configurableElementValue referenceId="uuid_b9c70d46_ea6d_411f_adc5_977065a62c09">uuid_04886052_cf61_4b2d_9cfa_7df2f7538103</ipxact:configurableElementValue> <ipxact:configurableElementValue referenceId="uuid_480f4b1e_9cb3_4121_9bcd_1b67dc9b78c7">uuid_62cb80d0_4508_406b_827b_2ea17807fc35</ipxact:configurableElementValue> <ipxact:configurableElementValue referenceId="uuid_fc75d4f1_226e_4f82_a96e_a3e4893d0f9a">uuid_4ae43d2d_c7f4_4c2a_b80c_55ca41a00bdd</ipxact:configurableElementValue> <ipxact:configurableElementValue referenceId="uuid_03ebeee4_8aea_40d7_bad1_837923a908dc">uuid_14c0a401_e802_4554_bd3b_14016342202e</ipxact:configurableElementValue> <ipxact:configurableElementValue referenceId="uuid_5a481baa_8d34_4af1_93a2_bb612df804db">uuid_26861753_c47f_4e38_9508_c8fc55e4e4d0</ipxact:configurableElementValue> </ipxact:configurableElementValues> </ipxact:componentRef> <ipxact:vendorExtensions> <kactus2:uuid>{26d11841-fc1d-41e1-b190-d28e6df173f4}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_master" x="110" y="100"/> <kactus2:portPosition busRef="axi_slave" x="-110" y="100"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="clk_i" x="-110" y="30"/> <kactus2:adHocVisible portName="rst_ni" x="-110" y="50"/> <kactus2:adHocVisible portName="test_en_i" x="-110" y="70"/> </kactus2:adHocVisibilities> <kactus2:position x="600" y="60"/> </ipxact:vendorExtensions> </ipxact:componentInstance> <ipxact:componentInstance> <ipxact:instanceName>apb_uart_i</ipxact:instanceName> <ipxact:description>APB slave 0: APB UART interface</ipxact:description> <ipxact:componentRef vendor="pulp-platform.org" library="peripheral" name="apb_uart" version="1.0"/> <ipxact:vendorExtensions> <kactus2:uuid>{c2bd1966-eeb3-4fa0-ab09-1e0bd2f3421a}</kactus2:uuid> <kactus2:portPositions> <kactus2:portPosition busRef="apb_slave" x="-110" y="110"/> <kactus2:portPosition busRef="event" x="-110" y="130"/> <kactus2:portPosition busRef="uart" x="110" y="110"/> </kactus2:portPositions> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="CLK" x="-110" y="30"/> <kactus2:adHocVisible portName="DCDN" x="-110" y="70"/> <kactus2:adHocVisible portName="RIN" x="-110" y="90"/> <kactus2:adHocVisible portName="RSTN" x="-110" y="50"/> </kactus2:adHocVisibilities> <kactus2:position x="1240" y="60"/> </ipxact:vendorExtensions> </ipxact:componentInstance> </ipxact:componentInstances> <ipxact:interconnections> <ipxact:interconnection> <ipxact:name>axi_spi_slave_i_spi_to_spi</ipxact:name> <ipxact:activeInterface componentRef="axi_spi_slave_i" busRef="spi"/> <ipxact:hierInterface busRef="spi"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_gpio_i_gpio_to_gpio</ipxact:name> <ipxact:activeInterface componentRef="apb_gpio_i" busRef="gpio"/> <ipxact:hierInterface busRef="gpio"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_gpio_i_apb_slave_to_periph_bus_i_gpio_master</ipxact:name> <ipxact:activeInterface componentRef="apb_gpio_i" busRef="apb_slave"/> <ipxact:activeInterface componentRef="periph_bus_i" busRef="gpio_master"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>periph_bus_i_timer_master_to_apb_timer_i_apb_slave</ipxact:name> <ipxact:activeInterface componentRef="periph_bus_i" busRef="timer_master"/> <ipxact:activeInterface componentRef="apb_timer_i" busRef="apb_slave"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_i2c_i_i2c_to_i2c</ipxact:name> <ipxact:activeInterface componentRef="apb_i2c_i" busRef="i2c"/> <ipxact:hierInterface busRef="i2c"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>periph_bus_i_event_unit_master_to_apb_event_unit_i_apb_slave</ipxact:name> <ipxact:activeInterface componentRef="periph_bus_i" busRef="event_unit_master"/> <ipxact:activeInterface componentRef="apb_event_unit_i" busRef="apb_slave"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_i2c_i_apb_slave_to_periph_bus_i_i2c_master</ipxact:name> <ipxact:activeInterface componentRef="apb_i2c_i" busRef="apb_slave"/> <ipxact:activeInterface componentRef="periph_bus_i" busRef="i2c_master"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>periph_bus_i_fll_master_to_apb_fll_if_i_apb_slave</ipxact:name> <ipxact:activeInterface componentRef="periph_bus_i" busRef="fll_master"/> <ipxact:activeInterface componentRef="apb_fll_if_i" busRef="apb_slave"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_pulpino_i_apb_slave_to_periph_bus_i_soc_ctrl_master</ipxact:name> <ipxact:activeInterface componentRef="apb_pulpino_i" busRef="apb_slave"/> <ipxact:activeInterface componentRef="periph_bus_i" busRef="soc_ctrl_master"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb2per_debug_i_debug_to_debug</ipxact:name> <ipxact:activeInterface componentRef="apb2per_debug_i" busRef="debug"/> <ipxact:hierInterface busRef="debug"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb2per_debug_i_apb_slave_to_periph_bus_i_debug_master</ipxact:name> <ipxact:activeInterface componentRef="apb2per_debug_i" busRef="apb_slave"/> <ipxact:activeInterface componentRef="periph_bus_i" busRef="debug_master"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>axi_spi_slave_i_axi_master_to_axi_spi_master</ipxact:name> <ipxact:activeInterface componentRef="axi_spi_slave_i" busRef="axi_master"/> <ipxact:hierInterface busRef="axi_spi_master"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>periph_bus_i_spi_master_to_apb_spi_master_i_spi_bus</ipxact:name> <ipxact:activeInterface componentRef="periph_bus_i" busRef="spi_master"/> <ipxact:activeInterface componentRef="apb_spi_master_i" busRef="spi_bus"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_i2c_i_irq_to_apb_event_unit_i_irq</ipxact:name> <ipxact:activeInterface componentRef="apb_i2c_i" busRef="irq"/> <ipxact:activeInterface componentRef="apb_event_unit_i" busRef="irq"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_timer_i_irq_to_apb_event_unit_i_irq</ipxact:name> <ipxact:activeInterface componentRef="apb_timer_i" busRef="irq"/> <ipxact:activeInterface componentRef="apb_event_unit_i" busRef="irq"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_gpio_i_irq_to_apb_event_unit_i_irq</ipxact:name> <ipxact:activeInterface componentRef="apb_gpio_i" busRef="irq"/> <ipxact:activeInterface componentRef="apb_event_unit_i" busRef="irq"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_spi_master_i_event_to_apb_event_unit_i_irq</ipxact:name> <ipxact:activeInterface componentRef="apb_spi_master_i" busRef="event"/> <ipxact:activeInterface componentRef="apb_event_unit_i" busRef="irq"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_spi_master_i_spi_master_to_spi_master</ipxact:name> <ipxact:activeInterface componentRef="apb_spi_master_i" busRef="spi_master"/> <ipxact:hierInterface busRef="spi_master"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_uart_i_uart_to_uart</ipxact:name> <ipxact:activeInterface componentRef="apb_uart_i" busRef="uart"/> <ipxact:hierInterface busRef="uart"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_uart_i_event_to_apb_event_unit_i_irq</ipxact:name> <ipxact:activeInterface componentRef="apb_uart_i" busRef="event"/> <ipxact:activeInterface componentRef="apb_event_unit_i" busRef="irq"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>periph_bus_i_uart_master_to_apb_uart_i_apb_slave</ipxact:name> <ipxact:activeInterface componentRef="periph_bus_i" busRef="uart_master"/> <ipxact:activeInterface componentRef="apb_uart_i" busRef="apb_slave"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>axi2apb_i_axi_slave_to_slave</ipxact:name> <ipxact:activeInterface componentRef="axi2apb_i" busRef="axi_slave"/> <ipxact:hierInterface busRef="slave"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>axi2apb_i_apb_master_to_periph_bus_i_apb_slave</ipxact:name> <ipxact:activeInterface componentRef="axi2apb_i" busRef="apb_master"/> <ipxact:activeInterface componentRef="periph_bus_i" busRef="apb_slave"/> </ipxact:interconnection> <ipxact:interconnection> <ipxact:name>apb_fll_if_i_fll1_to_fll</ipxact:name> <ipxact:activeInterface componentRef="apb_fll_if_i" busRef="fll1"/> <ipxact:hierInterface busRef="fll"/> </ipxact:interconnection> </ipxact:interconnections> <ipxact:adHocConnections> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_0_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_0" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_1_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_1" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_2_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_2" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_3_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_3" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_4_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_4" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_5_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_5" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_6_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_6" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_7_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_7" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_0_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_0" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_1_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_1" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_2_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_2" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_3_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_3" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_4_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_4" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_5_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_5" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_6_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_6" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_7_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_7" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_0_clk_o_to_axi_spi_slave_i_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_0" portRef="clk_o"/> <ipxact:internalPortReference componentRef="axi_spi_slave_i" portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>axi_spi_slave_i_rst_ni_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="axi_spi_slave_i" portRef="rst_ni"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>axi_spi_slave_i_test_mode_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="axi_spi_slave_i" portRef="test_mode"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_3_clk_o_to_apb_spi_master_i_HCLK</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_3" portRef="clk_o"/> <ipxact:internalPortReference componentRef="apb_spi_master_i" portRef="HCLK"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_spi_master_i_HRESETn_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_spi_master_i" portRef="HRESETn"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>axi2apb_i_rst_ni_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="axi2apb_i" portRef="rst_ni"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>axi2apb_i_test_en_i_to_testmode_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="axi2apb_i" portRef="test_en_i"/> <ipxact:externalPortReference portRef="testmode_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>axi2apb_i_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="axi2apb_i" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_2_clk_o_to_apb_gpio_i_HCLK</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_2" portRef="clk_o"/> <ipxact:internalPortReference componentRef="apb_gpio_i" portRef="HCLK"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_gpio_i_HRESETn_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_gpio_i" portRef="HRESETn"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_4_clk_o_to_apb_timer_i_HCLK</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_4" portRef="clk_o"/> <ipxact:internalPortReference componentRef="apb_timer_i" portRef="HCLK"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_timer_i_HRESETn_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_timer_i" portRef="HRESETn"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_5_clk_o_to_apb_event_unit_i_HCLK</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_5" portRef="clk_o"/> <ipxact:internalPortReference componentRef="apb_event_unit_i" portRef="HCLK"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_event_unit_i_HRESETn_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_event_unit_i" portRef="HRESETn"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_event_unit_i_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_event_unit_i" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_event_unit_i_irq_o_to_irq_o</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_event_unit_i" portRef="irq_o"/> <ipxact:externalPortReference portRef="irq_o"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_event_unit_i_fetch_enable_i_to_fetch_enable_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_event_unit_i" portRef="fetch_enable_i"/> <ipxact:externalPortReference portRef="fetch_enable_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_event_unit_i_fetch_enable_o_to_fetch_enable_o</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_event_unit_i" portRef="fetch_enable_o"/> <ipxact:externalPortReference portRef="fetch_enable_o"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_event_unit_i_core_busy_i_to_core_busy_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_event_unit_i" portRef="core_busy_i"/> <ipxact:externalPortReference portRef="core_busy_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_event_unit_i_clk_gate_core_o_to_clk_gate_core_o</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_event_unit_i" portRef="clk_gate_core_o"/> <ipxact:externalPortReference portRef="clk_gate_core_o"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_6_clk_o_to_apb_i2c_i_HCLK</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_6" portRef="clk_o"/> <ipxact:internalPortReference componentRef="apb_i2c_i" portRef="HCLK"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_i2c_i_HRESETn_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_i2c_i" portRef="HRESETn"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_fll_if_i_fll2_ack_to_tiedValue</ipxact:name> <ipxact:tiedValue>1'b0</ipxact:tiedValue> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_fll_if_i" portRef="fll2_ack"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_fll_if_i_fll2_r_data_to_tiedValue</ipxact:name> <ipxact:tiedValue>'0</ipxact:tiedValue> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_fll_if_i" portRef="fll2_r_data"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_fll_if_i_fll2_lock_to_tiedValue</ipxact:name> <ipxact:tiedValue>1'b0</ipxact:tiedValue> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_fll_if_i" portRef="fll2_lock"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_7_clk_o_to_apb_fll_if_i_HCLK</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_7" portRef="clk_o"/> <ipxact:internalPortReference componentRef="apb_fll_if_i" portRef="HCLK"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_fll_if_i_HRESETn_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_fll_if_i" portRef="HRESETn"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_pulpino_i_HCLK_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_pulpino_i" portRef="HCLK"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_pulpino_i_HRESETn_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_pulpino_i" portRef="HRESETn"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_pulpino_i_pad_cfg_o_to_pad_cfg_o</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_pulpino_i" portRef="pad_cfg_o"/> <ipxact:externalPortReference portRef="pad_cfg_o"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_pulpino_i_pad_mux_o_to_pad_mux_o</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_pulpino_i" portRef="pad_mux_o"/> <ipxact:externalPortReference portRef="pad_mux_o"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_pulpino_i_boot_addr_o_to_boot_addr_o</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_pulpino_i" portRef="boot_addr_o"/> <ipxact:externalPortReference portRef="boot_addr_o"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>peripheral_clock_gate_ctrl</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_pulpino_i" portRef="clk_gate_o"> <ipxact:partSelect> <ipxact:range> <ipxact:left>7</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> <ipxact:internalPortReference componentRef="core_clock_gate_0" portRef="en_i"> <ipxact:partSelect> <ipxact:range> <ipxact:left>0</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> <ipxact:internalPortReference componentRef="core_clock_gate_1" portRef="en_i"> <ipxact:partSelect> <ipxact:range> <ipxact:left>0</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> <ipxact:internalPortReference componentRef="core_clock_gate_2" portRef="en_i"> <ipxact:partSelect> <ipxact:range> <ipxact:left>0</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> <ipxact:internalPortReference componentRef="core_clock_gate_3" portRef="en_i"> <ipxact:partSelect> <ipxact:range> <ipxact:left>0</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> <ipxact:internalPortReference componentRef="core_clock_gate_4" portRef="en_i"> <ipxact:partSelect> <ipxact:range> <ipxact:left>0</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> <ipxact:internalPortReference componentRef="core_clock_gate_5" portRef="en_i"> <ipxact:partSelect> <ipxact:range> <ipxact:left>0</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> <ipxact:internalPortReference componentRef="core_clock_gate_6" portRef="en_i"> <ipxact:partSelect> <ipxact:range> <ipxact:left>0</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> <ipxact:internalPortReference componentRef="core_clock_gate_7" portRef="en_i"> <ipxact:partSelect> <ipxact:range> <ipxact:left>0</ipxact:left> <ipxact:right>0</ipxact:right> </ipxact:range> </ipxact:partSelect> </ipxact:internalPortReference> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb2per_debug_i_per_master_r_opc_i_to_tiedValue</ipxact:name> <ipxact:tiedValue>'0</ipxact:tiedValue> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb2per_debug_i" portRef="per_master_r_opc_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb2per_debug_i_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb2per_debug_i" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb2per_debug_i_rst_ni_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb2per_debug_i" portRef="rst_ni"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>periph_bus_i_clk_i_to_clk_i</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="periph_bus_i" portRef="clk_i"/> <ipxact:externalPortReference portRef="clk_i"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>periph_bus_i_rst_ni_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="periph_bus_i" portRef="rst_ni"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>core_clock_gate_1_clk_o_to_apb_uart_i_CLK</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="core_clock_gate_1" portRef="clk_o"/> <ipxact:internalPortReference componentRef="apb_uart_i" portRef="CLK"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_uart_i_RSTN_to_rst_n</ipxact:name> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_uart_i" portRef="RSTN"/> <ipxact:externalPortReference portRef="rst_n"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_uart_i_DCDN_to_tiedValue</ipxact:name> <ipxact:tiedValue>1'b1</ipxact:tiedValue> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_uart_i" portRef="DCDN"/> </ipxact:portReferences> </ipxact:adHocConnection> <ipxact:adHocConnection> <ipxact:name>apb_uart_i_RIN_to_tiedValue</ipxact:name> <ipxact:tiedValue>1'b1</ipxact:tiedValue> <ipxact:portReferences> <ipxact:internalPortReference componentRef="apb_uart_i" portRef="RIN"/> </ipxact:portReferences> </ipxact:adHocConnection> </ipxact:adHocConnections> <ipxact:parameters> <ipxact:parameter kactus2:usageCount="2" parameterId="uuid_14c0a401_e802_4554_bd3b_14016342202e" resolve="user"> <ipxact:name>AXI_ADDR_WIDTH</ipxact:name> <ipxact:value>32</ipxact:value> </ipxact:parameter> <ipxact:parameter kactus2:usageCount="2" parameterId="uuid_4ae43d2d_c7f4_4c2a_b80c_55ca41a00bdd" resolve="user"> <ipxact:name>AXI_DATA_WIDTH</ipxact:name> <ipxact:value>64</ipxact:value> </ipxact:parameter> <ipxact:parameter kactus2:usageCount="1" parameterId="uuid_93a98b4c_16f0_4b75_abba_c9d78ca2c8da" resolve="user"> <ipxact:name>AXI_MASTER_ID_WIDTH</ipxact:name> <ipxact:value>6</ipxact:value> </ipxact:parameter> <ipxact:parameter kactus2:usageCount="1" parameterId="uuid_62cb80d0_4508_406b_827b_2ea17807fc35" resolve="user"> <ipxact:name>AXI_SLAVE_ID_WIDTH</ipxact:name> <ipxact:value>6</ipxact:value> </ipxact:parameter> <ipxact:parameter kactus2:usageCount="2" parameterId="uuid_04886052_cf61_4b2d_9cfa_7df2f7538103" resolve="user"> <ipxact:name>AXI_USER_WIDTH</ipxact:name> <ipxact:value>6</ipxact:value> </ipxact:parameter> <ipxact:parameter kactus2:usageCount="3" parameterId="uuid_26861753_c47f_4e38_9508_c8fc55e4e4d0" resolve="immediate"> <ipxact:name>APB_ADDR_WIDTH</ipxact:name> <ipxact:value>32</ipxact:value> </ipxact:parameter> <ipxact:parameter kactus2:usageCount="1" parameterId="uuid_2f3994f9_5bd5_4a0f_af14_de13b9f288c7" resolve="user"> <ipxact:name>ROM_START_ADDR</ipxact:name> <ipxact:value>32'h8000</ipxact:value> </ipxact:parameter> <ipxact:parameter parameterId="uuid_0eaaee3b_3f35_49ec_8bab_37f8e298e46e" resolve="immediate"> <ipxact:name>APB_NUM_SLAVES</ipxact:name> <ipxact:value>8</ipxact:value> </ipxact:parameter> </ipxact:parameters> <ipxact:vendorExtensions> <kactus2:version>3,4,174,0</kactus2:version> <kactus2:kts_attributes> <kactus2:kts_implementation>HW</kactus2:kts_implementation> </kactus2:kts_attributes> <kactus2:columnLayout> <kactus2:column name="IO" contentType="0" allowedItems="1" minWidth="119" width="119" x="1400"/> <kactus2:column name="APB interconnect" contentType="4" allowedItems="14" minWidth="319" width="319" x="760"/> <kactus2:column name="Peripherals" contentType="4" allowedItems="10" minWidth="319" width="319" x="1080"/> <kactus2:column name="IO" contentType="0" allowedItems="1" minWidth="119" width="119" x="320"/> <kactus2:column name="Clock gating" contentType="2" allowedItems="2" minWidth="319" width="319" x="0"/> <kactus2:column name="APB adapters" contentType="4" allowedItems="14" minWidth="319" width="319" x="440"/> </kactus2:columnLayout> <kactus2:routes> <kactus2:route kactus2:connRef="core_clock_gate_0_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="20" y="130"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_1_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="20" y="250"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_2_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="20" y="370"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_3_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="20" y="490"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_4_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="20" y="610"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_5_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="20" y="730"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_6_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="20" y="850"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_7_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="20" y="970"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_0_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="20" y="90"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_1_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="20" y="210"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_2_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="20" y="330"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_3_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="20" y="450"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_4_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="20" y="570"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_5_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="20" y="690"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_6_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="20" y="810"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_7_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="20" y="930"/> </kactus2:route> <kactus2:route kactus2:connRef="axi_spi_slave_i_spi_to_spi" kactus2:offPage="false"> <kactus2:position x="1350" y="1460"/> <kactus2:position x="1460" y="1460"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_0_clk_o_to_axi_spi_slave_i_clk_i" kactus2:offPage="true"> <kactus2:position x="300" y="100"/> <kactus2:position x="1100" y="1400"/> </kactus2:route> <kactus2:route kactus2:connRef="axi_spi_slave_i_rst_ni_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="1420"/> </kactus2:route> <kactus2:route kactus2:connRef="axi_spi_slave_i_test_mode_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="1100" y="1440"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_3_clk_o_to_apb_spi_master_i_HCLK" kactus2:offPage="true"> <kactus2:position x="300" y="460"/> <kactus2:position x="1100" y="410"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_spi_master_i_HRESETn_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="430"/> </kactus2:route> <kactus2:route kactus2:connRef="axi2apb_i_rst_ni_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="460" y="110"/> </kactus2:route> <kactus2:route kactus2:connRef="axi2apb_i_test_en_i_to_testmode_i" kactus2:offPage="true"> <kactus2:position x="350" y="130"/> <kactus2:position x="460" y="130"/> </kactus2:route> <kactus2:route kactus2:connRef="axi2apb_i_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="460" y="90"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_gpio_i_gpio_to_gpio" kactus2:offPage="false"> <kactus2:position x="1350" y="310"/> <kactus2:position x="1460" y="310"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_gpio_i_apb_slave_to_periph_bus_i_gpio_master" kactus2:offPage="false"> <kactus2:position x="1130" y="310"/> <kactus2:position x="1030" y="310"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_2_clk_o_to_apb_gpio_i_HCLK" kactus2:offPage="true"> <kactus2:position x="300" y="340"/> <kactus2:position x="1100" y="270"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_gpio_i_HRESETn_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="290"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_4_clk_o_to_apb_timer_i_HCLK" kactus2:offPage="true"> <kactus2:position x="300" y="580"/> <kactus2:position x="1100" y="550"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_timer_i_HRESETn_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="570"/> </kactus2:route> <kactus2:route kactus2:connRef="periph_bus_i_timer_master_to_apb_timer_i_apb_slave" kactus2:offPage="false"> <kactus2:position x="1030" y="610"/> <kactus2:position x="1130" y="610"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_5_clk_o_to_apb_event_unit_i_HCLK" kactus2:offPage="true"> <kactus2:position x="300" y="700"/> <kactus2:position x="1100" y="710"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_event_unit_i_HRESETn_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="730"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_event_unit_i_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="1100" y="690"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_event_unit_i_irq_o_to_irq_o" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb_event_unit_i_fetch_enable_i_to_fetch_enable_i" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb_event_unit_i_fetch_enable_o_to_fetch_enable_o" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb_event_unit_i_core_busy_i_to_core_busy_i" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb_event_unit_i_clk_gate_core_o_to_clk_gate_core_o" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb_i2c_i_i2c_to_i2c" kactus2:offPage="false"> <kactus2:position x="1350" y="980"/> <kactus2:position x="1460" y="980"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_6_clk_o_to_apb_i2c_i_HCLK" kactus2:offPage="true"> <kactus2:position x="300" y="820"/> <kactus2:position x="1100" y="920"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_i2c_i_HRESETn_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="940"/> </kactus2:route> <kactus2:route kactus2:connRef="periph_bus_i_event_unit_master_to_apb_event_unit_i_apb_slave" kactus2:offPage="false"> <kactus2:position x="1030" y="840"/> <kactus2:position x="1130" y="840"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_i2c_i_apb_slave_to_periph_bus_i_i2c_master" kactus2:offPage="false"> <kactus2:position x="1130" y="980"/> <kactus2:position x="1030" y="980"/> </kactus2:route> <kactus2:route kactus2:connRef="periph_bus_i_fll_master_to_apb_fll_if_i_apb_slave" kactus2:offPage="false"> <kactus2:position x="1030" y="1170"/> <kactus2:position x="1130" y="1170"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_7_clk_o_to_apb_fll_if_i_HCLK" kactus2:offPage="true"> <kactus2:position x="300" y="940"/> <kactus2:position x="1100" y="1060"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_fll_if_i_HRESETn_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="1080"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_HCLK_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="1100" y="1250"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_HRESETn_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="1270"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_pad_cfg_o_to_pad_cfg_o" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb_pulpino_i_pad_mux_o_to_pad_mux_o" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb_pulpino_i_boot_addr_o_to_boot_addr_o" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb_pulpino_i_clk_gate_o_to_core_clock_gate_0_en_i" kactus2:offPage="true"> <kactus2:position x="1060" y="1670"/> <kactus2:position x="140" y="110"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_clk_gate_o_to_core_clock_gate_1_en_i" kactus2:offPage="true"> <kactus2:position x="1060" y="1670"/> <kactus2:position x="140" y="230"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_clk_gate_o_to_core_clock_gate_2_en_i" kactus2:offPage="true"> <kactus2:position x="1060" y="1670"/> <kactus2:position x="140" y="350"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_clk_gate_o_to_core_clock_gate_3_en_i" kactus2:offPage="true"> <kactus2:position x="1060" y="1670"/> <kactus2:position x="140" y="470"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_clk_gate_o_to_core_clock_gate_4_en_i" kactus2:offPage="true"> <kactus2:position x="1060" y="1670"/> <kactus2:position x="140" y="590"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_clk_gate_o_to_core_clock_gate_5_en_i" kactus2:offPage="true"> <kactus2:position x="1060" y="1670"/> <kactus2:position x="140" y="710"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_clk_gate_o_to_core_clock_gate_6_en_i" kactus2:offPage="true"> <kactus2:position x="1060" y="1670"/> <kactus2:position x="140" y="830"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_clk_gate_o_to_core_clock_gate_7_en_i" kactus2:offPage="true"> <kactus2:position x="1060" y="1670"/> <kactus2:position x="140" y="950"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_pulpino_i_apb_slave_to_periph_bus_i_soc_ctrl_master" kactus2:offPage="false"> <kactus2:position x="1130" y="1290"/> <kactus2:position x="1030" y="1290"/> </kactus2:route> <kactus2:route kactus2:connRef="peripheral_clock_gate_ctrl" kactus2:offPage="false"/> <kactus2:route kactus2:connRef="apb2per_debug_i_debug_to_debug" kactus2:offPage="false"> <kactus2:position x="490" y="300"/> <kactus2:position x="380" y="300"/> </kactus2:route> <kactus2:route kactus2:connRef="apb2per_debug_i_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="460" y="240"/> </kactus2:route> <kactus2:route kactus2:connRef="apb2per_debug_i_rst_ni_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="460" y="260"/> </kactus2:route> <kactus2:route kactus2:connRef="apb2per_debug_i_apb_slave_to_periph_bus_i_debug_master" kactus2:offPage="false"> <kactus2:position x="710" y="300"/> <kactus2:position x="810" y="300"/> </kactus2:route> <kactus2:route kactus2:connRef="axi_spi_slave_i_axi_master_to_axi_spi_master" kactus2:offPage="false"> <kactus2:position x="1130" y="1460"/> <kactus2:position x="380" y="1460"/> </kactus2:route> <kactus2:route kactus2:connRef="periph_bus_i_spi_master_to_apb_spi_master_i_spi_bus" kactus2:offPage="false"> <kactus2:position x="1030" y="470"/> <kactus2:position x="1130" y="470"/> </kactus2:route> <kactus2:route kactus2:connRef="periph_bus_i_clk_i_to_clk_i" kactus2:offPage="true"> <kactus2:position x="350" y="70"/> <kactus2:position x="780" y="90"/> </kactus2:route> <kactus2:route kactus2:connRef="periph_bus_i_rst_ni_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="780" y="110"/> </kactus2:route> <kactus2:route kactus2:connRef="i2c_event" kactus2:offPage="false"> <kactus2:position x="1350" y="1180"/> <kactus2:position x="1370" y="1180"/> <kactus2:position x="1370" y="990"/> <kactus2:position x="1110" y="990"/> <kactus2:position x="1110" y="1000"/> <kactus2:position x="1130" y="1000"/> </kactus2:route> <kactus2:route kactus2:connRef="s_uart_event" kactus2:offPage="false"> <kactus2:position x="1350" y="290"/> <kactus2:position x="1370" y="290"/> <kactus2:position x="1370" y="1010"/> <kactus2:position x="1110" y="1010"/> <kactus2:position x="1110" y="1000"/> <kactus2:position x="1130" y="1000"/> </kactus2:route> <kactus2:route kactus2:connRef="s_gpio_event" kactus2:offPage="false"> <kactus2:position x="1350" y="420"/> <kactus2:position x="1370" y="420"/> <kactus2:position x="1370" y="1010"/> <kactus2:position x="1110" y="1010"/> <kactus2:position x="1110" y="1000"/> <kactus2:position x="1130" y="1000"/> </kactus2:route> <kactus2:route kactus2:connRef="s_spim_event" kactus2:offPage="false"> <kactus2:position x="1350" y="660"/> <kactus2:position x="1370" y="660"/> <kactus2:position x="1370" y="1010"/> <kactus2:position x="1110" y="1010"/> <kactus2:position x="1110" y="1000"/> <kactus2:position x="1130" y="1000"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_timer_i_irq_o_to_apb_event_unit_i_irq_i" kactus2:offPage="false"> <kactus2:position x="1350" y="750"/> <kactus2:position x="1370" y="750"/> <kactus2:position x="1370" y="1010"/> <kactus2:position x="1110" y="1010"/> <kactus2:position x="1110" y="1000"/> <kactus2:position x="1130" y="1000"/> </kactus2:route> <kactus2:route kactus2:connRef="s_irq" kactus2:offPage="false"> <kactus2:position x="1380" y="1180"/> <kactus2:position x="1380" y="660"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_i2c_i_irq_to_apb_event_unit_i_irq" kactus2:offPage="false"> <kactus2:position x="1130" y="960"/> <kactus2:position x="1080" y="960"/> <kactus2:position x="1080" y="820"/> <kactus2:position x="1130" y="820"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_timer_i_irq_to_apb_event_unit_i_irq" kactus2:offPage="false"> <kactus2:position x="1130" y="590"/> <kactus2:position x="1080" y="590"/> <kactus2:position x="1080" y="820"/> <kactus2:position x="1130" y="820"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_gpio_i_irq_to_apb_event_unit_i_irq" kactus2:offPage="false"> <kactus2:position x="1130" y="330"/> <kactus2:position x="1080" y="330"/> <kactus2:position x="1080" y="820"/> <kactus2:position x="1130" y="820"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_spi_master_i_event_to_apb_event_unit_i_irq" kactus2:offPage="false"> <kactus2:position x="1130" y="450"/> <kactus2:position x="1080" y="450"/> <kactus2:position x="1080" y="820"/> <kactus2:position x="1130" y="820"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_spi_master_i_spi_master_to_spi_master" kactus2:offPage="false"> <kactus2:position x="1350" y="470"/> <kactus2:position x="1460" y="470"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_uart_i_uart_to_uart" kactus2:offPage="false"> <kactus2:position x="1350" y="170"/> <kactus2:position x="1460" y="170"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_uart_i_event_to_apb_event_unit_i_irq" kactus2:offPage="false"> <kactus2:position x="1130" y="190"/> <kactus2:position x="1080" y="190"/> <kactus2:position x="1080" y="820"/> <kactus2:position x="1130" y="820"/> </kactus2:route> <kactus2:route kactus2:connRef="core_clock_gate_1_clk_o_to_apb_uart_i_CLK" kactus2:offPage="true"> <kactus2:position x="300" y="220"/> <kactus2:position x="1100" y="90"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_uart_i_RSTN_to_rst_n" kactus2:offPage="true"> <kactus2:position x="410" y="100"/> <kactus2:position x="1100" y="110"/> </kactus2:route> <kactus2:route kactus2:connRef="periph_bus_i_uart_master_to_apb_uart_i_apb_slave" kactus2:offPage="false"> <kactus2:position x="1030" y="170"/> <kactus2:position x="1130" y="170"/> </kactus2:route> <kactus2:route kactus2:connRef="axi2apb_i_axi_slave_to_slave" kactus2:offPage="false"> <kactus2:position x="490" y="160"/> <kactus2:position x="380" y="160"/> </kactus2:route> <kactus2:route kactus2:connRef="axi2apb_i_apb_master_to_periph_bus_i_apb_slave" kactus2:offPage="false"> <kactus2:position x="710" y="160"/> <kactus2:position x="810" y="160"/> </kactus2:route> <kactus2:route kactus2:connRef="apb_fll_if_i_fll1_to_fll" kactus2:offPage="false"> <kactus2:position x="1350" y="1170"/> <kactus2:position x="1460" y="1170"/> </kactus2:route> </kactus2:routes> <kactus2:adHocVisibilities> <kactus2:adHocVisible portName="boot_addr_o" x="1460" y="1320"/> <kactus2:adHocVisible portName="clk_gate_core_o" x="1460" y="730"/> <kactus2:adHocVisible portName="clk_i" x="380" y="70"/> <kactus2:adHocVisible portName="core_busy_i" x="380" y="790"/> <kactus2:adHocVisible portName="fetch_enable_i" x="380" y="760"/> <kactus2:adHocVisible portName="fetch_enable_o" x="1460" y="760"/> <kactus2:adHocVisible portName="irq_o" x="1460" y="700"/> <kactus2:adHocVisible portName="pad_cfg_o" x="1460" y="1260"/> <kactus2:adHocVisible portName="pad_mux_o" x="1460" y="1290"/> <kactus2:adHocVisible portName="rst_n" x="380" y="100"/> <kactus2:adHocVisible portName="testmode_i" x="380" y="130"/> </kactus2:adHocVisibilities> <kactus2:interfaceGraphics> <kactus2:name>axi_spi_master</kactus2:name> <kactus2:position x="380" y="1460"/> <kactus2:direction x="1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>slave</kactus2:name> <kactus2:position x="380" y="160"/> <kactus2:direction x="1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>debug</kactus2:name> <kactus2:position x="380" y="300"/> <kactus2:direction x="1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>spi</kactus2:name> <kactus2:position x="1460" y="1460"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>uart</kactus2:name> <kactus2:position x="1460" y="170"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>spi_master0</kactus2:name> <kactus2:position x="1460" y="550"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>spi_master1</kactus2:name> <kactus2:position x="1460" y="580"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>spi_master2</kactus2:name> <kactus2:position x="1460" y="610"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>spi_master3</kactus2:name> <kactus2:position x="1460" y="640"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>i2c</kactus2:name> <kactus2:position x="1460" y="980"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>gpio</kactus2:name> <kactus2:position x="1460" y="310"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>fll</kactus2:name> <kactus2:position x="1460" y="1170"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:interfaceGraphics> <kactus2:name>spi_master</kactus2:name> <kactus2:position x="1460" y="470"/> <kactus2:direction x="-1" y="0"/> </kactus2:interfaceGraphics> <kactus2:note> <kactus2:position x="60" y="1120"/> <kactus2:content>Wire split not correct for core_clock_gate_i:s</kactus2:content> <kactus2:associations> <kactus2:position x="30" y="1135"/> </kactus2:associations> <kactus2:timestamp>28.11.2017 11:22:45</kactus2:timestamp> </kactus2:note> </ipxact:vendorExtensions> </ipxact:design>
49.142473
312
0.737596
320a81029f644ff56f2549d9ce832d10900a48b4
4,325
xml
XML
assets/rela_candles2/rela_candles2_assets.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
1
2020-03-18T17:06:18.000Z
2020-03-18T17:06:18.000Z
assets/rela_candles2/rela_candles2_assets.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
5
2021-01-05T16:32:00.000Z
2022-02-10T20:07:30.000Z
assets/rela_candles2/rela_candles2_assets.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1" ?> <assets> <asset name="rela_candles2_64_a_0_0" x="26" y="31"/> <asset name="rela_candles2_64_a_6_0" flipH="1" source="rela_candles2_64_a_0_0" x="26" y="31"/> <asset name="rela_candles2_64_a_sd_0_0" x="27" y="2"/> <asset name="rela_candles2_64_b_0_0" x="1" y="-12"/> <asset name="rela_candles2_64_b_0_1" x="12" y="36"/> <asset name="rela_candles2_64_b_0_2" x="13" y="35"/> <asset name="rela_candles2_64_b_0_3" x="13" y="33"/> <asset name="rela_candles2_64_b_0_4" x="12" y="35"/> <asset name="rela_candles2_64_b_6_0" flipH="1" source="rela_candles2_64_b_0_0" x="1" y="-12"/> <asset name="rela_candles2_64_b_6_1" flipH="1" source="rela_candles2_64_b_0_1" x="12" y="36"/> <asset name="rela_candles2_64_b_6_2" flipH="1" source="rela_candles2_64_b_0_2" x="13" y="35"/> <asset name="rela_candles2_64_b_6_3" flipH="1" source="rela_candles2_64_b_0_3" x="13" y="33"/> <asset name="rela_candles2_64_b_6_4" flipH="1" source="rela_candles2_64_b_0_4" x="12" y="35"/> <asset name="rela_candles2_64_c_0_0" x="1" y="-12"/> <asset name="rela_candles2_64_c_0_1" x="22" y="44"/> <asset name="rela_candles2_64_c_6_0" flipH="1" source="rela_candles2_64_c_0_0" x="1" y="-12"/> <asset name="rela_candles2_64_c_6_1" flipH="1" source="rela_candles2_64_c_0_1" x="22" y="44"/> <asset name="rela_candles2_64_d_0_0" x="1" y="-12"/> <asset name="rela_candles2_64_d_0_1" x="35" y="58"/> <asset name="rela_candles2_64_d_0_2" x="36" y="57"/> <asset name="rela_candles2_64_d_0_3" x="35" y="55"/> <asset name="rela_candles2_64_d_0_4" x="35" y="57"/> <asset name="rela_candles2_64_d_6_0" flipH="1" source="rela_candles2_64_d_0_0" x="1" y="-12"/> <asset name="rela_candles2_64_d_6_1" flipH="1" source="rela_candles2_64_d_0_1" x="35" y="58"/> <asset name="rela_candles2_64_d_6_2" flipH="1" source="rela_candles2_64_d_0_2" x="36" y="57"/> <asset name="rela_candles2_64_d_6_3" flipH="1" source="rela_candles2_64_d_0_3" x="35" y="55"/> <asset name="rela_candles2_64_d_6_4" flipH="1" source="rela_candles2_64_d_0_4" x="35" y="57"/> <asset name="rela_candles2_icon_a" x="12" y="12"/> <asset name="rela_candles2_32_a_0_0" x="11" y="15"/> <asset name="rela_candles2_32_a_6_0" flipH="1" source="rela_candles2_32_a_0_0" x="11" y="15"/> <asset name="rela_candles2_32_b_0_0" x="-1" y="-7"/> <asset name="rela_candles2_32_b_0_1" x="4" y="17"/> <asset name="rela_candles2_32_b_0_2" x="4" y="17"/> <asset name="rela_candles2_32_b_0_3" x="5" y="17"/> <asset name="rela_candles2_32_b_0_4" x="4" y="16"/> <asset name="rela_candles2_32_b_6_0" flipH="1" source="rela_candles2_32_b_0_0" x="-1" y="-7"/> <asset name="rela_candles2_32_b_6_1" flipH="1" source="rela_candles2_32_b_0_1" x="4" y="17"/> <asset name="rela_candles2_32_b_6_2" flipH="1" source="rela_candles2_32_b_0_2" x="4" y="17"/> <asset name="rela_candles2_32_b_6_3" flipH="1" source="rela_candles2_32_b_0_3" x="5" y="17"/> <asset name="rela_candles2_32_b_6_4" flipH="1" source="rela_candles2_32_b_0_4" x="4" y="16"/> <asset name="rela_candles2_32_c_0_0" x="-1" y="-7"/> <asset name="rela_candles2_32_c_0_1" x="8" y="20"/> <asset name="rela_candles2_32_c_6_0" flipH="1" source="rela_candles2_32_c_0_0" x="-1" y="-7"/> <asset name="rela_candles2_32_c_6_1" flipH="1" source="rela_candles2_32_c_0_1" x="8" y="20"/> <asset name="rela_candles2_32_d_0_0" x="-1" y="-7"/> <asset name="rela_candles2_32_d_0_1" x="15" y="28"/> <asset name="rela_candles2_32_d_0_2" x="15" y="28"/> <asset name="rela_candles2_32_d_0_3" x="16" y="28"/> <asset name="rela_candles2_32_d_0_4" x="15" y="27"/> <asset name="rela_candles2_32_d_6_0" flipH="1" source="rela_candles2_32_d_0_0" x="-1" y="-7"/> <asset name="rela_candles2_32_d_6_1" flipH="1" source="rela_candles2_32_d_0_1" x="15" y="28"/> <asset name="rela_candles2_32_d_6_2" flipH="1" source="rela_candles2_32_d_0_2" x="15" y="28"/> <asset name="rela_candles2_32_d_6_3" flipH="1" source="rela_candles2_32_d_0_3" x="16" y="28"/> <asset name="rela_candles2_32_d_6_4" flipH="1" source="rela_candles2_32_d_0_4" x="15" y="27"/> <asset name="rela_candles2_32_sd_0_0" x="12" y="1"/> <asset name="rela_candles2_32_sd_6_0" flipH="1" source="rela_candles2_32_sd_0_0" x="12" y="1"/> </assets>
4,325
4,325
0.694335
cf8cfca7464c5359bba125d48257651b6b60949f
17,374
xml
XML
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_3326f648-2ecc-4a5b-9715-4632a4eb73f2.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_3326f648-2ecc-4a5b-9715-4632a4eb73f2.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
emploees/2018/data-20190801-structure-20180801/VO_OTKRDAN3_9965_9965_20190730_3326f648-2ecc-4a5b-9715-4632a4eb73f2.xml
Karmanoid/Open-Tax-Data
074b60078ca61720de26c7a4a9174d97615065ec
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><Файл ИдФайл="VO_OTKRDAN3_9965_9965_20190730_3326f648-2ecc-4a5b-9715-4632a4eb73f2" ВерсФорм="4.01" ВерсПрог="1.0" ТипИнф="ОТКРДАННЫЕ3" КолДок="72"><ИдОтпр><ФИООтв Фамилия="_" Имя="_"/></ИдОтпр><Документ ИдДок="ee0eeb45-fc4b-40a3-9115-c008c2d1ad38" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТОМАТОЛОГИЧЕСКАЯ КЛИНИКА&quot;" ИННЮЛ="7729609266"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="2de3372d-a330-4245-9062-e909058ca0e6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; КОТЛОСЕРВИС ПЛЮС &quot;" ИННЮЛ="2223030757"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="ad2117e1-25ae-45e5-8d1b-6911e1378e15" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МОТО СПЕКТР&quot;" ИННЮЛ="7733762161"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="70a9c30d-4554-4648-b729-3cf181c459d6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГАНЗАВТО&quot;" ИННЮЛ="7743812020"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="0bba5be9-be33-435a-8988-b4a70033f03e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНВЕСТСТРОЙ&quot;" ИННЮЛ="7717576425"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="e8b45291-64ff-41e4-9ca6-8652bed84db8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФРЕГАТ-М&quot;" ИННЮЛ="7701332818"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b7704d49-5731-4df3-bfbc-530c6990278e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХНОЛОГИИ И СИСТЕМЫ ВОДООЧИСТКИ&quot;" ИННЮЛ="7719774398"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="4e2e614c-4c07-4007-9850-f2549a532c1a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОМПАНИЯ &quot;АВРОРА&quot;" ИННЮЛ="7708735686"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="6bacd007-0ad7-4028-afdf-5d18a35e66f2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МЕЛГА&quot;" ИННЮЛ="7701332455"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="3c19f2d0-8e53-4c48-bb55-cf0da1c7ac08" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПОЛИНИЦА&quot;" ИННЮЛ="2223001146"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="0e11a9e9-8c5e-47fc-bd84-f1b3e7ec1bbd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ХЛЕБНЫЙ&quot;" ИННЮЛ="2223038763"/><СведССЧР КолРаб="16"/></Документ><Документ ИдДок="0ccc2686-47bc-4afd-a748-73b6799d9f36" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО ЗАКРЫТОГО ТИПА &quot;РОСТ&quot;" ИННЮЛ="7701005708"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="ed5f4a9f-ab48-452c-a7f5-ea9ccc577ddd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТРОЙ ГРАНД&quot;" ИННЮЛ="7701332286"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="2cd934de-051a-435c-a713-d41e0784e7a0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГРУППА ПОРТАЛ ЛЭНД&quot;" ИННЮЛ="7713338885"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="db8145c9-9ad0-4792-a7e8-9ff0cd235e35" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОИЗВОДСТВЕННОЕ ОБЪЕДИНЕНИЕ &quot;СТРОЙАВТОМАТИКА&quot;" ИННЮЛ="4205219778"/><СведССЧР КолРаб="17"/></Документ><Документ ИдДок="71b05e5a-241f-494b-9f8a-1e55b0f5d4a9" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНТИКОМА&quot;" ИННЮЛ="7713660595"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d6b66e88-650b-40bf-89b6-b939cb02f1f2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАДУГА&quot;" ИННЮЛ="7713339014"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="a1aa604f-925c-4a1b-b857-7f367edc16f1" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; БОНУМ &quot;" ИННЮЛ="2223022192"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="01bb57cb-9df4-4613-9ffd-d97835954e32" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; СПАРКС-СИТИ&quot;" ИННЮЛ="2223037664"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="1817bff9-a3b3-463a-a5be-75b00d2cc3ec" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОМЫШЛЕННЫЕ РАЗРАБОТКИ&quot;" ИННЮЛ="4205219753"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d4c6c5b0-35a5-46d5-8bc0-db0e31cd459b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СТАРКОС - А&quot;" ИННЮЛ="7713338998"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="4d7ed121-9b15-45b6-9bc4-1d5ab76770a6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТЕХСНАБ&quot;" ИННЮЛ="4205219802"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="5f507328-e813-4472-a7ab-648cff489850" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НЕБЕСНАЯ ЛИНИЯ&quot;" ИННЮЛ="7743703969"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="bebd3334-e507-448a-a6c4-a9b0e730e63c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ТОРГОВЫЙ ДОМ &quot;СПЕЦОДЕЖДА&quot;" ИННЮЛ="2223038146"/><СведССЧР КолРаб="10"/></Документ><Документ ИдДок="3e6278d2-f256-4012-a8b5-7b72436de5ec" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ЭЛИОМ &quot;" ИННЮЛ="2223007684"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="85c53a15-4ab7-4f00-84c4-1385443f457b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СВЯЗЬ ВСД&quot;" ИННЮЛ="7713339141"/><СведССЧР КолРаб="79"/></Документ><Документ ИдДок="d4cb04ed-f8c1-42a2-a3fd-718ac7b4f666" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВВЕРХ&quot;" ИННЮЛ="7713339198"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="74c2e591-8a0f-4020-977c-e7ada94d64ac" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БАЛТПРОМ&quot;" ИННЮЛ="7721630837"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="e5d1c585-54dd-41b8-9aad-f426f6889580" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ТЕПЛОМЕР &quot;" ИННЮЛ="2223038650"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="f87ead2b-5057-4f17-8c0e-e8b95ffaea0b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФРЭНК РЕСЁЧ ГРУПП&quot;" ИННЮЛ="7707673081"/><СведССЧР КолРаб="22"/></Документ><Документ ИдДок="9d5da502-834e-492e-a7ad-27aa5e1e8f37" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АЛЬЯНС БИОМЕДИКАЛ - РУССКАЯ ГРУППА&quot;" ИННЮЛ="7839440076"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="4188461e-0891-4ff7-aae1-c5571fd443fc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БАСКАД СЕВЕРО-ЗАПАД&quot;" ИННЮЛ="7841440771"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="d5befa8f-6156-4d6e-a47d-77a8d2398219" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СОРОЖ-ЛОГИСТИК&quot;" ИННЮЛ="7810818630"/><СведССЧР КолРаб="35"/></Документ><Документ ИдДок="d03896e9-f91e-4655-9d51-e15cea62ea41" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФЕСМА&quot;" ИННЮЛ="7813495602"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="04f14060-4618-46c7-ba8b-320772da445a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПОЛИГРАФГИДРОМАШ&quot;" ИННЮЛ="7713339342"/><СведССЧР КолРаб="20"/></Документ><Документ ИдДок="e6a4e95d-15bd-4210-9e47-14754aeac765" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО &quot;ОСТРОВ&quot;" ИННЮЛ="7731600239"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="1953013e-094d-40de-9817-71a4d8ddfec7" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГРУППА КОМПАНИЙ &quot;СПЕЦИАЛИСТ&quot;" ИННЮЛ="7810818654"/><СведССЧР КолРаб="19"/></Документ><Документ ИдДок="300f730b-cc74-47a2-bded-2371afc1710a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТВОРЧЕСКАЯ ГРУППА &quot;ЛАЙК ШЕРРИ&quot;" ИННЮЛ="7721630844"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="3bced221-9236-4b59-abf4-74a95508650e" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АРГО СПРИНТ&quot;" ИННЮЛ="7804456100"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="76e10bfa-08c8-4350-ba7e-33067ae88dbb" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОНСАЛТИНГОВАЯ КОМПАНИЯ &quot;КАПИТАЛ ГРУПП&quot;" ИННЮЛ="7713339504"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="ed618984-c8cd-4aea-a7e5-f25d8e68b9b2" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНОЕ ОХРАННОЕ ПРЕДПРИЯТИЕ &quot;ЦЕНТР-ПРОФИ&quot;" ИННЮЛ="7723673988"/><СведССЧР КолРаб="6"/></Документ><Документ ИдДок="16799bca-4991-4b9c-85c2-20783148412b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГРАНДА&quot;" ИННЮЛ="2223019792"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="f9547c73-6d39-440f-8188-2babc124b121" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РИЦА&quot;" ИННЮЛ="2223025651"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="a61620fe-8618-4577-af62-3c41366a4d67" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БИЗНЕС АЛЬЯНС&quot;" ИННЮЛ="7813495627"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="af20fffd-b710-46c4-93b6-fe6a8d9cc916" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КАЗАНСКАЯ 3&quot;" ИННЮЛ="7841440789"/><СведССЧР КолРаб="21"/></Документ><Документ ИдДок="e744d05f-5ac0-43c0-ad3f-a9a518042811" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;НЕВА-СЕРВИС&quot;" ИННЮЛ="7810818686"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="16495e07-04d6-4bf9-beb5-06348629c40a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;АВТО-РЕСУРС&quot;" ИННЮЛ="7810818693"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="f5f94823-7b57-4ea7-ada2-48194bae29bb" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; КАНТРИ-МОТОРС &quot;" ИННЮЛ="2223038185"/><СведССЧР КолРаб="3"/></Документ><Документ ИдДок="4f88ce7c-c6e6-450c-9e63-a6a0393aa507" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФЕМАКС&quot;" ИННЮЛ="7840447446"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="9d8dcb1d-900f-4c2b-88cd-b83d1e1356fe" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ТРИ А&quot;" ИННЮЛ="7713339649"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="1aa77164-a450-4357-92bf-43d9f1ebc181" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ФОН-МАРКЕТ&quot;" ИННЮЛ="7802742627"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="2b5d990d-a29f-4a97-9d3e-1d60c4289da0" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЖИЗЕЛЬ-КОСМЕТИК&quot;" ИННЮЛ="7713339688"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="83b13245-852b-47c5-a07e-1440d6c1b963" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;МАЛЕНЬКИЙ ДОМОВЁНОК&quot;" ИННЮЛ="7814493485"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="9e9c90d2-f8ce-4e51-8a16-a2f317962424" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГЛОРИЯ-КОСМЕТИК&quot;" ИННЮЛ="7713339670"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="f6758c3b-9431-4bf4-a9ce-ae074d16905c" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;РАЗВИТИЕ И ИНВЕСТИЦИИ&quot;" ИННЮЛ="7840447460"/><СведССЧР КолРаб="18"/></Документ><Документ ИдДок="b3842bcd-56a2-4450-acda-b16aef6e9f89" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; АНЮТКА &quot;" ИННЮЛ="2223021505"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="7f03ace0-0046-48ca-84e0-aade2e12a7aa" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ДАТАГРАВ&quot;" ИННЮЛ="7811486017"/><СведССЧР КолРаб="8"/></Документ><Документ ИдДок="083e1933-4c06-47dd-ae79-2d70ab59dac8" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; РИДЖИНА &quot;" ИННЮЛ="2223003200"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="1be5bbfb-d9a5-492f-9642-a462a8980b03" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ИНКЭМП.РУ&quot;" ИННЮЛ="7813495666"/><СведССЧР КолРаб="7"/></Документ><Документ ИдДок="53cd26eb-08bf-4e4e-8cac-faec96ebeecc" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;БУЦЕФАЛ&quot;" ИННЮЛ="7811486024"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="e085b1ba-e00a-4f6d-afa6-e22a8981ffaa" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ВИКТОРИЯ И ВИКТОР&quot;" ИННЮЛ="2223009723"/><СведССЧР КолРаб="5"/></Документ><Документ ИдДок="e68e933c-95dc-4745-8d25-8048c57f1d6b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЛЮК&quot;" ИННЮЛ="2223015205"/><СведССЧР КолРаб="2"/></Документ><Документ ИдДок="703179df-bbca-431d-b989-c8757e48a598" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ЭНЕРГОКОМПЛЕКС&quot;" ИННЮЛ="7842448050"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="ae53c57b-c608-4e36-abdb-3790f6fd3aad" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;СПОРТОПТТОРГ&quot;" ИННЮЛ="7838456482"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="0ea718a2-9661-456e-ba0e-0c7713ab692b" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ГАЗИНВЕСТГРУПП&quot;" ИННЮЛ="7839440090"/><СведССЧР КолРаб="31"/></Документ><Документ ИдДок="680e142a-e4e5-443e-9530-ec5976b6b6a6" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОФЕЙНЯ ЗЕЛЕНАЯ КОМНАТА&quot;" ИННЮЛ="7842448068"/><СведССЧР КолРаб="4"/></Документ><Документ ИдДок="a35bd0b2-3db4-4a80-abd0-018a2294806a" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КЛИНИНГСЕРВИС&quot;" ИННЮЛ="7810818735"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d7631f16-6890-4246-9564-0a6a09a250ab" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;КОНСТАНТА&quot;" ИННЮЛ="7804456149"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="a0498fd1-a767-4851-93f9-47f9525f86cd" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ПРОИЗВОДСТВЕННО-КОММЕРЧЕСКАЯ ФИРМА &quot; ЧИФ &quot;" ИННЮЛ="2223006105"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="d3eed263-3dd0-467e-8883-798fcd7bad48" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot; ФИЛИГРАНЬ-СИБИРЬ &quot;" ИННЮЛ="2223028966"/><СведССЧР КолРаб="0"/></Документ><Документ ИдДок="6d2cdb70-539c-4cbd-93eb-801fbf413209" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПРОИЗВОДСТВЕННО-КОММЕРЧЕСКОЕ ПРЕДПРИЯТИЕ &quot;МОЛОТ&quot;" ИННЮЛ="7814493534"/><СведССЧР КолРаб="1"/></Документ><Документ ИдДок="b0096b6d-6027-4b35-b91b-a52ac465ccbb" ДатаДок="30.07.2019" ДатаСост="31.12.2018"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ &quot;ПИЩЕМАШ&quot;" ИННЮЛ="7713340154"/><СведССЧР КолРаб="0"/></Документ></Файл>
8,687
17,373
0.779325
ae33870b495b2d750a96aa052151f2cb7484027c
5,616
xml
XML
sigpro/view/Faturamento.fragment.xml
henriquemeira/openui5lab
3f17eb1229ad9c4d8696d301a99f7eea6826a261
[ "MIT" ]
null
null
null
sigpro/view/Faturamento.fragment.xml
henriquemeira/openui5lab
3f17eb1229ad9c4d8696d301a99f7eea6826a261
[ "MIT" ]
null
null
null
sigpro/view/Faturamento.fragment.xml
henriquemeira/openui5lab
3f17eb1229ad9c4d8696d301a99f7eea6826a261
[ "MIT" ]
null
null
null
<c:FragmentDefinition xmlns="sap.ui.table" xmlns:c="sap.ui.core" xmlns:m="sap.m" xmlns:semantic="sap.f.semantic"> <semantic:SemanticPage id="fragmentPageFaturamento" class="sapUiContentPadding" headerPinnable="true" toggleHeaderOnTitleClick="true" preserveHeaderStateOnScroll="false" showFooter="true"> <semantic:titleHeading> <m:Title text="Faturamento" /> </semantic:titleHeading> <semantic:content> <Table id="tableFaturamento" rows="{faturamentoModel>/}" selectionBehavior="RowSelector" selectionMode="None" alternateRowColors="true" enableBusyIndicator="true" enableCellFilter="true" enableColumnFreeze="true" enableColumnReordering="true" showColumnVisibilityMenu="true" showOverlay="false" threshold="10" visibleRowCountMode="Auto" width="auto" rowActionCount="2"> <columns> <Column autoResizable="true" filterProperty="cliente" sortProperty="cliente" showSortMenuEntry="true"> <m:Label text="{i18n>faturamentoCliente}" /> <template><m:Text text="{faturamentoModel>cliente}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="servico" sortProperty="servico" showSortMenuEntry="true"> <m:Label text="{i18n>faturamentoServico}" /> <template><m:Text text="{faturamentoModel>servico}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="contrato" sortProperty="contrato" showSortMenuEntry="true"> <m:Label text="{i18n>faturamentoContrato}" /> <template><m:Text text="{faturamentoModel>contrato}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="competencia" sortProperty="competencia" showSortMenuEntry="true" hAlign="Center"> <m:Label text="{i18n>faturamentoCompetencia}" /> <template><m:Text text="{faturamentoModel>competencia}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="chamado" sortProperty="chamado" showSortMenuEntry="true" hAlign="Center"> <m:Label text="{i18n>faturamentoChamado}" /> <template><m:Text text="{faturamentoModel>chamado}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="nro_venda" sortProperty="nro_venda" showSortMenuEntry="true" hAlign="Center"> <m:Label text="{i18n>faturamentoNroVenda}" /> <template><m:Text text="{faturamentoModel>nro_venda}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="dt_entrega" sortProperty="dt_entrega" showSortMenuEntry="true" hAlign="Center"> <m:Label text="{i18n>faturamentoDtEntrega}" /> <template><m:Text text="{faturamentoModel>dt_entrega}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="dt_faturamento" sortProperty="dt_faturamento" showSortMenuEntry="true" hAlign="Center"> <m:Label text="{i18n>faturamentoDtFaturamento}" /> <template><m:Text text="{faturamentoModel>dt_faturamento}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="dt_vencimento" sortProperty="dt_vencimento" showSortMenuEntry="true" hAlign="Center"> <m:Label text="{i18n>faturamentoDtVencimento}" /> <template><m:Text text="{faturamentoModel>dt_vencimento}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="nro_nf" sortProperty="nro_nf" showSortMenuEntry="true" hAlign="Center"> <m:Label text="{i18n>faturamentoNroNf}" /> <template><m:Text text="{faturamentoModel>nro_nf}" wrapping="false" /></template> </Column> <Column autoResizable="true" filterProperty="vlr_bruto" sortProperty="vlr_bruto" showSortMenuEntry="true" hAlign="Right"> <m:Label text="{i18n>faturamentoVlrBruto}" /> <template><m:Text text="{faturamentoModel>vlr_bruto}" wrapping="false" /></template> </Column> </columns> <rowActionTemplate> <RowAction> <RowActionItem press="onPressFaturamento" type="Navigation"/> <RowActionItem press="onPressFaturamento" type="Delete"/> <RowActionItem press="onPressFaturamento" icon="sap-icon://print" text="Imprimir" type="Custom"/> </RowAction> </rowActionTemplate> <footer> </footer> </Table> </semantic:content> </semantic:SemanticPage> </c:FragmentDefinition>
53.485714
152
0.557158
d2dc23e210ec76e2944a71cea1f02e3dc4309882
8,414
xml
XML
ES2/Public/Simulation/Battles/Squadrons/SquadronFormationDefinitions.xml
Scrivener07/Endless-Studio
6449136078ee652846be2a8edf4b032fc4818f34
[ "MIT" ]
3
2020-08-09T16:00:11.000Z
2020-10-24T07:13:53.000Z
ES2/Public/Simulation/Battles/Squadrons/SquadronFormationDefinitions.xml
Scrivener07/Endless-Studio
6449136078ee652846be2a8edf4b032fc4818f34
[ "MIT" ]
3
2017-11-25T11:20:04.000Z
2017-12-15T07:55:04.000Z
ES2/Public/Simulation/Battles/Squadrons/SquadronFormationDefinitions.xml
Scrivener07/Endless-Studio
6449136078ee652846be2a8edf4b032fc4818f34
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Datatable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="../../../Schemas/SquadronFormationDefinition.xsd"> <!--#################################--> <!--#### FIGHTERS ####--> <!--#################################--> <SquadronFormationDefinition Name="FightersFormationDefault"> <!-- Sophons, UE, Cravers, Vodya, Unfallen, Horatio, Lumeris fighters (Standard Fighters)--> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeFighter</PathPrerequisite> <PathPrerequisite Flags="Prerequisite" Inverted="true">../ShipFactionTimeLords</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 0</InterpreterPrerequisite> <!--Pair--> <Slot> <Offset X="0" Y="0.01" Z="0"/> </Slot> <Slot> <Offset X="-0.04" Y="-0.01" Z="-0.05"/> </Slot> <Slot> <Offset X="0.04" Y="-0.01" Z="-0.05"/> </Slot> <Slot> <Offset X="0" Y="0.05" Z="-0.05"/> </Slot> </Pattern> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeFighter</PathPrerequisite> <PathPrerequisite Flags="Prerequisite" Inverted="true">../ShipFactionTimeLords</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 1</InterpreterPrerequisite> <!--Odd--> <Slot> <Offset X="0" Y="0.01" Z="0"/> </Slot> <Slot> <Offset X="-0.04" Y="-0.01" Z="-0.05"/> </Slot> <Slot> <Offset X="0.04" Y="-0.01" Z="-0.05"/> </Slot> </Pattern> <!-- Riftborn fighters (Large Fighters)--> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeFighter</PathPrerequisite> <PathPrerequisite Flags="Prerequisite" Inverted="false">../ShipFactionTimeLords</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 0</InterpreterPrerequisite> <!--Pair--> <Slot> <Offset X="0" Y="0.01" Z="0"/> </Slot> <Slot> <Offset X="-0.045" Y="-0.01" Z="-0.1"/> </Slot> <Slot> <Offset X="0.045" Y="-0.01" Z="-0.1"/> </Slot> <Slot> <Offset X="0" Y="0.05" Z="-0.1"/> </Slot> </Pattern> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeFighter</PathPrerequisite> <PathPrerequisite Flags="Prerequisite" Inverted="false">../ShipFactionTimeLords</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 1</InterpreterPrerequisite> <!--Odd--> <Slot> <Offset X="0" Y="0.01" Z="0"/> </Slot> <Slot> <Offset X="-0.045" Y="-0.01" Z="-0.1"/> </Slot> <Slot> <Offset X="0.045" Y="-0.01" Z="-0.1"/> </Slot> </Pattern> </SquadronFormationDefinition> <!--#################################--> <!--#### BOMBERS ####--> <!--#################################--> <SquadronFormationDefinition Name="BomberFormationDefault"> <!-- Sophons, UE, Riftborn & Lumeris bombers & Scavengers (Standard Bombers)--> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeBomber</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite"> Path(Context, @'../ShipFactionSophons') or Path(Context, @'../ShipFactionTerrans') or Path(Context, @'../ShipFactionTimeLords') or Path(Context, @'../ShipFactionVenetians') or Path(Context, @'../ShipFactionMinorFactionPirates') </InterpreterPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 0</InterpreterPrerequisite> <!--Pair--> <Slot> <Offset X="-0.04" Y="0" Z="0"/> </Slot> <Slot> <Offset X="0.04" Y="0" Z="0"/> </Slot> </Pattern> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeBomber</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite"> Path(Context, @'../ShipFactionSophons') or Path(Context, @'../ShipFactionTerrans') or Path(Context, @'../ShipFactionTimeLords') or Path(Context, @'../ShipFactionVenetians') or Path(Context, @'../ShipFactionMinorFactionPirates') </InterpreterPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 1</InterpreterPrerequisite> <!--Odd--> <Slot> <Offset X="0" Y="0" Z="0"/> </Slot> </Pattern> <!-- Primitive & Advanced Bombers (Semi-Large Bombers)--> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeBomber</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite"> Path(Context, @'../ShipFactionMinorFactionAdvanced') or Path(Context, @'../ShipFactionMinorFactionPrimitive') </InterpreterPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 0</InterpreterPrerequisite> <!--Pair--> <Slot> <Offset X="-0.06" Y="0" Z="0"/> </Slot> <Slot> <Offset X="0.06" Y="0" Z="0"/> </Slot> </Pattern> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeBomber</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite"> Path(Context, @'../ShipFactionMinorFactionAdvanced') or Path(Context, @'../ShipFactionMinorFactionPrimitive') </InterpreterPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 1</InterpreterPrerequisite> <!--Odd--> <Slot> <Offset X="0" Y="0" Z="0"/> </Slot> </Pattern> <!-- Vodyani & Eusocial Bombers (Large Bombers)--> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeBomber</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite"> Path(Context, @'../ShipFactionVampirilis') or Path(Context, @'../ShipFactionMinorFactionInsectoid') </InterpreterPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 0</InterpreterPrerequisite> <!--Pair--> <Slot> <Offset X="-0.075" Y="0" Z="0"/> </Slot> <Slot> <Offset X="0.075" Y="0" Z="0"/> </Slot> </Pattern> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeBomber</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite"> Path(Context, @'../ShipFactionVampirilis') or Path(Context, @'../ShipFactionMinorFactionInsectoid') </InterpreterPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 1</InterpreterPrerequisite> <!--Odd--> <Slot> <Offset X="0" Y="0" Z="0"/> </Slot> </Pattern> <!-- Craver, Unfallen & Horatio bomber (Tall Bombers)--> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeBomber</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite"> Path(Context, @'../ShipFactionCravers') or Path(Context, @'../ShipFactionUnfallen') or Path(Context, @'../ShipFactionHoratio') </InterpreterPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 0</InterpreterPrerequisite> <!--Pair--> <Slot> <Offset X="-0.04" Y="0" Z="0"/> </Slot> <Slot> <Offset X="0.04" Y="0" Z="0"/> </Slot> </Pattern> <Pattern> <PathPrerequisite Flags="Prerequisite">SquadronTypeBomber</PathPrerequisite> <InterpreterPrerequisite Flags="Prerequisite"> Path(Context, @'../ShipFactionCravers') or Path(Context, @'../ShipFactionUnfallen') or Path(Context, @'../ShipFactionHoratio') </InterpreterPrerequisite> <InterpreterPrerequisite Flags="Prerequisite">(Property(Context, @ClassModuleSquadronEncounter, RemainingUnitsCount) % 2) eq 1</InterpreterPrerequisite> <!--Odd--> <Slot> <Offset X="0" Y="0" Z="0"/> </Slot> </Pattern> </SquadronFormationDefinition> </Datatable>
46.744444
191
0.649988
46ff50f9ccc1f8b90f6ff61a8f56eed72970197a
1,833
xml
XML
_src/Chapter_11_Code/UnitConversion/web/WEB-INF/wsit-com.ensode.webservices.UnitConversion.xml
paullewallencom/netbeans-978-1-8495-1270-1
9804b6145e5c8f6ada3ee331c0912e497933a79a
[ "Apache-2.0" ]
7
2017-10-28T18:53:41.000Z
2021-11-08T13:10:17.000Z
_src/Chapter_11_Code/UnitConversion/web/WEB-INF/wsit-com.ensode.webservices.UnitConversion.xml
paullewallencom/netbeans-978-1-8495-1270-1
9804b6145e5c8f6ada3ee331c0912e497933a79a
[ "Apache-2.0" ]
null
null
null
_src/Chapter_11_Code/UnitConversion/web/WEB-INF/wsit-com.ensode.webservices.UnitConversion.xml
paullewallencom/netbeans-978-1-8495-1270-1
9804b6145e5c8f6ada3ee331c0912e497933a79a
[ "Apache-2.0" ]
6
2016-04-01T08:49:56.000Z
2020-10-22T13:22:08.000Z
<?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="UnitConversion" targetNamespace="http://webservices.ensode.com/" xmlns:tns="http://webservices.ensode.com/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:sc="http://schemas.sun.com/2006/03/wss/server" xmlns:wspp="http://java.sun.com/xml/ns/wsit/policy" > <message name="inchesToCentimeters"/> <message name="inchesToCentimetersResponse"/> <message name="centimetersToInches"/> <message name="centimetersToInchesResponse"/> <portType name="UnitConversion"> <operation name="inchesToCentimeters"> <input message="tns:inchesToCentimeters"/> <output message="tns:inchesToCentimetersResponse"/> </operation> <operation name="centimetersToInches"> <input message="tns:centimetersToInches"/> <output message="tns:centimetersToInchesResponse"/> </operation> </portType> <binding name="UnitConversionPortBinding" type="tns:UnitConversion"> <operation name="inchesToCentimeters"> <input></input> <output></output> </operation> <operation name="centimetersToInches"> <input></input> <output></output> </operation> </binding> <service name="UnitConversion"> <port name="UnitConversionPort" binding="tns:UnitConversionPortBinding"/> </service> </definitions>
50.916667
537
0.67485
7b876b3e9f139a53879a655bc9155bd75ccf9386
306,981
xaml
XML
src/Avalonia.IconPacks/Icons/Radix.xaml
punker76/Avalonia.IconPacks
c5a4aceeae8801f8ee4ab70e7955582aaecdd074
[ "MIT" ]
null
null
null
src/Avalonia.IconPacks/Icons/Radix.xaml
punker76/Avalonia.IconPacks
c5a4aceeae8801f8ee4ab70e7955582aaecdd074
[ "MIT" ]
null
null
null
src/Avalonia.IconPacks/Icons/Radix.xaml
punker76/Avalonia.IconPacks
c5a4aceeae8801f8ee4ab70e7955582aaecdd074
[ "MIT" ]
null
null
null
<Styles xmlns="https://github.com/avaloniaui" xmlns:x = "http://schemas.microsoft.com/winfx/2006/xaml" > <Style> <Style.Resources> <GeometryDrawing x:Key="Radix.ActivityLog" Brush="#FF000000" Geometry="M0,0.5333 C0,0.2388 0.2388,0 0.5333,0 L2.667,0 C2.961,0 3.2,0.2388 3.2,0.5333 C3.2,0.8279 2.961,1.067 2.667,1.067 L0.5333,1.067 C0.2388,1.067 0,0.8279 0,0.5333 z M4.267,0.5333 C4.267,0.2388 4.505,0 4.8,0 L15.47,0 C15.76,0 16,0.2388 16,0.5333 C16,0.8279 15.76,1.067 15.47,1.067 L4.8,1.067 C4.505,1.067 4.267,0.8279 4.267,0.5333 z M4.267,3.733 C4.267,3.439 4.505,3.2 4.8,3.2 L12.27,3.2 C12.56,3.2 12.8,3.439 12.8,3.733 C12.8,4.028 12.56,4.267 12.27,4.267 L4.8,4.267 C4.505,4.267 4.267,4.028 4.267,3.733 z M0,6.933 C0,6.639 0.2388,6.4 0.5333,6.4 L2.667,6.4 C2.961,6.4 3.2,6.639 3.2,6.933 C3.2,7.228 2.961,7.467 2.667,7.467 L0.5333,7.467 C0.2388,7.467 0,7.228 0,6.933 z M4.267,6.933 C4.267,6.639 4.505,6.4 4.8,6.4 L15.47,6.4 C15.76,6.4 16,6.639 16,6.933 C16,7.228 15.76,7.467 15.47,7.467 L4.8,7.467 C4.505,7.467 4.267,7.228 4.267,6.933 z M4.267,10.13 C4.267,9.839 4.505,9.6 4.8,9.6 L12.27,9.6 C12.56,9.6 12.8,9.839 12.8,10.13 C12.8,10.43 12.56,10.67 12.27,10.67 L4.8,10.67 C4.505,10.67 4.267,10.43 4.267,10.13 z M0,13.33 C0,13.04 0.2388,12.8 0.5333,12.8 L2.667,12.8 C2.961,12.8 3.2,13.04 3.2,13.33 C3.2,13.63 2.961,13.87 2.667,13.87 L0.5333,13.87 C0.2388,13.87 0,13.63 0,13.33 z M4.267,13.33 C4.267,13.04 4.505,12.8 4.8,12.8 L15.47,12.8 C15.76,12.8 16,13.04 16,13.33 C16,13.63 15.76,13.87 15.47,13.87 L4.8,13.87 C4.505,13.87 4.267,13.63 4.267,13.33 z"/> <GeometryDrawing x:Key="Radix.AlignBaseline" Brush="#FF000000" Geometry="M11.24,-5.595E-007 C11.47,-5.595E-007 11.67,0.1428 11.75,0.3572 L14.99,9.351 C15.1,9.632 14.95,9.942 14.67,10.04 C14.39,10.14 14.08,9.999 13.98,9.718 L12.92,6.774 L9.57,6.774 L8.509,9.718 C8.407,9.999 8.098,10.14 7.817,10.04 C7.536,9.942 7.39,9.632 7.492,9.351 L10.73,0.3572 C10.81,0.1428 11.02,-5.595E-007 11.24,-5.595E-007 z M11.24,2.134 L12.59,5.855 L9.902,5.855 L11.24,2.134 z M2.595,0.3783 C2.833,0.3783 3.027,0.5719 3.027,0.8107 L3.027,8.415 L4.451,6.991 C4.62,6.822 4.893,6.822 5.062,6.991 C5.231,7.16 5.231,7.434 5.062,7.603 L2.9,9.765 C2.819,9.846 2.709,9.892 2.595,9.892 C2.48,9.892 2.37,9.846 2.289,9.765 L0.1267,7.603 C-0.04222,7.434 -0.04222,7.16 0.1267,6.991 C0.2955,6.822 0.5693,6.822 0.7382,6.991 L2.162,8.415 L2.162,0.8107 C2.162,0.5719 2.356,0.3783 2.595,0.3783 z M0.0005211,12.7 C0.0005211,12.46 0.1941,12.27 0.4329,12.27 L15.57,12.27 C15.81,12.27 16,12.46 16,12.7 C16,12.94 15.81,13.13 15.57,13.13 L0.4329,13.13 C0.1941,13.13 0.0005211,12.94 0.0005211,12.7 z"/> <GeometryDrawing x:Key="Radix.AlignBottom" Brush="#FF000000" Geometry="M9.846,1.231 C9.846,0.551 9.295,0 8.615,0 L7.385,0 C6.705,0 6.154,0.551 6.154,1.231 L6.154,14.77 L0.6154,14.77 C0.2755,14.77 0,15.04 0,15.38 C0,15.72 0.2755,16 0.6154,16 L6.154,16 L9.846,16 L15.38,16 C15.72,16 16,15.72 16,15.38 C16,15.04 15.72,14.77 15.38,14.77 L9.846,14.77 L9.846,1.231 z"/> <GeometryDrawing x:Key="Radix.AlignCenter" Brush="#FF000000" Geometry="M6.141,5.023 L6.141,1.24 L9.861,1.24 L9.861,5.023 L6.141,5.023 z M4.9,5.023 L0.5581,5.023 C0.2499,5.023 -5.507E-008,5.273 -5.507E-008,5.581 C-5.507E-008,5.89 0.2499,6.14 0.5581,6.14 L4.9,6.14 L4.9,10.23 C4.9,10.75 5.317,11.16 5.83,11.16 L10.17,11.16 C10.69,11.16 11.1,10.75 11.1,10.23 L11.1,6.14 L15.44,6.14 C15.75,6.14 16,5.89 16,5.581 C16,5.273 15.75,5.023 15.44,5.023 L11.1,5.023 L11.1,0.9302 C11.1,0.4165 10.69,0 10.17,0 L5.83,0 C5.317,0 4.9,0.4165 4.9,0.9302 L4.9,5.023 z M9.861,6.14 L9.861,9.922 L6.141,9.922 L6.141,6.14 L9.861,6.14 z"/> <GeometryDrawing x:Key="Radix.AlignCenterHorizontally" Brush="#FF000000" Geometry="M7.385,0 C6.705,0 6.154,0.551 6.154,1.231 L6.154,7.385 L0.6154,7.385 C0.2755,7.385 -3.084E-008,7.66 -3.084E-008,8 C-3.084E-008,8.34 0.2755,8.615 0.6154,8.615 L6.154,8.615 L6.154,14.77 C6.154,15.45 6.705,16 7.385,16 L8.615,16 C9.295,16 9.846,15.45 9.846,14.77 L9.846,8.615 L15.38,8.615 C15.72,8.615 16,8.34 16,8 C16,7.66 15.72,7.385 15.38,7.385 L9.846,7.385 L9.846,1.231 C9.846,0.551 9.295,0 8.615,0 L7.385,0 z"/> <GeometryDrawing x:Key="Radix.AlignCenterVertically" Brush="#FF000000" Geometry="M1.231,6.154 C0.551,6.154 2.952E-008,6.705 2.952E-008,7.385 L2.952E-008,8.615 C2.952E-008,9.295 0.551,9.846 1.231,9.846 L7.385,9.846 L7.385,15.38 C7.385,15.72 7.66,16 8,16 C8.34,16 8.615,15.72 8.615,15.38 L8.615,9.846 L14.77,9.846 C15.45,9.846 16,9.295 16,8.615 L16,7.385 C16,6.705 15.45,6.154 14.77,6.154 L8.615,6.154 L8.615,0.6154 C8.615,0.2755 8.34,0 8,0 C7.66,0 7.385,0.2755 7.385,0.6154 L7.385,6.154 L1.231,6.154 z"/> <GeometryDrawing x:Key="Radix.AlignEnd" Brush="#FF000000" Geometry="M6.141,9.922 L6.141,1.24 L9.861,1.24 L9.861,9.922 L6.141,9.922 z M4.9,0.9302 C4.9,0.4165 5.317,0 5.83,0 L10.17,0 C10.69,0 11.1,0.4165 11.1,0.9302 L11.1,10.23 C11.1,10.75 10.69,11.16 10.17,11.16 L5.83,11.16 C5.317,11.16 4.9,10.75 4.9,10.23 L4.9,0.9302 z M0.5581,12.47 C0.2499,12.47 -5.507E-008,12.72 -5.507E-008,13.02 C-5.507E-008,13.33 0.2499,13.58 0.5581,13.58 L15.44,13.58 C15.75,13.58 16,13.33 16,13.02 C16,12.72 15.75,12.47 15.44,12.47 L0.5581,12.47 z"/> <GeometryDrawing x:Key="Radix.AlignHorizontalCenters" Brush="#FF000000" Geometry="M1.818,0 C0.814,0 -4.039E-008,0.814 -4.039E-008,1.818 L-4.039E-008,14.18 C-4.039E-008,15.19 0.814,16 1.818,16 L5.454,16 C6.459,16 7.273,15.19 7.273,14.18 L7.273,1.818 C7.273,0.814 6.459,0 5.454,0 L1.818,0 z M1.455,1.818 C1.455,1.617 1.617,1.455 1.818,1.455 L5.454,1.455 C5.655,1.455 5.818,1.617 5.818,1.818 L5.818,14.18 C5.818,14.38 5.655,14.55 5.454,14.55 L1.818,14.55 C1.617,14.55 1.455,14.38 1.455,14.18 L1.455,1.818 z M10.55,2.909 C9.541,2.909 8.727,3.723 8.727,4.727 L8.727,11.27 C8.727,12.28 9.541,13.09 10.55,13.09 L14.18,13.09 C15.19,13.09 16,12.28 16,11.27 L16,4.727 C16,3.723 15.19,2.909 14.18,2.909 L10.55,2.909 z"/> <GeometryDrawing x:Key="Radix.AlignLeft" Brush="#FF000000" Geometry="M0.6154,-5.198E-007 C0.2755,-5.198E-007 -1.486E-008,0.2755 -1.038E-014,0.6154 L6.456E-007,15.38 C6.604E-007,15.72 0.2755,16 0.6154,16 C0.9552,16 1.231,15.72 1.231,15.38 L1.231,9.846 L14.77,9.846 C15.45,9.846 16,9.295 16,8.615 L16,7.385 C16,6.705 15.45,6.154 14.77,6.154 L1.231,6.154 L1.231,0.6154 C1.231,0.2755 0.9552,-5.198E-007 0.6154,-5.198E-007 z"/> <GeometryDrawing x:Key="Radix.AlignRight" Brush="#FF000000" Geometry="M15.38,0 C15.04,0 14.77,0.2755 14.77,0.6154 L14.77,6.154 L1.231,6.154 C0.551,6.154 -3.418E-008,6.705 -3.418E-008,7.385 L-3.418E-008,8.615 C-3.418E-008,9.295 0.551,9.846 1.231,9.846 L14.77,9.846 L14.77,15.38 C14.77,15.72 15.04,16 15.38,16 C15.72,16 16,15.72 16,15.38 L16,9.846 L16,6.154 L16,0.6154 C16,0.2755 15.72,0 15.38,0 z"/> <GeometryDrawing x:Key="Radix.AlignStart" Brush="#FF000000" Geometry="M0.5581,2.029E-007 C0.2499,2.029E-007 3.142E-008,0.2499 3.142E-008,0.5581 C3.142E-008,0.8664 0.2499,1.116 0.5581,1.116 L15.44,1.116 C15.75,1.116 16,0.8664 16,0.5581 C16,0.2499 15.75,2.029E-007 15.44,2.029E-007 L0.5581,2.029E-007 z M6.14,12.34 L6.14,3.659 L9.861,3.659 L9.861,12.34 L6.14,12.34 z M4.9,3.349 C4.9,2.835 5.316,2.419 5.83,2.419 L10.17,2.419 C10.68,2.419 11.1,2.835 11.1,3.349 L11.1,12.65 C11.1,13.16 10.68,13.58 10.17,13.58 L5.83,13.58 C5.316,13.58 4.9,13.16 4.9,12.65 L4.9,3.349 z"/> <GeometryDrawing x:Key="Radix.AlignStretch" Brush="#FF000000" Geometry="M3.142E-008,0.5581 C3.142E-008,0.2499 0.2499,2.029E-007 0.5581,2.029E-007 L15.44,2.029E-007 C15.75,2.029E-007 16,0.2499 16,0.5581 C16,0.8664 15.75,1.116 15.44,1.116 L0.5581,1.116 C0.2499,1.116 3.142E-008,0.8664 3.142E-008,0.5581 z M0.0001241,15.44 C0.0001241,15.13 0.25,14.88 0.5583,14.88 L15.44,14.88 C15.75,14.88 16,15.13 16,15.44 C16,15.75 15.75,16 15.44,16 L0.5583,16 C0.25,16 0.0001241,15.75 0.0001241,15.44 z M6.14,12.34 L6.14,3.659 L9.861,3.659 L9.861,12.34 L6.14,12.34 z M4.9,3.349 C4.9,2.835 5.316,2.419 5.83,2.419 L10.17,2.419 C10.68,2.419 11.1,2.835 11.1,3.349 L11.1,12.65 C11.1,13.16 10.68,13.58 10.17,13.58 L5.83,13.58 C5.316,13.58 4.9,13.16 4.9,12.65 L4.9,3.349 z"/> <GeometryDrawing x:Key="Radix.AlignTop" Brush="#FF000000" Geometry="M0.6154,0 C0.2755,0 0,0.2755 0,0.6154 C0,0.9553 0.2755,1.231 0.6154,1.231 L6.154,1.231 L6.154,14.77 C6.154,15.45 6.705,16 7.385,16 L8.615,16 C9.295,16 9.846,15.45 9.846,14.77 L9.846,1.231 L15.38,1.231 C15.72,1.231 16,0.9553 16,0.6154 C16,0.2755 15.72,0 15.38,0 L9.846,0 L6.154,0 L0.6154,0 z"/> <GeometryDrawing x:Key="Radix.AlignVerticalCenters" Brush="#FF000000" Geometry="M0,1.818 C0,0.814 0.814,0 1.818,0 L14.18,0 C15.19,0 16,0.814 16,1.818 L16,5.455 C16,6.459 15.19,7.273 14.18,7.273 L1.818,7.273 C0.814,7.273 0,6.459 0,5.455 L0,1.818 z M1.818,1.455 C1.617,1.455 1.455,1.617 1.455,1.818 L1.455,5.455 C1.455,5.655 1.617,5.818 1.818,5.818 L14.18,5.818 C14.38,5.818 14.55,5.655 14.55,5.455 L14.55,1.818 C14.55,1.617 14.38,1.455 14.18,1.455 L1.818,1.455 z M2.909,10.55 C2.909,9.541 3.723,8.727 4.727,8.727 L11.27,8.727 C12.28,8.727 13.09,9.541 13.09,10.55 L13.09,14.18 C13.09,15.19 12.28,16 11.27,16 L4.727,16 C3.723,16 2.909,15.19 2.909,14.18 L2.909,10.55 z"/> <GeometryDrawing x:Key="Radix.AllSides" Brush="#FF000000" Geometry="M8,0 L10.67,2.667 L5.333,2.667 L8,0 z M8,16 L10.67,13.33 L5.333,13.33 L8,16 z M2.667,5.333 L0,8 L2.667,10.67 L2.667,5.333 z M16,8 L13.33,5.333 L13.33,10.67 L16,8 z"/> <GeometryDrawing x:Key="Radix.Angle" Brush="#FF000000" Geometry="M9.712,0.1154 C9.989,0.3134 10.05,0.6979 9.854,0.9741 L1.814,12.18 L15.38,12.18 C15.72,12.18 16,12.46 16,12.8 C16,13.14 15.72,13.42 15.38,13.42 L0.6154,13.42 C0.3847,13.42 0.1733,13.29 0.06794,13.08 C-0.03744,12.88 -0.01915,12.63 0.1153,12.44 L8.854,0.2568 C9.052,-0.01939 9.436,-0.08271 9.712,0.1154 z M12.43,5.415 C12.43,5.076 12.71,4.8 13.05,4.8 C13.39,4.8 13.66,5.076 13.66,5.415 C13.66,5.755 13.39,6.031 13.05,6.031 C12.71,6.031 12.43,5.755 12.43,5.415 z M11.57,2.339 C11.23,2.339 10.95,2.614 10.95,2.954 C10.95,3.294 11.23,3.569 11.57,3.569 C11.91,3.569 12.18,3.294 12.18,2.954 C12.18,2.614 11.91,2.339 11.57,2.339 z M13.66,7.877 C13.66,7.537 13.94,7.262 14.28,7.262 C14.62,7.262 14.89,7.537 14.89,7.877 C14.89,8.217 14.62,8.492 14.28,8.492 C13.94,8.492 13.66,8.217 13.66,7.877 z M15.26,9.723 C14.92,9.723 14.65,9.999 14.65,10.34 C14.65,10.68 14.92,10.95 15.26,10.95 C15.6,10.95 15.88,10.68 15.88,10.34 C15.88,9.999 15.6,9.723 15.26,9.723 z"/> <GeometryDrawing x:Key="Radix.Archive" Brush="#FF000000" Geometry="M2.842,0 C2.376,0 1.95,0.2634 1.741,0.6804 L0.06497,4.032 C0.02224,4.118 0,4.212 0,4.308 L0,14.77 C0,15.45 0.551,16 1.231,16 L14.77,16 C15.45,16 16,15.45 16,14.77 L16,4.308 C16,4.212 15.98,4.118 15.94,4.032 L14.26,0.6804 C14.05,0.2634 13.62,3.692E-05 13.16,3.692E-05 L8,1.231E-05 L2.842,0 z M2.842,1.231 L7.385,1.231 L7.385,3.692 L1.611,3.692 L2.842,1.231 z M8.615,3.692 L8.615,1.231 L13.16,1.231 L14.39,3.692 L8.615,3.692 z M8,4.923 L14.77,4.923 L14.77,14.77 L1.231,14.77 L1.231,4.923 L8,4.923 z M5.538,7.385 C5.199,7.385 4.923,7.66 4.923,8 C4.923,8.34 5.199,8.615 5.538,8.615 L10.46,8.615 C10.8,8.615 11.08,8.34 11.08,8 C11.08,7.66 10.8,7.385 10.46,7.385 L5.538,7.385 z"/> <GeometryDrawing x:Key="Radix.ArrowBottomLeft" Brush="#FF000000" Geometry="M15.72,0.2757 C16.09,0.6432 16.09,1.239 15.72,1.607 L3.213,14.12 L11.29,14.12 C11.81,14.12 12.24,14.54 12.24,15.06 C12.24,15.58 11.81,16 11.29,16 L0.9412,16 C0.6916,16 0.4522,15.9 0.2757,15.72 C0.09916,15.55 0,15.31 0,15.06 L0,4.706 C0,4.186 0.4214,3.765 0.9412,3.765 C1.461,3.765 1.882,4.186 1.882,4.706 L1.882,12.79 L14.39,0.2757 C14.76,-0.09189 15.36,-0.09189 15.72,0.2757 z"/> <GeometryDrawing x:Key="Radix.ArrowBottomRight" Brush="#FF000000" Geometry="M0.2757,0.2757 C-0.09189,0.6432 -0.09189,1.239 0.2757,1.607 L12.79,14.12 L4.706,14.12 C4.186,14.12 3.765,14.54 3.765,15.06 C3.765,15.58 4.186,16 4.706,16 L15.06,16 C15.31,16 15.55,15.9 15.72,15.72 C15.9,15.55 16,15.31 16,15.06 L16,4.706 C16,4.186 15.58,3.765 15.06,3.765 C14.54,3.765 14.12,4.186 14.12,4.706 L14.12,12.79 L1.607,0.2757 C1.239,-0.09189 0.6432,-0.09189 0.2757,0.2757 z"/> <GeometryDrawing x:Key="Radix.ArrowDown" Brush="#FF000000" Geometry="M6.545,0 C6.947,0 7.273,0.3256 7.273,0.7273 L7.273,13.52 L11.85,8.94 C12.13,8.656 12.59,8.656 12.88,8.94 C13.16,9.224 13.16,9.685 12.88,9.969 L7.06,15.79 C6.923,15.92 6.738,16 6.545,16 C6.353,16 6.168,15.92 6.031,15.79 L0.213,9.969 C-0.07101,9.685 -0.07101,9.224 0.213,8.94 C0.497,8.656 0.9575,8.656 1.242,8.94 L5.818,13.52 L5.818,0.7273 C5.818,0.3256 6.144,0 6.545,0 z"/> <GeometryDrawing x:Key="Radix.ArrowLeft" Brush="#FF000000" Geometry="M7.06,0.213 C7.344,0.497 7.344,0.9575 7.06,1.242 L2.483,5.818 L15.27,5.818 C15.67,5.818 16,6.144 16,6.545 C16,6.947 15.67,7.273 15.27,7.273 L2.483,7.273 L7.06,11.85 C7.344,12.13 7.344,12.59 7.06,12.88 C6.776,13.16 6.315,13.16 6.031,12.88 L0.213,7.06 C-0.07101,6.776 -0.07101,6.315 0.213,6.031 L6.031,0.213 C6.315,-0.07101 6.776,-0.07101 7.06,0.213 z"/> <GeometryDrawing x:Key="Radix.ArrowRight" Brush="#FF000000" Geometry="M8.94,0.213 C9.224,-0.07101 9.685,-0.07101 9.969,0.213 L15.79,6.031 C16.07,6.315 16.07,6.776 15.79,7.06 L9.969,12.88 C9.685,13.16 9.224,13.16 8.94,12.88 C8.656,12.59 8.656,12.13 8.94,11.85 L13.52,7.273 L0.7273,7.273 C0.3256,7.273 0,6.947 0,6.545 C0,6.144 0.3256,5.818 0.7273,5.818 L13.52,5.818 L8.94,1.242 C8.656,0.9575 8.656,0.497 8.94,0.213 z"/> <GeometryDrawing x:Key="Radix.ArrowTopLeft" Brush="#FF000000" Geometry="M15.72,15.72 C16.09,15.36 16.09,14.76 15.72,14.39 L3.213,1.882 L11.29,1.882 C11.81,1.882 12.24,1.461 12.24,0.9412 C12.24,0.4214 11.81,0 11.29,0 L0.9412,0 C0.6916,0 0.4522,0.09916 0.2757,0.2757 C0.09916,0.4522 0,0.6916 0,0.9412 L0,11.29 C0,11.81 0.4214,12.24 0.9412,12.24 C1.461,12.24 1.882,11.81 1.882,11.29 L1.882,3.213 L14.39,15.72 C14.76,16.09 15.36,16.09 15.72,15.72 z"/> <GeometryDrawing x:Key="Radix.ArrowTopRight" Brush="#FF000000" Geometry="M0.2757,15.72 C-0.09189,15.36 -0.09189,14.76 0.2757,14.39 L12.79,1.882 L4.706,1.882 C4.186,1.882 3.765,1.461 3.765,0.9412 C3.765,0.4214 4.186,0 4.706,0 L15.06,0 C15.31,0 15.55,0.09916 15.72,0.2757 C15.9,0.4522 16,0.6916 16,0.9412 L16,11.29 C16,11.81 15.58,12.24 15.06,12.24 C14.54,12.24 14.12,11.81 14.12,11.29 L14.12,3.213 L1.607,15.72 C1.239,16.09 0.6432,16.09 0.2757,15.72 z"/> <GeometryDrawing x:Key="Radix.ArrowUp" Brush="#FF000000" Geometry="M6.031,0.213 C6.315,-0.07101 6.776,-0.07101 7.06,0.213 L12.88,6.031 C13.16,6.315 13.16,6.776 12.88,7.06 C12.59,7.344 12.13,7.344 11.85,7.06 L7.273,2.483 L7.273,15.27 C7.273,15.67 6.947,16 6.545,16 C6.144,16 5.818,15.67 5.818,15.27 L5.818,2.483 L1.242,7.06 C0.9575,7.344 0.497,7.344 0.213,7.06 C-0.07101,6.776 -0.07101,6.315 0.213,6.031 L6.031,0.213 z"/> <GeometryDrawing x:Key="Radix.AspectRatio" Brush="#FF000000" Geometry="M1.846,1.231 L14.15,1.231 C14.49,1.231 14.77,1.506 14.77,1.846 L14.77,14.15 C14.77,14.49 14.49,14.77 14.15,14.77 L1.846,14.77 C1.506,14.77 1.231,14.49 1.231,14.15 L1.231,1.846 C1.231,1.506 1.506,1.231 1.846,1.231 z M0,1.846 C0,0.8265 0.8265,0 1.846,0 L14.15,0 C15.17,0 16,0.8265 16,1.846 L16,14.15 C16,15.17 15.17,16 14.15,16 L1.846,16 C0.8265,16 0,15.17 0,14.15 L0,1.846 z M8,3.692 C8.34,3.692 8.615,3.417 8.615,3.077 C8.615,2.737 8.34,2.462 8,2.462 C7.66,2.462 7.385,2.737 7.385,3.077 C7.385,3.417 7.66,3.692 8,3.692 z M8.615,5.538 C8.615,5.878 8.34,6.154 8,6.154 C7.66,6.154 7.385,5.878 7.385,5.538 C7.385,5.199 7.66,4.923 8,4.923 C8.34,4.923 8.615,5.199 8.615,5.538 z M8,8.615 C8.34,8.615 8.615,8.34 8.615,8 C8.615,7.66 8.34,7.385 8,7.385 C7.66,7.385 7.385,7.66 7.385,8 C7.385,8.34 7.66,8.615 8,8.615 z M11.08,8 C11.08,8.34 10.8,8.615 10.46,8.615 C10.12,8.615 9.846,8.34 9.846,8 C9.846,7.66 10.12,7.385 10.46,7.385 C10.8,7.385 11.08,7.66 11.08,8 z M12.92,8.615 C13.26,8.615 13.54,8.34 13.54,8 C13.54,7.66 13.26,7.385 12.92,7.385 C12.58,7.385 12.31,7.66 12.31,8 C12.31,8.34 12.58,8.615 12.92,8.615 z"/> <GeometryDrawing x:Key="Radix.Avatar" Brush="#FF000000" Geometry="M3.694E-008,8 C3.694E-008,3.582 3.582,3.893E-007 8,3.893E-007 C12.42,3.893E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 3.694E-008,12.42 3.694E-008,8 z M8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,9.778 1.825,11.4 2.936,12.62 C4.003,10.95 5.872,9.842 8,9.842 C10.13,9.842 12,10.95 13.06,12.62 C14.18,11.4 14.85,9.778 14.85,8 C14.85,4.215 11.78,1.148 8,1.148 z M12.21,13.41 C11.36,11.96 9.795,10.99 8,10.99 C6.206,10.99 4.638,11.96 3.795,13.41 C4.956,14.31 6.415,14.85 8,14.85 C9.585,14.85 11.04,14.31 12.21,13.41 z M5.162,6.798 C5.162,5.23 6.432,3.959 8,3.959 C9.568,3.959 10.84,5.23 10.84,6.798 C10.84,8.366 9.568,9.637 8,9.637 C6.432,9.637 5.162,8.366 5.162,6.798 z M8,5.107 C7.066,5.107 6.309,5.864 6.309,6.798 C6.309,7.732 7.066,8.489 8,8.489 C8.934,8.489 9.691,7.732 9.691,6.798 C9.691,5.864 8.934,5.107 8,5.107 z"/> <GeometryDrawing x:Key="Radix.Backpack" Brush="#FF000000" Geometry="M5.333,1.067 C5.333,0.4776 5.811,0 6.4,0 L9.6,0 C10.19,0 10.67,0.4776 10.67,1.067 L10.67,2.133 L14.93,2.133 C15.52,2.133 16,2.611 16,3.2 L16,6.4 C16,7.348 15.59,8.2 14.93,8.785 L14.93,12.27 C14.93,13.15 14.22,13.87 13.33,13.87 L2.667,13.87 C1.783,13.87 1.067,13.15 1.067,12.27 L1.067,8.785 C0.4128,8.2 0,7.348 0,6.4 L0,3.2 C0,2.611 0.4776,2.133 1.067,2.133 L5.333,2.133 L5.333,1.067 z M9.6,1.067 L9.6,2.133 L6.4,2.133 L6.4,1.067 L9.6,1.067 z M1.067,3.2 L5.333,3.2 L5.867,3.2 L10.13,3.2 L10.67,3.2 L14.93,3.2 L14.93,6.4 C14.93,7.098 14.6,7.717 14.08,8.107 C13.72,8.375 13.28,8.533 12.8,8.533 L8.533,8.533 L8.533,8 C8.533,7.705 8.295,7.467 8,7.467 C7.705,7.467 7.467,7.705 7.467,8 L7.467,8.533 L3.2,8.533 C2.719,8.533 2.277,8.375 1.92,8.107 C1.401,7.717 1.067,7.098 1.067,6.4 L1.067,3.2 z M7.467,9.6 L3.2,9.6 C2.826,9.6 2.467,9.536 2.133,9.418 L2.133,12.27 C2.133,12.56 2.372,12.8 2.667,12.8 L13.33,12.8 C13.63,12.8 13.87,12.56 13.87,12.27 L13.87,9.418 C13.53,9.536 13.17,9.6 12.8,9.6 L8.533,9.6 L8.533,10.13 C8.533,10.43 8.295,10.67 8,10.67 C7.705,10.67 7.467,10.43 7.467,10.13 L7.467,9.6 z"/> <GeometryDrawing x:Key="Radix.Badge" Brush="#FF000000" Geometry="M3.077,1.231 L12.92,1.231 C13.94,1.231 14.77,2.057 14.77,3.077 C14.77,4.097 13.94,4.923 12.92,4.923 L3.077,4.923 C2.057,4.923 1.231,4.097 1.231,3.077 C1.231,2.057 2.057,1.231 3.077,1.231 z M0,3.077 C0,1.378 1.378,0 3.077,0 L12.92,0 C14.62,0 16,1.378 16,3.077 C16,4.776 14.62,6.154 12.92,6.154 L3.077,6.154 C1.378,6.154 0,4.776 0,3.077 z M4.308,2.462 C3.968,2.462 3.692,2.737 3.692,3.077 C3.692,3.417 3.968,3.692 4.308,3.692 L11.69,3.692 C12.03,3.692 12.31,3.417 12.31,3.077 C12.31,2.737 12.03,2.462 11.69,2.462 L4.308,2.462 z"/> <GeometryDrawing x:Key="Radix.BarChart" Brush="#FF000000" Geometry="M12.92,0 C13.26,0 13.54,0.2755 13.54,0.6154 L13.54,15.38 C13.54,15.72 13.26,16 12.92,16 C12.58,16 12.31,15.72 12.31,15.38 L12.31,0.6154 C12.31,0.2755 12.58,0 12.92,0 z M10.46,2.462 C10.8,2.462 11.08,2.737 11.08,3.077 L11.08,15.38 C11.08,15.72 10.8,16 10.46,16 C10.12,16 9.846,15.72 9.846,15.38 L9.846,3.077 C9.846,2.737 10.12,2.462 10.46,2.462 z M15.38,2.462 C15.72,2.462 16,2.737 16,3.077 L16,15.38 C16,15.72 15.72,16 15.38,16 C15.04,16 14.77,15.72 14.77,15.38 L14.77,3.077 C14.77,2.737 15.04,2.462 15.38,2.462 z M5.538,3.692 C5.878,3.692 6.154,3.968 6.154,4.308 L6.154,15.38 C6.154,15.72 5.878,16 5.538,16 C5.199,16 4.923,15.72 4.923,15.38 L4.923,4.308 C4.923,3.968 5.199,3.692 5.538,3.692 z M0.6154,4.923 C0.9552,4.923 1.231,5.199 1.231,5.538 L1.231,15.38 C1.231,15.72 0.9552,16 0.6154,16 C0.2755,16 0,15.72 0,15.38 L0,5.538 C0,5.199 0.2755,4.923 0.6154,4.923 z M8,4.923 C8.34,4.923 8.615,5.199 8.615,5.538 L8.615,15.38 C8.615,15.72 8.34,16 8,16 C7.66,16 7.385,15.72 7.385,15.38 L7.385,5.538 C7.385,5.199 7.66,4.923 8,4.923 z M3.077,7.385 C3.417,7.385 3.692,7.66 3.692,8 L3.692,15.38 C3.692,15.72 3.417,16 3.077,16 C2.737,16 2.462,15.72 2.462,15.38 L2.462,8 C2.462,7.66 2.737,7.385 3.077,7.385 z"/> <GeometryDrawing x:Key="Radix.Bell" Brush="#FF000000" Geometry="M7.235,1.206 C7.235,1.758 6.864,2.223 6.357,2.367 C8.927,2.536 10.96,4.675 10.96,7.287 L10.96,11.07 C10.96,11.95 11,12.67 11.75,13.04 C11.98,13.16 12.1,13.41 12.04,13.66 C11.98,13.91 11.76,14.08 11.51,14.08 L6.753,14.08 C6.98,14.28 7.124,14.58 7.124,14.9 C7.124,15.51 6.633,16 6.028,16 C5.422,16 4.932,15.51 4.932,14.9 C4.932,14.58 5.075,14.28 5.303,14.08 L0.548,14.08 C0.2939,14.08 0.0731,13.91 0.01471,13.66 C-0.04367,13.41 0.07565,13.16 0.303,13.04 C1.06,12.67 1.096,11.95 1.096,11.07 L1.096,7.287 C1.096,4.674 3.129,2.535 5.699,2.367 C5.193,2.223 4.823,1.758 4.823,1.206 C4.823,0.5399 5.362,-1.563E-007 6.029,-1.563E-007 C6.695,-1.563E-007 7.235,0.5399 7.235,1.206 z M6.028,3.452 C3.909,3.452 2.192,5.169 2.192,7.287 L2.192,11.07 L2.192,11.12 C2.192,11.61 2.193,12.34 1.862,12.99 L10.19,12.99 C9.862,12.34 9.863,11.61 9.863,11.12 L9.863,11.07 L9.863,7.287 C9.863,5.169 8.146,3.452 6.028,3.452 z"/> <GeometryDrawing x:Key="Radix.BlendingMode" Brush="#FF000000" Geometry="M0,10 C0,6.667 2,3.667 6,0 C10,3.667 12,6.667 12,10 C12,13.31 9.314,16 6,16 C2.686,16 0,13.31 0,10 z M10.6,9.071 C8.898,8.428 7.051,9.283 5.319,10.08 C3.91,10.74 2.578,11.35 1.463,11.1 C1.378,10.74 1.333,10.38 1.333,10 C1.333,7.483 2.702,5.029 6,1.831 C8.891,4.635 10.3,6.867 10.6,9.071 z"/> <GeometryDrawing x:Key="Radix.Bookmark" Brush="#FF000000" Geometry="M0,0.6667 C0,0.2985 0.2985,0 0.6667,0 L11.33,0 C11.7,0 12,0.2985 12,0.6667 L12,15.33 C12,15.58 11.87,15.8 11.66,15.92 C11.44,16.03 11.19,16.03 10.98,15.9 L6,12.79 L1.02,15.9 C0.8145,16.03 0.5555,16.03 0.3435,15.92 C0.1315,15.8 0,15.58 0,15.33 L0,0.6667 z M1.333,1.333 L1.333,14.13 L5.293,11.66 C5.726,11.39 6.274,11.39 6.707,11.66 L10.67,14.13 L10.67,1.333 L1.333,1.333 z"/> <GeometryDrawing x:Key="Radix.BorderAll" Brush="#FF000000" Geometry="M0,0.8276 C0,0.3705 0.3705,0 0.8276,0 L15.17,0 C15.63,0 16,0.3705 16,0.8276 L16,15.17 C16,15.63 15.63,16 15.17,16 L0.8276,16 C0.3705,16 0,15.63 0,15.17 L0,0.8276 z M1.655,1.655 L1.655,14.34 L14.34,14.34 L14.34,1.655 L1.655,1.655 z M8,5.241 L8,5.241 A0.5517,-0.5517 0 0 1 8.552,5.793 L8.552,5.793 A0.5517,-0.5517 0 0 1 8,6.345 L8,6.345 A0.5517,-0.5517 0 0 1 7.448,5.793 L7.448,5.793 A0.5517,-0.5517 0 0 1 8,5.241 z M8,3.034 L8,3.034 A0.5517,-0.5517 0 0 1 8.552,3.586 L8.552,3.586 A0.5517,-0.5517 0 0 1 8,4.138 L8,4.138 A0.5517,-0.5517 0 0 1 7.448,3.586 L7.448,3.586 A0.5517,-0.5517 0 0 1 8,3.034 z M8,7.448 L8,7.448 A0.5517,-0.5517 0 0 1 8.552,8 L8.552,8 A0.5517,-0.5517 0 0 1 8,8.552 L8,8.552 A0.5517,-0.5517 0 0 1 7.448,8 L7.448,8 A0.5517,-0.5517 0 0 1 8,7.448 z M5.793,7.448 L5.793,7.448 A0.5517,-0.5517 0 0 1 6.345,8 L6.345,8 A0.5517,-0.5517 0 0 1 5.793,8.552 L5.793,8.552 A0.5517,-0.5517 0 0 1 5.241,8 L5.241,8 A0.5517,-0.5517 0 0 1 5.793,7.448 z M3.586,7.448 L3.586,7.448 A0.5517,-0.5517 0 0 1 4.138,8 L4.138,8 A0.5517,-0.5517 0 0 1 3.586,8.552 L3.586,8.552 A0.5517,-0.5517 0 0 1 3.034,8 L3.034,8 A0.5517,-0.5517 0 0 1 3.586,7.448 z M10.21,7.448 L10.21,7.448 A0.5517,-0.5517 0 0 1 10.76,8 L10.76,8 A0.5517,-0.5517 0 0 1 10.21,8.552 L10.21,8.552 A0.5517,-0.5517 0 0 1 9.655,8 L9.655,8 A0.5517,-0.5517 0 0 1 10.21,7.448 z M12.41,7.448 L12.41,7.448 A0.5517,-0.5517 0 0 1 12.97,8 L12.97,8 A0.5517,-0.5517 0 0 1 12.41,8.552 L12.41,8.552 A0.5517,-0.5517 0 0 1 11.86,8 L11.86,8 A0.5517,-0.5517 0 0 1 12.41,7.448 z M8,9.655 L8,9.655 A0.5517,-0.5517 0 0 1 8.552,10.21 L8.552,10.21 A0.5517,-0.5517 0 0 1 8,10.76 L8,10.76 A0.5517,-0.5517 0 0 1 7.448,10.21 L7.448,10.21 A0.5517,-0.5517 0 0 1 8,9.655 z M8,11.86 L8,11.86 A0.5517,-0.5517 0 0 1 8.552,12.41 L8.552,12.41 A0.5517,-0.5517 0 0 1 8,12.97 L8,12.97 A0.5517,-0.5517 0 0 1 7.448,12.41 L7.448,12.41 A0.5517,-0.5517 0 0 1 8,11.86 z"/> <GeometryDrawing x:Key="Radix.BorderBottom" Brush="#FF000000" Geometry="M0,14.25 L15.13,14.25 L15.13,16 L0,16 L0,14.25 z M7.564,4.655 L7.564,4.655 A0.5818,-0.5818 0 0 1 8.145,5.236 L8.145,5.236 A0.5818,-0.5818 0 0 1 7.564,5.818 L7.564,5.818 A0.5818,-0.5818 0 0 1 6.982,5.236 L6.982,5.236 A0.5818,-0.5818 0 0 1 7.564,4.655 z M14.55,4.655 L14.55,4.655 A0.5818,-0.5818 0 0 1 15.13,5.236 L15.13,5.236 A0.5818,-0.5818 0 0 1 14.55,5.818 L14.55,5.818 A0.5818,-0.5818 0 0 1 13.96,5.236 L13.96,5.236 A0.5818,-0.5818 0 0 1 14.55,4.655 z M7.564,2.327 L7.564,2.327 A0.5818,-0.5818 0 0 1 8.145,2.909 L8.145,2.909 A0.5818,-0.5818 0 0 1 7.564,3.491 L7.564,3.491 A0.5818,-0.5818 0 0 1 6.982,2.909 L6.982,2.909 A0.5818,-0.5818 0 0 1 7.564,2.327 z M14.55,2.327 L14.55,2.327 A0.5818,-0.5818 0 0 1 15.13,2.909 L15.13,2.909 A0.5818,-0.5818 0 0 1 14.55,3.491 L14.55,3.491 A0.5818,-0.5818 0 0 1 13.96,2.909 L13.96,2.909 A0.5818,-0.5818 0 0 1 14.55,2.327 z M7.564,6.982 L7.564,6.982 A0.5818,-0.5818 0 0 1 8.145,7.564 L8.145,7.564 A0.5818,-0.5818 0 0 1 7.564,8.145 L7.564,8.145 A0.5818,-0.5818 0 0 1 6.982,7.564 L6.982,7.564 A0.5818,-0.5818 0 0 1 7.564,6.982 z M7.564,0 L7.564,0 A0.5818,-0.5818 0 0 1 8.145,0.5818 L8.145,0.5818 A0.5818,-0.5818 0 0 1 7.564,1.164 L7.564,1.164 A0.5818,-0.5818 0 0 1 6.982,0.5818 L6.982,0.5818 A0.5818,-0.5818 0 0 1 7.564,0 z M14.55,6.982 L14.55,6.982 A0.5818,-0.5818 0 0 1 15.13,7.564 L15.13,7.564 A0.5818,-0.5818 0 0 1 14.55,8.145 L14.55,8.145 A0.5818,-0.5818 0 0 1 13.96,7.564 L13.96,7.564 A0.5818,-0.5818 0 0 1 14.55,6.982 z M14.55,0 L14.55,0 A0.5818,-0.5818 0 0 1 15.13,0.5818 L15.13,0.5818 A0.5818,-0.5818 0 0 1 14.55,1.164 L14.55,1.164 A0.5818,-0.5818 0 0 1 13.96,0.5818 L13.96,0.5818 A0.5818,-0.5818 0 0 1 14.55,0 z M5.236,6.982 L5.236,6.982 A0.5818,-0.5818 0 0 1 5.818,7.564 L5.818,7.564 A0.5818,-0.5818 0 0 1 5.236,8.145 L5.236,8.145 A0.5818,-0.5818 0 0 1 4.655,7.564 L4.655,7.564 A0.5818,-0.5818 0 0 1 5.236,6.982 z M5.236,0 L5.236,0 A0.5818,-0.5818 0 0 1 5.818,0.5818 L5.818,0.5818 A0.5818,-0.5818 0 0 1 5.236,1.164 L5.236,1.164 A0.5818,-0.5818 0 0 1 4.655,0.5818 L4.655,0.5818 A0.5818,-0.5818 0 0 1 5.236,0 z M2.909,6.982 L2.909,6.982 A0.5818,-0.5818 0 0 1 3.491,7.564 L3.491,7.564 A0.5818,-0.5818 0 0 1 2.909,8.145 L2.909,8.145 A0.5818,-0.5818 0 0 1 2.327,7.564 L2.327,7.564 A0.5818,-0.5818 0 0 1 2.909,6.982 z M2.909,0 L2.909,0 A0.5818,-0.5818 0 0 1 3.491,0.5818 L3.491,0.5818 A0.5818,-0.5818 0 0 1 2.909,1.164 L2.909,1.164 A0.5818,-0.5818 0 0 1 2.327,0.5818 L2.327,0.5818 A0.5818,-0.5818 0 0 1 2.909,0 z M9.891,6.982 L9.891,6.982 A0.5818,-0.5818 0 0 1 10.47,7.564 L10.47,7.564 A0.5818,-0.5818 0 0 1 9.891,8.145 L9.891,8.145 A0.5818,-0.5818 0 0 1 9.309,7.564 L9.309,7.564 A0.5818,-0.5818 0 0 1 9.891,6.982 z M9.891,0 L9.891,0 A0.5818,-0.5818 0 0 1 10.47,0.5818 L10.47,0.5818 A0.5818,-0.5818 0 0 1 9.891,1.164 L9.891,1.164 A0.5818,-0.5818 0 0 1 9.309,0.5818 L9.309,0.5818 A0.5818,-0.5818 0 0 1 9.891,0 z M12.22,6.982 L12.22,6.982 A0.5818,-0.5818 0 0 1 12.8,7.564 L12.8,7.564 A0.5818,-0.5818 0 0 1 12.22,8.145 L12.22,8.145 A0.5818,-0.5818 0 0 1 11.64,7.564 L11.64,7.564 A0.5818,-0.5818 0 0 1 12.22,6.982 z M12.22,0 L12.22,0 A0.5818,-0.5818 0 0 1 12.8,0.5818 L12.8,0.5818 A0.5818,-0.5818 0 0 1 12.22,1.164 L12.22,1.164 A0.5818,-0.5818 0 0 1 11.64,0.5818 L11.64,0.5818 A0.5818,-0.5818 0 0 1 12.22,0 z M7.564,9.309 L7.564,9.309 A0.5818,-0.5818 0 0 1 8.145,9.891 L8.145,9.891 A0.5818,-0.5818 0 0 1 7.564,10.47 L7.564,10.47 A0.5818,-0.5818 0 0 1 6.982,9.891 L6.982,9.891 A0.5818,-0.5818 0 0 1 7.564,9.309 z M14.55,9.309 L14.55,9.309 A0.5818,-0.5818 0 0 1 15.13,9.891 L15.13,9.891 A0.5818,-0.5818 0 0 1 14.55,10.47 L14.55,10.47 A0.5818,-0.5818 0 0 1 13.96,9.891 L13.96,9.891 A0.5818,-0.5818 0 0 1 14.55,9.309 z M7.564,11.64 L7.564,11.64 A0.5818,-0.5818 0 0 1 8.145,12.22 L8.145,12.22 A0.5818,-0.5818 0 0 1 7.564,12.8 L7.564,12.8 A0.5818,-0.5818 0 0 1 6.982,12.22 L6.982,12.22 A0.5818,-0.5818 0 0 1 7.564,11.64 z M14.55,11.64 L14.55,11.64 A0.5818,-0.5818 0 0 1 15.13,12.22 L15.13,12.22 A0.5818,-0.5818 0 0 1 14.55,12.8 L14.55,12.8 A0.5818,-0.5818 0 0 1 13.96,12.22 L13.96,12.22 A0.5818,-0.5818 0 0 1 14.55,11.64 z M0.5818,4.655 L0.5818,4.655 A0.5818,-0.5818 0 0 1 1.164,5.236 L1.164,5.236 A0.5818,-0.5818 0 0 1 0.5818,5.818 L0.5818,5.818 A0.5818,-0.5818 0 0 1 0,5.236 L0,5.236 A0.5818,-0.5818 0 0 1 0.5818,4.655 z M0.5818,2.327 L0.5818,2.327 A0.5818,-0.5818 0 0 1 1.164,2.909 L1.164,2.909 A0.5818,-0.5818 0 0 1 0.5818,3.491 L0.5818,3.491 A0.5818,-0.5818 0 0 1 0,2.909 L0,2.909 A0.5818,-0.5818 0 0 1 0.5818,2.327 z M0.5818,6.982 L0.5818,6.982 A0.5818,-0.5818 0 0 1 1.164,7.564 L1.164,7.564 A0.5818,-0.5818 0 0 1 0.5818,8.145 L0.5818,8.145 A0.5818,-0.5818 0 0 1 0,7.564 L0,7.564 A0.5818,-0.5818 0 0 1 0.5818,6.982 z M0.5818,0 L0.5818,0 A0.5818,-0.5818 0 0 1 1.164,0.5818 L1.164,0.5818 A0.5818,-0.5818 0 0 1 0.5818,1.164 L0.5818,1.164 A0.5818,-0.5818 0 0 1 0,0.5818 L0,0.5818 A0.5818,-0.5818 0 0 1 0.5818,0 z M0.5818,9.309 L0.5818,9.309 A0.5818,-0.5818 0 0 1 1.164,9.891 L1.164,9.891 A0.5818,-0.5818 0 0 1 0.5818,10.47 L0.5818,10.47 A0.5818,-0.5818 0 0 1 0,9.891 L0,9.891 A0.5818,-0.5818 0 0 1 0.5818,9.309 z M0.5818,11.64 L0.5818,11.64 A0.5818,-0.5818 0 0 1 1.164,12.22 L1.164,12.22 A0.5818,-0.5818 0 0 1 0.5818,12.8 L0.5818,12.8 A0.5818,-0.5818 0 0 1 0,12.22 L0,12.22 A0.5818,-0.5818 0 0 1 0.5818,11.64 z"/> <GeometryDrawing x:Key="Radix.BorderDashed" Brush="#FF000000" Geometry="M0,0.5333 C0,0.2388 0.2388,0 0.5333,0 L3.2,0 C3.495,0 3.733,0.2388 3.733,0.5333 C3.733,0.8279 3.495,1.067 3.2,1.067 L0.5333,1.067 C0.2388,1.067 0,0.8279 0,0.5333 z M6.133,0.5333 C6.133,0.2388 6.372,0 6.667,0 L9.333,0 C9.628,0 9.867,0.2388 9.867,0.5333 C9.867,0.8279 9.628,1.067 9.333,1.067 L6.667,1.067 C6.372,1.067 6.133,0.8279 6.133,0.5333 z M12.8,0 C12.51,0 12.27,0.2388 12.27,0.5333 C12.27,0.8279 12.51,1.067 12.8,1.067 L15.47,1.067 C15.76,1.067 16,0.8279 16,0.5333 C16,0.2388 15.76,0 15.47,0 L12.8,0 z"/> <GeometryDrawing x:Key="Radix.BorderDotted" Brush="#FF000000" Geometry="M1.018,0 C0.4559,0 0,0.4559 0,1.018 C0,1.581 0.4559,2.036 1.018,2.036 C1.581,2.036 2.036,1.581 2.036,1.018 C2.036,0.4559 1.581,0 1.018,0 z M5.673,0 C5.11,0 4.655,0.4559 4.655,1.018 C4.655,1.581 5.11,2.036 5.673,2.036 C6.235,2.036 6.691,1.581 6.691,1.018 C6.691,0.4559 6.235,0 5.673,0 z M10.33,0 C9.765,0 9.309,0.4559 9.309,1.018 C9.309,1.581 9.765,2.036 10.33,2.036 C10.89,2.036 11.35,1.581 11.35,1.018 C11.35,0.4559 10.89,0 10.33,0 z M13.96,1.018 C13.96,0.4559 14.42,0 14.98,0 C15.54,0 16,0.4559 16,1.018 C16,1.581 15.54,2.036 14.98,2.036 C14.42,2.036 13.96,1.581 13.96,1.018 z"/> <GeometryDrawing x:Key="Radix.BorderLeft" Brush="#FF000000" Geometry="M1.745,0 L1.745,15.13 L1.580E-009,15.13 L1.165E-06,0 L1.745,0 z M11.35,7.564 L11.35,7.564 A0.5818,-0.5818 0 0 1 10.76,8.145 L10.76,8.145 A0.5818,-0.5818 0 0 1 10.18,7.564 L10.18,7.564 A0.5818,-0.5818 0 0 1 10.76,6.982 L10.76,6.982 A0.5818,-0.5818 0 0 1 11.35,7.564 z M11.35,14.55 L11.35,14.55 A0.5818,-0.5818 0 0 1 10.76,15.13 L10.76,15.13 A0.5818,-0.5818 0 0 1 10.18,14.55 L10.18,14.55 A0.5818,-0.5818 0 0 1 10.76,13.96 L10.76,13.96 A0.5818,-0.5818 0 0 1 11.35,14.55 z M13.67,7.564 L13.67,7.564 A0.5818,-0.5818 0 0 1 13.09,8.145 L13.09,8.145 A0.5818,-0.5818 0 0 1 12.51,7.564 L12.51,7.564 A0.5818,-0.5818 0 0 1 13.09,6.982 L13.09,6.982 A0.5818,-0.5818 0 0 1 13.67,7.564 z M13.67,14.55 L13.67,14.55 A0.5818,-0.5818 0 0 1 13.09,15.13 L13.09,15.13 A0.5818,-0.5818 0 0 1 12.51,14.55 L12.51,14.55 A0.5818,-0.5818 0 0 1 13.09,13.96 L13.09,13.96 A0.5818,-0.5818 0 0 1 13.67,14.55 z M9.018,7.564 L9.018,7.564 A0.5818,-0.5818 0 0 1 8.436,8.145 L8.436,8.145 A0.5818,-0.5818 0 0 1 7.855,7.564 L7.855,7.564 A0.5818,-0.5818 0 0 1 8.436,6.982 L8.436,6.982 A0.5818,-0.5818 0 0 1 9.018,7.564 z M16,7.564 L16,7.564 A0.5818,-0.5818 0 0 1 15.42,8.145 L15.42,8.145 A0.5818,-0.5818 0 0 1 14.84,7.564 L14.84,7.564 A0.5818,-0.5818 0 0 1 15.42,6.982 L15.42,6.982 A0.5818,-0.5818 0 0 1 16,7.564 z M9.018,14.55 L9.018,14.55 A0.5818,-0.5818 0 0 1 8.436,15.13 L8.436,15.13 A0.5818,-0.5818 0 0 1 7.855,14.55 L7.855,14.55 A0.5818,-0.5818 0 0 1 8.436,13.96 L8.436,13.96 A0.5818,-0.5818 0 0 1 9.018,14.55 z M16,14.55 L16,14.55 A0.5818,-0.5818 0 0 1 15.42,15.13 L15.42,15.13 A0.5818,-0.5818 0 0 1 14.84,14.55 L14.84,14.55 A0.5818,-0.5818 0 0 1 15.42,13.96 L15.42,13.96 A0.5818,-0.5818 0 0 1 16,14.55 z M9.018,5.236 L9.018,5.236 A0.5818,-0.5818 0 0 1 8.436,5.818 L8.436,5.818 A0.5818,-0.5818 0 0 1 7.855,5.236 L7.855,5.236 A0.5818,-0.5818 0 0 1 8.436,4.655 L8.436,4.655 A0.5818,-0.5818 0 0 1 9.018,5.236 z M16,5.236 L16,5.236 A0.5818,-0.5818 0 0 1 15.42,5.818 L15.42,5.818 A0.5818,-0.5818 0 0 1 14.84,5.236 L14.84,5.236 A0.5818,-0.5818 0 0 1 15.42,4.655 L15.42,4.655 A0.5818,-0.5818 0 0 1 16,5.236 z M9.018,2.909 L9.018,2.909 A0.5818,-0.5818 0 0 1 8.436,3.491 L8.436,3.491 A0.5818,-0.5818 0 0 1 7.855,2.909 L7.855,2.909 A0.5818,-0.5818 0 0 1 8.436,2.327 L8.436,2.327 A0.5818,-0.5818 0 0 1 9.018,2.909 z M16,2.909 L16,2.909 A0.5818,-0.5818 0 0 1 15.42,3.491 L15.42,3.491 A0.5818,-0.5818 0 0 1 14.84,2.909 L14.84,2.909 A0.5818,-0.5818 0 0 1 15.42,2.327 L15.42,2.327 A0.5818,-0.5818 0 0 1 16,2.909 z M9.018,9.891 L9.018,9.891 A0.5818,-0.5818 0 0 1 8.436,10.47 L8.436,10.47 A0.5818,-0.5818 0 0 1 7.855,9.891 L7.855,9.891 A0.5818,-0.5818 0 0 1 8.436,9.309 L8.436,9.309 A0.5818,-0.5818 0 0 1 9.018,9.891 z M16,9.891 L16,9.891 A0.5818,-0.5818 0 0 1 15.42,10.47 L15.42,10.47 A0.5818,-0.5818 0 0 1 14.84,9.891 L14.84,9.891 A0.5818,-0.5818 0 0 1 15.42,9.309 L15.42,9.309 A0.5818,-0.5818 0 0 1 16,9.891 z M9.018,12.22 L9.018,12.22 A0.5818,-0.5818 0 0 1 8.436,12.8 L8.436,12.8 A0.5818,-0.5818 0 0 1 7.855,12.22 L7.855,12.22 A0.5818,-0.5818 0 0 1 8.436,11.64 L8.436,11.64 A0.5818,-0.5818 0 0 1 9.018,12.22 z M16,12.22 L16,12.22 A0.5818,-0.5818 0 0 1 15.42,12.8 L15.42,12.8 A0.5818,-0.5818 0 0 1 14.84,12.22 L14.84,12.22 A0.5818,-0.5818 0 0 1 15.42,11.64 L15.42,11.64 A0.5818,-0.5818 0 0 1 16,12.22 z M6.691,7.564 L6.691,7.564 A0.5818,-0.5818 0 0 1 6.109,8.145 L6.109,8.145 A0.5818,-0.5818 0 0 1 5.527,7.564 L5.527,7.564 A0.5818,-0.5818 0 0 1 6.109,6.982 L6.109,6.982 A0.5818,-0.5818 0 0 1 6.691,7.564 z M6.691,14.55 L6.691,14.55 A0.5818,-0.5818 0 0 1 6.109,15.13 L6.109,15.13 A0.5818,-0.5818 0 0 1 5.527,14.55 L5.527,14.55 A0.5818,-0.5818 0 0 1 6.109,13.96 L6.109,13.96 A0.5818,-0.5818 0 0 1 6.691,14.55 z M4.364,7.564 L4.364,7.564 A0.5818,-0.5818 0 0 1 3.782,8.145 L3.782,8.145 A0.5818,-0.5818 0 0 1 3.2,7.564 L3.2,7.564 A0.5818,-0.5818 0 0 1 3.782,6.982 L3.782,6.982 A0.5818,-0.5818 0 0 1 4.364,7.564 z M4.364,14.55 L4.364,14.55 A0.5818,-0.5818 0 0 1 3.782,15.13 L3.782,15.13 A0.5818,-0.5818 0 0 1 3.2,14.55 L3.2,14.55 A0.5818,-0.5818 0 0 1 3.782,13.96 L3.782,13.96 A0.5818,-0.5818 0 0 1 4.364,14.55 z M11.35,0.5818 L11.35,0.5818 A0.5818,-0.5818 0 0 1 10.76,1.164 L10.76,1.164 A0.5818,-0.5818 0 0 1 10.18,0.5818 L10.18,0.5818 A0.5818,-0.5818 0 0 1 10.76,0 L10.76,0 A0.5818,-0.5818 0 0 1 11.35,0.5818 z M13.67,0.5818 L13.67,0.5818 A0.5818,-0.5818 0 0 1 13.09,1.164 L13.09,1.164 A0.5818,-0.5818 0 0 1 12.51,0.5818 L12.51,0.5818 A0.5818,-0.5818 0 0 1 13.09,0 L13.09,0 A0.5818,-0.5818 0 0 1 13.67,0.5818 z M9.018,0.5818 L9.018,0.5818 A0.5818,-0.5818 0 0 1 8.436,1.164 L8.436,1.164 A0.5818,-0.5818 0 0 1 7.855,0.5818 L7.855,0.5818 A0.5818,-0.5818 0 0 1 8.436,0 L8.436,0 A0.5818,-0.5818 0 0 1 9.018,0.5818 z M16,0.5818 L16,0.5818 A0.5818,-0.5818 0 0 1 15.42,1.164 L15.42,1.164 A0.5818,-0.5818 0 0 1 14.84,0.5818 L14.84,0.5818 A0.5818,-0.5818 0 0 1 15.42,0 L15.42,0 A0.5818,-0.5818 0 0 1 16,0.5818 z M6.691,0.5818 L6.691,0.5818 A0.5818,-0.5818 0 0 1 6.109,1.164 L6.109,1.164 A0.5818,-0.5818 0 0 1 5.527,0.5818 L5.527,0.5818 A0.5818,-0.5818 0 0 1 6.109,0 L6.109,0 A0.5818,-0.5818 0 0 1 6.691,0.5818 z M4.364,0.5818 L4.364,0.5818 A0.5818,-0.5818 0 0 1 3.782,1.164 L3.782,1.164 A0.5818,-0.5818 0 0 1 3.2,0.5818 L3.2,0.5818 A0.5818,-0.5818 0 0 1 3.782,0 L3.782,0 A0.5818,-0.5818 0 0 1 4.364,0.5818 z"/> <GeometryDrawing x:Key="Radix.BorderNone" Brush="#FF000000" Geometry="M8,4.923 L8,4.923 A0.6154,-0.6154 0 0 1 8.615,5.538 L8.615,5.538 A0.6154,-0.6154 0 0 1 8,6.154 L8,6.154 A0.6154,-0.6154 0 0 1 7.385,5.538 L7.385,5.538 A0.6154,-0.6154 0 0 1 8,4.923 z M15.38,4.923 L15.38,4.923 A0.6154,-0.6154 0 0 1 16,5.538 L16,5.538 A0.6154,-0.6154 0 0 1 15.38,6.154 L15.38,6.154 A0.6154,-0.6154 0 0 1 14.77,5.538 L14.77,5.538 A0.6154,-0.6154 0 0 1 15.38,4.923 z M8,2.462 L8,2.462 A0.6154,-0.6154 0 0 1 8.615,3.077 L8.615,3.077 A0.6154,-0.6154 0 0 1 8,3.692 L8,3.692 A0.6154,-0.6154 0 0 1 7.385,3.077 L7.385,3.077 A0.6154,-0.6154 0 0 1 8,2.462 z M15.38,2.462 L15.38,2.462 A0.6154,-0.6154 0 0 1 16,3.077 L16,3.077 A0.6154,-0.6154 0 0 1 15.38,3.692 L15.38,3.692 A0.6154,-0.6154 0 0 1 14.77,3.077 L14.77,3.077 A0.6154,-0.6154 0 0 1 15.38,2.462 z M8,7.385 L8,7.385 A0.6154,-0.6154 0 0 1 8.615,8 L8.615,8 A0.6154,-0.6154 0 0 1 8,8.615 L8,8.615 A0.6154,-0.6154 0 0 1 7.385,8 L7.385,8 A0.6154,-0.6154 0 0 1 8,7.385 z M8,14.77 L8,14.77 A0.6154,-0.6154 0 0 1 8.615,15.38 L8.615,15.38 A0.6154,-0.6154 0 0 1 8,16 L8,16 A0.6154,-0.6154 0 0 1 7.385,15.38 L7.385,15.38 A0.6154,-0.6154 0 0 1 8,14.77 z M8,0 L8,0 A0.6154,-0.6154 0 0 1 8.615,0.6154 L8.615,0.6154 A0.6154,-0.6154 0 0 1 8,1.231 L8,1.231 A0.6154,-0.6154 0 0 1 7.385,0.6154 L7.385,0.6154 A0.6154,-0.6154 0 0 1 8,0 z M15.38,7.385 L15.38,7.385 A0.6154,-0.6154 0 0 1 16,8 L16,8 A0.6154,-0.6154 0 0 1 15.38,8.615 L15.38,8.615 A0.6154,-0.6154 0 0 1 14.77,8 L14.77,8 A0.6154,-0.6154 0 0 1 15.38,7.385 z M15.38,14.77 L15.38,14.77 A0.6154,-0.6154 0 0 1 16,15.38 L16,15.38 A0.6154,-0.6154 0 0 1 15.38,16 L15.38,16 A0.6154,-0.6154 0 0 1 14.77,15.38 L14.77,15.38 A0.6154,-0.6154 0 0 1 15.38,14.77 z M15.38,0 L15.38,0 A0.6154,-0.6154 0 0 1 16,0.6154 L16,0.6154 A0.6154,-0.6154 0 0 1 15.38,1.231 L15.38,1.231 A0.6154,-0.6154 0 0 1 14.77,0.6154 L14.77,0.6154 A0.6154,-0.6154 0 0 1 15.38,0 z M5.538,7.385 L5.538,7.385 A0.6154,-0.6154 0 0 1 6.154,8 L6.154,8 A0.6154,-0.6154 0 0 1 5.538,8.615 L5.538,8.615 A0.6154,-0.6154 0 0 1 4.923,8 L4.923,8 A0.6154,-0.6154 0 0 1 5.538,7.385 z M5.538,14.77 L5.538,14.77 A0.6154,-0.6154 0 0 1 6.154,15.38 L6.154,15.38 A0.6154,-0.6154 0 0 1 5.538,16 L5.538,16 A0.6154,-0.6154 0 0 1 4.923,15.38 L4.923,15.38 A0.6154,-0.6154 0 0 1 5.538,14.77 z M5.538,0 L5.538,0 A0.6154,-0.6154 0 0 1 6.154,0.6154 L6.154,0.6154 A0.6154,-0.6154 0 0 1 5.538,1.231 L5.538,1.231 A0.6154,-0.6154 0 0 1 4.923,0.6154 L4.923,0.6154 A0.6154,-0.6154 0 0 1 5.538,0 z M3.077,7.385 L3.077,7.385 A0.6154,-0.6154 0 0 1 3.692,8 L3.692,8 A0.6154,-0.6154 0 0 1 3.077,8.615 L3.077,8.615 A0.6154,-0.6154 0 0 1 2.462,8 L2.462,8 A0.6154,-0.6154 0 0 1 3.077,7.385 z M3.077,14.77 L3.077,14.77 A0.6154,-0.6154 0 0 1 3.692,15.38 L3.692,15.38 A0.6154,-0.6154 0 0 1 3.077,16 L3.077,16 A0.6154,-0.6154 0 0 1 2.462,15.38 L2.462,15.38 A0.6154,-0.6154 0 0 1 3.077,14.77 z M3.077,0 L3.077,0 A0.6154,-0.6154 0 0 1 3.692,0.6154 L3.692,0.6154 A0.6154,-0.6154 0 0 1 3.077,1.231 L3.077,1.231 A0.6154,-0.6154 0 0 1 2.462,0.6154 L2.462,0.6154 A0.6154,-0.6154 0 0 1 3.077,0 z M10.46,7.385 L10.46,7.385 A0.6154,-0.6154 0 0 1 11.08,8 L11.08,8 A0.6154,-0.6154 0 0 1 10.46,8.615 L10.46,8.615 A0.6154,-0.6154 0 0 1 9.846,8 L9.846,8 A0.6154,-0.6154 0 0 1 10.46,7.385 z M10.46,14.77 L10.46,14.77 A0.6154,-0.6154 0 0 1 11.08,15.38 L11.08,15.38 A0.6154,-0.6154 0 0 1 10.46,16 L10.46,16 A0.6154,-0.6154 0 0 1 9.846,15.38 L9.846,15.38 A0.6154,-0.6154 0 0 1 10.46,14.77 z M10.46,0 L10.46,0 A0.6154,-0.6154 0 0 1 11.08,0.6154 L11.08,0.6154 A0.6154,-0.6154 0 0 1 10.46,1.231 L10.46,1.231 A0.6154,-0.6154 0 0 1 9.846,0.6154 L9.846,0.6154 A0.6154,-0.6154 0 0 1 10.46,0 z M12.92,7.385 L12.92,7.385 A0.6154,-0.6154 0 0 1 13.54,8 L13.54,8 A0.6154,-0.6154 0 0 1 12.92,8.615 L12.92,8.615 A0.6154,-0.6154 0 0 1 12.31,8 L12.31,8 A0.6154,-0.6154 0 0 1 12.92,7.385 z M12.92,14.77 L12.92,14.77 A0.6154,-0.6154 0 0 1 13.54,15.38 L13.54,15.38 A0.6154,-0.6154 0 0 1 12.92,16 L12.92,16 A0.6154,-0.6154 0 0 1 12.31,15.38 L12.31,15.38 A0.6154,-0.6154 0 0 1 12.92,14.77 z M12.92,0 L12.92,0 A0.6154,-0.6154 0 0 1 13.54,0.6154 L13.54,0.6154 A0.6154,-0.6154 0 0 1 12.92,1.231 L12.92,1.231 A0.6154,-0.6154 0 0 1 12.31,0.6154 L12.31,0.6154 A0.6154,-0.6154 0 0 1 12.92,0 z M8,9.846 L8,9.846 A0.6154,-0.6154 0 0 1 8.615,10.46 L8.615,10.46 A0.6154,-0.6154 0 0 1 8,11.08 L8,11.08 A0.6154,-0.6154 0 0 1 7.385,10.46 L7.385,10.46 A0.6154,-0.6154 0 0 1 8,9.846 z M15.38,9.846 L15.38,9.846 A0.6154,-0.6154 0 0 1 16,10.46 L16,10.46 A0.6154,-0.6154 0 0 1 15.38,11.08 L15.38,11.08 A0.6154,-0.6154 0 0 1 14.77,10.46 L14.77,10.46 A0.6154,-0.6154 0 0 1 15.38,9.846 z M8,12.31 L8,12.31 A0.6154,-0.6154 0 0 1 8.615,12.92 L8.615,12.92 A0.6154,-0.6154 0 0 1 8,13.54 L8,13.54 A0.6154,-0.6154 0 0 1 7.385,12.92 L7.385,12.92 A0.6154,-0.6154 0 0 1 8,12.31 z M15.38,12.31 L15.38,12.31 A0.6154,-0.6154 0 0 1 16,12.92 L16,12.92 A0.6154,-0.6154 0 0 1 15.38,13.54 L15.38,13.54 A0.6154,-0.6154 0 0 1 14.77,12.92 L14.77,12.92 A0.6154,-0.6154 0 0 1 15.38,12.31 z M0.6154,4.923 L0.6154,4.923 A0.6154,-0.6154 0 0 1 1.231,5.538 L1.231,5.538 A0.6154,-0.6154 0 0 1 0.6154,6.154 L0.6154,6.154 A0.6154,-0.6154 0 0 1 0,5.538 L0,5.538 A0.6154,-0.6154 0 0 1 0.6154,4.923 z M0.6154,2.462 L0.6154,2.462 A0.6154,-0.6154 0 0 1 1.231,3.077 L1.231,3.077 A0.6154,-0.6154 0 0 1 0.6154,3.692 L0.6154,3.692 A0.6154,-0.6154 0 0 1 0,3.077 L0,3.077 A0.6154,-0.6154 0 0 1 0.6154,2.462 z M0.6154,7.385 L0.6154,7.385 A0.6154,-0.6154 0 0 1 1.231,8 L1.231,8 A0.6154,-0.6154 0 0 1 0.6154,8.615 L0.6154,8.615 A0.6154,-0.6154 0 0 1 0,8 L0,8 A0.6154,-0.6154 0 0 1 0.6154,7.385 z M0.6154,14.77 L0.6154,14.77 A0.6154,-0.6154 0 0 1 1.231,15.38 L1.231,15.38 A0.6154,-0.6154 0 0 1 0.6154,16 L0.6154,16 A0.6154,-0.6154 0 0 1 0,15.38 L0,15.38 A0.6154,-0.6154 0 0 1 0.6154,14.77 z M0.6154,0 L0.6154,0 A0.6154,-0.6154 0 0 1 1.231,0.6154 L1.231,0.6154 A0.6154,-0.6154 0 0 1 0.6154,1.231 L0.6154,1.231 A0.6154,-0.6154 0 0 1 0,0.6154 L0,0.6154 A0.6154,-0.6154 0 0 1 0.6154,0 z M0.6154,9.846 L0.6154,9.846 A0.6154,-0.6154 0 0 1 1.231,10.46 L1.231,10.46 A0.6154,-0.6154 0 0 1 0.6154,11.08 L0.6154,11.08 A0.6154,-0.6154 0 0 1 0,10.46 L0,10.46 A0.6154,-0.6154 0 0 1 0.6154,9.846 z M0.6154,12.31 L0.6154,12.31 A0.6154,-0.6154 0 0 1 1.231,12.92 L1.231,12.92 A0.6154,-0.6154 0 0 1 0.6154,13.54 L0.6154,13.54 A0.6154,-0.6154 0 0 1 0,12.92 L0,12.92 A0.6154,-0.6154 0 0 1 0.6154,12.31 z"/> <GeometryDrawing x:Key="Radix.BorderRight" Brush="#FF000000" Geometry="M14.25,0 L14.25,15.13 L16,15.13 L16,0 L14.25,0 z M4.655,7.564 L4.655,7.564 A0.5818,-0.5818 0 0 0 5.236,8.145 L5.236,8.145 A0.5818,-0.5818 0 0 0 5.818,7.564 L5.818,7.564 A0.5818,-0.5818 0 0 0 5.236,6.982 L5.236,6.982 A0.5818,-0.5818 0 0 0 4.655,7.564 z M4.655,14.55 L4.655,14.55 A0.5818,-0.5818 0 0 0 5.236,15.13 L5.236,15.13 A0.5818,-0.5818 0 0 0 5.818,14.55 L5.818,14.55 A0.5818,-0.5818 0 0 0 5.236,13.96 L5.236,13.96 A0.5818,-0.5818 0 0 0 4.655,14.55 z M2.327,7.564 L2.327,7.564 A0.5818,-0.5818 0 0 0 2.909,8.145 L2.909,8.145 A0.5818,-0.5818 0 0 0 3.491,7.564 L3.491,7.564 A0.5818,-0.5818 0 0 0 2.909,6.982 L2.909,6.982 A0.5818,-0.5818 0 0 0 2.327,7.564 z M2.327,14.55 L2.327,14.55 A0.5818,-0.5818 0 0 0 2.909,15.13 L2.909,15.13 A0.5818,-0.5818 0 0 0 3.491,14.55 L3.491,14.55 A0.5818,-0.5818 0 0 0 2.909,13.96 L2.909,13.96 A0.5818,-0.5818 0 0 0 2.327,14.55 z M6.982,7.564 L6.982,7.564 A0.5818,-0.5818 0 0 0 7.564,8.145 L7.564,8.145 A0.5818,-0.5818 0 0 0 8.145,7.564 L8.145,7.564 A0.5818,-0.5818 0 0 0 7.564,6.982 L7.564,6.982 A0.5818,-0.5818 0 0 0 6.982,7.564 z M0,7.564 L0,7.564 A0.5818,-0.5818 0 0 0 0.5818,8.145 L0.5818,8.145 A0.5818,-0.5818 0 0 0 1.164,7.564 L1.164,7.564 A0.5818,-0.5818 0 0 0 0.5818,6.982 L0.5818,6.982 A0.5818,-0.5818 0 0 0 0,7.564 z M6.982,14.55 L6.982,14.55 A0.5818,-0.5818 0 0 0 7.564,15.13 L7.564,15.13 A0.5818,-0.5818 0 0 0 8.145,14.55 L8.145,14.55 A0.5818,-0.5818 0 0 0 7.564,13.96 L7.564,13.96 A0.5818,-0.5818 0 0 0 6.982,14.55 z M0,14.55 L0,14.55 A0.5818,-0.5818 0 0 0 0.5818,15.13 L0.5818,15.13 A0.5818,-0.5818 0 0 0 1.164,14.55 L1.164,14.55 A0.5818,-0.5818 0 0 0 0.5818,13.96 L0.5818,13.96 A0.5818,-0.5818 0 0 0 0,14.55 z M6.982,5.236 L6.982,5.236 A0.5818,-0.5818 0 0 0 7.564,5.818 L7.564,5.818 A0.5818,-0.5818 0 0 0 8.145,5.236 L8.145,5.236 A0.5818,-0.5818 0 0 0 7.564,4.655 L7.564,4.655 A0.5818,-0.5818 0 0 0 6.982,5.236 z M0,5.236 L0,5.236 A0.5818,-0.5818 0 0 0 0.5818,5.818 L0.5818,5.818 A0.5818,-0.5818 0 0 0 1.164,5.236 L1.164,5.236 A0.5818,-0.5818 0 0 0 0.5818,4.655 L0.5818,4.655 A0.5818,-0.5818 0 0 0 0,5.236 z M6.982,2.909 L6.982,2.909 A0.5818,-0.5818 0 0 0 7.564,3.491 L7.564,3.491 A0.5818,-0.5818 0 0 0 8.145,2.909 L8.145,2.909 A0.5818,-0.5818 0 0 0 7.564,2.327 L7.564,2.327 A0.5818,-0.5818 0 0 0 6.982,2.909 z M0,2.909 L0,2.909 A0.5818,-0.5818 0 0 0 0.5818,3.491 L0.5818,3.491 A0.5818,-0.5818 0 0 0 1.164,2.909 L1.164,2.909 A0.5818,-0.5818 0 0 0 0.5818,2.327 L0.5818,2.327 A0.5818,-0.5818 0 0 0 0,2.909 z M6.982,9.891 L6.982,9.891 A0.5818,-0.5818 0 0 0 7.564,10.47 L7.564,10.47 A0.5818,-0.5818 0 0 0 8.145,9.891 L8.145,9.891 A0.5818,-0.5818 0 0 0 7.564,9.309 L7.564,9.309 A0.5818,-0.5818 0 0 0 6.982,9.891 z M0,9.891 L0,9.891 A0.5818,-0.5818 0 0 0 0.5818,10.47 L0.5818,10.47 A0.5818,-0.5818 0 0 0 1.164,9.891 L1.164,9.891 A0.5818,-0.5818 0 0 0 0.5818,9.309 L0.5818,9.309 A0.5818,-0.5818 0 0 0 0,9.891 z M6.982,12.22 L6.982,12.22 A0.5818,-0.5818 0 0 0 7.564,12.8 L7.564,12.8 A0.5818,-0.5818 0 0 0 8.145,12.22 L8.145,12.22 A0.5818,-0.5818 0 0 0 7.564,11.64 L7.564,11.64 A0.5818,-0.5818 0 0 0 6.982,12.22 z M0,12.22 L0,12.22 A0.5818,-0.5818 0 0 0 0.5818,12.8 L0.5818,12.8 A0.5818,-0.5818 0 0 0 1.164,12.22 L1.164,12.22 A0.5818,-0.5818 0 0 0 0.5818,11.64 L0.5818,11.64 A0.5818,-0.5818 0 0 0 0,12.22 z M9.309,7.564 L9.309,7.564 A0.5818,-0.5818 0 0 0 9.891,8.145 L9.891,8.145 A0.5818,-0.5818 0 0 0 10.47,7.564 L10.47,7.564 A0.5818,-0.5818 0 0 0 9.891,6.982 L9.891,6.982 A0.5818,-0.5818 0 0 0 9.309,7.564 z M9.309,14.55 L9.309,14.55 A0.5818,-0.5818 0 0 0 9.891,15.13 L9.891,15.13 A0.5818,-0.5818 0 0 0 10.47,14.55 L10.47,14.55 A0.5818,-0.5818 0 0 0 9.891,13.96 L9.891,13.96 A0.5818,-0.5818 0 0 0 9.309,14.55 z M11.64,7.564 L11.64,7.564 A0.5818,-0.5818 0 0 0 12.22,8.145 L12.22,8.145 A0.5818,-0.5818 0 0 0 12.8,7.564 L12.8,7.564 A0.5818,-0.5818 0 0 0 12.22,6.982 L12.22,6.982 A0.5818,-0.5818 0 0 0 11.64,7.564 z M11.64,14.55 L11.64,14.55 A0.5818,-0.5818 0 0 0 12.22,15.13 L12.22,15.13 A0.5818,-0.5818 0 0 0 12.8,14.55 L12.8,14.55 A0.5818,-0.5818 0 0 0 12.22,13.96 L12.22,13.96 A0.5818,-0.5818 0 0 0 11.64,14.55 z M4.655,0.5818 L4.655,0.5818 A0.5818,-0.5818 0 0 0 5.236,1.164 L5.236,1.164 A0.5818,-0.5818 0 0 0 5.818,0.5818 L5.818,0.5818 A0.5818,-0.5818 0 0 0 5.236,0 L5.236,0 A0.5818,-0.5818 0 0 0 4.655,0.5818 z M2.327,0.5818 L2.327,0.5818 A0.5818,-0.5818 0 0 0 2.909,1.164 L2.909,1.164 A0.5818,-0.5818 0 0 0 3.491,0.5818 L3.491,0.5818 A0.5818,-0.5818 0 0 0 2.909,0 L2.909,0 A0.5818,-0.5818 0 0 0 2.327,0.5818 z M6.982,0.5818 L6.982,0.5818 A0.5818,-0.5818 0 0 0 7.564,1.164 L7.564,1.164 A0.5818,-0.5818 0 0 0 8.145,0.5818 L8.145,0.5818 A0.5818,-0.5818 0 0 0 7.564,0 L7.564,0 A0.5818,-0.5818 0 0 0 6.982,0.5818 z M0,0.5818 L0,0.5818 A0.5818,-0.5818 0 0 0 0.5818,1.164 L0.5818,1.164 A0.5818,-0.5818 0 0 0 1.164,0.5818 L1.164,0.5818 A0.5818,-0.5818 0 0 0 0.5818,0 L0.5818,0 A0.5818,-0.5818 0 0 0 0,0.5818 z M9.309,0.5818 L9.309,0.5818 A0.5818,-0.5818 0 0 0 9.891,1.164 L9.891,1.164 A0.5818,-0.5818 0 0 0 10.47,0.5818 L10.47,0.5818 A0.5818,-0.5818 0 0 0 9.891,0 L9.891,0 A0.5818,-0.5818 0 0 0 9.309,0.5818 z M11.64,0.5818 L11.64,0.5818 A0.5818,-0.5818 0 0 0 12.22,1.164 L12.22,1.164 A0.5818,-0.5818 0 0 0 12.8,0.5818 L12.8,0.5818 A0.5818,-0.5818 0 0 0 12.22,0 L12.22,0 A0.5818,-0.5818 0 0 0 11.64,0.5818 z"/> <GeometryDrawing x:Key="Radix.BorderSolid" Brush="#FF000000" Geometry="M0,0.64 C0,0.2865 0.2865,0 0.64,0 L15.36,0 C15.71,0 16,0.2865 16,0.64 C16,0.9935 15.71,1.28 15.36,1.28 L0.64,1.28 C0.2865,1.28 0,0.9935 0,0.64 z"/> <GeometryDrawing x:Key="Radix.BorderSplit" Brush="#FF000000" Geometry="M7.985,4.944 L7.985,4.944 A0.6142,-0.6142 0 0 1 8.599,5.559 L8.599,5.559 A0.6142,-0.6142 0 0 1 7.985,6.173 L7.985,6.173 A0.6142,-0.6142 0 0 1 7.37,5.559 L7.37,5.559 A0.6142,-0.6142 0 0 1 7.985,4.944 z M7.985,2.488 L7.985,2.488 A0.6142,-0.6142 0 0 1 8.599,3.102 L8.599,3.102 A0.6142,-0.6142 0 0 1 7.985,3.716 L7.985,3.716 A0.6142,-0.6142 0 0 1 7.37,3.102 L7.37,3.102 A0.6142,-0.6142 0 0 1 7.985,2.488 z M7.985,7.401 L7.985,7.401 A0.6142,-0.6142 0 0 1 8.599,8.015 L8.599,8.015 A0.6142,-0.6142 0 0 1 7.985,8.63 L7.985,8.63 A0.6142,-0.6142 0 0 1 7.37,8.015 L7.37,8.015 A0.6142,-0.6142 0 0 1 7.985,7.401 z M7.985,14.77 L7.985,14.77 A0.6142,-0.6142 0 0 1 8.599,15.39 L8.599,15.39 A0.6142,-0.6142 0 0 1 7.985,16 L7.985,16 A0.6142,-0.6142 0 0 1 7.37,15.39 L7.37,15.39 A0.6142,-0.6142 0 0 1 7.985,14.77 z M7.985,0.03079 L7.985,0.03079 A0.6142,-0.6142 0 0 1 8.599,0.645 L8.599,0.645 A0.6142,-0.6142 0 0 1 7.985,1.259 L7.985,1.259 A0.6142,-0.6142 0 0 1 7.37,0.645 L7.37,0.645 A0.6142,-0.6142 0 0 1 7.985,0.03079 z M15.36,7.401 L15.36,7.401 A0.6142,-0.6142 0 0 1 15.97,8.015 L15.97,8.015 A0.6142,-0.6142 0 0 1 15.36,8.63 L15.36,8.63 A0.6142,-0.6142 0 0 1 14.74,8.015 L14.74,8.015 A0.6142,-0.6142 0 0 1 15.36,7.401 z M5.528,7.401 L5.528,7.401 A0.6142,-0.6142 0 0 1 6.142,8.015 L6.142,8.015 A0.6142,-0.6142 0 0 1 5.528,8.63 L5.528,8.63 A0.6142,-0.6142 0 0 1 4.914,8.015 L4.914,8.015 A0.6142,-0.6142 0 0 1 5.528,7.401 z M3.071,7.401 L3.071,7.401 A0.6142,-0.6142 0 0 1 3.685,8.015 L3.685,8.015 A0.6142,-0.6142 0 0 1 3.071,8.63 L3.071,8.63 A0.6142,-0.6142 0 0 1 2.457,8.015 L2.457,8.015 A0.6142,-0.6142 0 0 1 3.071,7.401 z M10.44,7.401 L10.44,7.401 A0.6142,-0.6142 0 0 1 11.06,8.015 L11.06,8.015 A0.6142,-0.6142 0 0 1 10.44,8.63 L10.44,8.63 A0.6142,-0.6142 0 0 1 9.827,8.015 L9.827,8.015 A0.6142,-0.6142 0 0 1 10.44,7.401 z M12.9,7.401 L12.9,7.401 A0.6142,-0.6142 0 0 1 13.51,8.015 L13.51,8.015 A0.6142,-0.6142 0 0 1 12.9,8.63 L12.9,8.63 A0.6142,-0.6142 0 0 1 12.28,8.015 L12.28,8.015 A0.6142,-0.6142 0 0 1 12.9,7.401 z M7.985,9.858 L7.985,9.858 A0.6142,-0.6142 0 0 1 8.599,10.47 L8.599,10.47 A0.6142,-0.6142 0 0 1 7.985,11.09 L7.985,11.09 A0.6142,-0.6142 0 0 1 7.37,10.47 L7.37,10.47 A0.6142,-0.6142 0 0 1 7.985,9.858 z M7.985,12.31 L7.985,12.31 A0.6142,-0.6142 0 0 1 8.599,12.93 L8.599,12.93 A0.6142,-0.6142 0 0 1 7.985,13.54 L7.985,13.54 A0.6142,-0.6142 0 0 1 7.37,12.93 L7.37,12.93 A0.6142,-0.6142 0 0 1 7.985,12.31 z M0.6142,7.401 L0.6142,7.401 A0.6142,-0.6142 0 0 1 1.228,8.015 L1.228,8.015 A0.6142,-0.6142 0 0 1 0.6142,8.63 L0.6142,8.63 A0.6142,-0.6142 0 0 1 0,8.015 L0,8.015 A0.6142,-0.6142 0 0 1 0.6142,7.401 z M0,0.6142 C0,0.275 0.275,4.319E-008 0.6142,4.319E-008 L6.142,4.319E-008 L6.142,1.228 L1.228,1.228 L1.228,6.142 L0,6.142 L0,0.6142 z M14.74,1.228 L9.827,1.228 L9.827,4.319E-008 L15.36,4.319E-008 C15.69,4.319E-008 15.97,0.275 15.97,0.6142 L15.97,6.142 L14.74,6.142 L14.74,1.228 z M0,15.35 L0,9.827 L1.228,9.827 L1.228,14.74 L6.142,14.74 L6.142,15.97 L0.6142,15.97 C0.275,15.97 0,15.69 0,15.35 z M14.74,14.74 L14.74,9.827 L15.97,9.827 L15.97,15.35 C15.97,15.69 15.69,15.97 15.36,15.97 L10.44,15.97 L10.44,14.74 L14.74,14.74 z"/> <GeometryDrawing x:Key="Radix.BorderStyle" Brush="#FF000000" Geometry="M0.6154,0 C0.2755,0 0,0.2755 0,0.6154 C0,0.9552 0.2755,1.231 0.6154,1.231 L15.38,1.231 C15.72,1.231 16,0.9552 16,0.6154 C16,0.2755 15.72,0 15.38,0 L0.6154,0 z M0,5.538 C0,5.199 0.2755,4.923 0.6154,4.923 L3.077,4.923 C3.417,4.923 3.692,5.199 3.692,5.538 C3.692,5.878 3.417,6.154 3.077,6.154 L0.6154,6.154 C0.2755,6.154 0,5.878 0,5.538 z M0,10.46 C0,10.12 0.2755,9.846 0.6154,9.846 C0.9552,9.846 1.231,10.12 1.231,10.46 C1.231,10.8 0.9552,11.08 0.6154,11.08 C0.2755,11.08 0,10.8 0,10.46 z M2.462,10.46 C2.462,10.12 2.737,9.846 3.077,9.846 C3.417,9.846 3.692,10.12 3.692,10.46 C3.692,10.8 3.417,11.08 3.077,11.08 C2.737,11.08 2.462,10.8 2.462,10.46 z M5.538,9.846 C5.199,9.846 4.923,10.12 4.923,10.46 C4.923,10.8 5.199,11.08 5.538,11.08 C5.878,11.08 6.154,10.8 6.154,10.46 C6.154,10.12 5.878,9.846 5.538,9.846 z M7.385,10.46 C7.385,10.12 7.66,9.846 8,9.846 C8.34,9.846 8.615,10.12 8.615,10.46 C8.615,10.8 8.34,11.08 8,11.08 C7.66,11.08 7.385,10.8 7.385,10.46 z M10.46,9.846 C10.12,9.846 9.846,10.12 9.846,10.46 C9.846,10.8 10.12,11.08 10.46,11.08 C10.8,11.08 11.08,10.8 11.08,10.46 C11.08,10.12 10.8,9.846 10.46,9.846 z M12.31,10.46 C12.31,10.12 12.58,9.846 12.92,9.846 C13.26,9.846 13.54,10.12 13.54,10.46 C13.54,10.8 13.26,11.08 12.92,11.08 C12.58,11.08 12.31,10.8 12.31,10.46 z M15.38,9.846 C15.04,9.846 14.77,10.12 14.77,10.46 C14.77,10.8 15.04,11.08 15.38,11.08 C15.72,11.08 16,10.8 16,10.46 C16,10.12 15.72,9.846 15.38,9.846 z M6.769,4.923 C6.429,4.923 6.154,5.199 6.154,5.538 C6.154,5.878 6.429,6.154 6.769,6.154 L9.231,6.154 C9.571,6.154 9.846,5.878 9.846,5.538 C9.846,5.199 9.571,4.923 9.231,4.923 L6.769,4.923 z M12.31,5.538 C12.31,5.199 12.58,4.923 12.92,4.923 L15.38,4.923 C15.72,4.923 16,5.199 16,5.538 C16,5.878 15.72,6.154 15.38,6.154 L12.92,6.154 C12.58,6.154 12.31,5.878 12.31,5.538 z"/> <GeometryDrawing x:Key="Radix.BorderTop" Brush="#FF000000" Geometry="M15.13,1.745 L0,1.745 L0,6.119E-007 L15.13,1.776E-06 L15.13,1.745 z M7.564,11.35 L7.564,11.35 A0.5818,-0.5818 0 0 1 6.982,10.76 L6.982,10.76 A0.5818,-0.5818 0 0 1 7.564,10.18 L7.564,10.18 A0.5818,-0.5818 0 0 1 8.145,10.76 L8.145,10.76 A0.5818,-0.5818 0 0 1 7.564,11.35 z M0.5818,11.35 L0.5818,11.35 A0.5818,-0.5818 0 0 1 0,10.76 L0,10.76 A0.5818,-0.5818 0 0 1 0.5818,10.18 L0.5818,10.18 A0.5818,-0.5818 0 0 1 1.164,10.76 L1.164,10.76 A0.5818,-0.5818 0 0 1 0.5818,11.35 z M7.564,13.67 L7.564,13.67 A0.5818,-0.5818 0 0 1 6.982,13.09 L6.982,13.09 A0.5818,-0.5818 0 0 1 7.564,12.51 L7.564,12.51 A0.5818,-0.5818 0 0 1 8.145,13.09 L8.145,13.09 A0.5818,-0.5818 0 0 1 7.564,13.67 z M0.5818,13.67 L0.5818,13.67 A0.5818,-0.5818 0 0 1 0,13.09 L0,13.09 A0.5818,-0.5818 0 0 1 0.5818,12.51 L0.5818,12.51 A0.5818,-0.5818 0 0 1 1.164,13.09 L1.164,13.09 A0.5818,-0.5818 0 0 1 0.5818,13.67 z M7.564,9.018 L7.564,9.018 A0.5818,-0.5818 0 0 1 6.982,8.436 L6.982,8.436 A0.5818,-0.5818 0 0 1 7.564,7.855 L7.564,7.855 A0.5818,-0.5818 0 0 1 8.145,8.436 L8.145,8.436 A0.5818,-0.5818 0 0 1 7.564,9.018 z M7.564,16 L7.564,16 A0.5818,-0.5818 0 0 1 6.982,15.42 L6.982,15.42 A0.5818,-0.5818 0 0 1 7.564,14.84 L7.564,14.84 A0.5818,-0.5818 0 0 1 8.145,15.42 L8.145,15.42 A0.5818,-0.5818 0 0 1 7.564,16 z M0.5818,9.018 L0.5818,9.018 A0.5818,-0.5818 0 0 1 0,8.436 L0,8.436 A0.5818,-0.5818 0 0 1 0.5818,7.855 L0.5818,7.855 A0.5818,-0.5818 0 0 1 1.164,8.436 L1.164,8.436 A0.5818,-0.5818 0 0 1 0.5818,9.018 z M0.5818,16 L0.5818,16 A0.5818,-0.5818 0 0 1 0,15.42 L0,15.42 A0.5818,-0.5818 0 0 1 0.5818,14.84 L0.5818,14.84 A0.5818,-0.5818 0 0 1 1.164,15.42 L1.164,15.42 A0.5818,-0.5818 0 0 1 0.5818,16 z M9.891,9.018 L9.891,9.018 A0.5818,-0.5818 0 0 1 9.309,8.436 L9.309,8.436 A0.5818,-0.5818 0 0 1 9.891,7.855 L9.891,7.855 A0.5818,-0.5818 0 0 1 10.47,8.436 L10.47,8.436 A0.5818,-0.5818 0 0 1 9.891,9.018 z M9.891,16 L9.891,16 A0.5818,-0.5818 0 0 1 9.309,15.42 L9.309,15.42 A0.5818,-0.5818 0 0 1 9.891,14.84 L9.891,14.84 A0.5818,-0.5818 0 0 1 10.47,15.42 L10.47,15.42 A0.5818,-0.5818 0 0 1 9.891,16 z M12.22,9.018 L12.22,9.018 A0.5818,-0.5818 0 0 1 11.64,8.436 L11.64,8.436 A0.5818,-0.5818 0 0 1 12.22,7.855 L12.22,7.855 A0.5818,-0.5818 0 0 1 12.8,8.436 L12.8,8.436 A0.5818,-0.5818 0 0 1 12.22,9.018 z M12.22,16 L12.22,16 A0.5818,-0.5818 0 0 1 11.64,15.42 L11.64,15.42 A0.5818,-0.5818 0 0 1 12.22,14.84 L12.22,14.84 A0.5818,-0.5818 0 0 1 12.8,15.42 L12.8,15.42 A0.5818,-0.5818 0 0 1 12.22,16 z M5.236,9.018 L5.236,9.018 A0.5818,-0.5818 0 0 1 4.655,8.436 L4.655,8.436 A0.5818,-0.5818 0 0 1 5.236,7.855 L5.236,7.855 A0.5818,-0.5818 0 0 1 5.818,8.436 L5.818,8.436 A0.5818,-0.5818 0 0 1 5.236,9.018 z M5.236,16 L5.236,16 A0.5818,-0.5818 0 0 1 4.655,15.42 L4.655,15.42 A0.5818,-0.5818 0 0 1 5.236,14.84 L5.236,14.84 A0.5818,-0.5818 0 0 1 5.818,15.42 L5.818,15.42 A0.5818,-0.5818 0 0 1 5.236,16 z M2.909,9.018 L2.909,9.018 A0.5818,-0.5818 0 0 1 2.327,8.436 L2.327,8.436 A0.5818,-0.5818 0 0 1 2.909,7.855 L2.909,7.855 A0.5818,-0.5818 0 0 1 3.491,8.436 L3.491,8.436 A0.5818,-0.5818 0 0 1 2.909,9.018 z M2.909,16 L2.909,16 A0.5818,-0.5818 0 0 1 2.327,15.42 L2.327,15.42 A0.5818,-0.5818 0 0 1 2.909,14.84 L2.909,14.84 A0.5818,-0.5818 0 0 1 3.491,15.42 L3.491,15.42 A0.5818,-0.5818 0 0 1 2.909,16 z M7.564,6.691 L7.564,6.691 A0.5818,-0.5818 0 0 1 6.982,6.109 L6.982,6.109 A0.5818,-0.5818 0 0 1 7.564,5.527 L7.564,5.527 A0.5818,-0.5818 0 0 1 8.145,6.109 L8.145,6.109 A0.5818,-0.5818 0 0 1 7.564,6.691 z M0.5818,6.691 L0.5818,6.691 A0.5818,-0.5818 0 0 1 0,6.109 L0,6.109 A0.5818,-0.5818 0 0 1 0.5818,5.527 L0.5818,5.527 A0.5818,-0.5818 0 0 1 1.164,6.109 L1.164,6.109 A0.5818,-0.5818 0 0 1 0.5818,6.691 z M7.564,4.364 L7.564,4.364 A0.5818,-0.5818 0 0 1 6.982,3.782 L6.982,3.782 A0.5818,-0.5818 0 0 1 7.564,3.2 L7.564,3.2 A0.5818,-0.5818 0 0 1 8.145,3.782 L8.145,3.782 A0.5818,-0.5818 0 0 1 7.564,4.364 z M0.5818,4.364 L0.5818,4.364 A0.5818,-0.5818 0 0 1 0,3.782 L0,3.782 A0.5818,-0.5818 0 0 1 0.5818,3.2 L0.5818,3.2 A0.5818,-0.5818 0 0 1 1.164,3.782 L1.164,3.782 A0.5818,-0.5818 0 0 1 0.5818,4.364 z M14.55,11.35 L14.55,11.35 A0.5818,-0.5818 0 0 1 13.96,10.76 L13.96,10.76 A0.5818,-0.5818 0 0 1 14.55,10.18 L14.55,10.18 A0.5818,-0.5818 0 0 1 15.13,10.76 L15.13,10.76 A0.5818,-0.5818 0 0 1 14.55,11.35 z M14.55,13.67 L14.55,13.67 A0.5818,-0.5818 0 0 1 13.96,13.09 L13.96,13.09 A0.5818,-0.5818 0 0 1 14.55,12.51 L14.55,12.51 A0.5818,-0.5818 0 0 1 15.13,13.09 L15.13,13.09 A0.5818,-0.5818 0 0 1 14.55,13.67 z M14.55,9.018 L14.55,9.018 A0.5818,-0.5818 0 0 1 13.96,8.436 L13.96,8.436 A0.5818,-0.5818 0 0 1 14.55,7.855 L14.55,7.855 A0.5818,-0.5818 0 0 1 15.13,8.436 L15.13,8.436 A0.5818,-0.5818 0 0 1 14.55,9.018 z M14.55,16 L14.55,16 A0.5818,-0.5818 0 0 1 13.96,15.42 L13.96,15.42 A0.5818,-0.5818 0 0 1 14.55,14.84 L14.55,14.84 A0.5818,-0.5818 0 0 1 15.13,15.42 L15.13,15.42 A0.5818,-0.5818 0 0 1 14.55,16 z M14.55,6.691 L14.55,6.691 A0.5818,-0.5818 0 0 1 13.96,6.109 L13.96,6.109 A0.5818,-0.5818 0 0 1 14.55,5.527 L14.55,5.527 A0.5818,-0.5818 0 0 1 15.13,6.109 L15.13,6.109 A0.5818,-0.5818 0 0 1 14.55,6.691 z M14.55,4.364 L14.55,4.364 A0.5818,-0.5818 0 0 1 13.96,3.782 L13.96,3.782 A0.5818,-0.5818 0 0 1 14.55,3.2 L14.55,3.2 A0.5818,-0.5818 0 0 1 15.13,3.782 L15.13,3.782 A0.5818,-0.5818 0 0 1 14.55,4.364 z"/> <GeometryDrawing x:Key="Radix.Box" Brush="#FF000000" Geometry="M14.15,1.231 L1.846,1.231 C1.506,1.231 1.231,1.506 1.231,1.846 L1.231,14.15 C1.231,14.49 1.506,14.77 1.846,14.77 L14.15,14.77 C14.49,14.77 14.77,14.49 14.77,14.15 L14.77,1.846 C14.77,1.506 14.49,1.231 14.15,1.231 z M1.846,0 C0.8265,0 0,0.8265 0,1.846 L0,14.15 C0,15.17 0.8265,16 1.846,16 L14.15,16 C15.17,16 16,15.17 16,14.15 L16,1.846 C16,0.8265 15.17,0 14.15,0 L1.846,0 z"/> <GeometryDrawing x:Key="Radix.BoxModel" Brush="#FF000000" Geometry="M1.231,5.096E-007 C0.551,5.096E-007 4.011E-008,0.551 4.011E-008,1.231 L4.011E-008,14.77 C4.011E-008,15.45 0.551,16 1.231,16 L14.77,16 C15.45,16 16,15.45 16,14.77 L16,1.231 C16,0.551 15.45,5.096E-007 14.77,5.096E-007 L1.231,5.096E-007 z M1.231,1.231 L14.77,1.231 L14.77,14.77 L1.231,14.77 L1.231,1.231 z M4.308,3.692 C3.968,3.692 3.692,3.968 3.692,4.308 L3.692,11.69 C3.692,12.03 3.968,12.31 4.308,12.31 L11.69,12.31 C12.03,12.31 12.31,12.03 12.31,11.69 L12.31,4.308 C12.31,3.968 12.03,3.692 11.69,3.692 L4.308,3.692 z M4.923,11.08 L4.923,4.923 L11.08,4.923 L11.08,11.08 L4.923,11.08 z"/> <GeometryDrawing x:Key="Radix.Button" Brush="#FF000000" Geometry="M2.133,1.067 L13.87,1.067 C14.46,1.067 14.93,1.544 14.93,2.133 L14.93,5.333 C14.93,5.922 14.46,6.4 13.87,6.4 L2.133,6.4 C1.544,6.4 1.067,5.922 1.067,5.333 L1.067,2.133 C1.067,1.544 1.544,1.067 2.133,1.067 z M0,2.133 C0,0.9551 0.9551,0 2.133,0 L13.87,0 C15.04,0 16,0.9551 16,2.133 L16,5.333 C16,6.512 15.04,7.467 13.87,7.467 L2.133,7.467 C0.9551,7.467 0,6.512 0,5.333 L0,2.133 z M4.8,2.933 C4.358,2.933 4,3.292 4,3.733 C4,4.175 4.358,4.533 4.8,4.533 C5.242,4.533 5.6,4.175 5.6,3.733 C5.6,3.292 5.242,2.933 4.8,2.933 z M7.2,3.733 C7.2,3.292 7.558,2.933 8,2.933 C8.442,2.933 8.8,3.292 8.8,3.733 C8.8,4.175 8.442,4.533 8,4.533 C7.558,4.533 7.2,4.175 7.2,3.733 z M11.2,2.933 C10.76,2.933 10.4,3.292 10.4,3.733 C10.4,4.175 10.76,4.533 11.2,4.533 C11.64,4.533 12,4.175 12,3.733 C12,3.292 11.64,2.933 11.2,2.933 z"/> <GeometryDrawing x:Key="Radix.Calendar" Brush="#FF000000" Geometry="M4.308,0 C4.648,0 4.923,0.2755 4.923,0.6154 L4.923,1.231 L11.08,1.231 L11.08,0.6154 C11.08,0.2755 11.35,0 11.69,0 C12.03,0 12.31,0.2755 12.31,0.6154 L12.31,1.231 L14.15,1.231 C15.17,1.231 16,2.057 16,3.077 L16,14.15 C16,15.17 15.17,16 14.15,16 L1.846,16 C0.8265,16 0,15.17 0,14.15 L0,3.077 C0,2.057 0.8265,1.231 1.846,1.231 L3.692,1.231 L3.692,0.6154 C3.692,0.2755 3.968,0 4.308,0 z M11.08,2.462 L11.08,3.077 C11.08,3.417 11.35,3.692 11.69,3.692 C12.03,3.692 12.31,3.417 12.31,3.077 L12.31,2.462 L14.15,2.462 C14.49,2.462 14.77,2.737 14.77,3.077 L14.77,4.923 L1.231,4.923 L1.231,3.077 C1.231,2.737 1.506,2.462 1.846,2.462 L3.692,2.462 L3.692,3.077 C3.692,3.417 3.968,3.692 4.308,3.692 C4.648,3.692 4.923,3.417 4.923,3.077 L4.923,2.462 L11.08,2.462 z M1.231,6.154 L1.231,14.15 C1.231,14.49 1.506,14.77 1.846,14.77 L14.15,14.77 C14.49,14.77 14.77,14.49 14.77,14.15 L14.77,6.154 L1.231,6.154 z M7.385,8 C7.385,7.66 7.66,7.385 8,7.385 C8.34,7.385 8.615,7.66 8.615,8 C8.615,8.34 8.34,8.615 8,8.615 C7.66,8.615 7.385,8.34 7.385,8 z M10.46,7.385 C10.12,7.385 9.846,7.66 9.846,8 C9.846,8.34 10.12,8.615 10.46,8.615 C10.8,8.615 11.08,8.34 11.08,8 C11.08,7.66 10.8,7.385 10.46,7.385 z M12.31,8 C12.31,7.66 12.58,7.385 12.92,7.385 C13.26,7.385 13.54,7.66 13.54,8 C13.54,8.34 13.26,8.615 12.92,8.615 C12.58,8.615 12.31,8.34 12.31,8 z M12.92,9.846 C12.58,9.846 12.31,10.12 12.31,10.46 C12.31,10.8 12.58,11.08 12.92,11.08 C13.26,11.08 13.54,10.8 13.54,10.46 C13.54,10.12 13.26,9.846 12.92,9.846 z M9.846,10.46 C9.846,10.12 10.12,9.846 10.46,9.846 C10.8,9.846 11.08,10.12 11.08,10.46 C11.08,10.8 10.8,11.08 10.46,11.08 C10.12,11.08 9.846,10.8 9.846,10.46 z M8,9.846 C7.66,9.846 7.385,10.12 7.385,10.46 C7.385,10.8 7.66,11.08 8,11.08 C8.34,11.08 8.615,10.8 8.615,10.46 C8.615,10.12 8.34,9.846 8,9.846 z M4.923,10.46 C4.923,10.12 5.199,9.846 5.538,9.846 C5.878,9.846 6.154,10.12 6.154,10.46 C6.154,10.8 5.878,11.08 5.538,11.08 C5.199,11.08 4.923,10.8 4.923,10.46 z M3.077,9.846 C2.737,9.846 2.462,10.12 2.462,10.46 C2.462,10.8 2.737,11.08 3.077,11.08 C3.417,11.08 3.692,10.8 3.692,10.46 C3.692,10.12 3.417,9.846 3.077,9.846 z M2.462,12.92 C2.462,12.58 2.737,12.31 3.077,12.31 C3.417,12.31 3.692,12.58 3.692,12.92 C3.692,13.26 3.417,13.54 3.077,13.54 C2.737,13.54 2.462,13.26 2.462,12.92 z M5.538,12.31 C5.199,12.31 4.923,12.58 4.923,12.92 C4.923,13.26 5.199,13.54 5.538,13.54 C5.878,13.54 6.154,13.26 6.154,12.92 C6.154,12.58 5.878,12.31 5.538,12.31 z M7.385,12.92 C7.385,12.58 7.66,12.31 8,12.31 C8.34,12.31 8.615,12.58 8.615,12.92 C8.615,13.26 8.34,13.54 8,13.54 C7.66,13.54 7.385,13.26 7.385,12.92 z M10.46,12.31 C10.12,12.31 9.846,12.58 9.846,12.92 C9.846,13.26 10.12,13.54 10.46,13.54 C10.8,13.54 11.08,13.26 11.08,12.92 C11.08,12.58 10.8,12.31 10.46,12.31 z"/> <GeometryDrawing x:Key="Radix.Camera" Brush="#FF000000" Geometry="M2.133,1.067 C1.544,1.067 1.067,1.544 1.067,2.133 L1.067,9.6 C1.067,10.19 1.544,10.67 2.133,10.67 L13.87,10.67 C14.46,10.67 14.93,10.19 14.93,9.6 L14.93,2.133 C14.93,1.544 14.46,1.067 13.87,1.067 L2.133,1.067 z M0,2.133 C0,0.9551 0.9551,0 2.133,0 L13.87,0 C15.04,0 16,0.9551 16,2.133 L16,9.6 C16,10.78 15.04,11.73 13.87,11.73 L2.133,11.73 C0.9551,11.73 0,10.78 0,9.6 L0,2.133 z M2.133,2.4 C2.133,2.253 2.253,2.133 2.4,2.133 L5.067,2.133 C5.214,2.133 5.333,2.253 5.333,2.4 L5.333,4.005 C5.333,4.152 5.214,4.272 5.067,4.272 L2.4,4.272 C2.253,4.272 2.133,4.152 2.133,4.005 L2.133,2.4 z M12.91,5.956 C12.91,7.489 11.67,8.731 10.13,8.731 C8.601,8.731 7.359,7.489 7.359,5.956 C7.359,4.424 8.601,3.182 10.13,3.182 C11.67,3.182 12.91,4.424 12.91,5.956 z M13.97,5.956 C13.97,8.078 12.25,9.798 10.13,9.798 C8.012,9.798 6.292,8.078 6.292,5.956 C6.292,3.835 8.012,2.115 10.13,2.115 C12.25,2.115 13.97,3.835 13.97,5.956 z"/> <GeometryDrawing x:Key="Radix.CardStack" Brush="#FF000000" Geometry="M1.231,1.846 C1.231,1.506 1.506,1.231 1.846,1.231 L14.15,1.231 C14.49,1.231 14.77,1.506 14.77,1.846 L14.77,9.231 C14.77,9.571 14.49,9.846 14.15,9.846 L1.846,9.846 C1.506,9.846 1.231,9.571 1.231,9.231 L1.231,1.846 z M1.231,10.97 C0.5137,10.72 0,10.03 0,9.231 L0,1.846 C0,0.8265 0.8265,0 1.846,0 L14.15,0 C15.17,0 16,0.8265 16,1.846 L16,9.231 C16,10.03 15.49,10.72 14.77,10.97 L14.77,11.69 C14.77,12.71 13.94,13.54 12.92,13.54 L3.077,13.54 C2.057,13.54 1.231,12.71 1.231,11.69 L1.231,10.97 z M13.54,11.08 L13.54,11.69 C13.54,12.03 13.26,12.31 12.92,12.31 L3.077,12.31 C2.737,12.31 2.462,12.03 2.462,11.69 L2.462,11.08 L13.54,11.08 z"/> <GeometryDrawing x:Key="Radix.CardStackMinus" Brush="#FF000000" Geometry="M1.846,1.231 C1.506,1.231 1.231,1.506 1.231,1.846 L1.231,9.231 C1.231,9.571 1.506,9.846 1.846,9.846 L14.15,9.846 C14.49,9.846 14.77,9.571 14.77,9.231 L14.77,1.846 C14.77,1.506 14.49,1.231 14.15,1.231 L1.846,1.231 z M0,9.231 C0,10.03 0.5137,10.72 1.231,10.97 L1.231,11.69 C1.231,12.71 2.057,13.54 3.077,13.54 L12.92,13.54 C13.94,13.54 14.77,12.71 14.77,11.69 L14.77,10.97 C15.49,10.72 16,10.03 16,9.231 L16,1.846 C16,0.8265 15.17,0 14.15,0 L1.846,0 C0.8265,0 0,0.8265 0,1.846 L0,9.231 z M13.54,11.69 L13.54,11.08 L2.462,11.08 L2.462,11.69 C2.462,12.03 2.737,12.31 3.077,12.31 L12.92,12.31 C13.26,12.31 13.54,12.03 13.54,11.69 z M5.538,4.923 C5.199,4.923 4.923,5.199 4.923,5.538 C4.923,5.878 5.199,6.154 5.538,6.154 L10.46,6.154 C10.8,6.154 11.08,5.878 11.08,5.538 C11.08,5.199 10.8,4.923 10.46,4.923 L5.538,4.923 z"/> <GeometryDrawing x:Key="Radix.CardStackPlus" Brush="#FF000000" Geometry="M1.231,1.846 C1.231,1.506 1.506,1.231 1.846,1.231 L14.15,1.231 C14.49,1.231 14.77,1.506 14.77,1.846 L14.77,9.231 C14.77,9.571 14.49,9.846 14.15,9.846 L1.846,9.846 C1.506,9.846 1.231,9.571 1.231,9.231 L1.231,1.846 z M1.231,10.97 C0.5137,10.72 0,10.03 0,9.231 L0,1.846 C0,0.8265 0.8265,0 1.846,0 L14.15,0 C15.17,0 16,0.8265 16,1.846 L16,9.231 C16,10.03 15.49,10.72 14.77,10.97 L14.77,11.69 C14.77,12.71 13.94,13.54 12.92,13.54 L3.077,13.54 C2.057,13.54 1.231,12.71 1.231,11.69 L1.231,10.97 z M13.54,11.08 L13.54,11.69 C13.54,12.03 13.26,12.31 12.92,12.31 L3.077,12.31 C2.737,12.31 2.462,12.03 2.462,11.69 L2.462,11.08 L13.54,11.08 z M4.923,5.538 C4.923,5.199 5.199,4.923 5.538,4.923 L7.385,4.923 L7.385,3.077 C7.385,2.737 7.66,2.462 8,2.462 C8.34,2.462 8.615,2.737 8.615,3.077 L8.615,4.923 L10.46,4.923 C10.8,4.923 11.08,5.199 11.08,5.538 C11.08,5.878 10.8,6.154 10.46,6.154 L8.615,6.154 L8.615,8 C8.615,8.34 8.34,8.615 8,8.615 C7.66,8.615 7.385,8.34 7.385,8 L7.385,6.154 L5.538,6.154 C5.199,6.154 4.923,5.878 4.923,5.538 z"/> <GeometryDrawing x:Key="Radix.CaretDown" Brush="#FF000000" Geometry="M0.3056,0.3056 C0.7131,-0.1019 1.374,-0.1019 1.781,0.3056 L8,6.524 L14.22,0.3056 C14.63,-0.1019 15.29,-0.1019 15.69,0.3056 C16.1,0.7131 16.1,1.374 15.69,1.781 L8.738,8.738 C8.542,8.934 8.277,9.043 8,9.043 C7.723,9.043 7.458,8.934 7.262,8.738 L0.3056,1.781 C-0.1019,1.374 -0.1019,0.7131 0.3056,0.3056 z"/> <GeometryDrawing x:Key="Radix.CaretLeft" Brush="#FF000000" Geometry="M8.738,0.3056 C9.145,0.7131 9.145,1.374 8.738,1.781 L2.519,8 L8.738,14.22 C9.145,14.63 9.145,15.29 8.738,15.69 C8.33,16.1 7.67,16.1 7.262,15.69 L0.3056,8.738 C0.1099,8.542 -1.274E-007,8.277 -1.274E-007,8 C-1.274E-007,7.723 0.1099,7.458 0.3056,7.262 L7.262,0.3056 C7.67,-0.1019 8.33,-0.1019 8.738,0.3056 z"/> <GeometryDrawing x:Key="Radix.CaretRight" Brush="#FF000000" Geometry="M0.3056,0.3056 C0.7131,-0.1019 1.374,-0.1019 1.781,0.3056 L8.738,7.262 C8.934,7.458 9.043,7.723 9.043,8 C9.043,8.277 8.934,8.542 8.738,8.738 L1.781,15.69 C1.374,16.1 0.7131,16.1 0.3056,15.69 C-0.1019,15.29 -0.1019,14.63 0.3056,14.22 L6.524,8 L0.3056,1.781 C-0.1019,1.374 -0.1019,0.7131 0.3056,0.3056 z"/> <GeometryDrawing x:Key="Radix.CaretSort" Brush="#FF000000" Geometry="M0.237,4.282 C-0.07898,4.598 -0.07898,5.11 0.237,5.426 C0.5529,5.742 1.065,5.742 1.381,5.426 L4.854,1.953 L8.327,5.426 C8.643,5.742 9.155,5.742 9.471,5.426 C9.787,5.11 9.787,4.598 9.471,4.282 L5.426,0.2369 C5.274,0.08523 5.068,-1.470E-007 4.854,-1.470E-007 C4.639,-1.470E-007 4.434,0.08523 4.282,0.2369 L0.237,4.282 z M9.471,11.72 C9.787,11.4 9.787,10.89 9.471,10.57 C9.155,10.26 8.643,10.26 8.327,10.57 L4.854,14.05 L1.381,10.57 C1.065,10.26 0.5529,10.26 0.237,10.57 C-0.07898,10.89 -0.07898,11.4 0.237,11.72 L4.282,15.76 C4.598,16.08 5.11,16.08 5.426,15.76 L9.471,11.72 z"/> <GeometryDrawing x:Key="Radix.CaretUp" Brush="#FF000000" Geometry="M0.3056,8.738 C-0.1019,8.33 -0.1019,7.67 0.3056,7.262 L7.262,0.3056 C7.458,0.1099 7.723,-1.897E-007 8,-1.897E-007 C8.277,-1.897E-007 8.542,0.1099 8.738,0.3056 L15.69,7.262 C16.1,7.67 16.1,8.33 15.69,8.738 C15.29,9.145 14.63,9.145 14.22,8.738 L8,2.519 L1.781,8.738 C1.374,9.145 0.7131,9.145 0.3056,8.738 z"/> <GeometryDrawing x:Key="Radix.ChatBubble" Brush="#FF000000" Geometry="M13.33,1.067 L2.667,1.067 C1.783,1.067 1.067,1.783 1.067,2.667 L1.067,8 C1.067,8.884 1.783,9.6 2.667,9.6 L8,9.6 C8.141,9.6 8.277,9.656 8.377,9.756 L10.67,12.05 L10.67,10.13 C10.67,9.839 10.91,9.6 11.2,9.6 L13.33,9.6 C14.22,9.6 14.93,8.884 14.93,8 L14.93,2.667 C14.93,1.783 14.22,1.067 13.33,1.067 z M2.667,2.133E-05 L13.33,0 C14.81,0 16,1.194 16,2.667 L16,8 C16,9.473 14.81,10.67 13.33,10.67 L11.73,10.67 L11.73,13.33 C11.73,13.55 11.6,13.74 11.4,13.83 C11.2,13.91 10.98,13.86 10.82,13.71 L7.779,10.67 L2.667,10.67 C1.194,10.67 0,9.473 0,8 L0,2.667 C0,1.194 1.194,2.133E-05 2.667,2.133E-05 z"/> <GeometryDrawing x:Key="Radix.Check" Brush="#FF000000" Geometry="M15.45,0.1977 C16.01,0.5641 16.17,1.315 15.8,1.876 L7.56,14.48 C7.366,14.78 7.051,14.98 6.699,15.02 C6.347,15.07 5.993,14.95 5.73,14.72 L0.3968,9.867 C-0.09858,9.416 -0.1351,8.65 0.3152,8.154 C0.7655,7.659 1.532,7.623 2.027,8.073 L6.309,11.97 L13.77,0.5489 C14.14,-0.01137 14.89,-0.1686 15.45,0.1977 z"/> <GeometryDrawing x:Key="Radix.Checkbox" Brush="#FF000000" Geometry="M1.455,1.455 L14.55,1.455 L14.55,14.55 L1.455,14.55 L1.455,1.455 z M0,1.455 C0,0.6512 0.6512,0 1.455,0 L14.55,0 C15.35,0 16,0.6512 16,1.455 L16,14.55 C16,15.35 15.35,16 14.55,16 L1.455,16 C0.6512,16 0,15.35 0,14.55 L0,1.455 z M12.15,5.107 C12.37,4.776 12.29,4.323 11.96,4.096 C11.63,3.869 11.17,3.953 10.95,4.284 L6.75,10.4 L4.651,7.867 C4.394,7.558 3.936,7.516 3.627,7.772 C3.317,8.029 3.275,8.487 3.531,8.796 L6.245,12.07 C6.391,12.24 6.61,12.34 6.838,12.33 C7.066,12.32 7.275,12.2 7.404,12.01 L12.15,5.107 z"/> <GeometryDrawing x:Key="Radix.CheckCircled" Brush="#FF000000" Geometry="M8,3.893E-007 C3.582,3.893E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,3.893E-007 8,3.893E-007 z M1.148,8 C1.148,4.215 4.215,1.148 8,1.148 C11.78,1.148 14.85,4.215 14.85,8 C14.85,11.78 11.78,14.85 8,14.85 C4.215,14.85 1.148,11.78 1.148,8 z M11.21,5.63 C11.4,5.357 11.34,4.98 11.07,4.788 C10.79,4.596 10.42,4.662 10.22,4.935 L6.816,9.778 L5.411,8.347 C5.178,8.109 4.795,8.105 4.557,8.339 C4.319,8.573 4.316,8.955 4.549,9.193 L6.462,11.14 C6.587,11.27 6.763,11.33 6.942,11.32 C7.121,11.31 7.284,11.21 7.387,11.07 L11.21,5.63 z"/> <GeometryDrawing x:Key="Radix.ChevronDown" Brush="#FF000000" Geometry="M0.2404,0.2809 C0.5762,-0.07721 1.139,-0.09534 1.497,0.2404 L8,6.337 L14.5,0.2404 C14.86,-0.09534 15.42,-0.07721 15.76,0.2809 C16.1,0.6391 16.08,1.202 15.72,1.537 L8.608,8.204 C8.266,8.525 7.734,8.525 7.392,8.204 L0.2809,1.537 C-0.07721,1.202 -0.09534,0.6391 0.2404,0.2809 z"/> <GeometryDrawing x:Key="Radix.ChevronLeft" Brush="#FF000000" Geometry="M8.164,0.2404 C8.522,0.5762 8.54,1.139 8.204,1.497 L2.107,8 L8.204,14.5 C8.54,14.86 8.522,15.42 8.164,15.76 C7.805,16.1 7.243,16.08 6.907,15.72 L0.2404,8.608 C-0.08014,8.266 -0.08014,7.734 0.2404,7.392 L6.907,0.2809 C7.243,-0.07721 7.805,-0.09534 8.164,0.2404 z"/> <GeometryDrawing x:Key="Radix.ChevronRight" Brush="#FF000000" Geometry="M0.281,0.2404 C0.6391,-0.09535 1.202,-0.0772 1.537,0.281 L8.204,7.392 C8.524,7.734 8.524,8.266 8.204,8.608 L1.537,15.72 C1.202,16.08 0.6391,16.1 0.281,15.76 C-0.0772,15.42 -0.09535,14.86 0.2404,14.5 L6.337,8 L0.2404,1.497 C-0.09535,1.139 -0.0772,0.5762 0.281,0.2404 z"/> <GeometryDrawing x:Key="Radix.ChevronUp" Brush="#FF000000" Geometry="M0.2404,8.164 C0.5762,8.522 1.139,8.54 1.497,8.204 L8,2.107 L14.5,8.204 C14.86,8.54 15.42,8.522 15.76,8.164 C16.1,7.805 16.08,7.243 15.72,6.907 L8.608,0.2404 C8.266,-0.08014 7.734,-0.08014 7.392,0.2404 L0.2809,6.907 C-0.07721,7.243 -0.09534,7.805 0.2404,8.164 z"/> <GeometryDrawing x:Key="Radix.Circle" Brush="#FF000000" Geometry="M-5.530E-009,8 C-5.530E-009,3.582 3.582,-2.359E-007 8,-2.359E-007 C12.42,-2.359E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -5.530E-009,12.42 -5.530E-009,8 z M8,1.148 C4.216,1.148 1.148,4.216 1.148,8 C1.148,11.78 4.216,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,4.216 11.78,1.148 8,1.148 z"/> <GeometryDrawing x:Key="Radix.CircleBackslash" Brush="#FF000000" Geometry="M8,-2.359E-007 C3.582,-2.359E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-2.359E-007 8,-2.359E-007 z M3.6,2.746 C4.791,1.748 6.325,1.148 8,1.148 C11.78,1.148 14.85,4.216 14.85,8 C14.85,9.675 14.25,11.21 13.25,12.4 L3.6,2.746 z M2.746,3.6 C1.748,4.791 1.148,6.325 1.148,8 C1.148,11.78 4.216,14.85 8,14.85 C9.675,14.85 11.21,14.25 12.4,13.25 L2.746,3.6 z"/> <GeometryDrawing x:Key="Radix.Clipboard" Brush="#FF000000" Geometry="M3.429,2.286 L3.429,1.143 L9.143,1.143 L9.143,2.286 L3.429,2.286 z M3.143,0 C2.669,0 2.286,0.3838 2.286,0.8571 L2.286,1.143 L1.714,1.143 C0.7675,1.143 0,1.91 0,2.857 L0,14.29 C0,15.23 0.7675,16 1.714,16 L10.86,16 C11.8,16 12.57,15.23 12.57,14.29 L12.57,2.857 C12.57,1.91 11.8,1.143 10.86,1.143 L10.29,1.143 L10.29,0.8571 C10.29,0.3838 9.902,0 9.429,0 L3.143,0 z M10.29,2.286 L10.29,2.571 C10.29,3.045 9.902,3.429 9.429,3.429 L3.143,3.429 C2.669,3.429 2.286,3.045 2.286,2.571 L2.286,2.286 L1.714,2.286 C1.399,2.286 1.143,2.542 1.143,2.857 L1.143,14.29 C1.143,14.6 1.399,14.86 1.714,14.86 L10.86,14.86 C11.17,14.86 11.43,14.6 11.43,14.29 L11.43,2.857 C11.43,2.542 11.17,2.286 10.86,2.286 L10.29,2.286 z"/> <GeometryDrawing x:Key="Radix.ClipboardCopy" Brush="#FF000000" Geometry="M3.2,2.133 L3.2,1.067 L8.533,1.067 L8.533,2.133 L3.2,2.133 z M2.933,0 C2.492,0 2.133,0.3582 2.133,0.8 L2.133,1.067 L1.6,1.067 C0.7163,1.067 0,1.783 0,2.667 L0,13.33 C0,14.22 0.7163,14.93 1.6,14.93 L5.333,14.93 L5.333,13.87 L1.6,13.87 C1.305,13.87 1.067,13.63 1.067,13.33 L1.067,2.667 C1.067,2.372 1.305,2.133 1.6,2.133 L2.133,2.133 L2.133,2.4 C2.133,2.842 2.492,3.2 2.933,3.2 L8.8,3.2 C9.242,3.2 9.6,2.842 9.6,2.4 L9.6,2.133 L10.13,2.133 C10.43,2.133 10.67,2.372 10.67,2.667 L10.67,7.467 L11.73,7.467 L11.73,2.667 C11.73,1.783 11.02,1.067 10.13,1.067 L9.6,1.067 L9.6,0.8 C9.6,0.3582 9.242,0 8.8,0 L2.933,0 z M7.467,9.067 C7.467,9.361 7.228,9.6 6.933,9.6 C6.639,9.6 6.4,9.361 6.4,9.067 C6.4,8.772 6.639,8.533 6.933,8.533 C7.228,8.533 7.467,8.772 7.467,9.067 z M9.067,9.6 C9.361,9.6 9.6,9.361 9.6,9.067 C9.6,8.772 9.361,8.533 9.067,8.533 C8.772,8.533 8.533,8.772 8.533,9.067 C8.533,9.361 8.772,9.6 9.067,9.6 z M11.73,9.067 C11.73,9.361 11.49,9.6 11.2,9.6 C10.91,9.6 10.67,9.361 10.67,9.067 C10.67,8.772 10.91,8.533 11.2,8.533 C11.49,8.533 11.73,8.772 11.73,9.067 z M13.33,9.6 C13.63,9.6 13.87,9.361 13.87,9.067 C13.87,8.772 13.63,8.533 13.33,8.533 C13.04,8.533 12.8,8.772 12.8,9.067 C12.8,9.361 13.04,9.6 13.33,9.6 z M13.87,11.2 C13.87,11.49 13.63,11.73 13.33,11.73 C13.04,11.73 12.8,11.49 12.8,11.2 C12.8,10.91 13.04,10.67 13.33,10.67 C13.63,10.67 13.87,10.91 13.87,11.2 z M13.33,13.87 C13.63,13.87 13.87,13.63 13.87,13.33 C13.87,13.04 13.63,12.8 13.33,12.8 C13.04,12.8 12.8,13.04 12.8,13.33 C12.8,13.63 13.04,13.87 13.33,13.87 z M13.33,16 C13.63,16 13.87,15.76 13.87,15.47 C13.87,15.17 13.63,14.93 13.33,14.93 C13.04,14.93 12.8,15.17 12.8,15.47 C12.8,15.76 13.04,16 13.33,16 z M6.933,11.73 C7.228,11.73 7.467,11.49 7.467,11.2 C7.467,10.91 7.228,10.67 6.933,10.67 C6.639,10.67 6.4,10.91 6.4,11.2 C6.4,11.49 6.639,11.73 6.933,11.73 z M7.467,13.33 C7.467,13.63 7.228,13.87 6.933,13.87 C6.639,13.87 6.4,13.63 6.4,13.33 C6.4,13.04 6.639,12.8 6.933,12.8 C7.228,12.8 7.467,13.04 7.467,13.33 z M6.933,16 C7.228,16 7.467,15.76 7.467,15.47 C7.467,15.17 7.228,14.93 6.933,14.93 C6.639,14.93 6.4,15.17 6.4,15.47 C6.4,15.76 6.639,16 6.933,16 z M9.6,15.47 C9.6,15.76 9.361,16 9.067,16 C8.772,16 8.533,15.76 8.533,15.47 C8.533,15.17 8.772,14.93 9.067,14.93 C9.361,14.93 9.6,15.17 9.6,15.47 z M11.2,16 C11.49,16 11.73,15.76 11.73,15.47 C11.73,15.17 11.49,14.93 11.2,14.93 C10.91,14.93 10.67,15.17 10.67,15.47 C10.67,15.76 10.91,16 11.2,16 z"/> <GeometryDrawing x:Key="Radix.Clock" Brush="#FF000000" Geometry="M8,-1.935E-007 C3.582,-1.935E-007 -1.773E-008,3.582 -1.773E-008,8 C-1.773E-008,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-1.935E-007 8,-1.935E-007 z M1.148,8 C1.148,4.215 4.215,1.148 8,1.148 C11.78,1.148 14.85,4.215 14.85,8 C14.85,11.78 11.78,14.85 8,14.85 C4.215,14.85 1.148,11.78 1.148,8 z M8.604,4.376 C8.604,4.043 8.333,3.772 8,3.772 C7.666,3.772 7.396,4.043 7.396,4.376 L7.396,8 C7.396,8.16 7.46,8.314 7.573,8.427 L9.989,10.84 C10.22,11.08 10.61,11.08 10.84,10.84 C11.08,10.61 11.08,10.22 10.84,9.989 L8.604,7.75 L8.604,4.376 z"/> <GeometryDrawing x:Key="Radix.Code" Brush="#FF000000" Geometry="M11.03,0.8441 C11.16,0.5285 11.01,0.1704 10.69,0.04417 C10.37,-0.08204 10.02,0.07144 9.89,0.387 L4.967,12.69 C4.841,13.01 4.994,13.37 5.31,13.49 C5.625,13.62 5.984,13.47 6.11,13.15 L11.03,0.8441 z M3.512,3.873 C3.752,4.113 3.752,4.503 3.512,4.743 L1.486,6.769 L3.512,8.796 C3.752,9.036 3.752,9.426 3.512,9.666 C3.272,9.906 2.882,9.906 2.642,9.666 L0.1802,7.205 C-0.06008,6.964 -0.06008,6.575 0.1802,6.334 L2.642,3.873 C2.882,3.632 3.272,3.632 3.512,3.873 z M12.49,3.873 C12.73,3.632 13.12,3.632 13.36,3.873 L15.82,6.334 C16.06,6.575 16.06,6.964 15.82,7.205 L13.36,9.666 C13.12,9.906 12.73,9.906 12.49,9.666 C12.25,9.426 12.25,9.036 12.49,8.796 L14.51,6.769 L12.49,4.743 C12.25,4.503 12.25,4.113 12.49,3.873 z"/> <GeometryDrawing x:Key="Radix.CodesandboxLogo" Brush="#FF000000" Geometry="M7.954,0.05559 C7.795,-0.01853 7.612,-0.01853 7.453,0.05559 L0.342,3.374 C0.1334,3.471 -4.525E-008,3.681 -4.525E-008,3.911 L-4.525E-008,12.09 C-4.525E-008,12.32 0.1334,12.53 0.342,12.63 L7.453,15.94 C7.612,16.02 7.795,16.02 7.954,15.94 L15.07,12.63 C15.27,12.53 15.41,12.32 15.41,12.09 L15.41,3.911 C15.41,3.681 15.27,3.471 15.07,3.374 L7.954,0.05559 z M7.704,2.852 L5.903,2.087 L7.704,1.247 L9.505,2.087 L7.704,2.852 z M7.935,4.042 L10.95,2.761 L13.36,3.886 L7.704,6.289 L2.048,3.886 L4.458,2.761 L7.472,4.042 C7.62,4.105 7.787,4.105 7.935,4.042 z M8.296,7.325 L14.22,4.807 L14.22,8.509 L11.95,9.555 C11.53,9.748 11.26,10.17 11.26,10.63 L11.26,13.09 L8.296,14.48 L8.296,7.325 z M12.44,12.54 L14.22,11.71 L14.22,9.814 L12.44,10.63 L12.44,12.54 z M7.111,7.325 L7.111,14.48 L4.151,13.1 L4.151,10.63 C4.151,10.17 3.881,9.748 3.461,9.555 L1.185,8.508 L1.185,4.807 L7.111,7.325 z M1.185,11.71 L2.966,12.54 L2.966,10.63 L1.185,9.813 L1.185,11.71 z"/> <GeometryDrawing x:Key="Radix.Columns" Brush="#FF000000" Geometry="M1.564,15.64 L1.564,0 L3.921E-008,0 L3.921E-008,15.64 L1.564,15.64 z M6.376,15.64 L6.376,0 L4.812,0 L4.812,15.64 L6.376,15.64 z M11.19,0 L11.19,15.64 L9.624,15.64 L9.624,0 L11.19,0 z M16,15.64 L16,0 L14.44,0 L14.44,15.64 L16,15.64 z"/> <GeometryDrawing x:Key="Radix.ColumnSpacing" Brush="#FF000000" Geometry="M8.576,0.5755 C8.576,0.2577 8.318,0 8,0 C7.682,0 7.425,0.2577 7.425,0.5755 L7.425,14.39 C7.425,14.71 7.682,14.96 8,14.96 C8.318,14.96 8.576,14.71 8.576,14.39 L8.576,0.5755 z M3.186,5.546 C3.389,5.344 3.389,5.016 3.186,4.813 C2.984,4.611 2.656,4.611 2.454,4.813 L0.1517,7.116 C-0.05057,7.318 -0.05057,7.646 0.1517,7.848 L2.454,10.15 C2.656,10.35 2.984,10.35 3.186,10.15 C3.389,9.948 3.389,9.62 3.186,9.418 L1.769,8 L5.698,8 C5.984,8 6.216,7.768 6.216,7.482 C6.216,7.196 5.984,6.964 5.698,6.964 L1.769,6.964 L3.186,5.546 z M13.55,4.813 C13.34,4.611 13.02,4.611 12.81,4.813 C12.61,5.016 12.61,5.344 12.81,5.546 L14.23,6.964 L10.3,6.964 C10.02,6.964 9.784,7.196 9.784,7.482 C9.784,7.768 10.02,8 10.3,8 L14.23,8 L12.81,9.418 C12.61,9.62 12.61,9.948 12.81,10.15 C13.02,10.35 13.34,10.35 13.55,10.15 L15.85,7.848 C16.05,7.646 16.05,7.318 15.85,7.116 L13.55,4.813 z"/> <GeometryDrawing x:Key="Radix.Commit" Brush="#FF000000" Geometry="M10.61,3.626 C10.61,5.07 9.443,6.24 8,6.24 C6.557,6.24 5.387,5.07 5.387,3.626 C5.387,2.183 6.557,1.013 8,1.013 C9.443,1.013 10.61,2.183 10.61,3.626 z M11.59,4.16 C11.33,5.91 9.821,7.253 8,7.253 C6.178,7.253 4.67,5.91 4.412,4.16 L0.5333,4.16 C0.2388,4.16 0,3.921 0,3.627 C0,3.332 0.2388,3.093 0.5333,3.093 L4.412,3.093 C4.67,1.343 6.178,5.859E-008 8,5.859E-008 C9.822,5.859E-008 11.33,1.343 11.59,3.093 L15.47,3.093 C15.76,3.093 16,3.332 16,3.627 C16,3.921 15.76,4.16 15.47,4.16 L11.59,4.16 z"/> <GeometryDrawing x:Key="Radix.Component1" Brush="#FF000000" Geometry="M4.756,3.007 C4.532,3.231 4.532,3.594 4.756,3.818 L7.594,6.656 C7.818,6.88 8.182,6.88 8.406,6.656 L11.24,3.818 C11.47,3.594 11.47,3.231 11.24,3.007 L8.406,0.168 C8.182,-0.05599 7.818,-0.05599 7.594,0.168 L4.756,3.007 z M8,5.44 L5.972,3.412 L8,1.385 L10.03,3.412 L8,5.44 z M9.344,7.594 C9.12,7.818 9.12,8.182 9.344,8.406 L12.18,11.24 C12.41,11.47 12.77,11.47 12.99,11.24 L15.83,8.406 C16.06,8.182 16.06,7.818 15.83,7.594 L12.99,4.756 C12.77,4.532 12.41,4.532 12.18,4.756 L9.344,7.594 z M12.59,10.03 L10.56,8 L12.59,5.972 L14.62,8 L12.59,10.03 z M4.756,12.99 C4.532,12.77 4.532,12.41 4.756,12.18 L7.594,9.344 C7.818,9.12 8.182,9.12 8.406,9.344 L11.24,12.18 C11.47,12.41 11.47,12.77 11.24,12.99 L8.406,15.83 C8.182,16.06 7.818,16.06 7.594,15.83 L4.756,12.99 z M5.972,12.59 L8,14.62 L10.03,12.59 L8,10.56 L5.972,12.59 z M0.168,7.595 C-0.05599,7.819 -0.05599,8.182 0.168,8.406 L3.007,11.24 C3.231,11.47 3.594,11.47 3.818,11.24 L6.656,8.406 C6.88,8.182 6.88,7.819 6.656,7.595 L3.818,4.756 C3.594,4.532 3.231,4.532 3.007,4.756 L0.168,7.595 z M3.412,10.03 L1.385,8 L3.412,5.973 L5.44,8 L3.412,10.03 z"/> <GeometryDrawing x:Key="Radix.Component2" Brush="#FF000000" Geometry="M3.544,0 L3.569,0 L12.43,0 L12.46,0 C12.95,-7.385E-06 13.36,-1.354E-05 13.69,0.0272 C14.04,0.05546 14.36,0.1161 14.66,0.2683 C15.12,0.5043 15.5,0.8809 15.73,1.344 C15.88,1.643 15.94,1.961 15.97,2.307 C16,2.64 16,3.048 16,3.544 L16,3.569 L16,12.43 L16,12.46 C16,12.95 16,13.36 15.97,13.69 C15.94,14.04 15.88,14.36 15.73,14.66 C15.5,15.12 15.12,15.5 14.66,15.73 C14.36,15.88 14.04,15.94 13.69,15.97 C13.36,16 12.95,16 12.46,16 L12.43,16 L3.569,16 L3.544,16 C3.048,16 2.64,16 2.307,15.97 C1.961,15.94 1.643,15.88 1.344,15.73 C0.8809,15.5 0.5043,15.12 0.2683,14.66 C0.1161,14.36 0.05546,14.04 0.0272,13.69 C-1.33E-05,13.36 -7.15E-06,12.95 2.348E-007,12.46 L2.348E-007,12.46 L2.348E-007,12.43 L2.348E-007,3.569 L2.348E-007,3.544 L2.348E-007,3.544 C-7.15E-06,3.048 -1.33E-05,2.64 0.0272,2.307 C0.05546,1.961 0.1161,1.643 0.2683,1.344 C0.5043,0.8809 0.8809,0.5043 1.344,0.2683 C1.643,0.1161 1.961,0.05546 2.307,0.0272 C2.64,-1.354E-05 3.048,-7.385E-06 3.544,0 z M2.407,1.254 C2.137,1.276 1.999,1.316 1.903,1.365 C1.671,1.483 1.483,1.671 1.365,1.903 C1.316,1.999 1.276,2.137 1.254,2.407 C1.231,2.684 1.231,3.042 1.231,3.569 L1.231,7.385 L7.385,7.385 L7.385,1.231 L3.569,1.231 C3.042,1.231 2.684,1.231 2.407,1.254 z M7.385,8.615 L1.231,8.615 L1.231,12.43 C1.231,12.96 1.231,13.32 1.254,13.59 C1.276,13.86 1.316,14 1.365,14.1 C1.483,14.33 1.671,14.52 1.903,14.64 C1.999,14.68 2.137,14.72 2.407,14.75 C2.684,14.77 3.042,14.77 3.569,14.77 L7.385,14.77 L7.385,8.615 z M8.615,8.615 L14.77,8.615 L14.77,12.43 C14.77,12.96 14.77,13.32 14.75,13.59 C14.72,13.86 14.68,14 14.64,14.1 C14.52,14.33 14.33,14.52 14.1,14.64 C14,14.68 13.86,14.72 13.59,14.75 C13.32,14.77 12.96,14.77 12.43,14.77 L8.615,14.77 L8.615,8.615 z M14.77,7.385 L8.615,7.385 L8.615,1.231 L12.43,1.231 C12.96,1.231 13.32,1.231 13.59,1.254 C13.86,1.276 14,1.316 14.1,1.365 C14.33,1.483 14.52,1.671 14.64,1.903 C14.68,1.999 14.72,2.137 14.75,2.407 C14.77,2.684 14.77,3.042 14.77,3.569 L14.77,7.385 z"/> <GeometryDrawing x:Key="Radix.ComponentBoolean" Brush="#FF000000" Geometry="M8.459,0.1903 C8.206,-0.06343 7.794,-0.06343 7.541,0.1903 L0.1903,7.541 C-0.06343,7.794 -0.06343,8.206 0.1903,8.459 L7.541,15.81 C7.794,16.06 8.206,16.06 8.459,15.81 L15.81,8.459 C16.06,8.206 16.06,7.794 15.81,7.541 L8.459,0.1903 z M8,1.569 L1.568,8 L8,14.43 L8,1.569 z"/> <GeometryDrawing x:Key="Radix.ComponentInstance" Brush="#FF000000" Geometry="M7.541,0.1903 C7.794,-0.06343 8.206,-0.06343 8.459,0.1903 L15.81,7.541 C16.06,7.794 16.06,8.206 15.81,8.459 L8.459,15.81 C8.206,16.06 7.794,16.06 7.541,15.81 L0.1903,8.459 C-0.06343,8.206 -0.06343,7.794 0.1903,7.541 L7.541,0.1903 z M8,1.568 L1.568,8 L8,14.43 L14.43,8 L8,1.568 z"/> <GeometryDrawing x:Key="Radix.ComponentNone" Brush="#FF000000" Geometry="M8.459,0.1903 C8.206,-0.06343 7.794,-0.06343 7.541,0.1903 L0.1903,7.541 C-0.06343,7.794 -0.06343,8.206 0.1903,8.459 L3.406,11.68 L0.394,14.69 C0.1403,14.94 0.1403,15.35 0.394,15.61 C0.6477,15.86 1.059,15.86 1.313,15.61 L4.325,12.59 L7.541,15.81 C7.794,16.06 8.206,16.06 8.459,15.81 L15.81,8.459 C16.06,8.206 16.06,7.794 15.81,7.541 L12.59,4.325 L15.61,1.313 C15.86,1.059 15.86,0.6478 15.61,0.3941 C15.35,0.1404 14.94,0.1404 14.69,0.3941 L11.68,3.406 L8.459,0.1903 z M10.76,4.325 L8,1.568 L1.568,8 L4.325,10.76 L10.76,4.325 z M5.244,11.68 L8,14.43 L14.43,8 L11.68,5.244 L5.244,11.68 z"/> <GeometryDrawing x:Key="Radix.ComponentPlaceholder" Brush="#FF000000" Geometry="M14.89,7.541 C15.14,7.287 15.56,7.287 15.81,7.541 C16.06,7.794 16.06,8.206 15.81,8.459 C15.56,8.713 15.14,8.713 14.89,8.459 C14.64,8.206 14.64,7.794 14.89,7.541 z M13.97,9.378 C14.23,9.632 14.23,10.04 13.97,10.3 C13.72,10.55 13.31,10.55 13.05,10.3 C12.8,10.04 12.8,9.632 13.05,9.378 C13.31,9.124 13.72,9.124 13.97,9.378 z M12.13,11.22 C12.39,11.47 12.39,11.88 12.13,12.13 C11.88,12.39 11.47,12.39 11.22,12.13 C10.96,11.88 10.96,11.47 11.22,11.22 C11.47,10.96 11.88,10.96 12.13,11.22 z M10.3,13.05 C10.55,13.31 10.55,13.72 10.3,13.97 C10.04,14.23 9.632,14.23 9.378,13.97 C9.124,13.72 9.124,13.31 9.378,13.05 C9.632,12.8 10.04,12.8 10.3,13.05 z M7.541,15.81 C7.287,15.56 7.287,15.14 7.541,14.89 C7.572,14.86 7.606,14.83 7.643,14.81 C7.895,14.64 8.237,14.67 8.459,14.89 C8.713,15.14 8.713,15.56 8.459,15.81 C8.206,16.06 7.794,16.06 7.541,15.81 z M2.028,9.378 C1.774,9.632 1.774,10.04 2.028,10.3 C2.282,10.55 2.693,10.55 2.947,10.3 C3.2,10.04 3.2,9.632 2.947,9.378 C2.693,9.124 2.282,9.124 2.028,9.378 z M3.865,11.22 C3.612,11.47 3.612,11.88 3.865,12.13 C4.119,12.39 4.531,12.39 4.784,12.13 C5.038,11.88 5.038,11.47 4.784,11.22 C4.531,10.96 4.119,10.96 3.865,11.22 z M5.703,13.05 C5.449,13.31 5.449,13.72 5.703,13.97 C5.957,14.23 6.368,14.23 6.622,13.97 C6.876,13.72 6.876,13.31 6.622,13.05 C6.368,12.8 5.957,12.8 5.703,13.05 z M1.109,8.459 C1.331,8.237 1.359,7.895 1.192,7.643 C0.971,7.307 0.4774,7.253 0.1903,7.541 C-0.06343,7.794 -0.06343,8.206 0.1903,8.459 C0.444,8.713 0.8554,8.713 1.109,8.459 z M2.947,5.703 C2.693,5.449 2.282,5.449 2.028,5.703 C1.774,5.957 1.774,6.368 2.028,6.622 C2.282,6.876 2.693,6.876 2.947,6.622 C3.2,6.368 3.2,5.957 2.947,5.703 z M4.784,3.865 C4.531,3.612 4.119,3.612 3.865,3.865 C3.612,4.119 3.612,4.531 3.865,4.784 C4.119,5.038 4.531,5.038 4.784,4.784 C5.038,4.531 5.038,4.119 4.784,3.865 z M6.622,2.028 C6.368,1.774 5.957,1.774 5.703,2.028 C5.449,2.282 5.449,2.693 5.703,2.947 C5.957,3.2 6.368,3.2 6.622,2.947 C6.876,2.693 6.876,2.282 6.622,2.028 z M8.459,0.1903 C8.206,-0.06343 7.794,-0.06343 7.541,0.1903 C7.287,0.444 7.287,0.8554 7.541,1.109 C7.794,1.363 8.206,1.363 8.459,1.109 C8.713,0.8554 8.713,0.444 8.459,0.1903 z M10.3,2.028 C10.04,1.774 9.632,1.774 9.378,2.028 C9.124,2.282 9.124,2.693 9.378,2.947 C9.632,3.2 10.04,3.2 10.3,2.947 C10.55,2.693 10.55,2.282 10.3,2.028 z M12.13,3.865 C11.88,3.612 11.47,3.612 11.22,3.865 C10.96,4.119 10.96,4.531 11.22,4.784 C11.47,5.038 11.88,5.038 12.13,4.784 C12.39,4.531 12.39,4.119 12.13,3.865 z M13.97,5.703 C13.72,5.449 13.31,5.449 13.05,5.703 C12.8,5.957 12.8,6.368 13.05,6.622 C13.31,6.876 13.72,6.876 13.97,6.622 C14.23,6.368 14.23,5.957 13.97,5.703 z"/> <GeometryDrawing x:Key="Radix.Container" Brush="#FF000000" Geometry="M1.231,0.6154 C1.231,0.9552 0.9552,1.231 0.6154,1.231 C0.2755,1.231 0,0.9552 0,0.6154 C0,0.2755 0.2755,0 0.6154,0 C0.9552,0 1.231,0.2755 1.231,0.6154 z M4.923,14.77 L11.08,14.77 L11.08,1.231 L4.923,1.231 L4.923,14.77 z M3.692,14.77 C3.692,15.45 4.243,16 4.923,16 L11.08,16 C11.76,16 12.31,15.45 12.31,14.77 L12.31,1.231 C12.31,0.551 11.76,0 11.08,0 L4.923,0 C4.243,0 3.692,0.551 3.692,1.231 L3.692,14.77 z M15.38,1.231 C15.72,1.231 16,0.9552 16,0.6154 C16,0.2755 15.72,0 15.38,0 C15.04,0 14.77,0.2755 14.77,0.6154 C14.77,0.9552 15.04,1.231 15.38,1.231 z M1.231,3.077 C1.231,3.417 0.9552,3.692 0.6154,3.692 C0.2755,3.692 0,3.417 0,3.077 C0,2.737 0.2755,2.462 0.6154,2.462 C0.9552,2.462 1.231,2.737 1.231,3.077 z M15.38,3.692 C15.72,3.692 16,3.417 16,3.077 C16,2.737 15.72,2.462 15.38,2.462 C15.04,2.462 14.77,2.737 14.77,3.077 C14.77,3.417 15.04,3.692 15.38,3.692 z M1.231,5.538 C1.231,5.878 0.9552,6.154 0.6154,6.154 C0.2755,6.154 0,5.878 0,5.538 C0,5.199 0.2755,4.923 0.6154,4.923 C0.9552,4.923 1.231,5.199 1.231,5.538 z M15.38,6.154 C15.72,6.154 16,5.878 16,5.538 C16,5.199 15.72,4.923 15.38,4.923 C15.04,4.923 14.77,5.199 14.77,5.538 C14.77,5.878 15.04,6.154 15.38,6.154 z M1.231,8 C1.231,8.34 0.9552,8.615 0.6154,8.615 C0.2755,8.615 0,8.34 0,8 C0,7.66 0.2755,7.385 0.6154,7.385 C0.9552,7.385 1.231,7.66 1.231,8 z M15.38,8.615 C15.72,8.615 16,8.34 16,8 C16,7.66 15.72,7.385 15.38,7.385 C15.04,7.385 14.77,7.66 14.77,8 C14.77,8.34 15.04,8.615 15.38,8.615 z M1.231,10.46 C1.231,10.8 0.9552,11.08 0.6154,11.08 C0.2755,11.08 0,10.8 0,10.46 C0,10.12 0.2755,9.846 0.6154,9.846 C0.9552,9.846 1.231,10.12 1.231,10.46 z M15.38,11.08 C15.72,11.08 16,10.8 16,10.46 C16,10.12 15.72,9.846 15.38,9.846 C15.04,9.846 14.77,10.12 14.77,10.46 C14.77,10.8 15.04,11.08 15.38,11.08 z M1.231,12.92 C1.231,13.26 0.9552,13.54 0.6154,13.54 C0.2755,13.54 0,13.26 0,12.92 C0,12.58 0.2755,12.31 0.6154,12.31 C0.9552,12.31 1.231,12.58 1.231,12.92 z M15.38,13.54 C15.72,13.54 16,13.26 16,12.92 C16,12.58 15.72,12.31 15.38,12.31 C15.04,12.31 14.77,12.58 14.77,12.92 C14.77,13.26 15.04,13.54 15.38,13.54 z M1.231,15.38 C1.231,15.72 0.9552,16 0.6154,16 C0.2755,16 0,15.72 0,15.38 C0,15.04 0.2755,14.77 0.6154,14.77 C0.9552,14.77 1.231,15.04 1.231,15.38 z M15.38,16 C15.72,16 16,15.72 16,15.38 C16,15.04 15.72,14.77 15.38,14.77 C15.04,14.77 14.77,15.04 14.77,15.38 C14.77,15.72 15.04,16 15.38,16 z"/> <GeometryDrawing x:Key="Radix.Cookie" Brush="#FF000000" Geometry="M12.72,1.096 C13.19,0.4665 12.02,-0.4127 11.55,0.217 C11.07,0.8466 12.25,1.726 12.72,1.096 z M8.494,0.3041 C7.073,0.1576 5.495,0.4022 4.118,1.029 C2.741,1.657 1.525,2.688 0.9056,4.142 C0.4314,5.255 0.01936,6.282 0.0006655,7.618 C-0.0179,8.945 0.3504,10.52 1.3,12.77 C1.851,14.08 3.492,14.63 4.755,14.93 C6.214,15.28 7.823,15.37 8.806,15.24 C9.611,15.13 10.51,14.95 11.26,14.34 C12.52,13.32 13.67,12.16 14.36,10.95 C15.06,9.719 15.31,8.363 14.62,7.055 C14.43,6.711 14.15,6.623 13.84,6.525 C13.72,6.488 13.59,6.45 13.47,6.396 C12.2,5.847 11.45,5.212 11.39,4.843 C11.34,4.498 11.4,4.253 11.47,3.997 C11.5,3.859 11.54,3.718 11.56,3.557 C11.59,3.36 11.58,2.895 11.14,2.659 C10.81,2.477 10.59,2.12 10.39,1.787 C10.34,1.705 10.29,1.625 10.24,1.549 C9.912,1.046 9.431,0.4006 8.494,0.3041 z M4.595,2.075 C3.406,2.616 2.442,3.467 1.963,4.592 C1.491,5.699 1.165,6.544 1.15,7.634 C1.134,8.733 1.436,10.14 2.359,12.32 C2.748,13.25 4.161,13.61 5.023,13.81 C6.376,14.14 7.838,14.21 8.65,14.1 C9.436,13.99 10.05,13.85 10.53,13.45 C11.75,12.46 12.78,11.41 13.36,10.38 C13.71,9.759 14.38,7.916 13.36,7.554 C11.21,6.785 10.64,6.036 10.33,5.285 C10.12,4.785 10.14,4.262 10.29,3.752 L10.29,3.752 C10.31,3.676 10.34,3.602 10.38,3.534 C10.13,3.359 9.94,3.147 9.783,2.939 C9.685,2.809 9.59,2.651 9.493,2.488 C9.213,2.019 8.905,1.502 8.376,1.447 C7.157,1.321 5.784,1.533 4.595,2.075 z M14.03,3.403 C14.29,2.773 13.16,2.094 12.73,2.629 C12.16,3.348 13.68,4.228 14.03,3.403 z M15.36,1.662 C16.05,1.679 16.26,0.3476 15.59,0.1561 C14.72,-0.09474 14.47,1.641 15.36,1.662 z M15.27,4.915 C15.93,4.925 16.14,4.101 15.49,3.982 C14.64,3.827 14.41,4.902 15.27,4.915 z M6.788,3.991 C6.284,4.428 5.805,3.836 5.722,3.359 C5.594,2.624 6.132,2.017 6.834,2.411 C7.392,2.724 7.2,3.632 6.788,3.991 z M4.532,5.824 C5.066,5.29 4.131,4.316 3.578,4.87 C3.255,5.192 3.457,5.562 3.72,5.824 C3.944,6.048 4.308,6.048 4.532,5.824 z M6.868,6.787 C7.252,7.556 8.604,6.869 8.036,6.129 C7.888,5.936 7.683,5.901 7.608,5.893 C7.138,5.84 6.622,6.296 6.868,6.787 z M6.88,9.09 C7.055,9.543 7.481,9.773 7.95,9.594 C8.358,9.439 8.424,8.714 8.24,8.343 C8.07,7.999 7.629,7.887 7.282,8.021 C6.877,8.177 6.729,8.702 6.877,9.084 L6.88,9.09 z M10.79,9.224 C11.21,9.012 12.02,9.209 12.02,9.765 C12.02,10.23 11.44,10.8 10.99,10.88 C10.55,10.95 10,10.53 10.07,10.07 C10.13,9.711 10.48,9.377 10.79,9.224 z M7.545,11.52 C7.278,11.42 7.059,11.54 7.025,11.56 L7.023,11.56 C6.788,11.7 6.565,11.98 6.52,12.26 C6.423,12.86 7.045,13 7.499,12.97 C8.281,12.92 8.118,11.75 7.545,11.52 z M4.458,11.58 C4.673,11.44 4.776,11.17 4.691,10.92 C4.516,10.32 3.82,10.23 3.407,10.7 C3.209,10.93 3.226,11.28 3.438,11.49 L3.441,11.49 L3.444,11.5 C3.7,11.81 4.178,11.92 4.458,11.58 z M2.352,8.043 C2.679,8.37 2.988,8.431 3.429,8.325 C4.146,8.153 3.605,6.239 2.352,6.963 C1.964,7.186 2.145,7.836 2.352,8.043 z"/> <GeometryDrawing x:Key="Radix.Copy" Brush="#FF000000" Geometry="M0,10.46 C0,11.48 0.8265,12.31 1.846,12.31 L3.692,12.31 L3.692,11.08 L1.846,11.08 C1.506,11.08 1.231,10.8 1.231,10.46 L1.231,1.846 C1.231,1.506 1.506,1.231 1.846,1.231 L10.46,1.231 C10.8,1.231 11.08,1.506 11.08,1.846 L11.08,3.692 L5.538,3.692 C4.519,3.692 3.692,4.519 3.692,5.538 L3.692,14.15 C3.692,15.17 4.519,16 5.538,16 L14.15,16 C15.17,16 16,15.17 16,14.15 L16,5.538 C16,4.519 15.17,3.692 14.15,3.692 L12.31,3.692 L12.31,1.846 C12.31,0.8265 11.48,6.040E-007 10.46,6.040E-007 L1.846,6.040E-007 C0.8265,6.040E-007 0,0.8265 0,1.846 L0,10.46 z M4.923,5.538 C4.923,5.199 5.199,4.923 5.538,4.923 L14.15,4.923 C14.49,4.923 14.77,5.199 14.77,5.538 L14.77,14.15 C14.77,14.49 14.49,14.77 14.15,14.77 L5.538,14.77 C5.199,14.77 4.923,14.49 4.923,14.15 L4.923,5.538 z"/> <GeometryDrawing x:Key="Radix.CornerBottomLeft" Brush="#FF000000" Geometry="M12.23,16 L12.27,16 L15.11,16 C15.6,16 16,15.6 16,15.11 C16,14.62 15.6,14.22 15.11,14.22 L12.27,14.22 C10.26,14.22 8.81,14.22 7.668,14.13 C6.538,14.04 5.79,13.86 5.175,13.54 C4.004,12.95 3.052,12 2.456,10.82 C2.143,10.21 1.964,9.462 1.872,8.332 C1.778,7.19 1.778,5.739 1.778,3.733 L1.778,0.8889 C1.778,0.398 1.38,0 0.8889,0 C0.398,0 0,0.398 0,0.8889 L0,3.733 L0,3.774 C0,5.731 0,7.254 0.09984,8.476 C0.2012,9.717 0.4099,10.73 0.8719,11.63 C1.639,13.14 2.863,14.36 4.368,15.13 C5.275,15.59 6.283,15.8 7.524,15.9 C8.746,16 10.27,16 12.23,16 z"/> <GeometryDrawing x:Key="Radix.CornerBottomRight" Brush="#FF000000" Geometry="M3.774,16 L3.733,16 L0.8889,16 C0.398,16 0,15.6 0,15.11 C0,14.62 0.398,14.22 0.8889,14.22 L3.733,14.22 C5.739,14.22 7.19,14.22 8.332,14.13 C9.462,14.04 10.21,13.86 10.82,13.54 C12,12.95 12.95,12 13.54,10.82 C13.86,10.21 14.04,9.462 14.13,8.332 C14.22,7.19 14.22,5.739 14.22,3.733 L14.22,0.8889 C14.22,0.398 14.62,0 15.11,0 C15.6,0 16,0.398 16,0.8889 L16,3.733 L16,3.774 C16,5.731 16,7.254 15.9,8.476 C15.8,9.717 15.59,10.73 15.13,11.63 C14.36,13.14 13.14,14.36 11.63,15.13 C10.73,15.59 9.717,15.8 8.476,15.9 C7.254,16 5.731,16 3.774,16 z"/> <GeometryDrawing x:Key="Radix.Corners" Brush="#FF000000" Geometry="M11.78,1.455 C12.4,1.455 12.83,1.455 13.16,1.482 C13.47,1.508 13.64,1.555 13.75,1.613 C14.03,1.753 14.25,1.975 14.39,2.249 C14.44,2.362 14.49,2.526 14.52,2.844 C14.54,3.172 14.55,3.595 14.55,4.218 L14.55,5.091 C14.55,5.493 14.87,5.818 15.27,5.818 C15.67,5.818 16,5.493 16,5.091 L16,4.188 C16,3.603 16,3.12 15.97,2.726 C15.93,2.317 15.86,1.941 15.68,1.588 C15.4,1.041 14.96,0.596 14.41,0.3171 C14.06,0.1372 13.68,0.06554 13.27,0.03215 C12.88,-1.455E-05 12.4,-1.455E-05 11.81,0 L11.81,0 L11.78,0 L10.91,0 C10.51,0 10.18,0.3256 10.18,0.7273 C10.18,1.129 10.51,1.455 10.91,1.455 L11.78,1.455 z M5.091,0 L4.188,0 L4.188,0 C3.603,-1.455E-05 3.12,-1.455E-05 2.726,0.03215 C2.317,0.06554 1.941,0.1372 1.588,0.3171 C1.041,0.596 0.596,1.041 0.3171,1.588 C0.1372,1.941 0.06554,2.317 0.03215,2.726 C-1.399E-05,3.12 -1.399E-05,3.603 5.549E-007,4.188 L5.549E-007,4.188 L5.549E-007,5.091 C5.549E-007,5.493 0.3256,5.818 0.7273,5.818 C1.129,5.818 1.455,5.493 1.455,5.091 L1.455,4.218 C1.455,3.595 1.455,3.172 1.482,2.844 C1.508,2.526 1.555,2.362 1.613,2.249 C1.753,1.975 1.975,1.753 2.249,1.613 C2.362,1.555 2.526,1.508 2.844,1.482 C3.172,1.455 3.595,1.455 4.218,1.455 L5.091,1.455 C5.493,1.455 5.818,1.129 5.818,0.7273 C5.818,0.3256 5.493,0 5.091,0 z M16,10.91 C16,10.51 15.67,10.18 15.27,10.18 C14.87,10.18 14.55,10.51 14.55,10.91 L14.55,11.78 C14.55,12.4 14.54,12.83 14.52,13.16 C14.49,13.47 14.44,13.64 14.39,13.75 C14.25,14.03 14.03,14.25 13.75,14.39 C13.64,14.44 13.47,14.49 13.16,14.52 C12.83,14.54 12.4,14.55 11.78,14.55 L10.91,14.55 C10.51,14.55 10.18,14.87 10.18,15.27 C10.18,15.67 10.51,16 10.91,16 L11.81,16 C12.4,16 12.88,16 13.27,15.97 C13.68,15.93 14.06,15.86 14.41,15.68 C14.96,15.4 15.4,14.96 15.68,14.41 C15.86,14.06 15.93,13.68 15.97,13.27 C16,12.88 16,12.4 16,11.81 L16,10.91 z M0.7273,10.18 C1.129,10.18 1.455,10.51 1.455,10.91 L1.455,11.78 C1.455,12.4 1.455,12.83 1.482,13.16 C1.508,13.47 1.555,13.64 1.613,13.75 C1.753,14.03 1.975,14.25 2.249,14.39 C2.362,14.44 2.526,14.49 2.844,14.52 C3.172,14.54 3.595,14.55 4.218,14.55 L5.091,14.55 C5.493,14.55 5.818,14.87 5.818,15.27 C5.818,15.67 5.493,16 5.091,16 L4.188,16 C3.603,16 3.12,16 2.726,15.97 C2.317,15.93 1.941,15.86 1.588,15.68 C1.041,15.4 0.596,14.96 0.3171,14.41 C0.1372,14.06 0.06554,13.68 0.03215,13.27 C-1.399E-05,12.88 -1.399E-05,12.4 5.549E-007,11.81 L5.549E-007,11.81 L5.549E-007,11.78 L5.549E-007,10.91 C5.549E-007,10.51 0.3256,10.18 0.7273,10.18 z"/> <GeometryDrawing x:Key="Radix.CornerTopLeft" Brush="#FF000000" Geometry="M12.23,0 L12.27,0 L15.11,0 C15.6,0 16,0.398 16,0.8889 C16,1.38 15.6,1.778 15.11,1.778 L12.27,1.778 C10.26,1.778 8.81,1.778 7.668,1.872 C6.538,1.964 5.79,2.143 5.175,2.456 C4.004,3.052 3.052,4.004 2.456,5.175 C2.143,5.79 1.964,6.538 1.872,7.668 C1.778,8.81 1.778,10.26 1.778,12.27 L1.778,15.11 C1.778,15.6 1.38,16 0.8889,16 C0.398,16 0,15.6 0,15.11 L0,12.27 L0,12.23 C0,10.27 0,8.746 0.09984,7.524 C0.2012,6.283 0.4099,5.275 0.8719,4.368 C1.639,2.863 2.863,1.639 4.368,0.8719 C5.275,0.4099 6.283,0.2012 7.524,0.09984 C8.746,0 10.27,0 12.23,0 z"/> <GeometryDrawing x:Key="Radix.CornerTopRight" Brush="#FF000000" Geometry="M3.774,0 L3.733,0 L0.8889,0 C0.398,0 0,0.398 0,0.8889 C0,1.38 0.398,1.778 0.8889,1.778 L3.733,1.778 C5.739,1.778 7.19,1.778 8.332,1.872 C9.462,1.964 10.21,2.143 10.82,2.456 C12,3.052 12.95,4.004 13.54,5.175 C13.86,5.79 14.04,6.538 14.13,7.668 C14.22,8.81 14.22,10.26 14.22,12.27 L14.22,15.11 C14.22,15.6 14.62,16 15.11,16 C15.6,16 16,15.6 16,15.11 L16,12.27 L16,12.23 C16,10.27 16,8.746 15.9,7.524 C15.8,6.283 15.59,5.275 15.13,4.368 C14.36,2.863 13.14,1.639 11.63,0.8719 C10.73,0.4099 9.717,0.2012 8.476,0.09984 C7.254,0 5.731,0 3.774,0 z"/> <GeometryDrawing x:Key="Radix.CountdownTimer" Brush="#FF000000" Geometry="M14.62,8 C14.62,4.589 11.96,1.203 7.82,1.203 C4.477,1.203 2.825,3.677 2.121,4.992 L4.211,4.992 C4.543,4.992 4.812,5.262 4.812,5.594 C4.812,5.926 4.543,6.195 4.211,6.195 L0.6015,6.195 C0.2693,6.195 0,5.926 0,5.594 L0,1.985 C0,1.653 0.2693,1.383 0.6015,1.383 C0.9337,1.383 1.203,1.653 1.203,1.985 L1.203,4.166 C2.051,2.672 4.011,4.981E-007 7.82,4.981E-007 C12.71,4.981E-007 15.82,4.012 15.82,8 C15.82,11.99 12.71,16 7.82,16 C5.481,16 3.534,15.07 2.148,13.66 C1.406,12.91 0.8261,12.02 0.4309,11.06 C0.3044,10.75 0.451,10.4 0.7582,10.27 C1.065,10.14 1.417,10.29 1.543,10.6 C1.881,11.42 2.376,12.18 3.006,12.82 C4.175,14.01 5.816,14.8 7.82,14.8 C11.96,14.8 14.62,11.41 14.62,8 z M7.218,11.01 L7.218,4.993 L8.421,4.993 L8.421,11.01 L7.218,11.01 z"/> <GeometryDrawing x:Key="Radix.CounterClockwiseClock" Brush="#FF000000" Geometry="M14.62,8 C14.62,4.589 11.96,1.203 7.82,1.203 C4.477,1.203 2.825,3.677 2.121,4.993 L4.211,4.993 C4.543,4.993 4.812,5.262 4.812,5.594 C4.812,5.926 4.543,6.196 4.211,6.196 L0.6015,6.196 C0.2693,6.196 0,5.926 0,5.594 L0,1.985 C0,1.653 0.2693,1.383 0.6015,1.383 C0.9337,1.383 1.203,1.653 1.203,1.985 L1.203,4.166 C2.051,2.672 4.011,4.981E-007 7.82,4.981E-007 C12.71,4.981E-007 15.82,4.012 15.82,8 C15.82,11.99 12.71,16 7.82,16 C5.481,16 3.534,15.07 2.148,13.66 C1.406,12.91 0.8261,12.02 0.4309,11.06 C0.3044,10.75 0.451,10.4 0.7582,10.27 C1.065,10.14 1.417,10.29 1.543,10.6 C1.881,11.42 2.376,12.18 3.006,12.82 C4.175,14.01 5.816,14.8 7.82,14.8 C11.96,14.8 14.62,11.41 14.62,8 z M7.82,3.79 C8.152,3.79 8.421,4.059 8.421,4.391 L8.421,7.751 L10.65,9.981 C10.89,10.22 10.89,10.6 10.65,10.83 C10.42,11.07 10.04,11.07 9.8,10.83 L7.394,8.425 C7.281,8.313 7.218,8.16 7.218,8 L7.218,4.391 C7.218,4.059 7.487,3.79 7.82,3.79 z"/> <GeometryDrawing x:Key="Radix.Crop" Brush="#FF000000" Geometry="M3.733,-7.735E-007 C4.028,-7.864E-007 4.267,0.2388 4.267,0.5333 L4.267,3.2 L12.27,3.2 C12.56,3.2 12.8,3.439 12.8,3.733 L12.8,11.73 L15.47,11.73 C15.76,11.73 16,11.97 16,12.27 C16,12.56 15.76,12.8 15.47,12.8 L12.8,12.8 L12.8,15.47 C12.8,15.76 12.56,16 12.27,16 C11.97,16 11.73,15.76 11.73,15.47 L11.73,12.8 L3.733,12.8 C3.439,12.8 3.2,12.56 3.2,12.27 L3.2,4.267 L0.5333,4.267 C0.2388,4.267 -5.976E-06,4.028 1.122E-010,3.733 C6.008E-06,3.439 0.2388,3.2 0.5333,3.2 L3.2,3.2 L3.2,0.5333 C3.2,0.2388 3.439,-7.607E-007 3.733,-7.735E-007 z M4.267,4.267 L4.267,11.73 L11.73,11.73 L11.73,4.267 L4.267,4.267 z"/> <GeometryDrawing x:Key="Radix.Cross1" Brush="#FF000000" Geometry="M15.79,1.242 C16.07,0.9575 16.07,0.497 15.79,0.213 C15.5,-0.07101 15.04,-0.07101 14.76,0.213 L8,6.971 L1.242,0.213 C0.9575,-0.07101 0.497,-0.07101 0.213,0.213 C-0.07101,0.497 -0.07101,0.9575 0.213,1.242 L6.971,8 L0.213,14.76 C-0.07101,15.04 -0.07101,15.5 0.213,15.79 C0.497,16.07 0.9575,16.07 1.242,15.79 L8,9.029 L14.76,15.79 C15.04,16.07 15.5,16.07 15.79,15.79 C16.07,15.5 16.07,15.04 15.79,14.76 L9.029,8 L15.79,1.242 z"/> <GeometryDrawing x:Key="Radix.Cross2" Brush="#FF000000" Geometry="M15.7,1.765 C16.1,1.361 16.1,0.7064 15.7,0.3028 C15.29,-0.1009 14.64,-0.1009 14.24,0.3028 L8,6.538 L1.765,0.3028 C1.361,-0.1009 0.7064,-0.1009 0.3028,0.3028 C-0.1009,0.7064 -0.1009,1.361 0.3028,1.765 L6.538,8 L0.3028,14.24 C-0.1009,14.64 -0.1009,15.29 0.3028,15.7 C0.7064,16.1 1.361,16.1 1.765,15.7 L8,9.462 L14.24,15.7 C14.64,16.1 15.29,16.1 15.7,15.7 C16.1,15.29 16.1,14.64 15.7,14.24 L9.462,8 L15.7,1.765 z"/> <GeometryDrawing x:Key="Radix.CrossCircled" Brush="#FF000000" Geometry="M-5.530E-009,8 C-5.530E-009,3.582 3.582,3.893E-007 8,3.893E-007 C12.42,3.893E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -5.530E-009,12.42 -5.530E-009,8 z M8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,11.78 4.215,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,4.215 11.78,1.148 8,1.148 z M10.84,5.157 C11.08,5.393 11.08,5.775 10.84,6.011 L8.854,8 L10.84,9.989 C11.08,10.22 11.08,10.61 10.84,10.84 C10.61,11.08 10.22,11.08 9.989,10.84 L8,8.854 L6.011,10.84 C5.775,11.08 5.393,11.08 5.157,10.84 C4.921,10.61 4.921,10.22 5.157,9.989 L7.146,8 L5.157,6.011 C4.921,5.775 4.921,5.393 5.157,5.157 C5.393,4.921 5.775,4.921 6.011,5.157 L8,7.146 L9.989,5.157 C10.22,4.921 10.61,4.921 10.84,5.157 z"/> <GeometryDrawing x:Key="Radix.Crosshair1" Brush="#FF000000" Geometry="M-5.528E-009,8 C-5.528E-009,3.582 3.582,-2.358E-007 8,-2.358E-007 C12.42,-2.358E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -5.528E-009,12.42 -5.528E-009,8 z M1.174,7.394 C1.463,4.093 4.093,1.463 7.394,1.174 L7.394,4.375 C7.394,4.708 7.664,4.979 7.998,4.979 C8.331,4.979 8.601,4.708 8.601,4.375 L8.601,1.173 C11.9,1.46 14.54,4.091 14.83,7.394 L11.62,7.394 C11.29,7.394 11.02,7.664 11.02,7.998 C11.02,8.331 11.29,8.601 11.62,8.601 L14.83,8.601 C14.54,11.91 11.91,14.54 8.601,14.83 L8.601,11.62 C8.601,11.29 8.331,11.02 7.998,11.02 C7.664,11.02 7.394,11.29 7.394,11.62 L7.394,14.83 C4.091,14.54 1.46,11.9 1.173,8.601 L4.375,8.601 C4.708,8.601 4.979,8.331 4.979,7.998 C4.979,7.664 4.708,7.394 4.375,7.394 L1.174,7.394 z"/> <GeometryDrawing x:Key="Radix.Crosshair2" Brush="#FF000000" Geometry="M8,0 C8.295,0 8.533,0.2388 8.533,0.5333 L8.533,1.927 C11.41,2.233 13.67,4.565 13.87,7.467 L15.47,7.467 C15.76,7.467 16,7.705 16,8 C16,8.295 15.76,8.533 15.47,8.533 L13.85,8.533 C13.56,11.33 11.33,13.56 8.533,13.85 L8.533,15.47 C8.533,15.76 8.295,16 8,16 C7.705,16 7.467,15.76 7.467,15.47 L7.467,13.87 C4.565,13.67 2.233,11.41 1.927,8.533 L0.5333,8.533 C0.2388,8.533 0,8.295 0,8 C0,7.705 0.2388,7.467 0.5333,7.467 L1.908,7.467 C2.116,4.492 4.492,2.116 7.467,1.908 L7.467,0.5333 C7.467,0.2388 7.705,0 8,0 z M8.533,12.83 L8.533,10.13 C8.533,9.839 8.295,9.6 8,9.6 C7.705,9.6 7.467,9.839 7.467,10.13 L7.467,12.86 C5.126,12.66 3.245,10.84 2.948,8.533 L5.867,8.533 C6.161,8.533 6.4,8.295 6.4,8 C6.4,7.705 6.161,7.467 5.867,7.467 L2.924,7.467 C3.128,5.052 5.052,3.128 7.467,2.924 L7.467,5.867 C7.467,6.161 7.705,6.4 8,6.4 C8.295,6.4 8.533,6.161 8.533,5.867 L8.533,2.948 C10.84,3.245 12.66,5.126 12.86,7.467 L10.13,7.467 C9.839,7.467 9.6,7.705 9.6,8 C9.6,8.295 9.839,8.533 10.13,8.533 L12.83,8.533 C12.55,10.77 10.77,12.55 8.533,12.83 z"/> <GeometryDrawing x:Key="Radix.CrumpledPaper" Brush="#FF000000" Geometry="M4.672,0.01554 C4.421,-0.04728 4.162,0.08518 4.066,0.3257 L2.997,2.997 L0.3256,4.066 C0.176,4.126 0.06275,4.252 0.01924,4.407 C-0.02427,4.562 0.006913,4.729 0.1036,4.858 L1.682,6.963 L0.591,11.33 C0.5289,11.58 0.6578,11.83 0.8943,11.93 L4.203,13.31 L5.842,15.77 C5.967,15.96 6.199,16.04 6.416,15.98 L10.44,14.83 C10.45,14.83 10.46,14.82 10.47,14.82 L13.92,13.67 C14.09,13.61 14.22,13.47 14.26,13.29 L15.41,8.112 C15.46,7.914 15.38,7.708 15.22,7.586 L13.12,6.014 L13.12,3.396 C13.12,3.2 13.01,3.02 12.84,2.932 L9.383,1.206 C9.349,1.189 9.313,1.176 9.277,1.167 L4.672,0.01554 z M12.53,6.862 L14.07,8.021 L11.12,10.48 C11.05,10.54 10.99,10.62 10.96,10.71 L10.02,13.54 L8.274,12.45 C8.032,12.3 7.712,12.37 7.561,12.62 C7.409,12.86 7.483,13.18 7.725,13.33 L9.04,14.15 L6.495,14.88 L4.978,12.6 C4.921,12.52 4.84,12.45 4.746,12.41 L1.704,11.15 L2.649,7.367 L5.122,7.367 C5.408,7.367 5.64,7.135 5.64,6.849 C5.64,6.563 5.408,6.331 5.122,6.331 L2.504,6.331 L1.338,4.777 L3.412,3.947 L6.685,5.038 C6.891,5.107 7.118,5.04 7.253,4.87 L9.294,2.32 L12.09,3.716 L12.09,5.923 L9.534,6.944 C9.393,7 9.283,7.116 9.235,7.261 L8.66,8.987 C8.569,9.259 8.716,9.552 8.987,9.642 C9.259,9.733 9.552,9.586 9.642,9.315 L10.14,7.816 L12.53,6.862 z M8.242,1.976 L6.67,3.941 L4.081,3.078 L4.86,1.13 L8.242,1.976 z M11.12,13.51 L13.31,12.78 L14.07,9.37 L11.9,11.18 L11.12,13.51 z"/> <GeometryDrawing x:Key="Radix.Cube" Brush="#FF000000" Geometry="M7.453,0.05559 C7.612,-0.01853 7.795,-0.01853 7.954,0.05559 L15.07,3.374 C15.27,3.471 15.41,3.681 15.41,3.911 L15.41,12.09 C15.41,12.32 15.27,12.53 15.07,12.63 L7.954,15.94 C7.795,16.02 7.612,16.02 7.453,15.94 L0.342,12.63 C0.1334,12.53 0,12.32 0,12.09 L0,3.911 C0,3.681 0.1334,3.471 0.342,3.374 L7.453,0.05559 z M1.185,4.807 L7.111,7.325 L7.111,14.48 L1.185,11.71 L1.185,4.807 z M8.296,14.48 L14.22,11.71 L14.22,4.807 L8.296,7.325 L8.296,14.48 z M7.704,6.289 L13.36,3.886 L7.704,1.247 L2.048,3.886 L7.704,6.289 z"/> <GeometryDrawing x:Key="Radix.CursorArrow" Brush="#FF000000" Geometry="M0.3138,0.04853 C0.505,-0.03878 0.7295,-0.006513 0.8883,0.1311 L10.58,8.532 C10.75,8.676 10.81,8.906 10.74,9.114 C10.67,9.321 10.48,9.464 10.26,9.474 L6.677,9.632 L8.751,14.19 C8.873,14.46 8.754,14.78 8.485,14.9 L6.174,15.95 C5.904,16.07 5.586,15.96 5.463,15.69 L3.386,11.13 L0.9263,13.72 C0.7751,13.88 0.542,13.93 0.338,13.85 C0.1339,13.77 0,13.57 0,13.35 L0,0.5368 C0,0.3267 0.1226,0.1358 0.3138,0.04853 z M1.074,1.712 L1.074,12.01 L3.154,9.814 C3.277,9.684 3.456,9.624 3.632,9.653 C3.808,9.683 3.958,9.798 4.032,9.96 L6.217,14.75 L7.551,14.14 L5.37,9.353 C5.296,9.19 5.308,9.002 5.401,8.85 C5.494,8.698 5.657,8.602 5.835,8.594 L8.863,8.46 L1.074,1.712 z"/> <GeometryDrawing x:Key="Radix.CursorText" Brush="#FF000000" Geometry="M0.6154,0 C0.2755,0 0,0.2755 0,0.6154 C0,0.9552 0.2755,1.231 0.6154,1.231 C1.75,1.231 2.511,1.515 2.979,1.925 C3.437,2.325 3.692,2.912 3.692,3.692 L3.692,7.385 L2.154,7.385 C1.814,7.385 1.538,7.66 1.538,8 C1.538,8.34 1.814,8.615 2.154,8.615 L3.692,8.615 L3.692,12.31 C3.692,13.09 3.437,13.67 2.979,14.08 C2.511,14.49 1.75,14.77 0.6154,14.77 C0.2755,14.77 0,15.04 0,15.38 C0,15.72 0.2755,16 0.6154,16 C1.942,16 3.028,15.67 3.79,15 C3.99,14.83 4.162,14.63 4.308,14.42 C4.453,14.63 4.626,14.83 4.826,15 C5.588,15.67 6.673,16 8,16 C8.34,16 8.615,15.72 8.615,15.38 C8.615,15.04 8.34,14.77 8,14.77 C6.865,14.77 6.105,14.49 5.636,14.08 C5.178,13.67 4.923,13.09 4.923,12.31 L4.923,8.615 L6.462,8.615 C6.801,8.615 7.077,8.34 7.077,8 C7.077,7.66 6.801,7.385 6.462,7.385 L4.923,7.385 L4.923,3.692 C4.923,2.912 5.178,2.325 5.636,1.925 C6.105,1.515 6.865,1.231 8,1.231 C8.34,1.231 8.615,0.9552 8.615,0.6154 C8.615,0.2755 8.34,0 8,0 C6.673,0 5.588,0.3316 4.826,0.9984 C4.626,1.173 4.453,1.367 4.308,1.576 C4.162,1.367 3.99,1.173 3.79,0.9984 C3.028,0.3316 1.942,0 0.6154,0 z"/> <GeometryDrawing x:Key="Radix.Dash" Brush="#FF000000" Geometry="M0,1.6 C0,0.7164 0.7164,0 1.6,0 L14.4,0 C15.28,0 16,0.7164 16,1.6 C16,2.484 15.28,3.2 14.4,3.2 L1.6,3.2 C0.7164,3.2 0,2.484 0,1.6 z"/> <GeometryDrawing x:Key="Radix.Dashboard" Brush="#FF000000" Geometry="M2.215,7.512E-05 L2.153,3.82E-05 C1.872,-0.0002301 1.63,-0.0004615 1.415,0.05109 C0.7402,0.2131 0.2131,0.7402 0.05109,1.415 C-0.0004616,1.63 -0.0002302,1.872 3.808E-05,2.153 L7.5E-05,2.215 L7.5E-05,5.169 L3.808E-05,5.231 C-0.0002302,5.512 -0.0004616,5.755 0.05109,5.969 C0.2131,6.644 0.7402,7.172 1.415,7.334 C1.63,7.385 1.872,7.385 2.153,7.385 L2.215,7.385 L5.169,7.385 L5.231,7.385 C5.512,7.385 5.755,7.385 5.969,7.334 C6.644,7.172 7.172,6.644 7.334,5.969 C7.385,5.755 7.385,5.512 7.385,5.231 L7.385,5.169 L7.385,2.215 L7.385,2.153 C7.385,1.872 7.385,1.63 7.334,1.415 C7.172,0.7402 6.644,0.2131 5.969,0.05109 C5.755,-0.0004615 5.512,-0.0002301 5.231,3.82E-05 L5.169,7.512E-05 L2.215,7.512E-05 z M1.703,1.248 C1.756,1.235 1.837,1.231 2.215,1.231 L5.169,1.231 C5.548,1.231 5.629,1.235 5.682,1.248 C5.907,1.302 6.083,1.478 6.137,1.703 C6.15,1.756 6.154,1.837 6.154,2.215 L6.154,5.169 C6.154,5.548 6.15,5.629 6.137,5.682 C6.083,5.907 5.907,6.083 5.682,6.137 C5.629,6.15 5.548,6.154 5.169,6.154 L2.215,6.154 C1.837,6.154 1.756,6.15 1.703,6.137 C1.478,6.083 1.302,5.907 1.248,5.682 C1.235,5.629 1.231,5.548 1.231,5.169 L1.231,2.215 C1.231,1.837 1.235,1.756 1.248,1.703 C1.302,1.478 1.478,1.302 1.703,1.248 z M10.83,7.512E-05 L10.77,3.82E-05 C10.49,-0.0002301 10.25,-0.0004615 10.03,0.05109 C9.356,0.2131 8.828,0.7402 8.666,1.415 C8.615,1.63 8.615,1.872 8.615,2.153 L8.615,2.215 L8.615,5.169 L8.615,5.231 C8.615,5.512 8.615,5.755 8.666,5.969 C8.828,6.644 9.356,7.172 10.03,7.334 C10.25,7.385 10.49,7.385 10.77,7.385 L10.83,7.385 L13.78,7.385 L13.85,7.385 C14.13,7.385 14.37,7.385 14.58,7.334 C15.26,7.172 15.79,6.644 15.95,5.969 C16,5.755 16,5.512 16,5.231 L16,5.169 L16,2.215 L16,2.153 C16,1.872 16,1.63 15.95,1.415 C15.79,0.7402 15.26,0.2131 14.58,0.05109 C14.37,-0.0004615 14.13,-0.0002301 13.85,3.82E-05 L13.78,7.512E-05 L10.83,7.512E-05 z M10.32,1.248 C10.37,1.235 10.45,1.231 10.83,1.231 L13.78,1.231 C14.16,1.231 14.24,1.235 14.3,1.248 C14.52,1.302 14.7,1.478 14.75,1.703 C14.76,1.756 14.77,1.837 14.77,2.215 L14.77,5.169 C14.77,5.548 14.76,5.629 14.75,5.682 C14.7,5.907 14.52,6.083 14.3,6.137 C14.24,6.15 14.16,6.154 13.78,6.154 L10.83,6.154 C10.45,6.154 10.37,6.15 10.32,6.137 C10.09,6.083 9.917,5.907 9.863,5.682 C9.85,5.629 9.846,5.548 9.846,5.169 L9.846,2.215 C9.846,1.837 9.85,1.756 9.863,1.703 C9.917,1.478 10.09,1.302 10.32,1.248 z M2.153,8.615 L2.215,8.615 L5.169,8.615 L5.231,8.615 C5.512,8.615 5.755,8.615 5.969,8.666 C6.644,8.828 7.172,9.356 7.334,10.03 C7.385,10.25 7.385,10.49 7.385,10.77 L7.385,10.83 L7.385,13.78 L7.385,13.85 C7.385,14.13 7.385,14.37 7.334,14.58 C7.172,15.26 6.644,15.79 5.969,15.95 C5.755,16 5.512,16 5.231,16 L5.169,16 L2.215,16 L2.153,16 C1.872,16 1.63,16 1.415,15.95 C0.7402,15.79 0.2131,15.26 0.05109,14.58 C-0.0004616,14.37 -0.0002302,14.13 3.808E-05,13.85 L7.5E-05,13.78 L7.5E-05,10.83 L3.808E-05,10.77 C-0.0002302,10.49 -0.0004616,10.25 0.05109,10.03 C0.2131,9.356 0.7402,8.828 1.415,8.666 C1.63,8.615 1.872,8.615 2.153,8.615 z M2.215,9.846 C1.837,9.846 1.756,9.85 1.703,9.863 C1.478,9.917 1.302,10.09 1.248,10.32 C1.235,10.37 1.231,10.45 1.231,10.83 L1.231,13.78 C1.231,14.16 1.235,14.24 1.248,14.3 C1.302,14.52 1.478,14.7 1.703,14.75 C1.756,14.76 1.837,14.77 2.215,14.77 L5.169,14.77 C5.548,14.77 5.629,14.76 5.682,14.75 C5.907,14.7 6.083,14.52 6.137,14.3 C6.15,14.24 6.154,14.16 6.154,13.78 L6.154,10.83 C6.154,10.45 6.15,10.37 6.137,10.32 C6.083,10.09 5.907,9.917 5.682,9.863 C5.629,9.85 5.548,9.846 5.169,9.846 L2.215,9.846 z M10.83,8.615 L10.77,8.615 C10.49,8.615 10.25,8.615 10.03,8.666 C9.356,8.828 8.828,9.356 8.666,10.03 C8.615,10.25 8.615,10.49 8.615,10.77 L8.615,10.83 L8.615,13.78 L8.615,13.85 C8.615,14.13 8.615,14.37 8.666,14.58 C8.828,15.26 9.356,15.79 10.03,15.95 C10.25,16 10.49,16 10.77,16 L10.83,16 L13.78,16 L13.85,16 C14.13,16 14.37,16 14.58,15.95 C15.26,15.79 15.79,15.26 15.95,14.58 C16,14.37 16,14.13 16,13.85 L16,13.78 L16,10.83 L16,10.77 C16,10.49 16,10.25 15.95,10.03 C15.79,9.356 15.26,8.828 14.58,8.666 C14.37,8.615 14.13,8.615 13.85,8.615 L13.78,8.615 L10.83,8.615 z M10.32,9.863 C10.37,9.85 10.45,9.846 10.83,9.846 L13.78,9.846 C14.16,9.846 14.24,9.85 14.3,9.863 C14.52,9.917 14.7,10.09 14.75,10.32 C14.76,10.37 14.77,10.45 14.77,10.83 L14.77,13.78 C14.77,14.16 14.76,14.24 14.75,14.3 C14.7,14.52 14.52,14.7 14.3,14.75 C14.24,14.76 14.16,14.77 13.78,14.77 L10.83,14.77 C10.45,14.77 10.37,14.76 10.32,14.75 C10.09,14.7 9.917,14.52 9.863,14.3 C9.85,14.24 9.846,14.16 9.846,13.78 L9.846,10.83 C9.846,10.45 9.85,10.37 9.863,10.32 C9.917,10.09 10.09,9.917 10.32,9.863 z"/> <GeometryDrawing x:Key="Radix.Dimensions" Brush="#FF000000" Geometry="M2.378,3.1 C2.378,3.336 2.106,3.469 1.919,3.324 L0.1097,1.916 C-0.03655,1.803 -0.03655,1.582 0.1097,1.468 L1.919,0.06036 C2.106,-0.08476 2.378,0.0482 2.378,0.2846 L2.378,1.124 L9.195,1.124 L9.195,0.2846 C9.195,0.04824 9.467,-0.08472 9.653,0.06039 L11.46,1.468 C11.61,1.582 11.61,1.803 11.46,1.916 L9.653,3.324 C9.467,3.469 9.195,3.336 9.195,3.1 L9.195,2.26 L2.378,2.26 L2.378,3.1 z M9.763,5.669 L1.81,5.669 C1.496,5.669 1.241,5.923 1.241,6.237 L1.241,14.19 C1.241,14.5 1.496,14.76 1.81,14.76 L9.763,14.76 C10.08,14.76 10.33,14.5 10.33,14.19 L10.33,6.237 C10.33,5.923 10.08,5.669 9.763,5.669 z M1.81,4.533 C0.8683,4.533 0.1053,5.296 0.1053,6.237 L0.1053,14.19 C0.1053,15.13 0.8683,15.89 1.81,15.89 L9.763,15.89 C10.7,15.89 11.47,15.13 11.47,14.19 L11.47,6.237 C11.47,5.296 10.7,4.533 9.763,4.533 L1.81,4.533 z M15.72,6.805 L14.88,6.805 L14.88,13.62 L15.72,13.62 C15.95,13.62 16.08,13.89 15.94,14.08 L14.53,15.89 C14.42,16.04 14.2,16.04 14.08,15.89 L12.68,14.08 C12.53,13.89 12.66,13.62 12.9,13.62 L13.74,13.62 L13.74,6.805 L12.9,6.805 C12.66,6.805 12.53,6.533 12.68,6.347 L14.08,4.537 C14.2,4.391 14.42,4.391 14.53,4.537 L15.94,6.347 C16.08,6.533 15.95,6.805 15.72,6.805 z"/> <GeometryDrawing x:Key="Radix.Disc" Brush="#FF000000" Geometry="M8,-2.359E-007 C3.582,-2.359E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-2.359E-007 8,-2.359E-007 z M1.148,8 C1.148,4.216 4.216,1.148 8,1.148 C11.78,1.148 14.85,4.216 14.85,8 C14.85,11.78 11.78,14.85 8,14.85 C4.216,14.85 1.148,11.78 1.148,8 z M9.055,8 C9.055,8.582 8.583,9.054 8,9.054 C7.418,9.054 6.946,8.582 6.946,8 C6.946,7.418 7.418,6.946 8,6.946 C8.583,6.946 9.055,7.418 9.055,8 z M10.2,8 C10.2,9.216 9.216,10.2 8,10.2 C6.785,10.2 5.799,9.216 5.799,8 C5.799,6.784 6.785,5.799 8,5.799 C9.216,5.799 10.2,6.784 10.2,8 z"/> <GeometryDrawing x:Key="Radix.DividerHorizontal" Brush="#FF000000" Geometry="M0,0.7273 C0,0.3256 0.3256,0 0.7273,0 L15.27,0 C15.67,0 16,0.3256 16,0.7273 C16,1.129 15.67,1.455 15.27,1.455 L0.7273,1.455 C0.3256,1.455 0,1.129 0,0.7273 z"/> <GeometryDrawing x:Key="Radix.DividerVertical" Brush="#FF000000" Geometry="M0.7273,0 C1.129,0 1.455,0.3256 1.455,0.7273 L1.455,15.27 C1.455,15.67 1.129,16 0.7273,16 C0.3256,16 0,15.67 0,15.27 L0,0.7273 C0,0.3256 0.3256,0 0.7273,0 z"/> <GeometryDrawing x:Key="Radix.Dot" Brush="#FF000000" Geometry="M8,12.95 C10.74,12.95 12.95,10.74 12.95,8 C12.95,5.265 10.74,3.048 8,3.048 C5.265,3.048 3.048,5.265 3.048,8 C3.048,10.74 5.265,12.95 8,12.95 z M8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,0 8,0 C3.582,0 0,3.582 0,8 C0,12.42 3.582,16 8,16 z"/> <GeometryDrawing x:Key="Radix.DotFilled" Brush="#FF000000" Geometry="M16,8 C16,12.42 12.42,16 8,16 C3.582,16 0,12.42 0,8 C0,3.582 3.582,0 8,0 C12.42,0 16,3.582 16,8 z"/> <GeometryDrawing x:Key="Radix.DotsHorizontal" Brush="#FF000000" Geometry="M2.939,1.469 C2.939,2.281 2.281,2.939 1.469,2.939 C0.6579,2.939 0,2.281 0,1.469 C0,0.6579 0.6579,0 1.469,0 C2.281,0 2.939,0.6579 2.939,1.469 z M9.469,1.469 C9.469,2.281 8.812,2.939 8,2.939 C7.188,2.939 6.531,2.281 6.531,1.469 C6.531,0.6579 7.188,0 8,0 C8.812,0 9.469,0.6579 9.469,1.469 z M14.53,2.939 C15.34,2.939 16,2.281 16,1.469 C16,0.6579 15.34,0 14.53,0 C13.72,0 13.06,0.6579 13.06,1.469 C13.06,2.281 13.72,2.939 14.53,2.939 z"/> <GeometryDrawing x:Key="Radix.DotSolid" Brush="#FF000000" Geometry="M16,8 C16,12.42 12.42,16 8,16 C3.582,16 0,12.42 0,8 C0,3.582 3.582,0 8,0 C12.42,0 16,3.582 16,8 z"/> <GeometryDrawing x:Key="Radix.DotsVertical" Brush="#FF000000" Geometry="M2.939,1.469 C2.939,2.281 2.281,2.939 1.469,2.939 C0.6579,2.939 0,2.281 0,1.469 C0,0.6579 0.6579,0 1.469,0 C2.281,0 2.939,0.6579 2.939,1.469 z M2.939,8 C2.939,8.812 2.281,9.469 1.469,9.469 C0.6579,9.469 0,8.812 0,8 C0,7.188 0.6579,6.531 1.469,6.531 C2.281,6.531 2.939,7.188 2.939,8 z M1.469,16 C2.281,16 2.939,15.34 2.939,14.53 C2.939,13.72 2.281,13.06 1.469,13.06 C0.6579,13.06 0,13.72 0,14.53 C0,15.34 0.6579,16 1.469,16 z"/> <GeometryDrawing x:Key="Radix.DoubleArrowDown" Brush="#FF000000" Geometry="M1.242,0.213 C0.9575,-0.07101 0.497,-0.07101 0.213,0.213 C-0.07101,0.497 -0.07101,0.9575 0.213,1.242 L6.031,7.06 C6.315,7.344 6.776,7.344 7.06,7.06 L12.88,1.242 C13.16,0.9575 13.16,0.497 12.88,0.213 C12.59,-0.07101 12.13,-0.07101 11.85,0.213 L6.545,5.517 L1.242,0.213 z M1.242,8.94 C0.9575,8.656 0.497,8.656 0.213,8.94 C-0.07101,9.224 -0.07101,9.685 0.213,9.969 L6.031,15.79 C6.315,16.07 6.776,16.07 7.06,15.79 L12.88,9.969 C13.16,9.685 13.16,9.224 12.88,8.94 C12.59,8.656 12.13,8.656 11.85,8.94 L6.545,14.24 L1.242,8.94 z"/> <GeometryDrawing x:Key="Radix.DoubleArrowLeft" Brush="#FF000000" Geometry="M7.06,1.242 C7.344,0.9575 7.344,0.497 7.06,0.213 C6.776,-0.07101 6.315,-0.07101 6.031,0.213 L0.213,6.031 C-0.07101,6.315 -0.07101,6.776 0.213,7.06 L6.031,12.88 C6.315,13.16 6.776,13.16 7.06,12.88 C7.344,12.59 7.344,12.13 7.06,11.85 L1.756,6.545 L7.06,1.242 z M15.79,1.242 C16.07,0.9575 16.07,0.497 15.79,0.213 C15.5,-0.07101 15.04,-0.07101 14.76,0.213 L8.94,6.031 C8.656,6.315 8.656,6.776 8.94,7.06 L14.76,12.88 C15.04,13.16 15.5,13.16 15.79,12.88 C16.07,12.59 16.07,12.13 15.79,11.85 L10.48,6.545 L15.79,1.242 z"/> <GeometryDrawing x:Key="Radix.DoubleArrowRight" Brush="#FF000000" Geometry="M0.213,11.85 C-0.07101,12.13 -0.07101,12.59 0.213,12.88 C0.497,13.16 0.9575,13.16 1.242,12.88 L7.06,7.06 C7.344,6.776 7.344,6.315 7.06,6.031 L1.242,0.213 C0.9575,-0.07101 0.497,-0.07101 0.213,0.213 C-0.07101,0.497 -0.07101,0.9575 0.213,1.242 L5.517,6.545 L0.213,11.85 z M8.94,11.85 C8.656,12.13 8.656,12.59 8.94,12.88 C9.224,13.16 9.685,13.16 9.969,12.88 L15.79,7.06 C16.07,6.776 16.07,6.315 15.79,6.031 L9.969,0.213 C9.685,-0.07101 9.224,-0.07101 8.94,0.213 C8.656,0.497 8.656,0.9575 8.94,1.242 L14.24,6.545 L8.94,11.85 z"/> <GeometryDrawing x:Key="Radix.DoubleArrowUp" Brush="#FF000000" Geometry="M11.85,7.06 C12.13,7.344 12.59,7.344 12.88,7.06 C13.16,6.776 13.16,6.315 12.88,6.031 L7.06,0.213 C6.776,-0.07101 6.315,-0.07101 6.031,0.213 L0.213,6.031 C-0.07101,6.315 -0.07101,6.776 0.213,7.06 C0.497,7.344 0.9575,7.344 1.242,7.06 L6.545,1.756 L11.85,7.06 z M11.85,15.79 C12.13,16.07 12.59,16.07 12.88,15.79 C13.16,15.5 13.16,15.04 12.88,14.76 L7.06,8.94 C6.776,8.656 6.315,8.656 6.031,8.94 L0.213,14.76 C-0.07101,15.04 -0.07101,15.5 0.213,15.79 C0.497,16.07 0.9575,16.07 1.242,15.79 L6.545,10.48 L11.85,15.79 z"/> <GeometryDrawing x:Key="Radix.Download" Brush="#FF000000" Geometry="M6.795,8.416E-007 C7.102,8.416E-007 7.351,0.2489 7.351,0.556 L7.351,9.098 L10.11,6.34 C10.33,6.123 10.68,6.123 10.9,6.34 C11.11,6.558 11.11,6.91 10.9,7.127 L7.189,10.83 C6.971,11.05 6.619,11.05 6.402,10.83 L2.696,7.127 C2.479,6.91 2.479,6.558 2.696,6.34 C2.913,6.123 3.265,6.123 3.482,6.34 L6.239,9.098 L6.239,0.556 C6.239,0.2489 6.488,8.416E-007 6.795,8.416E-007 z M0.6178,11.06 C0.9589,11.06 1.236,11.33 1.236,11.68 L1.236,13.53 C1.236,14.21 1.786,14.76 2.467,14.76 L11.12,14.76 C11.8,14.76 12.36,14.21 12.36,13.53 L12.36,11.68 C12.36,11.33 12.63,11.06 12.97,11.06 C13.31,11.06 13.59,11.33 13.59,11.68 L13.59,13.53 C13.59,14.89 12.49,16 11.12,16 L2.467,16 C1.1,16 0,14.89 0,13.53 L0,11.68 C0,11.33 0.2766,11.06 0.6178,11.06 z"/> <GeometryDrawing x:Key="Radix.DragHandleDots1" Brush="#FF000000" Geometry="M0,0.8573 A0.8573,-0.8573 0 0 0 1.715,0.8573 A0.8573,-0.8573 0 0 0 0,0.8573 M0,3.715 A0.8573,-0.8573 0 0 0 1.715,3.715 A0.8573,-0.8573 0 0 0 0,3.715 M0,6.571 A0.8573,-0.8573 0 0 0 1.715,6.571 A0.8573,-0.8573 0 0 0 0,6.571 M0,9.429 A0.8573,-0.8573 0 0 0 1.715,9.429 A0.8573,-0.8573 0 0 0 0,9.429 M0,12.29 A0.8573,-0.8573 0 0 0 1.715,12.29 A0.8573,-0.8573 0 0 0 0,12.29 M0,15.14 A0.8573,-0.8573 0 0 0 1.715,15.14 A0.8573,-0.8573 0 0 0 0,15.14 M2.858,0.8573 A0.8573,-0.8573 0 0 0 4.572,0.8573 A0.8573,-0.8573 0 0 0 2.858,0.8573 M2.858,3.715 A0.8573,-0.8573 0 0 0 4.572,3.715 A0.8573,-0.8573 0 0 0 2.858,3.715 M2.858,6.571 A0.8573,-0.8573 0 0 0 4.572,6.571 A0.8573,-0.8573 0 0 0 2.858,6.571 M2.858,9.429 A0.8573,-0.8573 0 0 0 4.572,9.429 A0.8573,-0.8573 0 0 0 2.858,9.429 M2.858,12.29 A0.8573,-0.8573 0 0 0 4.572,12.29 A0.8573,-0.8573 0 0 0 2.858,12.29 M2.858,15.14 A0.8573,-0.8573 0 0 0 4.572,15.14 A0.8573,-0.8573 0 0 0 2.858,15.14 M5.714,0.8573 A0.8573,-0.8573 0 0 0 7.428,0.8573 A0.8573,-0.8573 0 0 0 5.714,0.8573 M5.714,3.715 A0.8573,-0.8573 0 0 0 7.428,3.715 A0.8573,-0.8573 0 0 0 5.714,3.715 M5.714,6.571 A0.8573,-0.8573 0 0 0 7.428,6.571 A0.8573,-0.8573 0 0 0 5.714,6.571 M5.714,9.429 A0.8573,-0.8573 0 0 0 7.428,9.429 A0.8573,-0.8573 0 0 0 5.714,9.429 M5.714,12.29 A0.8573,-0.8573 0 0 0 7.428,12.29 A0.8573,-0.8573 0 0 0 5.714,12.29 M5.714,15.14 A0.8573,-0.8573 0 0 0 7.428,15.14 A0.8573,-0.8573 0 0 0 5.714,15.14 M8.572,0.8573 A0.8573,-0.8573 0 0 0 10.29,0.8573 A0.8573,-0.8573 0 0 0 8.572,0.8573 M8.572,3.715 A0.8573,-0.8573 0 0 0 10.29,3.715 A0.8573,-0.8573 0 0 0 8.572,3.715 M8.572,6.571 A0.8573,-0.8573 0 0 0 10.29,6.571 A0.8573,-0.8573 0 0 0 8.572,6.571 M8.572,9.429 A0.8573,-0.8573 0 0 0 10.29,9.429 A0.8573,-0.8573 0 0 0 8.572,9.429 M8.572,12.29 A0.8573,-0.8573 0 0 0 10.29,12.29 A0.8573,-0.8573 0 0 0 8.572,12.29 M8.572,15.14 A0.8573,-0.8573 0 0 0 10.29,15.14 A0.8573,-0.8573 0 0 0 8.572,15.14"/> <GeometryDrawing x:Key="Radix.DragHandleDots2" Brush="#FF000000" Geometry="M1.756,3.512 C2.726,3.512 3.512,2.726 3.512,1.756 C3.512,0.7862 2.726,0 1.756,0 C0.7862,0 0,0.7862 0,1.756 C0,2.726 0.7862,3.512 1.756,3.512 z M8,3.512 C8.97,3.512 9.756,2.726 9.756,1.756 C9.756,0.7862 8.97,0 8,0 C7.03,0 6.244,0.7862 6.244,1.756 C6.244,2.726 7.03,3.512 8,3.512 z M9.756,8 C9.756,8.97 8.97,9.756 8,9.756 C7.03,9.756 6.244,8.97 6.244,8 C6.244,7.03 7.03,6.244 8,6.244 C8.97,6.244 9.756,7.03 9.756,8 z M1.756,9.756 C2.726,9.756 3.512,8.97 3.512,8 C3.512,7.03 2.726,6.244 1.756,6.244 C0.7862,6.244 0,7.03 0,8 C0,8.97 0.7862,9.756 1.756,9.756 z M9.756,14.24 C9.756,15.21 8.97,16 8,16 C7.03,16 6.244,15.21 6.244,14.24 C6.244,13.27 7.03,12.49 8,12.49 C8.97,12.49 9.756,13.27 9.756,14.24 z M1.756,16 C2.726,16 3.512,15.21 3.512,14.24 C3.512,13.27 2.726,12.49 1.756,12.49 C0.7862,12.49 0,13.27 0,14.24 C0,15.21 0.7862,16 1.756,16 z"/> <GeometryDrawing x:Key="Radix.DragHandleHorizontal" Brush="#FF000000" Geometry="M0.5926,-2.423E-007 C0.2653,-2.423E-007 4.024E-008,0.2653 4.024E-008,0.5926 C4.024E-008,0.9199 0.2653,1.185 0.5926,1.185 L15.41,1.185 C15.73,1.185 16,0.9199 16,0.5926 C16,0.2653 15.73,-2.423E-007 15.41,-2.423E-007 L0.5926,-2.423E-007 z M0.5926,2.963 C0.2653,2.963 4.024E-008,3.228 4.024E-008,3.556 C4.024E-008,3.883 0.2653,4.148 0.5926,4.148 L15.41,4.148 C15.73,4.148 16,3.883 16,3.556 C16,3.228 15.73,2.963 15.41,2.963 L0.5926,2.963 z M4.024E-008,6.519 C4.024E-008,6.191 0.2653,5.926 0.5926,5.926 L15.41,5.926 C15.73,5.926 16,6.191 16,6.519 C16,6.846 15.73,7.111 15.41,7.111 L0.5926,7.111 C0.2653,7.111 4.024E-008,6.846 4.024E-008,6.519 z M0.5926,8.889 C0.2653,8.889 4.024E-008,9.154 4.024E-008,9.481 C4.024E-008,9.809 0.2653,10.07 0.5926,10.07 L15.41,10.07 C15.73,10.07 16,9.809 16,9.481 C16,9.154 15.73,8.889 15.41,8.889 L0.5926,8.889 z"/> <GeometryDrawing x:Key="Radix.DragHandleVertical" Brush="#FF000000" Geometry="M-2.423E-007,15.41 C-2.423E-007,15.73 0.2653,16 0.5926,16 C0.9199,16 1.185,15.73 1.185,15.41 L1.185,0.5926 C1.185,0.2653 0.9199,1.506E-05 0.5926,1.506E-05 C0.2653,1.506E-05 -2.423E-007,0.2653 -2.423E-007,0.5926 L-2.423E-007,15.41 z M2.963,15.41 C2.963,15.73 3.228,16 3.556,16 C3.883,16 4.148,15.73 4.148,15.41 L4.148,0.5926 C4.148,0.2653 3.883,1.506E-05 3.556,1.506E-05 C3.228,1.506E-05 2.963,0.2653 2.963,0.5926 L2.963,15.41 z M6.519,16 C6.191,16 5.926,15.73 5.926,15.41 L5.926,0.5926 C5.926,0.2653 6.191,2.423E-007 6.519,2.423E-007 C6.846,2.423E-007 7.111,0.2653 7.111,0.5926 L7.111,15.41 C7.111,15.73 6.846,16 6.519,16 z M8.889,15.41 C8.889,15.73 9.154,16 9.482,16 C9.809,16 10.07,15.73 10.07,15.41 L10.07,0.5926 C10.07,0.2653 9.809,2.423E-007 9.482,2.423E-007 C9.154,2.423E-007 8.889,0.2653 8.889,0.5926 L8.889,15.41 z"/> <GeometryDrawing x:Key="Radix.DrawingPin" Brush="#FF000000" Geometry="M10.81,0.2066 C10.53,-0.06887 10.08,-0.06887 9.808,0.2066 C9.533,0.4821 9.533,0.9287 9.808,1.204 L10.73,2.125 L3.889,7.256 L2.326,5.693 C2.051,5.418 1.604,5.418 1.329,5.693 C1.053,5.969 1.053,6.415 1.329,6.691 L3.324,8.686 L4.82,10.18 L0.2066,14.8 C-0.06887,15.07 -0.06887,15.52 0.2066,15.79 C0.4821,16.07 0.9287,16.07 1.204,15.79 L5.818,11.18 L7.314,12.68 L9.309,14.67 C9.585,14.95 10.03,14.95 10.31,14.67 C10.58,14.4 10.58,13.95 10.31,13.67 L8.744,12.11 L13.87,5.271 L14.8,6.192 C15.07,6.467 15.52,6.467 15.79,6.192 C16.07,5.916 16.07,5.47 15.79,5.194 L14.3,3.698 L12.3,1.703 L10.81,0.2066 z M4.897,8.263 L11.74,3.133 L12.87,4.263 L7.737,11.1 L4.897,8.263 z"/> <GeometryDrawing x:Key="Radix.DrawingPinFilled" Brush="#FF000000" Geometry="M9.808,0.2066 C10.08,-0.06887 10.53,-0.06887 10.81,0.2066 L12.3,1.703 L14.3,3.698 L15.79,5.194 C16.07,5.47 16.07,5.916 15.79,6.192 C15.52,6.467 15.07,6.467 14.8,6.192 L13.87,5.271 L8.744,12.11 L10.31,13.67 C10.58,13.95 10.58,14.4 10.31,14.67 C10.03,14.95 9.585,14.95 9.309,14.67 L7.314,12.68 L5.818,11.18 L1.204,15.79 C0.9287,16.07 0.4821,16.07 0.2066,15.79 C-0.06887,15.52 -0.06887,15.07 0.2066,14.8 L4.82,10.18 L3.324,8.686 L1.329,6.691 C1.053,6.415 1.053,5.969 1.329,5.693 C1.604,5.418 2.051,5.418 2.326,5.693 L3.889,7.256 L10.73,2.125 L9.808,1.204 C9.533,0.9287 9.533,0.4821 9.808,0.2066 z M9.808,0.2066 C10.08,-0.06887 10.53,-0.06887 10.81,0.2066 L12.3,1.703 L14.3,3.698 L15.79,5.194 C16.07,5.47 16.07,5.916 15.79,6.192 C15.52,6.467 15.07,6.467 14.8,6.192 L13.87,5.271 L8.744,12.11 L10.31,13.67 C10.58,13.95 10.58,14.4 10.31,14.67 C10.03,14.95 9.585,14.95 9.309,14.67 L7.314,12.68 L5.818,11.18 L1.204,15.79 C0.9287,16.07 0.4821,16.07 0.2066,15.79 C-0.06887,15.52 -0.06887,15.07 0.2066,14.8 L4.82,10.18 L3.324,8.686 L1.329,6.691 C1.053,6.415 1.053,5.969 1.329,5.693 C1.604,5.418 2.051,5.418 2.326,5.693 L3.889,7.256 L10.73,2.125 L9.808,1.204 C9.533,0.9287 9.533,0.4821 9.808,0.2066 z"/> <GeometryDrawing x:Key="Radix.DrawingPinSolid" Brush="#FF000000" Geometry="M9.808,0.2066 C10.08,-0.06887 10.53,-0.06887 10.81,0.2066 L12.3,1.703 L14.3,3.698 L15.79,5.194 C16.07,5.47 16.07,5.916 15.79,6.192 C15.52,6.467 15.07,6.467 14.8,6.192 L13.87,5.271 L8.744,12.11 L10.31,13.67 C10.58,13.95 10.58,14.4 10.31,14.67 C10.03,14.95 9.585,14.95 9.309,14.67 L7.314,12.68 L5.818,11.18 L1.204,15.79 C0.9287,16.07 0.4821,16.07 0.2066,15.79 C-0.06887,15.52 -0.06887,15.07 0.2066,14.8 L4.82,10.18 L3.324,8.686 L1.329,6.691 C1.053,6.415 1.053,5.969 1.329,5.693 C1.604,5.418 2.051,5.418 2.326,5.693 L3.889,7.256 L10.73,2.125 L9.808,1.204 C9.533,0.9287 9.533,0.4821 9.808,0.2066 z M9.808,0.2066 C10.08,-0.06887 10.53,-0.06887 10.81,0.2066 L12.3,1.703 L14.3,3.698 L15.79,5.194 C16.07,5.47 16.07,5.916 15.79,6.192 C15.52,6.467 15.07,6.467 14.8,6.192 L13.87,5.271 L8.744,12.11 L10.31,13.67 C10.58,13.95 10.58,14.4 10.31,14.67 C10.03,14.95 9.585,14.95 9.309,14.67 L7.314,12.68 L5.818,11.18 L1.204,15.79 C0.9287,16.07 0.4821,16.07 0.2066,15.79 C-0.06887,15.52 -0.06887,15.07 0.2066,14.8 L4.82,10.18 L3.324,8.686 L1.329,6.691 C1.053,6.415 1.053,5.969 1.329,5.693 C1.604,5.418 2.051,5.418 2.326,5.693 L3.889,7.256 L10.73,2.125 L9.808,1.204 C9.533,0.9287 9.533,0.4821 9.808,0.2066 z"/> <GeometryDrawing x:Key="Radix.DropdownMenu" Brush="#FF000000" Geometry="M8.054,-1.757E-007 C7.816,-1.757E-007 7.624,0.1923 7.624,0.4295 C7.624,0.6667 7.816,0.8591 8.054,0.8591 L15.57,0.8591 C15.81,0.8591 16,0.6667 16,0.4295 C16,0.1923 15.81,-1.757E-007 15.57,-1.757E-007 L8.054,-1.757E-007 z M8.054,2.148 C7.816,2.148 7.624,2.34 7.624,2.577 C7.624,2.814 7.816,3.007 8.054,3.007 L15.57,3.007 C15.81,3.007 16,2.814 16,2.577 C16,2.34 15.81,2.148 15.57,2.148 L8.054,2.148 z M7.624,4.725 C7.624,4.488 7.816,4.295 8.054,4.295 L15.57,4.295 C15.81,4.295 16,4.488 16,4.725 C16,4.962 15.81,5.154 15.57,5.154 L8.054,5.154 C7.816,5.154 7.624,4.962 7.624,4.725 z M8.054,6.443 C7.816,6.443 7.624,6.635 7.624,6.873 C7.624,7.11 7.816,7.302 8.054,7.302 L15.57,7.302 C15.81,7.302 16,7.11 16,6.873 C16,6.635 15.81,6.443 15.57,6.443 L8.054,6.443 z M7.624,9.02 C7.624,8.783 7.816,8.591 8.054,8.591 L15.57,8.591 C15.81,8.591 16,8.783 16,9.02 C16,9.257 15.81,9.45 15.57,9.45 L8.054,9.45 C7.816,9.45 7.624,9.257 7.624,9.02 z M2.685,6.604 L5.369,3.114 L0,3.114 L2.685,6.604 z"/> <GeometryDrawing x:Key="Radix.Enter" Brush="#FF000000" Geometry="M5.538,0 C5.199,0 4.923,0.2755 4.923,0.6154 C4.923,0.9552 5.199,1.231 5.538,1.231 L14.77,1.231 L14.77,14.77 L5.538,14.77 C5.199,14.77 4.923,15.04 4.923,15.38 C4.923,15.72 5.199,16 5.538,16 L14.77,16 C15.45,16 16,15.45 16,14.77 L16,1.231 C16,0.551 15.45,0 14.77,0 L5.538,0 z M8.127,4.796 C7.887,4.555 7.497,4.555 7.257,4.796 C7.017,5.036 7.017,5.426 7.257,5.666 L8.976,7.385 L0.6154,7.385 C0.2755,7.385 0,7.66 0,8 C0,8.34 0.2755,8.615 0.6154,8.615 L8.976,8.615 L7.257,10.33 C7.017,10.57 7.017,10.96 7.257,11.2 C7.497,11.44 7.887,11.44 8.127,11.2 L10.9,8.435 C11.14,8.195 11.14,7.805 10.9,7.565 L8.127,4.796 z"/> <GeometryDrawing x:Key="Radix.EnterFullScreen" Brush="#FF000000" Geometry="M0,0.7273 C0,0.3256 0.3256,0 0.7273,0 L5.091,0 C5.493,0 5.818,0.3256 5.818,0.7273 C5.818,1.129 5.493,1.455 5.091,1.455 L1.455,1.455 L1.455,5.091 C1.455,5.493 1.129,5.818 0.7273,5.818 C0.3256,5.818 0,5.493 0,5.091 L0,0.7273 z M10.18,0.7273 C10.18,0.3256 10.51,0 10.91,0 L15.27,0 C15.67,0 16,0.3256 16,0.7273 L16,5.091 C16,5.493 15.67,5.818 15.27,5.818 C14.87,5.818 14.55,5.493 14.55,5.091 L14.55,1.455 L10.91,1.455 C10.51,1.455 10.18,1.129 10.18,0.7273 z M0.7273,10.18 C1.129,10.18 1.455,10.51 1.455,10.91 L1.455,14.55 L5.091,14.55 C5.493,14.55 5.818,14.87 5.818,15.27 C5.818,15.67 5.493,16 5.091,16 L0.7273,16 C0.3256,16 0,15.67 0,15.27 L0,10.91 C0,10.51 0.3256,10.18 0.7273,10.18 z M15.27,10.18 C15.67,10.18 16,10.51 16,10.91 L16,15.27 C16,15.67 15.67,16 15.27,16 L10.91,16 C10.51,16 10.18,15.67 10.18,15.27 C10.18,14.87 10.51,14.55 10.91,14.55 L14.55,14.55 L14.55,10.91 C14.55,10.51 14.87,10.18 15.27,10.18 z"/> <GeometryDrawing x:Key="Radix.EnvelopeClosed" Brush="#FF000000" Geometry="M1.067,0 C0.4776,0 0,0.4776 0,1.067 L0,10.67 C0,11.26 0.4776,11.73 1.067,11.73 L14.93,11.73 C15.52,11.73 16,11.26 16,10.67 L16,1.067 C16,0.4776 15.52,0 14.93,0 L1.067,0 z M1.067,1.067 L14.93,1.067 L14.93,2.053 C14.85,2.053 14.76,2.077 14.68,2.128 L8,6.365 L1.324,2.128 C1.244,2.077 1.155,2.053 1.067,2.053 L1.067,1.067 z M1.067,3.102 L1.067,10.67 L14.93,10.67 L14.93,3.102 L8.257,7.339 C8.1,7.438 7.9,7.438 7.743,7.339 L1.067,3.102 z"/> <GeometryDrawing x:Key="Radix.EnvelopeOpen" Brush="#FF000000" Geometry="M8.477,0.1126 C8.177,-0.03754 7.823,-0.03754 7.523,0.1126 L0.5896,3.579 C0.2283,3.76 0,4.129 0,4.533 L0,12.74 C0,13.33 0.4776,13.8 1.067,13.8 L14.93,13.8 C15.52,13.8 16,13.33 16,12.74 L16,4.533 C16,4.129 15.77,3.76 15.41,3.579 L8.477,0.1126 z M14.47,4.303 L8,1.067 L1.526,4.303 L8,7.714 L14.47,4.303 z M1.067,5.146 L1.067,12.74 L14.93,12.74 L14.93,5.146 L8.224,8.682 C8.084,8.756 7.916,8.756 7.776,8.682 L1.067,5.146 z"/> <GeometryDrawing x:Key="Radix.ExclamationTriangle" Brush="#FF000000" Geometry="M9.008,0.573 C8.553,-0.191 7.447,-0.191 6.992,0.573 L0.1673,12.02 C-0.2991,12.81 0.2648,13.8 1.176,13.8 L14.82,13.8 C15.74,13.8 16.3,12.81 15.83,12.02 L9.008,0.573 z M7.908,1.119 C7.95,1.05 8.05,1.05 8.092,1.119 L14.92,12.57 C14.96,12.64 14.91,12.73 14.82,12.73 L1.176,12.73 C1.093,12.73 1.042,12.64 1.084,12.57 L7.908,1.119 z M7.282,4.711 C7.266,4.304 7.592,3.965 8,3.965 C8.408,3.965 8.734,4.304 8.718,4.711 L8.554,8.981 C8.543,9.279 8.298,9.515 8,9.515 C7.702,9.515 7.457,9.279 7.446,8.981 L7.282,4.711 z M8.8,11.1 C8.8,11.55 8.442,11.9 8,11.9 C7.558,11.9 7.199,11.55 7.199,11.1 C7.199,10.66 7.558,10.3 8,10.3 C8.442,10.3 8.8,10.66 8.8,11.1 z"/> <GeometryDrawing x:Key="Radix.Exit" Brush="#FF000000" Geometry="M1.231,0 C0.551,0 0,0.551 0,1.231 L0,14.77 C0,15.45 0.551,16 1.231,16 L10.46,16 C10.8,16 11.08,15.72 11.08,15.38 C11.08,15.04 10.8,14.77 10.46,14.77 L1.231,14.77 L1.231,1.231 L10.46,1.231 C10.8,1.231 11.08,0.9552 11.08,0.6154 C11.08,0.2755 10.8,0 10.46,0 L1.231,0 z M13.05,4.796 C12.81,4.555 12.42,4.555 12.18,4.796 C11.94,5.036 11.94,5.426 12.18,5.666 L13.9,7.385 L5.538,7.385 C5.199,7.385 4.923,7.66 4.923,8 C4.923,8.34 5.199,8.615 5.538,8.615 L13.9,8.615 L12.18,10.33 C11.94,10.57 11.94,10.96 12.18,11.2 C12.42,11.44 12.81,11.44 13.05,11.2 L15.82,8.435 C16.06,8.195 16.06,7.805 15.82,7.565 L13.05,4.796 z"/> <GeometryDrawing x:Key="Radix.ExitFullScreen" Brush="#FF000000" Geometry="M5.091,0 C5.493,0 5.818,0.3256 5.818,0.7273 L5.818,5.091 C5.818,5.493 5.493,5.818 5.091,5.818 L0.7273,5.818 C0.3256,5.818 0,5.493 0,5.091 C0,4.689 0.3256,4.364 0.7273,4.364 L4.364,4.364 L4.364,0.7273 C4.364,0.3256 4.689,0 5.091,0 z M10.91,0 C11.31,0 11.64,0.3256 11.64,0.7273 L11.64,4.364 L15.27,4.364 C15.67,4.364 16,4.689 16,5.091 C16,5.493 15.67,5.818 15.27,5.818 L10.91,5.818 C10.51,5.818 10.18,5.493 10.18,5.091 L10.18,0.7273 C10.18,0.3256 10.51,0 10.91,0 z M0,10.91 C0,10.51 0.3256,10.18 0.7273,10.18 L5.091,10.18 C5.493,10.18 5.818,10.51 5.818,10.91 L5.818,15.27 C5.818,15.67 5.493,16 5.091,16 C4.689,16 4.364,15.67 4.364,15.27 L4.364,11.64 L0.7273,11.64 C0.3256,11.64 0,11.31 0,10.91 z M10.18,10.91 C10.18,10.51 10.51,10.18 10.91,10.18 L15.27,10.18 C15.67,10.18 16,10.51 16,10.91 C16,11.31 15.67,11.64 15.27,11.64 L11.64,11.64 L11.64,15.27 C11.64,15.67 11.31,16 10.91,16 C10.51,16 10.18,15.67 10.18,15.27 L10.18,10.91 z"/> <GeometryDrawing x:Key="Radix.ExternalLink" Brush="#FF000000" Geometry="M1.455,0 C0.6512,0 0,0.6512 0,1.455 L0,14.55 C0,15.35 0.6512,16 1.455,16 L14.55,16 C15.35,16 16,15.35 16,14.55 L16,9.455 C16,9.053 15.67,8.727 15.27,8.727 C14.87,8.727 14.55,9.053 14.55,9.455 L14.55,14.55 L1.455,14.55 L1.455,1.455 L6.545,1.455 C6.947,1.455 7.273,1.129 7.273,0.7273 C7.273,0.3256 6.947,0 6.545,0 L1.455,0 z M15.79,0.213 C15.86,0.2827 15.91,0.3631 15.94,0.4489 C15.98,0.5334 16,0.6259 16,0.7229 L16,0.7273 L16,0.728 L16,5.091 C16,5.493 15.67,5.818 15.27,5.818 C14.87,5.818 14.55,5.493 14.55,5.091 L14.55,2.483 L7.06,9.969 C6.776,10.25 6.315,10.25 6.031,9.969 C5.747,9.685 5.747,9.224 6.031,8.94 L13.52,1.455 L10.91,1.455 C10.51,1.455 10.18,1.129 10.18,0.7273 C10.18,0.3256 10.51,0 10.91,0 L15.27,0 L15.27,0 C15.37,0 15.47,0.01962 15.55,0.05519 C15.64,0.09068 15.72,0.1433 15.79,0.213 z"/> <GeometryDrawing x:Key="Radix.EyeClosed" Brush="#FF000000" Geometry="M15.75,0.08114 C16,0.2373 16.07,0.5663 15.92,0.8161 C15.45,1.565 14.89,2.247 14.26,2.841 L15.54,4.122 C15.75,4.33 15.75,4.668 15.54,4.876 C15.33,5.084 15,5.084 14.79,4.876 L13.44,3.529 C12.59,4.163 11.64,4.653 10.6,4.961 L11.08,6.75 C11.15,7.034 10.98,7.327 10.7,7.403 C10.41,7.479 10.12,7.31 10.04,7.026 L9.556,5.203 C9.053,5.289 8.534,5.333 8,5.333 C7.466,5.333 6.947,5.289 6.444,5.203 L5.955,7.026 C5.879,7.31 5.587,7.479 5.302,7.403 C5.017,7.327 4.849,7.034 4.925,6.75 L5.404,4.961 C4.364,4.653 3.408,4.163 2.559,3.529 L1.212,4.876 C1.003,5.084 0.6657,5.084 0.4574,4.876 C0.2491,4.668 0.2491,4.33 0.4574,4.122 L1.738,2.841 C1.106,2.247 0.5495,1.565 0.08114,0.8161 C-0.07497,0.5663 0.0009585,0.2373 0.2507,0.08114 C0.5005,-0.07497 0.8296,0.0009557 0.9857,0.2507 C1.497,1.069 2.122,1.793 2.84,2.392 C2.851,2.401 2.863,2.41 2.874,2.42 C4.276,3.579 6.032,4.267 8,4.267 C10.99,4.267 13.5,2.674 15.01,0.2507 C15.17,0.0009557 15.5,-0.07497 15.75,0.08114 z"/> <GeometryDrawing x:Key="Radix.EyeNone" Brush="#FF000000" Geometry="M14.24,0.9105 C14.45,0.7022 14.45,0.3645 14.24,0.1562 C14.04,-0.05207 13.7,-0.05207 13.49,0.1562 L11.4,2.251 C10.35,1.831 9.213,1.6 8,1.6 C4.595,1.6 1.767,3.42 0.08107,6.117 C-0.02702,6.29 -0.02702,6.51 0.08107,6.683 C0.9631,8.094 2.158,9.265 3.585,10.06 L1.756,11.89 C1.548,12.1 1.548,12.44 1.756,12.64 C1.964,12.85 2.302,12.85 2.51,12.64 L4.605,10.55 C5.646,10.97 6.787,11.2 8,11.2 C11.4,11.2 14.23,9.38 15.92,6.683 C16.03,6.51 16.03,6.29 15.92,6.117 C15.04,4.706 13.84,3.535 12.42,2.739 L14.24,0.9105 z M10.56,3.081 C9.764,2.812 8.904,2.667 8,2.667 C5.123,2.667 2.698,4.137 1.169,6.4 C1.998,7.626 3.089,8.62 4.373,9.273 L10.56,3.081 z M5.435,9.719 L11.63,3.527 C12.91,4.18 14,5.174 14.83,6.4 C13.3,8.663 10.88,10.13 8,10.13 C7.096,10.13 6.236,9.988 5.435,9.719 z"/> <GeometryDrawing x:Key="Radix.EyeOpen" Brush="#FF000000" Geometry="M8,8.533 C5.123,8.533 2.698,7.063 1.169,4.8 C2.698,2.537 5.123,1.067 8,1.067 C10.88,1.067 13.3,2.537 14.83,4.8 C13.3,7.063 10.88,8.533 8,8.533 z M8,0 C4.595,0 1.767,1.82 0.08107,4.517 C-0.02702,4.69 -0.02702,4.91 0.08107,5.083 C1.767,7.78 4.595,9.6 8,9.6 C11.4,9.6 14.23,7.78 15.92,5.083 C16.03,4.91 16.03,4.69 15.92,4.517 C14.23,1.82 11.4,0 8,0 z M8,6.933 C9.178,6.933 10.13,5.978 10.13,4.8 C10.13,3.622 9.178,2.667 8,2.667 C6.822,2.667 5.867,3.622 5.867,4.8 C5.867,5.978 6.822,6.933 8,6.933 z"/> <GeometryDrawing x:Key="Radix.Face" Brush="#FF000000" Geometry="M8,-1.085E-007 C3.582,-1.085E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-1.085E-007 8,-1.085E-007 z M1.148,8 C1.148,4.215 4.215,1.148 8,1.148 C11.78,1.148 14.85,4.215 14.85,8 C14.85,11.78 11.78,14.85 8,14.85 C4.215,14.85 1.148,11.78 1.148,8 z M5.026,10.07 C4.835,9.797 4.458,9.73 4.185,9.921 C3.911,10.11 3.844,10.49 4.035,10.76 C4.907,12.01 6.358,12.83 8,12.83 C9.643,12.83 11.09,12.01 11.97,10.76 C12.16,10.49 12.09,10.11 11.82,9.921 C11.54,9.73 11.17,9.797 10.97,10.07 C10.32,11.01 9.231,11.62 8,11.62 C6.769,11.62 5.681,11.01 5.026,10.07 z M5.433,7.215 C6.017,7.215 6.49,6.742 6.49,6.158 C6.49,5.575 6.017,5.101 5.433,5.101 C4.85,5.101 4.376,5.575 4.376,6.158 C4.376,6.742 4.85,7.215 5.433,7.215 z M11.62,6.158 C11.62,6.742 11.15,7.215 10.57,7.215 C9.983,7.215 9.51,6.742 9.51,6.158 C9.51,5.575 9.983,5.101 10.57,5.101 C11.15,5.101 11.62,5.575 11.62,6.158 z"/> <GeometryDrawing x:Key="Radix.FigmaLogo" Brush="#FF000000" Geometry="M4.918,1.245 L3.082,1.245 C2.067,1.245 1.245,2.067 1.245,3.082 C1.245,4.096 2.067,4.918 3.082,4.918 L4.918,4.918 L4.918,1.245 z M4.918,8.481E-007 L6.163,8.481E-007 L8,8.481E-007 C9.702,8.481E-007 11.08,1.38 11.08,3.082 C11.08,4.086 10.6,4.978 9.858,5.541 C10.6,6.103 11.08,6.996 11.08,8 C11.08,9.702 9.702,11.08 8,11.08 C7.312,11.08 6.676,10.86 6.163,10.47 L6.163,11.08 L6.163,12.92 C6.163,14.62 4.784,16 3.082,16 C1.38,16 3.420E-008,14.62 3.420E-008,12.92 C3.420E-008,11.91 0.4805,11.02 1.224,10.46 C0.4805,9.897 3.420E-008,9.004 3.420E-008,8 C3.420E-008,6.996 0.4805,6.103 1.224,5.541 C0.4805,4.978 3.420E-008,4.086 3.420E-008,3.082 C3.420E-008,1.38 1.38,8.481E-007 3.082,8.481E-007 L4.918,8.481E-007 z M6.163,1.245 L6.163,4.918 L8,4.918 C9.014,4.918 9.837,4.096 9.837,3.082 C9.837,2.067 9.014,1.245 8,1.245 L6.163,1.245 z M3.082,9.837 L4.918,9.837 L4.918,8.005 L4.918,8 L4.918,7.995 L4.918,6.163 L3.082,6.163 C2.067,6.163 1.245,6.986 1.245,8 C1.245,9.012 2.063,9.833 3.074,9.837 L3.082,9.837 z M1.245,12.92 C1.245,11.91 2.063,11.09 3.074,11.08 L3.082,11.08 L4.918,11.08 L4.918,12.92 C4.918,13.93 4.096,14.75 3.082,14.75 C2.067,14.75 1.245,13.93 1.245,12.92 z M6.163,7.996 C6.165,6.984 6.987,6.163 8,6.163 C9.014,6.163 9.837,6.986 9.837,8 C9.837,9.014 9.014,9.837 8,9.837 C6.987,9.837 6.165,9.016 6.163,8.004 L6.163,7.996 z"/> <GeometryDrawing x:Key="Radix.File" Brush="#FF000000" Geometry="M1.846,1.231 C1.506,1.231 1.231,1.506 1.231,1.846 L1.231,14.15 C1.231,14.49 1.506,14.77 1.846,14.77 L11.69,14.77 C12.03,14.77 12.31,14.49 12.31,14.15 L12.31,6.154 L8,6.154 C7.66,6.154 7.385,5.878 7.385,5.538 L7.385,1.231 L1.846,1.231 z M8.615,2.101 L11.44,4.923 L8.615,4.923 L8.615,2.101 z M0,1.846 C0,0.8265 0.8265,0 1.846,0 L8,0 C8.163,0 8.32,0.06484 8.435,0.1802 L13.36,5.103 C13.47,5.219 13.54,5.375 13.54,5.538 L13.54,14.15 C13.54,15.17 12.71,16 11.69,16 L1.846,16 C0.8265,16 0,15.17 0,14.15 L0,1.846 z"/> <GeometryDrawing x:Key="Radix.FileMinus" Brush="#FF000000" Geometry="M1.231,1.846 C1.231,1.506 1.506,1.231 1.846,1.231 L8.976,1.231 L12.31,4.563 L12.31,14.15 C12.31,14.49 12.03,14.77 11.69,14.77 L1.846,14.77 C1.506,14.77 1.231,14.49 1.231,14.15 L1.231,1.846 z M1.846,0 C0.8265,0 0,0.8265 0,1.846 L0,14.15 C0,15.17 0.8265,16 1.846,16 L11.69,16 C12.71,16 13.54,15.17 13.54,14.15 L13.54,4.435 C13.54,4.19 13.44,3.956 13.27,3.782 L9.666,0.1802 C9.551,0.06484 9.394,0 9.231,0 L1.846,0 z M4,7.385 C3.66,7.385 3.385,7.66 3.385,8 C3.385,8.34 3.66,8.615 4,8.615 L9.538,8.615 C9.878,8.615 10.15,8.34 10.15,8 C10.15,7.66 9.878,7.385 9.538,7.385 L4,7.385 z"/> <GeometryDrawing x:Key="Radix.FilePlus" Brush="#FF000000" Geometry="M1.846,1.231 C1.506,1.231 1.231,1.506 1.231,1.846 L1.231,14.15 C1.231,14.49 1.506,14.77 1.846,14.77 L11.69,14.77 C12.03,14.77 12.31,14.49 12.31,14.15 L12.31,4.563 L8.976,1.231 L1.846,1.231 z M0,1.846 C0,0.8265 0.8265,0 1.846,0 L9.231,0 C9.394,0 9.551,0.06484 9.666,0.1802 L13.27,3.782 C13.44,3.956 13.54,4.19 13.54,4.435 L13.54,14.15 C13.54,15.17 12.71,16 11.69,16 L1.846,16 C0.8265,16 0,15.17 0,14.15 L0,1.846 z M3.385,8 C3.385,7.66 3.66,7.385 4,7.385 L6.154,7.385 L6.154,5.231 C6.154,4.891 6.429,4.615 6.769,4.615 C7.109,4.615 7.385,4.891 7.385,5.231 L7.385,7.385 L9.538,7.385 C9.878,7.385 10.15,7.66 10.15,8 C10.15,8.34 9.878,8.615 9.538,8.615 L7.385,8.615 L7.385,10.77 C7.385,11.11 7.109,11.38 6.769,11.38 C6.429,11.38 6.154,11.11 6.154,10.77 L6.154,8.615 L4,8.615 C3.66,8.615 3.385,8.34 3.385,8 z"/> <GeometryDrawing x:Key="Radix.FileText" Brush="#FF000000" Geometry="M1.231,1.846 C1.231,1.506 1.506,1.231 1.846,1.231 L8.721,1.231 C8.884,1.231 9.041,1.296 9.156,1.411 L12.13,4.382 C12.24,4.498 12.31,4.654 12.31,4.817 L12.31,14.15 C12.31,14.49 12.03,14.77 11.69,14.77 L1.846,14.77 C1.506,14.77 1.231,14.49 1.231,14.15 L1.231,1.846 z M1.846,0 C0.8265,0 0,0.8265 0,1.846 L0,14.15 C0,15.17 0.8265,16 1.846,16 L11.69,16 C12.71,16 13.54,15.17 13.54,14.15 L13.54,4.817 C13.54,4.328 13.34,3.858 13,3.512 L10.03,0.5407 C9.68,0.1945 9.211,0 8.721,0 L1.846,0 z M3.077,3.692 C2.737,3.692 2.462,3.968 2.462,4.308 C2.462,4.648 2.737,4.923 3.077,4.923 L6.769,4.923 C7.109,4.923 7.385,4.648 7.385,4.308 C7.385,3.968 7.109,3.692 6.769,3.692 L3.077,3.692 z M3.077,7.385 C2.737,7.385 2.462,7.66 2.462,8 C2.462,8.34 2.737,8.615 3.077,8.615 L10.46,8.615 C10.8,8.615 11.08,8.34 11.08,8 C11.08,7.66 10.8,7.385 10.46,7.385 L3.077,7.385 z M3.077,11.08 C2.737,11.08 2.462,11.35 2.462,11.69 C2.462,12.03 2.737,12.31 3.077,12.31 L10.46,12.31 C10.8,12.31 11.08,12.03 11.08,11.69 C11.08,11.35 10.8,11.08 10.46,11.08 L3.077,11.08 z"/> <GeometryDrawing x:Key="Radix.FontBold" Brush="#FF000000" Geometry="M1.965,16 C1.259,16 0.7531,15.84 0.4475,15.53 C0.1492,15.21 0,14.7 0,14.01 L0,1.986 C0,1.281 0.1528,0.7749 0.4584,0.4693 C0.7713,0.1564 1.273,0 1.965,0 C4.315,0 7.566,0 8.94,0 C10.91,0 12.54,1.745 12.54,3.884 C12.54,5.484 11.74,6.789 10.14,7.531 C12.21,7.908 13.36,10.01 13.36,11.52 C13.36,13.36 12.43,16 9.382,16 C8.493,16 4.313,16 1.965,16 z M7.785,8.895 L3.2,8.895 L3.2,13.57 L7.785,13.57 C8.711,13.57 10.01,12.66 10.01,11.2 C10.01,9.736 8.711,8.895 7.785,8.895 z M3.2,2.434 L3.2,6.57 L7.431,6.57 C8.069,6.57 9.382,5.972 9.382,4.444 C9.382,2.917 7.965,2.434 7.431,2.434 L3.2,2.434 z"/> <GeometryDrawing x:Key="Radix.FontFamily" Brush="#FF000000" Geometry="M0,3.62 C0,1.591 1.591,0 3.62,0 L14.48,0 C14.88,0 15.2,0.3241 15.2,0.724 C15.2,1.124 14.88,1.448 14.48,1.448 L8.966,1.448 L8.55,2.685 C8.237,3.616 7.81,4.882 7.357,6.223 C7.244,6.559 7.128,6.899 7.013,7.24 L8.688,7.24 C9.088,7.24 9.412,7.564 9.412,7.964 C9.412,8.364 9.088,8.688 8.688,8.688 L6.522,8.688 C5.889,10.55 5.306,12.25 5.007,13.09 C4.541,14.39 3.92,15.18 3.138,15.61 C2.408,16 1.653,16 1.135,16 L1.086,16 C0.6461,16 0.2896,15.64 0.2896,15.2 C0.2896,14.76 0.6461,14.41 1.086,14.41 C1.653,14.41 2.032,14.39 2.38,14.21 C2.7,14.03 3.121,13.63 3.507,12.55 C3.775,11.8 4.277,10.34 4.839,8.688 L2.896,8.688 C2.496,8.688 2.172,8.364 2.172,7.964 C2.172,7.564 2.496,7.24 2.896,7.24 L5.331,7.24 C5.504,6.73 5.678,6.216 5.848,5.713 C6.301,4.373 6.728,3.108 7.041,2.177 L7.286,1.448 L3.62,1.448 C2.391,1.448 1.448,2.391 1.448,3.62 C1.448,4.02 1.124,4.344 0.724,4.344 C0.3241,4.344 0,4.02 0,3.62 z"/> <GeometryDrawing x:Key="Radix.FontItalic" Brush="#FF000000" Geometry="M3.146,0.809 C3.146,0.3622 3.508,-2.436E-007 3.955,-2.436E-007 L12.05,-2.436E-007 C12.49,-2.436E-007 12.85,0.3622 12.85,0.809 C12.85,1.256 12.49,1.618 12.05,1.618 L9.134,1.618 L5.943,14.38 L8.899,14.38 C9.346,14.38 9.708,14.74 9.708,15.19 C9.708,15.64 9.346,16 8.899,16 L0.809,16 C0.3622,16 3.424E-007,15.64 3.424E-007,15.19 C3.424E-007,14.74 0.3622,14.38 0.809,14.38 L3.72,14.38 L6.911,1.618 L3.955,1.618 C3.508,1.618 3.146,1.256 3.146,0.809 z"/> <GeometryDrawing x:Key="Radix.FontRoman" Brush="#FF000000" Geometry="M3.424E-007,0.809 C3.424E-007,0.3622 0.3622,-2.436E-007 0.809,-2.436E-007 L8.899,-2.436E-007 C9.346,-2.436E-007 9.708,0.3622 9.708,0.809 C9.708,1.256 9.346,1.618 8.899,1.618 L5.933,1.618 L5.933,14.38 L8.899,14.38 C9.346,14.38 9.708,14.74 9.708,15.19 C9.708,15.64 9.346,16 8.899,16 L0.809,16 C0.3622,16 1.832E-05,15.64 1.832E-05,15.19 C1.832E-05,14.74 0.3622,14.38 0.809,14.38 L3.775,14.38 L3.775,1.618 L0.809,1.618 C0.3622,1.618 3.424E-007,1.256 3.424E-007,0.809 z"/> <GeometryDrawing x:Key="Radix.FontSize" Brush="#FF000000" Geometry="M3.088,0.1349 C3.002,0.04852 2.885,3.091E-008 2.762,3.091E-008 C2.64,3.091E-008 2.523,0.04852 2.437,0.1349 L0.1349,2.437 C-0.04495,2.617 -0.04495,2.908 0.1349,3.088 C0.3147,3.268 0.6062,3.268 0.786,3.088 L2.302,1.572 L2.302,10.86 L0.786,9.343 C0.6062,9.163 0.3147,9.163 0.1349,9.343 C-0.04495,9.523 -0.04495,9.814 0.1349,9.994 L2.437,12.3 C2.523,12.38 2.64,12.43 2.762,12.43 C2.885,12.43 3.002,12.38 3.088,12.3 L5.39,9.994 C5.57,9.814 5.57,9.523 5.39,9.343 C5.21,9.163 4.919,9.163 4.739,9.343 L3.223,10.86 L3.223,1.572 L4.739,3.088 C4.919,3.268 5.21,3.268 5.39,3.088 C5.57,2.908 5.57,2.617 5.39,2.437 L3.088,0.1349 z M11.97,0.7482 C12.21,0.7482 12.43,0.9003 12.51,1.129 L15.97,10.7 C16.07,11 15.92,11.33 15.62,11.44 C15.32,11.55 14.99,11.39 14.88,11.1 L13.75,7.961 L10.19,7.961 L9.06,11.1 C8.952,11.39 8.622,11.55 8.323,11.44 C8.024,11.33 7.869,11 7.977,10.7 L11.43,1.129 C11.51,0.9003 11.73,0.7482 11.97,0.7482 z M11.97,3.02 L13.4,6.982 L10.54,6.982 L11.97,3.02 z"/> <GeometryDrawing x:Key="Radix.FontStyle" Brush="#FF000000" Geometry="M0.03344,8.34 C-0.0845,7.972 0.1228,7.65 0.4476,7.503 C0.7724,7.356 1.242,7.372 1.443,7.738 C2.11,8.951 3.016,9.195 3.977,9.195 C5.167,9.195 6.047,8.661 6.047,7.738 C6.047,6.995 5.607,6.606 4.417,6.238 L3.602,5.986 C1.871,5.445 1.006,4.579 1.006,3.166 C1.006,1.269 2.593,0 4.843,0 C6.757,0 7.965,0.7409 8.496,1.856 C8.648,2.175 8.654,2.545 8.256,2.863 C7.858,3.181 7.45,3.042 7.118,2.688 C6.248,1.76 5.703,1.558 4.857,1.558 C3.581,1.558 2.903,2.228 2.903,2.964 C2.903,3.635 3.379,4.053 4.504,4.399 L5.34,4.659 C7.114,5.2 7.965,6.029 7.965,7.414 C7.965,9.246 6.501,10.75 3.948,10.75 C2.124,10.75 0.4476,9.635 0.03344,8.34 z M12.4,6.967 C11.04,6.527 10.47,5.916 10.47,4.918 C10.47,3.636 11.61,2.698 13.27,2.698 C14.69,2.698 15.61,3.369 15.97,4.514 C16.05,4.756 15.95,4.909 15.71,4.988 C15.47,5.065 15.22,5.046 15.13,4.813 C14.78,3.928 14.12,3.517 13.26,3.517 C12.17,3.517 11.44,4.076 11.44,4.836 C11.44,5.447 11.82,5.79 12.85,6.125 L13.52,6.341 C14.93,6.796 15.49,7.377 15.49,8.383 C15.49,9.731 14.26,10.7 12.56,10.7 C11.02,10.7 9.889,9.827 9.619,8.747 C9.556,8.498 9.61,8.395 9.94,8.319 C10.27,8.242 10.36,8.247 10.48,8.519 C10.8,9.29 11.6,9.88 12.61,9.88 C13.7,9.88 14.49,9.255 14.49,8.435 C14.49,7.831 14.17,7.548 13.07,7.191 L12.4,6.967 z"/> <GeometryDrawing x:Key="Radix.Frame" Brush="#FF000000" Geometry="M12.31,0.6154 C12.31,0.2755 12.03,0 11.69,0 C11.35,0 11.08,0.2755 11.08,0.6154 L11.08,3.692 L4.923,3.692 L4.923,0.6154 C4.923,0.2755 4.648,0 4.308,0 C3.968,0 3.692,0.2755 3.692,0.6154 L3.692,3.692 L0.6154,3.692 C0.2755,3.692 0,3.968 0,4.308 C0,4.648 0.2755,4.923 0.6154,4.923 L3.692,4.923 L3.692,11.08 L0.6154,11.08 C0.2755,11.08 0,11.35 0,11.69 C0,12.03 0.2755,12.31 0.6154,12.31 L3.692,12.31 L3.692,15.38 C3.692,15.72 3.968,16 4.308,16 C4.648,16 4.923,15.72 4.923,15.38 L4.923,12.31 L11.08,12.31 L11.08,15.38 C11.08,15.72 11.35,16 11.69,16 C12.03,16 12.31,15.72 12.31,15.38 L12.31,12.31 L15.38,12.31 C15.72,12.31 16,12.03 16,11.69 C16,11.35 15.72,11.08 15.38,11.08 L12.31,11.08 L12.31,4.923 L15.38,4.923 C15.72,4.923 16,4.648 16,4.308 C16,3.968 15.72,3.692 15.38,3.692 L12.31,3.692 L12.31,0.6154 z M11.08,11.08 L11.08,4.923 L4.923,4.923 L4.923,11.08 L11.08,11.08 z"/> <GeometryDrawing x:Key="Radix.FramerLogo" Brush="#FF000000" Geometry="M0.4707,0.3672 C0.569,0.144 0.7898,7.931E-008 1.034,7.931E-008 L10.46,7.931E-008 C10.8,7.931E-008 11.07,0.2755 11.07,0.6153 L11.07,5.541 C11.07,5.88 10.8,6.156 10.46,6.156 L6.934,6.156 L10.49,10.05 C10.66,10.23 10.7,10.49 10.6,10.71 C10.51,10.93 10.28,11.08 10.04,11.08 L6.153,11.08 L6.153,15.38 C6.153,15.63 6.003,15.86 5.773,15.95 C5.543,16.05 5.278,16 5.102,15.82 L0.1802,10.9 C0.06482,10.78 0,10.63 0,10.46 L0,5.541 C0,5.201 0.2755,4.925 0.6153,4.925 L4.141,4.925 L0.5796,1.03 C0.4151,0.8505 0.3723,0.5903 0.4707,0.3672 z M5.808,4.925 L2.43,1.231 L9.844,1.231 L9.844,4.925 L5.808,4.925 z M5.266,6.156 L1.231,6.156 L1.231,9.847 L5.537,9.847 L8.644,9.847 L5.266,6.156 z M2.101,11.08 L4.922,13.9 L4.922,11.08 L2.101,11.08 z"/> <GeometryDrawing x:Key="Radix.Gear" Brush="#FF000000" Geometry="M7.499,-4.334E-008 C7.035,-4.334E-008 6.633,0.321 6.531,0.7732 L6.253,2 C5.81,2.128 5.388,2.305 4.992,2.523 L3.928,1.852 C3.536,1.605 3.025,1.662 2.697,1.99 L1.989,2.697 C1.661,3.025 1.604,3.537 1.851,3.929 L2.522,4.993 C2.304,5.389 2.128,5.811 2,6.254 L0.7732,6.532 C0.321,6.634 1.762E-008,7.036 1.762E-008,7.5 L1.762E-008,8.501 C1.762E-008,8.964 0.321,9.366 0.7732,9.469 L2,9.747 C2.128,10.19 2.305,10.61 2.522,11.01 L1.852,12.07 C1.604,12.46 1.661,12.98 1.989,13.3 L2.697,14.01 C3.025,14.34 3.536,14.4 3.929,14.15 L4.993,13.48 C5.388,13.7 5.81,13.87 6.253,14 L6.531,15.23 C6.633,15.68 7.035,16 7.499,16 L8.5,16 C8.964,16 9.366,15.68 9.468,15.23 L9.746,14 C10.19,13.87 10.61,13.7 11.01,13.48 L12.07,14.15 C12.46,14.4 12.97,14.34 13.3,14.01 L14.01,13.3 C14.34,12.98 14.4,12.46 14.15,12.07 L13.48,11.01 C13.7,10.61 13.87,10.19 14,9.747 L15.23,9.469 C15.68,9.366 16,8.964 16,8.501 L16,7.5 C16,7.036 15.68,6.634 15.23,6.532 L14,6.254 C13.87,5.811 13.7,5.389 13.48,4.993 L14.15,3.929 C14.4,3.536 14.34,3.025 14.01,2.697 L13.3,1.989 C12.98,1.662 12.46,1.604 12.07,1.852 L11.01,2.522 C10.61,2.304 10.19,2.128 9.746,1.999 L9.468,0.7732 C9.366,0.321 8.964,-4.334E-008 8.5,-4.334E-008 L7.499,-4.334E-008 z M4.987,3.693 C5.603,3.262 6.314,2.959 7.084,2.824 L7.499,0.9927 L8.5,0.9927 L8.915,2.824 C9.685,2.959 10.4,3.262 11.01,3.693 L12.6,2.691 L13.31,3.399 L12.31,4.988 C12.74,5.603 13.04,6.315 13.18,7.085 L15.01,7.5 L15.01,8.501 L13.18,8.916 C13.04,9.685 12.74,10.4 12.31,11.01 L13.31,12.6 L12.6,13.31 L11.01,12.31 C10.4,12.74 9.685,13.04 8.915,13.18 L8.5,15.01 L7.499,15.01 L7.084,13.18 C6.315,13.04 5.603,12.74 4.988,12.31 L3.399,13.31 L2.691,12.6 L3.693,11.01 C3.262,10.4 2.959,9.685 2.824,8.916 L0.9927,8.501 L0.9927,7.5 L2.824,7.084 C2.959,6.315 3.262,5.604 3.692,4.989 L2.691,3.399 L3.399,2.692 L4.987,3.693 z M9.781,8 C9.781,8.983 8.984,9.781 8,9.781 C7.016,9.781 6.219,8.983 6.219,8 C6.219,7.016 7.016,6.219 8,6.219 C8.984,6.219 9.781,7.016 9.781,8 z M10.83,8 C10.83,9.564 9.564,10.83 8,10.83 C6.436,10.83 5.168,9.564 5.168,8 C5.168,6.436 6.436,5.168 8,5.168 C9.564,5.168 10.83,6.436 10.83,8 z"/> <GeometryDrawing x:Key="Radix.GithubLogo" Brush="#FF000000" Geometry="M7.999,-1.245E-007 C3.582,-1.245E-007 3.921E-008,3.582 3.921E-008,8 C3.921E-008,11.53 2.292,14.53 5.471,15.59 C5.871,15.66 6.017,15.42 6.017,15.21 C6.017,15.02 6.01,14.51 6.006,13.85 C3.781,14.33 3.312,12.77 3.312,12.77 C2.948,11.85 2.423,11.6 2.423,11.6 C1.697,11.11 2.478,11.12 2.478,11.12 C3.281,11.17 3.703,11.94 3.703,11.94 C4.417,13.16 5.576,12.81 6.032,12.6 C6.105,12.09 6.311,11.74 6.54,11.54 C4.763,11.33 2.896,10.65 2.896,7.582 C2.896,6.708 3.207,5.995 3.719,5.435 C3.637,5.233 3.362,4.42 3.798,3.318 C3.798,3.318 4.469,3.103 5.997,4.138 C6.635,3.96 7.32,3.872 8,3.868 C8.68,3.872 9.364,3.96 10,4.138 C11.53,3.103 12.2,3.318 12.2,3.318 C12.64,4.42 12.36,5.233 12.28,5.435 C12.79,5.995 13.1,6.708 13.1,7.582 C13.1,10.66 11.23,11.33 9.45,11.53 C9.737,11.78 9.993,12.26 9.993,13.01 C9.993,14.08 9.983,14.94 9.983,15.21 C9.983,15.42 10.13,15.67 10.53,15.59 C13.71,14.53 16,11.53 16,8 C16,3.582 12.42,-1.245E-007 7.999,-1.245E-007 z"/> <GeometryDrawing x:Key="Radix.Globe" Brush="#FF000000" Geometry="M8,1.091 C4.184,1.091 1.091,4.184 1.091,8 C1.091,11.82 4.184,14.91 8,14.91 C11.82,14.91 14.91,11.82 14.91,8 C14.91,4.184 11.82,1.091 8,1.091 z M3.107E-009,8 C3.107E-009,3.582 3.582,-5.019E-007 8,-5.019E-007 C12.42,-5.019E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 3.107E-009,12.42 3.107E-009,8 z M15.27,8.485 L0.7272,8.485 L0.7272,7.515 L15.27,7.515 L15.27,8.485 z M7.515,15.27 L7.515,0.7272 L8.485,0.7272 L8.485,15.27 L7.515,15.27 z M11.48,8 C11.48,5.366 10.54,2.761 8.681,1.038 L9.258,0.4162 C11.32,2.33 12.33,5.179 12.33,8 C12.33,10.82 11.32,13.67 9.258,15.58 L8.681,14.96 C10.54,13.24 11.48,10.63 11.48,8 z M3.757,8 C3.757,5.183 4.737,2.335 6.737,0.4208 L7.323,1.034 C5.525,2.755 4.606,5.362 4.606,8 C4.606,10.64 5.525,13.24 7.323,14.97 L6.737,15.58 C4.737,13.66 3.757,10.82 3.757,8 z M8,3.707 C10.63,3.707 13.3,4.193 15.12,5.205 C15.32,5.32 15.39,5.578 15.28,5.783 C15.17,5.987 14.91,6.06 14.7,5.946 C13.07,5.032 10.56,4.555 8,4.555 C5.445,4.555 2.934,5.032 1.298,5.946 C1.093,6.06 0.8348,5.987 0.7205,5.783 C0.6063,5.578 0.6794,5.32 0.884,5.205 C2.697,4.193 5.37,3.707 8,3.707 z M8,12.06 C10.63,12.06 13.3,11.57 15.12,10.56 C15.32,10.45 15.39,10.19 15.28,9.984 C15.17,9.78 14.91,9.707 14.7,9.821 C13.07,10.74 10.56,11.21 8,11.21 C5.445,11.21 2.934,10.74 1.298,9.821 C1.093,9.707 0.8348,9.78 0.7205,9.984 C0.6063,10.19 0.6794,10.45 0.884,10.56 C2.697,11.57 5.37,12.06 8,12.06 z"/> <GeometryDrawing x:Key="Radix.Grid" Brush="#FF000000" Geometry="M14.15,1.231 L8.615,1.231 L8.615,7.385 L14.77,7.385 L14.77,1.846 C14.77,1.506 14.49,1.231 14.15,1.231 z M14.77,8.615 L8.615,8.615 L8.615,14.77 L14.15,14.77 C14.49,14.77 14.77,14.49 14.77,14.15 L14.77,8.615 z M7.385,7.385 L7.385,1.231 L1.846,1.231 C1.506,1.231 1.231,1.506 1.231,1.846 L1.231,7.385 L7.385,7.385 z M1.231,8.615 L1.231,14.15 C1.231,14.49 1.506,14.77 1.846,14.77 L7.385,14.77 L7.385,8.615 L1.231,8.615 z M1.846,0 C0.8265,0 0,0.8265 0,1.846 L0,14.15 C0,15.17 0.8265,16 1.846,16 L14.15,16 C15.17,16 16,15.17 16,14.15 L16,1.846 C16,0.8265 15.17,0 14.15,0 L1.846,0 z"/> <GeometryDrawing x:Key="Radix.Group" Brush="#FF000000" Geometry="M0.6154,-2.115E-007 C0.4522,-2.115E-007 0.2956,0.06484 0.1802,0.1802 C0.06484,0.2957 2.321E-008,0.4522 2.321E-008,0.6154 L1.848E-05,3.077 C2.218E-05,3.417 0.2755,3.692 0.6154,3.692 C0.9553,3.692 1.231,3.417 1.231,3.077 L1.231,1.231 L3.077,1.231 C3.417,1.231 3.692,0.9552 3.692,0.6154 C3.692,0.2755 3.417,-2.115E-007 3.077,-2.115E-007 L0.6154,-2.115E-007 z M6.154,-2.115E-007 C5.814,-2.115E-007 5.538,0.2755 5.538,0.6154 C5.538,0.9552 5.814,1.231 6.154,1.231 L9.846,1.231 C10.19,1.231 10.46,0.9552 10.46,0.6154 C10.46,0.2755 10.19,-2.115E-007 9.846,-2.115E-007 L6.154,-2.115E-007 z M5.538,15.38 C5.538,15.04 5.814,14.77 6.154,14.77 L9.846,14.77 C10.19,14.77 10.46,15.04 10.46,15.38 C10.46,15.72 10.19,16 9.846,16 L6.154,16 C5.814,16 5.538,15.72 5.538,15.38 z M1.231,6.154 C1.231,5.814 0.9552,5.538 0.6154,5.538 C0.2755,5.538 2.321E-008,5.814 2.321E-008,6.154 L2.321E-008,9.846 C2.321E-008,10.19 0.2755,10.46 0.6154,10.46 C0.9552,10.46 1.231,10.19 1.231,9.846 L1.231,6.154 z M15.38,5.538 C15.72,5.538 16,5.814 16,6.154 L16,9.846 C16,10.19 15.72,10.46 15.38,10.46 C15.04,10.46 14.77,10.19 14.77,9.846 L14.77,6.154 C14.77,5.814 15.04,5.538 15.38,5.538 z M12.92,-2.115E-007 C12.58,-2.115E-007 12.31,0.2755 12.31,0.6154 C12.31,0.9552 12.58,1.231 12.92,1.231 L14.77,1.231 L14.77,3.077 C14.77,3.417 15.04,3.692 15.38,3.692 C15.72,3.692 16,3.417 16,3.077 L16,0.6154 C16,0.2755 15.72,-2.115E-007 15.38,-2.115E-007 L12.92,-2.115E-007 z M0.6154,12.31 C0.9552,12.31 1.231,12.58 1.231,12.92 L1.231,14.77 L3.077,14.77 C3.417,14.77 3.692,15.04 3.692,15.38 C3.692,15.72 3.417,16 3.077,16 L0.6154,16 C0.2755,16 2.321E-008,15.72 2.321E-008,15.38 L2.321E-008,12.92 C2.321E-008,12.58 0.2755,12.31 0.6154,12.31 z M16,12.92 C16,12.58 15.72,12.31 15.38,12.31 C15.04,12.31 14.77,12.58 14.77,12.92 L14.77,14.77 L12.92,14.77 C12.58,14.77 12.31,15.04 12.31,15.38 C12.31,15.72 12.58,16 12.92,16 L15.38,16 C15.72,16 16,15.72 16,15.38 L16,12.92 z"/> <GeometryDrawing x:Key="Radix.Half1" Brush="#FF000000" Geometry="M8,-1.085E-007 C3.582,-1.085E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-1.085E-007 8,-1.085E-007 z M7.396,1.174 C3.894,1.479 1.148,4.419 1.148,8 C1.148,11.58 3.894,14.52 7.396,14.83 L7.396,1.174 z M8.604,14.83 C12.11,14.52 14.85,11.58 14.85,8 C14.85,4.419 12.11,1.48 8.604,1.174 L8.604,14.83 z"/> <GeometryDrawing x:Key="Radix.Half2" Brush="#FF000000" Geometry="M8,-1.085E-007 C3.582,-1.085E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-1.085E-007 8,-1.085E-007 z M8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,11.78 4.215,14.85 8,14.85 L8,1.148 z"/> <GeometryDrawing x:Key="Radix.HamburgerMenu" Brush="#FF000000" Geometry="M0.6154,0 C0.2755,0 0,0.2755 0,0.6154 C0,0.9552 0.2755,1.231 0.6154,1.231 L15.38,1.231 C15.72,1.231 16,0.9552 16,0.6154 C16,0.2755 15.72,0 15.38,0 L0.6154,0 z M0,5.538 C0,5.199 0.2755,4.923 0.6154,4.923 L15.38,4.923 C15.72,4.923 16,5.199 16,5.538 C16,5.878 15.72,6.154 15.38,6.154 L0.6154,6.154 C0.2755,6.154 0,5.878 0,5.538 z M0,10.46 C0,10.12 0.2755,9.846 0.6154,9.846 L15.38,9.846 C15.72,9.846 16,10.12 16,10.46 C16,10.8 15.72,11.08 15.38,11.08 L0.6154,11.08 C0.2755,11.08 0,10.8 0,10.46 z"/> <GeometryDrawing x:Key="Radix.Hand" Brush="#FF000000" Geometry="M7.254,1.757 C7.052,3.071 7.117,4.144 7.209,5.659 C7.225,5.935 7.243,6.226 7.26,6.537 C7.276,6.818 7.069,7.063 6.789,7.096 C6.509,7.128 6.252,6.937 6.202,6.659 L6.12,6.194 C6.009,5.51 5.838,4.538 5.512,3.677 C5.176,2.787 4.734,2.177 4.186,1.984 C3.882,1.878 3.636,1.966 3.465,2.145 C3.282,2.336 3.186,2.635 3.256,2.938 C3.418,3.567 3.665,4.178 3.934,4.819 C3.958,4.876 3.982,4.934 4.006,4.992 C4.251,5.573 4.508,6.184 4.7,6.817 L4.7,6.819 C4.855,7.334 4.956,7.743 5.035,8.066 C5.067,8.193 5.095,8.308 5.122,8.409 C5.181,8.636 5.086,8.875 4.887,8.998 C4.688,9.122 4.431,9.101 4.255,8.946 C3.976,8.702 3.738,8.456 3.528,8.233 C3.484,8.185 3.441,8.139 3.399,8.094 C3.24,7.923 3.101,7.774 2.958,7.638 C2.613,7.308 2.319,7.125 1.915,7.087 L1.912,7.086 C1.654,7.06 1.497,7.109 1.394,7.175 C1.289,7.242 1.184,7.364 1.096,7.586 C1.031,7.771 1.072,8.139 1.261,8.5 L1.266,8.509 C1.483,8.943 1.85,9.404 2.316,9.913 C2.546,10.16 2.793,10.42 3.05,10.69 L3.061,10.7 C3.312,10.96 3.573,11.23 3.826,11.5 C4.713,12.47 5.618,13.6 5.816,14.93 L12.26,14.93 C12.32,13.26 12.66,12.02 13.1,10.81 C13.26,10.35 13.44,9.903 13.62,9.449 C13.97,8.577 14.34,7.669 14.68,6.515 C15.03,5.331 14.93,4.662 14.77,4.309 C14.62,3.966 14.38,3.859 14.26,3.836 C14,3.784 13.9,3.85 13.82,3.924 C13.71,4.035 13.61,4.248 13.53,4.59 C13.45,4.921 13.4,5.296 13.36,5.68 L13.35,5.71 C13.31,6.051 13.27,6.432 13.18,6.721 C13.15,6.834 13.09,6.938 13,7.014 C12.94,7.068 12.8,7.155 12.61,7.139 C12.3,7.114 12.12,6.85 12.11,6.558 C12.1,6.138 12.14,5.716 12.16,5.297 C12.19,4.519 12.23,3.769 12.18,3.023 L12.17,3.018 C12.14,2.485 11.77,2.136 11.4,2.051 C11.22,2.01 11.05,2.033 10.91,2.116 C10.77,2.197 10.61,2.361 10.5,2.682 L10.5,2.685 C10.46,2.816 10.41,3.069 10.37,3.427 C10.34,3.771 10.31,4.174 10.28,4.58 C10.26,4.928 10.25,5.289 10.23,5.613 C10.22,6.022 10.2,6.372 10.18,6.563 C10.18,6.64 10.15,6.715 10.12,6.782 C10.09,6.824 9.974,7.05 9.665,7.06 C9.353,7.069 9.205,6.827 9.18,6.783 C9.116,6.666 9.11,6.526 9.106,6.392 C9.103,6.273 9.101,6.099 9.1,5.918 C9.098,5.553 9.098,5.14 9.098,5.023 C9.098,3.91 9.097,2.831 8.999,1.753 C8.94,1.324 8.589,1.072 8.142,1.067 C7.695,1.062 7.327,1.309 7.254,1.757 z M10.03,1.452 C9.818,0.4784 8.948,0.008643 8.154,0.000119 C7.311,-0.008921 6.376,0.4969 6.201,1.59 L6.2,1.593 C6.157,1.876 6.125,2.149 6.102,2.418 C5.743,1.785 5.244,1.226 4.539,0.978 C3.815,0.7246 3.135,0.9462 2.694,1.407 C2.265,1.856 2.063,2.525 2.219,3.187 L2.221,3.197 C2.405,3.913 2.681,4.59 2.95,5.232 C2.974,5.288 2.997,5.343 3.02,5.399 C3.212,5.854 3.396,6.292 3.55,6.733 C3.151,6.38 2.676,6.088 2.019,6.025 C1.577,5.98 1.167,6.054 0.8187,6.277 C0.4735,6.498 0.2457,6.831 0.1001,7.204 L0.09659,7.214 C-0.1196,7.8 0.05975,8.503 0.3142,8.991 C0.6009,9.562 1.052,10.11 1.529,10.63 C1.771,10.9 2.028,11.16 2.283,11.43 L2.29,11.43 C2.544,11.7 2.797,11.96 3.041,12.22 C4.052,13.32 4.789,14.36 4.789,15.47 C4.789,15.76 5.028,16 5.322,16 L12.79,16 C13.08,16 13.32,15.76 13.32,15.47 C13.32,13.68 13.64,12.42 14.1,11.17 C14.25,10.77 14.41,10.35 14.59,9.912 C14.95,9.013 15.35,8.014 15.7,6.818 C16.09,5.497 16.05,4.543 15.75,3.872 C15.44,3.192 14.9,2.875 14.47,2.79 C13.99,2.695 13.57,2.778 13.24,3.02 C13.24,2.995 13.24,2.97 13.24,2.946 C13.17,1.931 12.46,1.198 11.64,1.011 C11.23,0.9166 10.77,0.9604 10.37,1.192 C10.25,1.263 10.13,1.351 10.03,1.452 z"/> <GeometryDrawing x:Key="Radix.Heading" Brush="#FF000000" Geometry="M9.468,1.613E-007 C9.103,1.613E-007 8.807,0.2957 8.807,0.6606 C8.807,1.025 9.103,1.321 9.468,1.321 L11.22,1.321 L11.22,7.339 L4.03,7.339 L4.03,1.321 L5.798,1.321 C6.163,1.321 6.459,1.025 6.459,0.6606 C6.459,0.2957 6.163,1.613E-007 5.798,1.613E-007 L0.6606,1.613E-007 C0.2957,1.613E-007 6.764E-008,0.2957 6.764E-008,0.6606 C6.764E-008,1.025 0.2957,1.321 0.6606,1.321 L2.416,1.321 L2.416,14.68 L0.6606,14.68 C0.2957,14.68 6.764E-008,14.97 6.764E-008,15.34 C6.764E-008,15.7 0.2957,16 0.6606,16 L5.798,16 C6.163,16 6.459,15.7 6.459,15.34 C6.459,14.97 6.163,14.68 5.798,14.68 L4.03,14.68 L4.03,8.66 L11.22,8.66 L11.22,14.68 L9.468,14.68 C9.103,14.68 8.807,14.97 8.807,15.34 C8.807,15.7 9.103,16 9.468,16 L14.61,16 C14.97,16 15.27,15.7 15.27,15.34 C15.27,14.97 14.97,14.68 14.61,14.68 L12.84,14.68 L12.84,1.321 L14.61,1.321 C14.97,1.321 15.27,1.025 15.27,0.6606 C15.27,0.2957 14.97,1.613E-007 14.61,1.613E-007 L9.468,1.613E-007 z"/> <GeometryDrawing x:Key="Radix.Height" Brush="#FF000000" Geometry="M3.539,0.1772 C3.775,-0.05907 4.158,-0.05907 4.394,0.1772 L7.756,3.539 C7.992,3.775 7.992,4.158 7.756,4.394 C7.519,4.63 7.136,4.63 6.9,4.394 L4.571,2.066 L4.571,13.93 L6.9,11.61 C7.136,11.37 7.519,11.37 7.756,11.61 C7.992,11.84 7.992,12.23 7.756,12.46 L4.394,15.82 C4.281,15.94 4.127,16 3.966,16 C3.806,16 3.652,15.94 3.539,15.82 L0.1772,12.46 C-0.05907,12.23 -0.05907,11.84 0.1772,11.61 C0.4135,11.37 0.7966,11.37 1.033,11.61 L3.361,13.93 L3.361,2.066 L1.033,4.394 C0.7966,4.63 0.4135,4.63 0.1772,4.394 C-0.05907,4.158 -0.05907,3.775 0.1772,3.539 L3.539,0.1772 z"/> <GeometryDrawing x:Key="Radix.Home" Brush="#FF000000" Geometry="M7.542,0.1875 C7.796,-0.0625 8.204,-0.0625 8.458,0.1875 L15.8,7.415 C16.06,7.668 16.07,8.081 15.81,8.338 C15.56,8.595 15.15,8.599 14.89,8.346 L13.99,7.458 L13.99,13.55 C13.99,13.85 13.74,14.1 13.44,14.1 L2.558,14.1 C2.257,14.1 2.014,13.85 2.014,13.55 L2.014,7.458 L1.111,8.346 C0.8539,8.599 0.4404,8.595 0.1875,8.338 C-0.06543,8.081 -0.06204,7.668 0.1951,7.415 L7.542,0.1875 z M8,1.569 L12.9,6.387 L12.9,13.01 L10.72,13.01 L10.72,9.197 C10.72,8.897 10.48,8.653 10.18,8.653 L6.912,8.653 C6.611,8.653 6.367,8.897 6.367,9.197 L6.367,13.01 L3.102,13.01 L3.102,6.387 L8,1.569 z M7.456,13.01 L9.633,13.01 L9.633,9.742 L7.456,9.742 L7.456,13.01 z"/> <GeometryDrawing x:Key="Radix.IconjarLogo" Brush="#FF000000" Geometry="M6.286,1.786E-009 C5.491,1.786E-009 4.856,0.3176 4.857,0.8536 C4.857,1.136 5.056,1.277 5.23,1.399 C5.366,1.495 5.485,1.579 5.485,1.711 C5.485,1.948 4.642,1.988 3.654,2.036 C2.257,2.103 0.57,2.184 0.57,2.854 C0.57,3.17 0.8259,3.426 1.142,3.426 L11.43,3.426 C11.75,3.426 12,3.17 12,2.854 C12,2.184 10.31,2.103 8.917,2.036 C7.929,1.988 7.086,1.948 7.086,1.711 C7.086,1.579 7.206,1.495 7.341,1.399 C7.515,1.277 7.715,1.136 7.715,0.8536 C7.715,0.3176 7.08,1.786E-009 6.286,1.786E-009 z M1.021,6.995 C0.2935,7.455 -0.1111,8.354 0.02673,9.205 L0.954,14.26 C1.153,15.26 2.014,16 3.04,16 L9.529,16 C10.56,16 11.42,15.26 11.62,14.26 L12.54,9.205 C12.67,8.368 12.38,7.464 11.58,6.962 C11.12,6.661 11.02,6.092 11.58,5.858 C12.38,5.557 12.22,4.569 11.43,4.569 L9.487,4.569 L5.486,4.569 L1.142,4.569 C0.3468,4.569 0.2257,5.59 1.021,5.891 C1.583,6.092 1.484,6.661 1.021,6.995 z M7.086,7.141 C7.086,6.647 6.955,6.142 6.75,5.712 L2.412,5.712 C2.52,5.955 2.561,6.214 2.547,6.461 C2.508,7.111 2.109,7.62 1.69,7.922 L1.662,7.943 L1.632,7.962 C1.295,8.174 1.094,8.615 1.154,9.013 L2.077,14.04 C2.176,14.53 2.584,14.86 3.04,14.86 L9.529,14.86 C9.986,14.86 10.39,14.53 10.49,14.04 L11.42,9.015 C11.48,8.55 11.31,8.143 10.97,7.929 L10.96,7.92 L10.96,7.92 C10.51,7.628 10.1,7.115 10.06,6.453 C10.04,6.183 10.09,5.934 10.19,5.712 L8.063,5.712 C8.023,5.879 8,6.069 8,6.283 C8,6.826 8.248,7.279 8.508,7.754 C8.792,8.276 9.091,8.823 9.091,9.541 C9.091,10.59 8.57,11.25 7.568,11.25 C7.008,11.25 6.375,10.81 6.375,10.01 C6.375,9.545 6.532,9.16 6.699,8.753 C6.886,8.293 7.086,7.804 7.086,7.141 z"/> <GeometryDrawing x:Key="Radix.IdCard" Brush="#FF000000" Geometry="M14.93,8.533 L14.93,1.067 L1.067,1.067 L1.067,8.533 L14.93,8.533 z M16,1.067 L16,8.533 C16,9.122 15.52,9.6 14.93,9.6 L1.067,9.6 C0.4776,9.6 0,9.122 0,8.533 L0,1.067 C0,0.4776 0.4776,-2.904E-007 1.067,-2.904E-007 L14.93,-2.904E-007 C15.52,-2.904E-007 16,0.4776 16,1.067 z M2.133,2.4 C2.133,2.253 2.253,2.133 2.4,2.133 L6.133,2.133 C6.281,2.133 6.4,2.253 6.4,2.4 L6.4,7.2 C6.4,7.347 6.281,7.467 6.133,7.467 L2.4,7.467 C2.253,7.467 2.133,7.347 2.133,7.2 L2.133,2.4 z M8,4.267 C7.705,4.267 7.467,4.505 7.467,4.8 C7.467,5.094 7.705,5.333 8,5.333 L11.2,5.333 C11.49,5.333 11.73,5.094 11.73,4.8 C11.73,4.505 11.49,4.267 11.2,4.267 L8,4.267 z M7.467,6.933 C7.467,6.639 7.705,6.4 8,6.4 L13.33,6.4 C13.63,6.4 13.87,6.639 13.87,6.933 C13.87,7.228 13.63,7.467 13.33,7.467 L8,7.467 C7.705,7.467 7.467,7.228 7.467,6.933 z M8,2.133 C7.705,2.133 7.467,2.372 7.467,2.667 C7.467,2.961 7.705,3.2 8,3.2 L12.27,3.2 C12.56,3.2 12.8,2.961 12.8,2.667 C12.8,2.372 12.56,2.133 12.27,2.133 L8,2.133 z"/> <GeometryDrawing x:Key="Radix.Image" Brush="#FF000000" Geometry="M1.846,0 L14.15,0 C15.17,0 16,0.8265 16,1.846 L16,14.15 C16,15.17 15.17,16 14.15,16 L1.846,16 C0.8265,16 0,15.17 0,14.15 L0,1.846 C0,0.8265 0.8265,0 1.846,0 z M1.846,1.231 C1.506,1.231 1.231,1.506 1.231,1.846 L1.231,9.063 L3.301,6.993 C3.407,6.887 3.552,6.828 3.702,6.831 C3.852,6.833 3.995,6.897 4.097,7.007 L8.46,11.68 L11.92,8.224 C12.13,8.007 12.48,8.007 12.7,8.224 L14.77,10.29 L14.77,1.846 C14.77,1.506 14.49,1.231 14.15,1.231 L1.846,1.231 z M1.231,14.15 L1.231,10.63 L3.679,8.182 L8.038,12.85 L9.774,14.77 L1.846,14.77 C1.506,14.77 1.231,14.49 1.231,14.15 z M14.15,14.77 L11.27,14.77 L9.21,12.5 L12.31,9.399 L14.77,11.86 L14.77,14.15 C14.77,14.49 14.49,14.77 14.15,14.77 z M6.953,5.538 C6.953,4.96 7.422,4.491 8,4.491 C8.578,4.491 9.047,4.96 9.047,5.538 C9.047,6.117 8.578,6.586 8,6.586 C7.422,6.586 6.953,6.117 6.953,5.538 z M8,3.384 C6.81,3.384 5.845,4.348 5.845,5.538 C5.845,6.729 6.81,7.693 8,7.693 C9.19,7.693 10.15,6.729 10.15,5.538 C10.15,4.348 9.19,3.384 8,3.384 z"/> <GeometryDrawing x:Key="Radix.InfoCircled" Brush="#FF000000" Geometry="M8,-1.085E-007 C3.582,-1.085E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-1.085E-007 8,-1.085E-007 z M1.148,8 C1.148,4.215 4.215,1.148 8,1.148 C11.78,1.148 14.85,4.215 14.85,8 C14.85,11.78 11.78,14.85 8,14.85 C4.215,14.85 1.148,11.78 1.148,8 z M8.906,4.376 C8.906,4.877 8.5,5.282 8,5.282 C7.5,5.282 7.094,4.877 7.094,4.376 C7.094,3.876 7.5,3.471 8,3.471 C8.5,3.471 8.906,3.876 8.906,4.376 z M6.188,6.188 L6.792,6.188 L8,6.188 C8.334,6.188 8.604,6.459 8.604,6.792 L8.604,11.02 L9.208,11.02 L9.812,11.02 L9.812,12.23 L9.208,12.23 L8,12.23 L6.792,12.23 L6.188,12.23 L6.188,11.02 L6.792,11.02 L7.396,11.02 L7.396,7.396 L6.792,7.396 L6.188,7.396 L6.188,6.188 z"/> <GeometryDrawing x:Key="Radix.InnerShadow" Brush="#FF000000" Geometry="M-5.530E-009,8 C-5.530E-009,3.582 3.582,3.893E-007 8,3.893E-007 C12.42,3.893E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -5.530E-009,12.42 -5.530E-009,8 z M8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,11.78 4.215,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,4.215 11.78,1.148 8,1.148 z M13.63,3.593 C9.037,4.846 4.847,9.037 3.594,13.63 L3.011,13.47 C4.32,8.671 8.672,4.32 13.47,3.011 L13.63,3.593 z M13.29,3.08 C8.646,4.383 4.383,8.645 3.08,13.29 L2.499,13.13 C3.858,8.279 8.28,3.858 13.13,2.499 L13.29,3.08 z M12.86,2.595 C8.231,3.968 3.975,8.221 2.598,12.85 L2.019,12.67 C3.454,7.854 7.863,3.447 12.68,2.016 L12.86,2.595 z M12.28,2.156 C7.772,3.623 3.626,7.768 2.157,12.28 L1.583,12.09 C3.112,7.397 7.402,3.109 12.1,1.581 L12.28,2.156 z M11.65,1.747 C7.301,3.307 3.318,7.286 1.753,11.63 L1.185,11.43 C2.811,6.912 6.927,2.799 11.44,1.179 L11.65,1.747 z M10.9,1.394 C6.792,3.041 3.047,6.785 1.397,10.89 L0.837,10.67 C2.548,6.407 6.414,2.542 10.68,0.8335 L10.9,1.394 z M10.06,1.101 C6.262,2.81 2.819,6.251 1.107,10.05 L0.5561,9.802 C2.329,5.868 5.88,2.32 9.815,0.5504 L10.06,1.101 z M9.096,0.8985 C5.697,2.626 2.634,5.687 0.904,9.085 L0.3658,8.811 C2.154,5.299 5.309,2.146 8.822,0.3601 L9.096,0.8985 z M7.954,0.834 C5.085,2.5 2.508,5.076 0.84,7.944 L0.3179,7.641 C2.039,4.682 4.691,2.031 7.651,0.3117 L7.954,0.834 z M6.556,1 C4.4,2.456 2.455,4.401 0.9992,6.557 L0.4988,6.219 C1.998,3.999 3.998,1.999 6.217,0.4995 L6.556,1 z"/> <GeometryDrawing x:Key="Radix.Input" Brush="#FF000000" Geometry="M6.933,0 C6.639,0 6.4,0.2388 6.4,0.5333 C6.4,0.8279 6.639,1.067 6.933,1.067 C7.602,1.067 7.954,1.28 8.166,1.577 C8.403,1.909 8.533,2.441 8.533,3.2 L8.533,10.67 C8.533,11.43 8.403,11.96 8.166,12.29 C7.954,12.59 7.602,12.8 6.933,12.8 C6.639,12.8 6.4,13.04 6.4,13.33 C6.4,13.63 6.639,13.87 6.933,13.87 C7.865,13.87 8.579,13.55 9.034,12.91 C9.045,12.89 9.056,12.88 9.067,12.86 C9.077,12.88 9.088,12.89 9.099,12.91 C9.554,13.55 10.27,13.87 11.2,13.87 C11.49,13.87 11.73,13.63 11.73,13.33 C11.73,13.04 11.49,12.8 11.2,12.8 C10.53,12.8 10.18,12.59 9.967,12.29 C9.73,11.96 9.6,11.43 9.6,10.67 L9.6,3.2 C9.6,2.441 9.73,1.909 9.967,1.577 C10.18,1.28 10.53,1.067 11.2,1.067 C11.49,1.067 11.73,0.8279 11.73,0.5333 C11.73,0.2388 11.49,0 11.2,0 C10.27,0 9.554,0.3197 9.099,0.9567 C9.088,0.9722 9.077,0.9879 9.067,1.004 C9.056,0.9879 9.045,0.9722 9.034,0.9567 C8.579,0.3197 7.865,0 6.933,0 z M14.93,4.267 L11.73,4.267 L11.73,3.2 L14.93,3.2 C15.52,3.2 16,3.678 16,4.267 L16,9.6 C16,10.19 15.52,10.67 14.93,10.67 L11.73,10.67 L11.73,9.6 L14.93,9.6 L14.93,4.267 z M6.4,3.2 L6.4,4.267 L1.067,4.267 L1.067,9.6 L6.4,9.6 L6.4,10.67 L1.067,10.67 C0.4776,10.67 0,10.19 0,9.6 L0,4.267 C0,3.678 0.4776,3.2 1.067,3.2 L6.4,3.2 z"/> <GeometryDrawing x:Key="Radix.JustifyCenter" Brush="#FF000000" Geometry="M6.14,6.141 L9.923,6.141 L9.923,9.861 L6.14,9.861 L6.14,6.141 z M6.14,4.9 L6.14,0.5581 C6.14,0.2499 5.89,-3.089E-007 5.581,-3.089E-007 C5.273,-3.089E-007 5.023,0.2499 5.023,0.5581 L5.023,4.9 L0.9302,4.9 C0.4165,4.9 0,5.317 0,5.83 L0,10.17 C0,10.69 0.4165,11.1 0.9302,11.1 L5.023,11.1 L5.023,15.44 C5.023,15.75 5.273,16 5.581,16 C5.89,16 6.14,15.75 6.14,15.44 L6.14,11.1 L10.23,11.1 C10.75,11.1 11.16,10.69 11.16,10.17 L11.16,5.83 C11.16,5.317 10.75,4.9 10.23,4.9 L6.14,4.9 z M5.023,9.861 L1.24,9.861 L1.24,6.141 L5.023,6.141 L5.023,9.861 z"/> <GeometryDrawing x:Key="Radix.JustifyEnd" Brush="#FF000000" Geometry="M13.58,0.5581 C13.58,0.2499 13.33,-3.634E-008 13.02,-3.634E-008 C12.71,-3.634E-008 12.47,0.2499 12.47,0.5581 L12.47,15.44 C12.47,15.75 12.71,16 13.02,16 C13.33,16 13.58,15.75 13.58,15.44 L13.58,0.5581 z M1.24,6.14 L9.923,6.14 L9.923,9.861 L1.24,9.861 L1.24,6.14 z M10.23,4.9 C10.75,4.9 11.16,5.316 11.16,5.83 L11.16,10.17 C11.16,10.68 10.75,11.1 10.23,11.1 L0.9302,11.1 C0.4165,11.1 -6.775E-008,10.68 -6.775E-008,10.17 L-6.775E-008,5.83 C1.234E-05,5.316 0.4165,4.9 0.9302,4.9 L10.23,4.9 z"/> <GeometryDrawing x:Key="Radix.JustifyStart" Brush="#FF000000" Geometry="M3.407E-008,15.44 C3.407E-008,15.75 0.2499,16 0.5581,16 C0.8664,16 1.116,15.75 1.116,15.44 L1.116,0.5581 C1.116,0.2499 0.8664,3.634E-008 0.5581,3.634E-008 C0.2499,3.634E-008 3.407E-008,0.2499 3.407E-008,0.5581 L3.407E-008,15.44 z M12.34,9.86 L3.659,9.86 L3.659,6.139 L12.34,6.139 L12.34,9.86 z M3.349,11.1 C2.835,11.1 2.419,10.68 2.419,10.17 L2.419,5.829 C2.419,5.315 2.835,4.899 3.349,4.899 L12.65,4.899 C13.16,4.899 13.58,5.315 13.58,5.829 L13.58,10.17 C13.58,10.68 13.16,11.1 12.65,11.1 L3.349,11.1 z"/> <GeometryDrawing x:Key="Radix.JustifyStretch" Brush="#FF000000" Geometry="M15.44,-6.783E-007 C15.75,-6.783E-007 16,0.2499 16,0.5581 L16,15.44 C16,15.75 15.75,16 15.44,16 C15.13,16 14.88,15.75 14.88,15.44 L14.88,0.5581 C14.88,0.2499 15.13,-6.783E-007 15.44,-6.783E-007 z M0.5581,0.0001234 C0.8664,0.0001234 1.116,0.25 1.116,0.5583 L1.116,15.44 C1.116,15.75 0.8664,16 0.5581,16 C0.2499,16 -3.407E-008,15.75 -3.407E-008,15.44 L-3.407E-008,0.5583 C-3.407E-008,0.25 0.2499,0.0001234 0.5581,0.0001234 z M3.659,6.14 L12.34,6.14 L12.34,9.861 L3.659,9.861 L3.659,6.14 z M12.65,4.9 C13.16,4.9 13.58,5.316 13.58,5.83 L13.58,10.17 C13.58,10.68 13.16,11.1 12.65,11.1 L3.349,11.1 C2.835,11.1 2.419,10.68 2.419,10.17 L2.419,5.83 C2.419,5.316 2.835,4.9 3.349,4.9 L12.65,4.9 z"/> <GeometryDrawing x:Key="Radix.LapTimer" Brush="#FF000000" Geometry="M4.725,0.5369 C4.725,0.2404 4.965,0 5.262,0 L6.872,0 L8.483,0 C8.78,0 9.02,0.2404 9.02,0.5369 C9.02,0.8334 8.78,1.074 8.483,1.074 L7.409,1.074 L7.409,2.276 C8.589,2.367 9.685,2.756 10.62,3.367 C10.64,3.338 10.67,3.31 10.69,3.284 L11.77,2.21 C12.03,1.948 12.45,1.948 12.72,2.21 C12.98,2.472 12.98,2.897 12.72,3.159 L11.67,4.206 C12.95,5.454 13.74,7.198 13.74,9.127 C13.74,12.92 10.67,16 6.872,16 C3.077,16 2.917E-008,12.92 2.917E-008,9.127 C2.917E-008,5.513 2.791,2.55 6.336,2.276 L6.336,1.074 L5.262,1.074 C4.965,1.074 4.725,0.8334 4.725,0.5369 z M1.074,9.127 C1.074,5.925 3.67,3.329 6.872,3.329 C10.07,3.329 12.67,5.925 12.67,9.127 C12.67,12.33 10.07,14.93 6.872,14.93 C3.67,14.93 1.074,12.33 1.074,9.127 z M6.872,9.127 L6.872,4.403 C4.263,4.403 2.148,6.518 2.148,9.127 C2.148,11.74 4.263,13.85 6.872,13.85 C8.177,13.85 9.358,13.32 10.21,12.47 L6.872,9.127 z"/> <GeometryDrawing x:Key="Radix.Layers" Brush="#FF000000" Geometry="M7.278,0.08092 C7.095,-0.02697 6.868,-0.02697 6.686,0.08092 L0.2859,3.863 C0.1088,3.967 9.861E-05,4.158 9.861E-05,4.364 C9.861E-05,4.569 0.1088,4.76 0.2859,4.865 L6.686,8.646 C6.868,8.754 7.095,8.754 7.278,8.646 L13.68,4.865 C13.86,4.76 13.96,4.569 13.96,4.364 C13.96,4.158 13.86,3.967 13.68,3.863 L7.278,0.08092 z M6.982,7.47 L1.726,4.364 L6.982,1.258 L12.24,4.364 L6.982,7.47 z M0.08102,7.849 C0.2445,7.573 0.6013,7.481 0.8779,7.645 L6.982,11.25 L13.09,7.645 C13.36,7.481 13.72,7.573 13.88,7.849 C14.05,8.126 13.95,8.483 13.68,8.646 L7.278,12.43 C7.095,12.54 6.868,12.54 6.686,12.43 L0.2859,8.646 C0.009291,8.483 -0.08246,8.126 0.08102,7.849 z M0.08101,11.34 C0.2445,11.06 0.6013,10.97 0.8779,11.14 L6.982,14.74 L13.09,11.14 C13.36,10.97 13.72,11.06 13.88,11.34 C14.05,11.62 13.95,11.97 13.68,12.14 L7.278,15.92 C7.095,16.03 6.868,16.03 6.686,15.92 L0.2859,12.14 C0.00928,11.97 -0.08246,11.62 0.08101,11.34 z"/> <GeometryDrawing x:Key="Radix.Layout" Brush="#FF000000" Geometry="M9.846,1.231 L6.154,1.231 L6.154,14.77 L9.846,14.77 L9.846,1.231 z M11.08,1.231 L11.08,14.77 L14.15,14.77 C14.49,14.77 14.77,14.49 14.77,14.15 L14.77,1.846 C14.77,1.506 14.49,1.231 14.15,1.231 L11.08,1.231 z M1.846,1.231 L4.923,1.231 L4.923,14.77 L1.846,14.77 C1.506,14.77 1.231,14.49 1.231,14.15 L1.231,1.846 C1.231,1.506 1.506,1.231 1.846,1.231 z M1.846,0 C0.8265,0 0,0.8265 0,1.846 L0,14.15 C0,15.17 0.8265,16 1.846,16 L14.15,16 C15.17,16 16,15.17 16,14.15 L16,1.846 C16,0.8265 15.17,0 14.15,0 L1.846,0 z"/> <GeometryDrawing x:Key="Radix.LetterCaseCapitalize" Brush="#FF000000" Geometry="M4.201,0 C4.436,-0.0002391 4.647,0.1446 4.732,0.3643 L8.386,9.836 C8.5,10.13 8.354,10.46 8.06,10.57 C7.767,10.69 7.437,10.54 7.324,10.25 L6.128,7.144 L2.29,7.144 L1.101,10.24 C0.9883,10.54 0.6591,10.69 0.3656,10.57 C0.07205,10.46 -0.07467,10.13 0.03788,9.837 L3.67,0.3654 C3.754,0.1455 3.965,0.0002391 4.201,0 z M4.203,2.155 L5.754,6.176 L2.661,6.176 L4.203,2.155 z M12.41,2.797 C10.54,2.797 9.118,4.481 9.118,6.671 C9.118,8.975 10.65,10.54 12.41,10.54 C13.34,10.54 14.32,10.15 14.98,9.417 L14.98,9.996 C14.98,10.28 15.2,10.51 15.49,10.51 C15.77,10.51 16,10.28 16,9.996 L16,3.381 C16,3.098 15.77,2.869 15.49,2.869 C15.2,2.869 14.98,3.098 14.98,3.381 L14.98,3.954 C14.35,3.246 13.42,2.797 12.41,2.797 z M14.98,8.024 L14.98,5.182 C14.53,4.361 13.59,3.765 12.62,3.765 C11.51,3.765 10.29,4.799 10.29,6.671 C10.29,8.428 11.39,9.576 12.62,9.576 C13.63,9.576 14.54,8.817 14.98,8.024 z"/> <GeometryDrawing x:Key="Radix.LetterCaseLowercase" Brush="#FF000000" Geometry="M3.517,3.358E-007 C1.52,3.358E-007 -7.541E-009,1.8 -7.541E-009,4.142 C-7.541E-009,6.605 1.642,8.283 3.517,8.283 C4.518,8.283 5.556,7.866 6.262,7.078 L6.262,7.696 C6.262,7.999 6.507,8.244 6.81,8.244 C7.112,8.244 7.358,7.999 7.358,7.696 L7.358,0.6244 C7.358,0.3219 7.112,0.07666 6.81,0.07666 C6.507,0.07666 6.262,0.3219 6.262,0.6244 L6.262,1.236 C5.594,0.4792 4.605,3.358E-007 3.517,3.358E-007 z M6.262,5.589 L6.262,2.549 C5.787,1.672 4.786,1.035 3.746,1.035 C2.556,1.035 1.249,2.141 1.249,4.141 C1.249,6.021 2.434,7.248 3.746,7.248 C4.821,7.248 5.796,6.437 6.262,5.589 z M12.16,3.358E-007 C10.16,3.358E-007 8.642,1.8 8.642,4.142 C8.642,6.605 10.28,8.283 12.16,8.283 C13.16,8.283 14.2,7.866 14.9,7.078 L14.9,7.696 C14.9,7.999 15.15,8.244 15.45,8.244 C15.75,8.244 16,7.999 16,7.696 L16,0.6244 C16,0.3219 15.75,0.07665 15.45,0.07665 C15.15,0.07665 14.9,0.3219 14.9,0.6244 L14.9,1.237 C14.24,0.4795 13.25,3.358E-007 12.16,3.358E-007 z M14.9,5.588 L14.9,2.55 C14.43,1.672 13.43,1.035 12.39,1.035 C11.2,1.035 9.891,2.141 9.891,4.141 C9.891,6.021 11.08,7.248 12.39,7.248 C13.46,7.248 14.44,6.437 14.9,5.588 z"/> <GeometryDrawing x:Key="Radix.LetterCaseToggle" Brush="#FF000000" Geometry="M12.04,0 C12.26,-0.0002241 12.46,0.1356 12.54,0.3416 L15.96,9.222 C16.07,9.497 15.93,9.806 15.66,9.912 C15.38,10.02 15.07,9.881 14.97,9.606 L13.85,6.698 L10.25,6.698 L9.134,9.605 C9.028,9.88 8.72,10.02 8.444,9.912 C8.169,9.807 8.032,9.498 8.137,9.223 L11.54,0.3426 C11.62,0.1364 11.82,0.0002241 12.04,0 z M12.04,2.02 L13.5,5.791 L10.6,5.791 L12.04,2.02 z M3.084,2.622 C1.333,2.622 3.072E-010,4.201 3.072E-010,6.254 C3.072E-010,8.414 1.44,9.886 3.084,9.886 C3.962,9.886 4.873,9.52 5.491,8.829 L5.491,9.371 C5.491,9.636 5.707,9.851 5.972,9.851 C6.237,9.851 6.452,9.636 6.452,9.371 L6.452,3.17 C6.452,2.905 6.237,2.69 5.972,2.69 C5.707,2.69 5.491,2.905 5.491,3.17 L5.491,3.707 C4.906,3.043 4.038,2.622 3.084,2.622 z M5.491,7.523 L5.491,4.858 C5.075,4.089 4.197,3.53 3.285,3.53 C2.241,3.53 1.095,4.5 1.095,6.254 C1.095,7.902 2.134,8.978 3.285,8.978 C4.228,8.978 5.083,8.267 5.491,7.523 z"/> <GeometryDrawing x:Key="Radix.LetterCaseUppercase" Brush="#FF000000" Geometry="M3.84,0 C4.065,0 4.266,0.14 4.344,0.3508 L7.647,9.286 C7.75,9.564 7.608,9.873 7.329,9.976 C7.051,10.08 6.742,9.937 6.639,9.658 L5.557,6.73 L2.123,6.73 L1.041,9.658 C0.938,9.937 0.6291,10.08 0.351,9.976 C0.07278,9.873 -0.06937,9.564 0.03346,9.286 L3.336,0.3508 C3.414,0.14 3.615,0 3.84,0 z M3.84,2.086 L5.219,5.817 L2.461,5.817 L3.84,2.086 z M12.16,0 C12.38,0 12.59,0.14 12.66,0.3508 L15.97,9.286 C16.07,9.564 15.93,9.873 15.65,9.976 C15.37,10.08 15.06,9.937 14.96,9.658 L13.88,6.73 L10.44,6.73 L9.361,9.658 C9.258,9.937 8.949,10.08 8.671,9.976 C8.392,9.873 8.25,9.564 8.353,9.286 L11.66,0.3508 C11.73,0.14 11.94,0 12.16,0 z M12.16,2.086 L13.54,5.817 L10.78,5.817 L12.16,2.086 z"/> <GeometryDrawing x:Key="Radix.LetterSpacing" Brush="#FF000000" Geometry="M4.756,-5.215E-007 C4.972,-5.215E-007 5.168,0.1289 5.253,0.3276 L8.494,7.892 C8.612,8.166 8.485,8.484 8.211,8.601 C7.936,8.719 7.618,8.592 7.501,8.318 L6.446,5.856 L3.066,5.856 L2.011,8.318 C1.893,8.592 1.576,8.719 1.301,8.601 C1.027,8.484 0.8998,8.166 1.017,7.892 L4.259,0.3276 C4.344,0.1289 4.54,-5.215E-007 4.756,-5.215E-007 z M4.756,1.913 L6.052,4.937 L3.46,4.937 L4.756,1.913 z M11.79,8.651 C12.01,8.651 12.21,8.515 12.29,8.308 L15.26,0.7384 C15.37,0.4606 15.24,0.1468 14.96,0.0376 C14.68,-0.07159 14.37,0.06512 14.26,0.343 L11.79,6.633 L9.315,0.343 C9.205,0.06512 8.892,-0.07159 8.614,0.0376 C8.336,0.1468 8.199,0.4606 8.308,0.7384 L11.28,8.308 C11.36,8.515 11.56,8.651 11.79,8.651 z M16,12.43 C16,12.55 15.95,12.66 15.87,12.74 L13.71,14.9 C13.54,15.07 13.27,15.07 13.1,14.9 C12.93,14.73 12.93,14.46 13.1,14.29 L14.52,12.86 L1.476,12.86 L2.9,14.29 C3.069,14.46 3.069,14.73 2.9,14.9 C2.731,15.07 2.458,15.07 2.289,14.9 L0.1267,12.74 C0.04556,12.66 -2.969E-010,12.55 -2.969E-010,12.43 C-2.969E-010,12.32 0.04556,12.21 0.1267,12.13 L2.289,9.964 C2.458,9.796 2.731,9.796 2.9,9.964 C3.069,10.13 3.069,10.41 2.9,10.58 L1.476,12 L14.52,12 L13.1,10.58 C12.93,10.41 12.93,10.13 13.1,9.964 C13.27,9.796 13.54,9.796 13.71,9.964 L15.87,12.13 C15.95,12.21 16,12.32 16,12.43 z"/> <GeometryDrawing x:Key="Radix.LightningBolt" Brush="#FF000000" Geometry="M7.143,0.04304 C7.369,0.1398 7.5,0.3785 7.459,0.6211 L6.496,6.4 L11.2,6.4 C11.4,6.4 11.59,6.514 11.68,6.695 C11.77,6.876 11.75,7.092 11.63,7.253 L5.227,15.79 C5.079,15.98 4.816,16.05 4.59,15.96 C4.364,15.86 4.233,15.62 4.274,15.38 L5.237,9.6 L0.5333,9.6 C0.3313,9.6 0.1466,9.486 0.05631,9.305 C-0.03404,9.125 -0.01454,8.908 0.1067,8.747 L6.507,0.2134 C6.654,0.01667 6.917,-0.05369 7.143,0.04304 z M1.6,8.533 L5.867,8.533 C6.023,8.533 6.172,8.602 6.274,8.722 C6.375,8.842 6.418,9 6.393,9.154 L5.686,13.4 L10.13,7.467 L5.867,7.467 C5.71,7.467 5.561,7.398 5.46,7.278 C5.358,7.158 5.315,7 5.341,6.846 L6.048,2.603 L1.6,8.533 z"/> <GeometryDrawing x:Key="Radix.LineHeight" Brush="#FF000000" Geometry="M3.088,0.1348 C3.002,0.0485 2.885,-1.883E-007 2.762,-1.883E-007 C2.64,-1.883E-007 2.523,0.0485 2.437,0.1348 L0.1349,2.437 C-0.04494,2.617 -0.04494,2.908 0.1349,3.088 C0.3147,3.268 0.6062,3.268 0.786,3.088 L2.302,1.572 L2.302,10.86 L0.786,9.343 C0.6062,9.163 0.3147,9.163 0.1349,9.343 C-0.04495,9.523 -0.04495,9.814 0.1349,9.994 L2.437,12.3 C2.523,12.38 2.64,12.43 2.762,12.43 C2.885,12.43 3.002,12.38 3.088,12.3 L5.39,9.994 C5.57,9.814 5.57,9.523 5.39,9.343 C5.21,9.163 4.919,9.163 4.739,9.343 L3.223,10.86 L3.223,1.572 L4.739,3.088 C4.919,3.268 5.21,3.268 5.39,3.088 C5.57,2.908 5.57,2.617 5.39,2.437 L3.088,0.1348 z M8.518,2.187 C8.2,2.187 7.943,2.445 7.943,2.762 C7.943,3.08 8.2,3.338 8.518,3.338 L15.42,3.338 C15.74,3.338 16,3.08 16,2.762 C16,2.445 15.74,2.187 15.42,2.187 L8.518,2.187 z M7.943,6.216 C7.943,5.898 8.2,5.64 8.518,5.64 L15.42,5.64 C15.74,5.64 16,5.898 16,6.216 C16,6.533 15.74,6.791 15.42,6.791 L8.518,6.791 C8.2,6.791 7.943,6.533 7.943,6.216 z M8.518,9.093 C8.2,9.093 7.943,9.351 7.943,9.669 C7.943,9.987 8.2,10.24 8.518,10.24 L15.42,10.24 C15.74,10.24 16,9.987 16,9.669 C16,9.351 15.74,9.093 15.42,9.093 L8.518,9.093 z"/> <GeometryDrawing x:Key="Radix.Link1" Brush="#FF000000" Geometry="M4.462,7.613E-06 L4.387,7.613E-06 C3.744,-9.085E-05 3.332,-0.0001524 2.977,0.06769 C1.524,0.3451 0.3677,1.441 0.07194,2.868 C-0.0001932,3.216 -0.000112,3.618 9.828E-06,4.23 L1.967E-05,4.308 L9.828E-06,4.385 C-0.000112,4.997 -0.0001932,5.399 0.07194,5.747 C0.3677,7.175 1.524,8.27 2.977,8.548 C3.332,8.615 3.744,8.615 4.387,8.615 L4.462,8.615 L5.538,8.615 C5.878,8.615 6.154,8.34 6.154,8 C6.154,7.66 5.878,7.385 5.538,7.385 L4.462,7.385 C3.718,7.385 3.433,7.382 3.207,7.339 C2.219,7.15 1.467,6.414 1.277,5.498 C1.234,5.29 1.231,5.025 1.231,4.308 C1.231,3.591 1.234,3.326 1.277,3.118 C1.467,2.202 2.219,1.465 3.207,1.277 C3.433,1.234 3.718,1.231 4.462,1.231 L5.538,1.231 C5.878,1.231 6.154,0.9553 6.154,0.6154 C6.154,0.2755 5.878,7.613E-06 5.538,7.613E-06 L4.462,7.613E-06 z M11.54,1.231 C12.28,1.231 12.57,1.234 12.79,1.277 C13.78,1.465 14.53,2.202 14.72,3.118 C14.77,3.326 14.77,3.591 14.77,4.308 C14.77,5.025 14.77,5.29 14.72,5.498 C14.53,6.414 13.78,7.15 12.79,7.339 C12.57,7.382 12.28,7.385 11.54,7.385 L10.46,7.385 C10.12,7.385 9.846,7.66 9.846,8 C9.846,8.34 10.12,8.615 10.46,8.615 L11.54,8.615 L11.61,8.615 C12.26,8.615 12.67,8.615 13.02,8.548 C14.48,8.27 15.63,7.175 15.93,5.747 C16,5.399 16,4.997 16,4.385 L16,4.308 L16,4.23 C16,3.618 16,3.216 15.93,2.868 C15.63,1.441 14.48,0.3451 13.02,0.06769 C12.67,-0.0001524 12.26,-9.085E-05 11.61,7.613E-06 L11.54,7.613E-06 L10.46,7.613E-06 C10.12,7.613E-06 9.846,0.2755 9.846,0.6154 C9.846,0.9553 10.12,1.231 10.46,1.231 L11.54,1.231 z M4.924,3.692 C4.584,3.692 4.309,3.968 4.309,4.308 C4.309,4.648 4.584,4.923 4.924,4.923 L11.08,4.923 C11.42,4.923 11.69,4.648 11.69,4.308 C11.69,3.968 11.42,3.692 11.08,3.692 L4.924,3.692 z"/> <GeometryDrawing x:Key="Radix.Link2" Brush="#FF000000" Geometry="M9.384,1.853 C10.31,1.224 11.48,1.212 12.35,1.783 C12.54,1.912 12.76,2.118 13.32,2.681 C13.88,3.245 14.09,3.455 14.22,3.653 C14.79,4.521 14.78,5.691 14.15,6.616 C14,6.827 13.78,7.053 13.2,7.637 L12.35,8.484 C12.08,8.751 12.08,9.184 12.35,9.451 C12.62,9.718 13.05,9.718 13.32,9.451 L14.16,8.604 L14.22,8.546 C14.73,8.04 15.05,7.717 15.28,7.384 C16.2,6.025 16.25,4.256 15.36,2.902 C15.14,2.572 14.83,2.256 14.35,1.775 L14.29,1.714 L14.22,1.653 C13.74,1.173 13.43,0.8565 13.1,0.6396 C11.74,-0.2495 9.975,-0.2019 8.616,0.7216 C8.283,0.9474 7.96,1.271 7.454,1.776 L7.396,1.835 L6.549,2.681 C6.282,2.948 6.282,3.381 6.549,3.648 C6.816,3.915 7.249,3.915 7.516,3.648 L8.363,2.802 C8.947,2.218 9.173,1.996 9.384,1.853 z M3.648,7.516 C3.915,7.249 3.915,6.816 3.648,6.549 C3.381,6.282 2.948,6.282 2.681,6.549 L1.835,7.396 L1.776,7.454 C1.271,7.96 0.9474,8.283 0.7216,8.616 C-0.2019,9.975 -0.2495,11.74 0.6397,13.1 C0.8565,13.43 1.173,13.74 1.653,14.22 L1.714,14.29 L1.775,14.35 C2.256,14.83 2.572,15.14 2.902,15.36 C4.256,16.25 6.025,16.2 7.384,15.28 C7.717,15.05 8.04,14.73 8.546,14.22 L8.546,14.22 L8.604,14.16 L9.451,13.32 C9.718,13.05 9.718,12.62 9.451,12.35 C9.184,12.08 8.751,12.08 8.484,12.35 L7.637,13.2 C7.053,13.78 6.827,14 6.616,14.15 C5.691,14.78 4.521,14.79 3.653,14.22 C3.455,14.09 3.245,13.88 2.681,13.32 C2.118,12.76 1.912,12.54 1.783,12.35 C1.212,11.48 1.224,10.31 1.853,9.384 C1.996,9.173 2.218,8.947 2.802,8.363 L3.648,7.516 z M10.9,6.065 C11.17,5.798 11.17,5.365 10.9,5.098 C10.63,4.831 10.2,4.831 9.935,5.098 L5.1,9.933 C4.832,10.2 4.832,10.63 5.1,10.9 C5.367,11.17 5.8,11.17 6.067,10.9 L10.9,6.065 z"/> <GeometryDrawing x:Key="Radix.LinkBreak1" Brush="#FF000000" Geometry="M15.2,1.051 C15.45,0.8102 15.45,0.4206 15.2,0.1802 C14.96,-0.06008 14.57,-0.06008 14.33,0.1802 L0.796,13.72 C0.5557,13.96 0.5557,14.35 0.796,14.59 C1.036,14.83 1.426,14.83 1.666,14.59 L15.2,1.051 z M1.277,8.574 C1.445,9.386 2.055,10.06 2.879,10.33 L1.943,11.27 C0.9954,10.77 0.2931,9.892 0.07194,8.824 C-0.0001932,8.476 -0.000112,8.074 9.828E-06,7.462 L1.967E-05,7.385 L9.828E-06,7.307 C-0.000112,6.695 -0.0001932,6.293 0.07194,5.945 C0.3677,4.518 1.524,3.422 2.977,3.145 C3.332,3.077 3.744,3.077 4.387,3.077 L4.462,3.077 L5.538,3.077 C5.878,3.077 6.154,3.352 6.154,3.692 C6.154,4.032 5.878,4.308 5.538,4.308 L4.462,4.308 C3.718,4.308 3.433,4.31 3.207,4.354 C2.219,4.542 1.467,5.279 1.277,6.195 C1.234,6.403 1.231,6.668 1.231,7.385 C1.231,8.102 1.234,8.366 1.277,8.574 z M14.72,6.195 C14.55,5.383 13.95,4.713 13.12,4.439 L14.06,3.503 C15,3.996 15.71,4.878 15.93,5.945 C16,6.293 16,6.695 16,7.307 L16,7.385 L16,7.462 C16,8.074 16,8.476 15.93,8.824 C15.63,10.25 14.48,11.35 13.02,11.62 C12.67,11.69 12.26,11.69 11.61,11.69 L11.54,11.69 L10.46,11.69 C10.12,11.69 9.846,11.42 9.846,11.08 C9.846,10.74 10.12,10.46 10.46,10.46 L11.54,10.46 C12.28,10.46 12.57,10.46 12.79,10.42 C13.78,10.23 14.53,9.491 14.72,8.574 C14.77,8.366 14.77,8.102 14.77,7.385 C14.77,6.668 14.77,6.403 14.72,6.195 z"/> <GeometryDrawing x:Key="Radix.LinkBreak2" Brush="#FF000000" Geometry="M4.8,0 C5.095,0 5.333,0.2388 5.333,0.5333 L5.333,2.667 C5.333,2.961 5.095,3.2 4.8,3.2 C4.505,3.2 4.267,2.961 4.267,2.667 L4.267,0.5333 C4.267,0.2388 4.505,0 4.8,0 z M0.6892,0.6896 C0.8975,0.4813 1.235,0.4813 1.443,0.6896 L3.043,2.29 C3.252,2.498 3.252,2.836 3.043,3.044 C2.835,3.252 2.498,3.252 2.289,3.044 L0.6892,1.444 C0.481,1.236 0.481,0.8979 0.6892,0.6896 z M-7.520E-012,4.8 C-7.520E-012,4.505 0.2388,4.267 0.5333,4.267 L2.667,4.267 C2.961,4.267 3.2,4.505 3.2,4.8 C3.2,5.095 2.961,5.333 2.667,5.333 L0.5333,5.333 C0.2388,5.333 -7.520E-012,5.095 -7.520E-012,4.8 z M12.8,11.2 C12.8,10.91 13.04,10.67 13.33,10.67 L15.47,10.67 C15.76,10.67 16,10.91 16,11.2 C16,11.49 15.76,11.73 15.47,11.73 L13.33,11.73 C13.04,11.73 12.8,11.49 12.8,11.2 z M11.2,12.8 C11.49,12.8 11.73,13.04 11.73,13.33 L11.73,15.47 C11.73,15.76 11.49,16 11.2,16 C10.91,16 10.67,15.76 10.67,15.47 L10.67,13.33 C10.67,13.04 10.91,12.8 11.2,12.8 z M12.96,12.96 C13.16,12.75 13.5,12.75 13.71,12.96 L15.31,14.56 C15.52,14.76 15.52,15.1 15.31,15.31 C15.1,15.52 14.76,15.52 14.56,15.31 L12.96,13.71 C12.75,13.5 12.75,13.16 12.96,12.96 z M8.282,3.946 C8.738,3.491 8.914,3.317 9.079,3.206 C9.8,2.716 10.71,2.706 11.39,3.151 C11.54,3.252 11.71,3.412 12.15,3.852 C12.59,4.291 12.75,4.455 12.85,4.609 C13.29,5.287 13.28,6.199 12.79,6.921 C12.68,7.085 12.51,7.262 12.05,7.717 L11.39,8.377 C11.19,8.586 11.19,8.923 11.39,9.132 C11.6,9.34 11.94,9.34 12.15,9.132 L12.81,8.472 L12.85,8.426 C13.25,8.032 13.5,7.779 13.68,7.52 C14.4,6.46 14.43,5.08 13.74,4.024 C13.57,3.766 13.32,3.52 12.95,3.145 L12.9,3.098 L12.85,3.05 C12.48,2.675 12.23,2.429 11.98,2.259 C10.92,1.566 9.54,1.603 8.48,2.323 C8.22,2.499 7.968,2.752 7.574,3.146 L7.574,3.146 L7.528,3.192 L6.868,3.852 C6.66,4.06 6.66,4.398 6.868,4.606 C7.076,4.814 7.414,4.814 7.622,4.606 L8.282,3.946 z M3.191,7.529 L3.145,7.575 C2.751,7.969 2.499,8.221 2.323,8.48 C1.602,9.54 1.565,10.92 2.259,11.98 C2.428,12.23 2.674,12.48 3.049,12.86 L3.049,12.86 L3.097,12.9 L3.144,12.95 L3.144,12.95 L3.144,12.95 C3.519,13.33 3.766,13.57 4.023,13.74 C5.079,14.43 6.459,14.4 7.519,13.68 C7.779,13.5 8.031,13.25 8.425,12.85 L8.471,12.81 L9.131,12.15 C9.339,11.94 9.339,11.6 9.131,11.39 C8.923,11.19 8.585,11.19 8.377,11.39 L7.717,12.05 C7.261,12.51 7.085,12.68 6.92,12.79 C6.199,13.28 5.286,13.29 4.609,12.85 C4.455,12.75 4.29,12.59 3.851,12.15 C3.412,11.71 3.251,11.54 3.15,11.39 C2.705,10.71 2.715,9.801 3.205,9.08 C3.317,8.915 3.49,8.738 3.945,8.283 L4.605,7.623 C4.814,7.415 4.814,7.077 4.605,6.869 C4.397,6.661 4.059,6.661 3.851,6.869 L3.191,7.529 z"/> <GeometryDrawing x:Key="Radix.LinkNone1" Brush="#FF000000" Geometry="M4.387,5.365E-06 C4.411,1.767E-05 4.436,1.767E-05 4.462,1.767E-05 L5.538,1.767E-05 C5.878,1.767E-05 6.154,0.2755 6.154,0.6154 C6.154,0.9553 5.878,1.231 5.538,1.231 L4.462,1.231 C3.718,1.231 3.433,1.234 3.207,1.277 C2.219,1.465 1.467,2.202 1.277,3.118 C1.234,3.326 1.231,3.591 1.231,4.308 C1.231,5.025 1.234,5.29 1.277,5.498 C1.467,6.414 2.219,7.15 3.207,7.339 C3.433,7.382 3.718,7.385 4.462,7.385 L5.538,7.385 C5.878,7.385 6.154,7.66 6.154,8 C6.154,8.34 5.878,8.615 5.538,8.615 L4.462,8.615 C4.436,8.615 4.411,8.615 4.387,8.615 C3.744,8.615 3.332,8.615 2.977,8.548 C1.524,8.27 0.3677,7.175 0.07194,5.747 C-0.0001932,5.399 -0.000112,4.997 9.889E-06,4.385 C1.481E-05,4.36 1.974E-05,4.334 1.974E-05,4.308 C1.974E-05,4.281 1.481E-05,4.256 9.889E-06,4.23 C-0.000112,3.618 -0.0001932,3.216 0.07194,2.868 C0.3677,1.441 1.524,0.3451 2.977,0.0677 C3.332,-0.0001423 3.744,-8.079E-05 4.387,5.365E-06 z M12.79,1.277 C12.57,1.234 12.28,1.231 11.54,1.231 L10.46,1.231 C10.12,1.231 9.846,0.9553 9.846,0.6154 C9.846,0.2755 10.12,1.767E-05 10.46,1.767E-05 L11.54,1.767E-05 C11.56,1.767E-05 11.59,1.767E-05 11.61,5.365E-06 C12.26,-8.079E-05 12.67,-0.0001423 13.02,0.0677 C14.48,0.3451 15.63,1.441 15.93,2.868 C16,3.216 16,3.618 16,4.23 C16,4.256 16,4.281 16,4.308 C16,4.334 16,4.36 16,4.385 C16,4.997 16,5.399 15.93,5.747 C15.63,7.175 14.48,8.27 13.02,8.548 C12.67,8.615 12.26,8.615 11.61,8.615 C11.59,8.615 11.56,8.615 11.54,8.615 L10.46,8.615 C10.12,8.615 9.846,8.34 9.846,8 C9.846,7.66 10.12,7.385 10.46,7.385 L11.54,7.385 C12.28,7.385 12.57,7.382 12.79,7.339 C13.78,7.15 14.53,6.414 14.72,5.498 C14.77,5.29 14.77,5.025 14.77,4.308 C14.77,3.591 14.77,3.326 14.72,3.118 C14.53,2.202 13.78,1.465 12.79,1.277 z"/> <GeometryDrawing x:Key="Radix.LinkNone2" Brush="#FF000000" Geometry="M12.35,1.783 C11.48,1.212 10.31,1.224 9.384,1.853 C9.173,1.996 8.947,2.218 8.363,2.802 L7.516,3.648 C7.249,3.915 6.816,3.915 6.549,3.648 C6.282,3.381 6.282,2.948 6.549,2.681 L7.396,1.835 C7.415,1.815 7.435,1.796 7.454,1.776 C7.96,1.271 8.283,0.9474 8.616,0.7216 C9.975,-0.2019 11.74,-0.2495 13.1,0.6396 C13.43,0.8565 13.74,1.173 14.22,1.653 C14.24,1.673 14.27,1.694 14.29,1.714 C14.31,1.735 14.33,1.755 14.35,1.775 C14.83,2.256 15.14,2.572 15.36,2.902 C16.25,4.256 16.2,6.025 15.28,7.384 C15.05,7.717 14.73,8.04 14.22,8.546 C14.2,8.565 14.18,8.585 14.16,8.604 L13.32,9.451 C13.05,9.718 12.62,9.718 12.35,9.451 C12.08,9.184 12.08,8.751 12.35,8.484 L13.2,7.637 C13.78,7.053 14,6.827 14.15,6.616 C14.78,5.691 14.79,4.521 14.22,3.653 C14.09,3.455 13.88,3.245 13.32,2.681 C12.76,2.118 12.54,1.912 12.35,1.783 z M3.648,6.549 C3.915,6.816 3.915,7.249 3.648,7.516 L2.802,8.363 C2.218,8.947 1.996,9.173 1.853,9.384 C1.224,10.31 1.212,11.48 1.783,12.35 C1.912,12.54 2.118,12.76 2.681,13.32 C3.245,13.88 3.455,14.09 3.653,14.22 C4.521,14.79 5.691,14.78 6.616,14.15 C6.827,14 7.053,13.78 7.637,13.2 L8.484,12.35 C8.751,12.08 9.184,12.08 9.451,12.35 C9.718,12.62 9.718,13.05 9.451,13.32 L8.604,14.16 C8.585,14.18 8.565,14.2 8.546,14.22 C8.04,14.73 7.717,15.05 7.384,15.28 C6.025,16.2 4.256,16.25 2.902,15.36 C2.572,15.14 2.256,14.83 1.775,14.35 C1.755,14.33 1.735,14.31 1.714,14.29 C1.694,14.27 1.673,14.24 1.653,14.22 C1.173,13.74 0.8565,13.43 0.6397,13.1 C-0.2495,11.74 -0.2019,9.975 0.7216,8.616 C0.9474,8.283 1.271,7.96 1.776,7.454 C1.796,7.435 1.815,7.415 1.835,7.396 L2.681,6.549 C2.948,6.282 3.381,6.282 3.648,6.549 z"/> <GeometryDrawing x:Key="Radix.ListBullet" Brush="#FF000000" Geometry="M0.9057,1.811 C1.406,1.811 1.811,1.406 1.811,0.9057 C1.811,0.4055 1.406,0 0.9057,0 C0.4055,0 0,0.4055 0,0.9057 C0,1.406 0.4055,1.811 0.9057,1.811 z M3.925,0.9057 C3.925,0.5722 4.195,0.3019 4.528,0.3019 L15.4,0.3019 C15.73,0.3019 16,0.5722 16,0.9057 C16,1.239 15.73,1.509 15.4,1.509 L4.528,1.509 C4.195,1.509 3.925,1.239 3.925,0.9057 z M4.528,3.925 C4.195,3.925 3.925,4.195 3.925,4.528 C3.925,4.862 4.195,5.132 4.528,5.132 L15.4,5.132 C15.73,5.132 16,4.862 16,4.528 C16,4.195 15.73,3.925 15.4,3.925 L4.528,3.925 z M4.528,7.547 C4.195,7.547 3.925,7.818 3.925,8.151 C3.925,8.484 4.195,8.755 4.528,8.755 L15.4,8.755 C15.73,8.755 16,8.484 16,8.151 C16,7.818 15.73,7.547 15.4,7.547 L4.528,7.547 z M1.811,4.528 C1.811,5.028 1.406,5.434 0.9057,5.434 C0.4055,5.434 0,5.028 0,4.528 C0,4.028 0.4055,3.623 0.9057,3.623 C1.406,3.623 1.811,4.028 1.811,4.528 z M0.9057,9.057 C1.406,9.057 1.811,8.651 1.811,8.151 C1.811,7.651 1.406,7.245 0.9057,7.245 C0.4055,7.245 0,7.651 0,8.151 C0,8.651 0.4055,9.057 0.9057,9.057 z"/> <GeometryDrawing x:Key="Radix.LockClosed" Brush="#FF000000" Geometry="M3.686,4.494 C3.686,3.418 3.984,2.614 4.477,2.083 C4.963,1.559 5.708,1.229 6.76,1.229 C7.812,1.229 8.556,1.558 9.041,2.081 C9.533,2.611 9.83,3.414 9.83,4.491 L9.83,6.17 L3.686,6.17 L3.686,4.494 z M2.457,6.17 L2.457,4.494 C2.457,3.199 2.818,2.063 3.576,1.247 C4.34,0.4239 5.439,-2.400E-009 6.76,-2.400E-009 C8.08,-2.400E-009 9.178,0.4227 9.942,1.245 C10.7,2.061 11.06,3.195 11.06,4.491 L11.06,6.17 L12.29,6.17 C12.97,6.17 13.52,6.72 13.52,7.399 L13.52,14.77 C13.52,15.45 12.97,16 12.29,16 L1.229,16 C0.5501,16 0,15.45 0,14.77 L0,7.399 C0,6.72 0.5501,6.17 1.229,6.17 L2.457,6.17 z M1.229,7.399 L12.29,7.399 L12.29,14.77 L1.229,14.77 L1.229,7.399 z"/> <GeometryDrawing x:Key="Radix.LockOpen1" Brush="#FF000000" Geometry="M6.284,0 C4.944,0 3.841,0.4451 3.129,1.364 C2.557,2.101 2.286,3.066 2.286,4.152 L3.429,4.152 C3.429,3.249 3.654,2.552 4.032,2.064 C4.476,1.492 5.202,1.143 6.284,1.143 C7.265,1.143 7.958,1.446 8.41,1.927 C8.866,2.414 9.143,3.155 9.143,4.155 L9.143,6.857 L1.143,6.857 C0.5117,6.857 0,7.369 0,8 L0,14.86 C0,15.49 0.5117,16 1.143,16 L11.43,16 C12.06,16 12.57,15.49 12.57,14.86 L12.57,8 C12.57,7.369 12.06,6.857 11.43,6.857 L10.29,6.857 L10.29,4.155 C10.29,2.95 9.95,1.899 9.243,1.145 C8.531,0.3861 7.509,0 6.284,0 z M1.143,8 L11.43,8 L11.43,14.86 L1.143,14.86 L1.143,8 z"/> <GeometryDrawing x:Key="Radix.LockOpen2" Brush="#FF000000" Geometry="M9.6,3.878 C9.6,2.944 9.858,2.253 10.28,1.799 C10.71,1.349 11.35,1.067 12.27,1.067 C13.28,1.067 13.96,1.393 14.37,1.927 C14.72,2.382 14.93,3.033 14.93,3.875 L16,3.875 C16,2.861 15.75,1.961 15.21,1.273 C14.55,0.4154 13.52,0 12.27,0 C11.12,0 10.17,0.3604 9.506,1.069 C8.846,1.772 8.533,2.753 8.533,3.878 L8.533,6.4 L1.067,6.4 C0.4776,6.4 0,6.878 0,7.467 L0,13.87 C0,14.46 0.4776,14.93 1.067,14.93 L10.67,14.93 C11.26,14.93 11.73,14.46 11.73,13.87 L11.73,7.467 C11.73,6.878 11.26,6.4 10.67,6.4 L9.6,6.4 L9.6,3.878 z M1.067,7.467 L10.67,7.467 L10.67,13.87 L1.067,13.87 L1.067,7.467 z"/> <GeometryDrawing x:Key="Radix.Loop" Brush="#FF000000" Geometry="M3.261,0.9755 C3.484,0.7523 3.484,0.3905 3.261,0.1674 C3.038,-0.05579 2.676,-0.05579 2.453,0.1674 L0.1674,2.453 C-0.05579,2.676 -0.05579,3.038 0.1674,3.261 L2.453,5.547 C2.676,5.77 3.038,5.77 3.261,5.547 C3.484,5.324 3.484,4.962 3.261,4.739 L1.951,3.429 L10.29,3.429 C12.49,3.429 14.29,5.219 14.29,7.429 C14.29,7.744 14.54,8 14.86,8 C15.17,8 15.43,7.744 15.43,7.429 C15.43,4.588 13.13,2.286 10.29,2.286 L1.951,2.286 L3.261,0.9755 z M1.714,7.429 C1.714,7.113 1.458,6.857 1.143,6.857 C0.8273,6.857 0.5714,7.113 0.5714,7.429 C0.5714,10.27 2.874,12.57 5.714,12.57 L14.05,12.57 L12.74,13.88 C12.52,14.1 12.52,14.47 12.74,14.69 C12.96,14.91 13.32,14.91 13.55,14.69 L15.83,12.4 C16.06,12.18 16.06,11.82 15.83,11.6 L13.55,9.31 C13.32,9.087 12.96,9.087 12.74,9.31 C12.52,9.533 12.52,9.895 12.74,10.12 L14.05,11.43 L5.714,11.43 C3.505,11.43 1.714,9.638 1.714,7.429 z"/> <GeometryDrawing x:Key="Radix.MagicWand" Brush="#FF000000" Geometry="M14.76,0.4961 C14.76,0.2221 14.54,1.744E-008 14.26,1.744E-008 C13.99,1.744E-008 13.77,0.2221 13.77,0.4961 L13.77,1.24 L13.02,1.24 C12.75,1.24 12.53,1.462 12.53,1.736 C12.53,2.01 12.75,2.233 13.02,2.233 L13.77,2.233 L13.77,2.977 C13.77,3.251 13.99,3.473 14.26,3.473 C14.54,3.473 14.76,3.251 14.76,2.977 L14.76,2.233 L15.5,2.233 C15.78,2.233 16,2.01 16,1.736 C16,1.462 15.78,1.24 15.5,1.24 L14.76,1.24 L14.76,0.4961 z M12.22,3.779 C12.46,4.021 12.46,4.413 12.22,4.656 L10.98,5.896 C10.74,6.138 10.35,6.138 10.1,5.896 C9.862,5.654 9.862,5.261 10.1,5.019 L11.34,3.779 C11.59,3.536 11.98,3.536 12.22,3.779 z M9.741,6.259 C9.983,6.501 9.983,6.894 9.741,7.136 L1.059,15.82 C0.8165,16.06 0.4238,16.06 0.1816,15.82 C-0.06055,15.58 -0.06055,15.18 0.1816,14.94 L8.864,6.259 C9.106,6.017 9.499,6.017 9.741,6.259 z M14.26,6.202 C14.54,6.202 14.76,6.424 14.76,6.698 L14.76,7.442 L15.5,7.442 C15.78,7.442 16,7.664 16,7.938 C16,8.212 15.78,8.434 15.5,8.434 L14.76,8.434 L14.76,9.178 C14.76,9.452 14.54,9.674 14.26,9.674 C13.99,9.674 13.77,9.452 13.77,9.178 L13.77,8.434 L13.02,8.434 C12.75,8.434 12.53,8.212 12.53,7.938 C12.53,7.664 12.75,7.442 13.02,7.442 L13.77,7.442 L13.77,6.698 C13.77,6.424 13.99,6.202 14.26,6.202 z M8.558,0.4961 C8.558,0.2221 8.336,1.744E-008 8.062,1.744E-008 C7.788,1.744E-008 7.566,0.2221 7.566,0.4961 L7.566,1.24 L6.822,1.24 C6.548,1.24 6.326,1.462 6.326,1.736 C6.326,2.01 6.548,2.233 6.822,2.233 L7.566,2.233 L7.566,2.977 C7.566,3.251 7.788,3.473 8.062,3.473 C8.336,3.473 8.558,3.251 8.558,2.977 L8.558,2.233 L9.302,2.233 C9.576,2.233 9.798,2.01 9.798,1.736 C9.798,1.462 9.576,1.24 9.302,1.24 L8.558,1.24 L8.558,0.4961 z"/> <GeometryDrawing x:Key="Radix.MagnifyingGlass" Brush="#FF000000" Geometry="M11.64,6.545 C11.64,9.357 9.357,11.64 6.545,11.64 C3.734,11.64 1.455,9.357 1.455,6.545 C1.455,3.734 3.734,1.455 6.545,1.455 C9.357,1.455 11.64,3.734 11.64,6.545 z M10.63,11.66 C9.511,12.56 8.091,13.09 6.545,13.09 C2.931,13.09 0,10.16 0,6.545 C0,2.931 2.931,0 6.545,0 C10.16,0 13.09,2.931 13.09,6.545 C13.09,8.091 12.56,9.511 11.66,10.63 L15.79,14.76 C16.07,15.04 16.07,15.5 15.79,15.79 C15.5,16.07 15.04,16.07 14.76,15.79 L10.63,11.66 z"/> <GeometryDrawing x:Key="Radix.Margin" Brush="#FF000000" Geometry="M0.6154,1.231 C0.9553,1.231 1.231,0.9552 1.231,0.6154 C1.231,0.2755 0.9553,-6.701E-007 0.6154,-6.701E-007 C0.2755,-6.701E-007 -3.084E-008,0.2755 -3.084E-008,0.6154 C-3.084E-008,0.9552 0.2755,1.231 0.6154,1.231 z M4.308,1.231 C4.648,1.231 4.923,0.9552 4.923,0.6154 C4.923,0.2755 4.648,-6.701E-007 4.308,-6.701E-007 C3.968,-6.701E-007 3.692,0.2755 3.692,0.6154 C3.692,0.9552 3.968,1.231 4.308,1.231 z M8.615,0.6154 C8.615,0.9552 8.34,1.231 8,1.231 C7.66,1.231 7.385,0.9552 7.385,0.6154 C7.385,0.2755 7.66,-6.701E-007 8,-6.701E-007 C8.34,-6.701E-007 8.615,0.2755 8.615,0.6154 z M11.69,1.231 C12.03,1.231 12.31,0.9552 12.31,0.6154 C12.31,0.2755 12.03,-6.701E-007 11.69,-6.701E-007 C11.35,-6.701E-007 11.08,0.2755 11.08,0.6154 C11.08,0.9552 11.35,1.231 11.69,1.231 z M16,0.6154 C16,0.9552 15.72,1.231 15.38,1.231 C15.04,1.231 14.77,0.9552 14.77,0.6154 C14.77,0.2755 15.04,-6.701E-007 15.38,-6.701E-007 C15.72,-6.701E-007 16,0.2755 16,0.6154 z M0.6154,16 C0.9553,16 1.231,15.72 1.231,15.38 C1.231,15.04 0.9553,14.77 0.6154,14.77 C0.2755,14.77 -3.084E-008,15.04 -3.084E-008,15.38 C-3.084E-008,15.72 0.2755,16 0.6154,16 z M1.231,11.69 C1.231,12.03 0.9553,12.31 0.6154,12.31 C0.2755,12.31 -3.084E-008,12.03 -3.084E-008,11.69 C-3.084E-008,11.35 0.2755,11.08 0.6154,11.08 C0.9553,11.08 1.231,11.35 1.231,11.69 z M0.6154,8.615 C0.9553,8.615 1.231,8.34 1.231,8 C1.231,7.66 0.9553,7.385 0.6154,7.385 C0.2755,7.385 -3.084E-008,7.66 -3.084E-008,8 C-3.084E-008,8.34 0.2755,8.615 0.6154,8.615 z M1.231,4.308 C1.231,4.648 0.9553,4.923 0.6154,4.923 C0.2755,4.923 -3.084E-008,4.648 -3.084E-008,4.308 C-3.084E-008,3.968 0.2755,3.692 0.6154,3.692 C0.9553,3.692 1.231,3.968 1.231,4.308 z M15.38,12.31 C15.72,12.31 16,12.03 16,11.69 C16,11.35 15.72,11.08 15.38,11.08 C15.04,11.08 14.77,11.35 14.77,11.69 C14.77,12.03 15.04,12.31 15.38,12.31 z M16,8 C16,8.34 15.72,8.615 15.38,8.615 C15.04,8.615 14.77,8.34 14.77,8 C14.77,7.66 15.04,7.385 15.38,7.385 C15.72,7.385 16,7.66 16,8 z M15.38,4.923 C15.72,4.923 16,4.648 16,4.308 C16,3.968 15.72,3.692 15.38,3.692 C15.04,3.692 14.77,3.968 14.77,4.308 C14.77,4.648 15.04,4.923 15.38,4.923 z M4.923,15.38 C4.923,15.72 4.648,16 4.308,16 C3.968,16 3.692,15.72 3.692,15.38 C3.692,15.04 3.968,14.77 4.308,14.77 C4.648,14.77 4.923,15.04 4.923,15.38 z M8,16 C8.34,16 8.615,15.72 8.615,15.38 C8.615,15.04 8.34,14.77 8,14.77 C7.66,14.77 7.385,15.04 7.385,15.38 C7.385,15.72 7.66,16 8,16 z M12.31,15.38 C12.31,15.72 12.03,16 11.69,16 C11.35,16 11.08,15.72 11.08,15.38 C11.08,15.04 11.35,14.77 11.69,14.77 C12.03,14.77 12.31,15.04 12.31,15.38 z M15.38,16 C15.72,16 16,15.72 16,15.38 C16,15.04 15.72,14.77 15.38,14.77 C15.04,14.77 14.77,15.04 14.77,15.38 C14.77,15.72 15.04,16 15.38,16 z M3.692,4.923 C3.692,4.243 4.243,3.692 4.923,3.692 L11.08,3.692 C11.76,3.692 12.31,4.243 12.31,4.923 L12.31,11.08 C12.31,11.76 11.76,12.31 11.08,12.31 L4.923,12.31 C4.243,12.31 3.692,11.76 3.692,11.08 L3.692,4.923 z M4.923,4.923 L11.08,4.923 L11.08,11.08 L4.923,11.08 L4.923,4.923 z"/> <GeometryDrawing x:Key="Radix.MaskOff" Brush="#FF000000" Geometry="M1.067,1.067 L14.93,1.067 L14.93,12.8 L1.067,12.8 L1.067,1.067 z M0,1.067 C0,0.4776 0.4776,0 1.067,0 L14.93,0 C15.52,0 16,0.4776 16,1.067 L16,12.8 C16,13.39 15.52,13.87 14.93,13.87 L1.067,13.87 C0.4776,13.87 0,13.39 0,12.8 L0,1.067 z M5.2,6.933 C5.2,5.387 6.454,4.133 8,4.133 C9.546,4.133 10.8,5.387 10.8,6.933 C10.8,8.48 9.546,9.733 8,9.733 C6.454,9.733 5.2,8.48 5.2,6.933 z M8,3.067 C5.865,3.067 4.133,4.798 4.133,6.933 C4.133,9.069 5.865,10.8 8,10.8 C10.14,10.8 11.87,9.069 11.87,6.933 C11.87,4.798 10.14,3.067 8,3.067 z"/> <GeometryDrawing x:Key="Radix.MaskOn" Brush="#FF000000" Geometry="M1.067,0 C0.4776,0 0,0.4776 0,1.067 L0,12.8 C0,13.39 0.4776,13.87 1.067,13.87 L14.93,13.87 C15.52,13.87 16,13.39 16,12.8 L16,1.067 C16,0.4776 15.52,0 14.93,0 L1.067,0 z M8,10.27 C9.841,10.27 11.33,8.774 11.33,6.933 C11.33,5.092 9.841,3.6 8,3.6 C6.159,3.6 4.667,5.092 4.667,6.933 C4.667,8.774 6.159,10.27 8,10.27 z"/> <GeometryDrawing x:Key="Radix.Minus" Brush="#FF000000" Geometry="M0,0.7619 C0,0.3411 0.3411,0 0.7619,0 L15.24,0 C15.66,0 16,0.3411 16,0.7619 C16,1.183 15.66,1.524 15.24,1.524 L0.7619,1.524 C0.3411,1.524 0,1.183 0,0.7619 z"/> <GeometryDrawing x:Key="Radix.MinusCircled" Brush="#FF000000" Geometry="M8,-1.085E-007 C3.582,-1.085E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-1.085E-007 8,-1.085E-007 z M1.148,8 C1.148,4.215 4.215,1.148 8,1.148 C11.78,1.148 14.85,4.215 14.85,8 C14.85,11.78 11.78,14.85 8,14.85 C4.215,14.85 1.148,11.78 1.148,8 z M4.376,7.396 C4.043,7.396 3.772,7.667 3.772,8 C3.772,8.334 4.043,8.604 4.376,8.604 L11.62,8.604 C11.96,8.604 12.23,8.334 12.23,8 C12.23,7.667 11.96,7.396 11.62,7.396 L4.376,7.396 z"/> <GeometryDrawing x:Key="Radix.Mix" Brush="#FF000000" Geometry="M1.14,3.485 C1.14,2.19 2.19,1.14 3.485,1.14 C4.78,1.14 5.83,2.19 5.83,3.485 C5.83,4.78 4.78,5.83 3.485,5.83 C2.19,5.83 1.14,4.78 1.14,3.485 z M3.485,-1.083E-007 C1.56,-1.083E-007 3.016E-008,1.56 3.016E-008,3.485 C3.016E-008,5.41 1.56,6.971 3.485,6.971 C5.41,6.971 6.971,5.41 6.971,3.485 C6.971,1.56 5.41,-1.083E-007 3.485,-1.083E-007 z M5.792,12.35 L1.585,14.68 L1.585,10.03 L5.792,12.35 z M1.761,8.822 C1.17,8.495 0.4444,8.922 0.4444,9.598 L0.4444,15.11 C0.4444,15.79 1.17,16.21 1.761,15.89 L6.745,13.13 C7.355,12.79 7.355,11.92 6.745,11.58 L1.761,8.822 z M8.934,9.821 C8.934,9.331 9.331,8.934 9.821,8.934 L14.89,8.934 C15.38,8.934 15.78,9.331 15.78,9.821 L15.78,14.89 C15.78,15.38 15.38,15.78 14.89,15.78 L9.821,15.78 C9.331,15.78 8.934,15.38 8.934,14.89 L8.934,9.821 z M10.07,10.07 L10.07,14.64 L14.64,14.64 L14.64,10.07 L10.07,10.07 z M15.45,1.196 C15.67,0.9734 15.67,0.6124 15.45,0.3897 C15.23,0.167 14.87,0.167 14.64,0.3897 L12.35,2.679 L10.07,0.3897 C9.843,0.1671 9.482,0.1671 9.259,0.3897 C9.036,0.6124 9.036,0.9734 9.259,1.196 L11.55,3.485 L9.259,5.775 C9.036,5.997 9.036,6.358 9.259,6.581 C9.482,6.804 9.843,6.804 10.07,6.581 L12.35,4.292 L14.64,6.581 C14.87,6.804 15.23,6.804 15.45,6.581 C15.67,6.358 15.67,5.997 15.45,5.775 L13.16,3.485 L15.45,1.196 z"/> <GeometryDrawing x:Key="Radix.MixerHorizontal" Brush="#FF000000" Geometry="M5.538,1.231 C4.519,1.231 3.692,2.057 3.692,3.077 C3.692,4.097 4.519,4.923 5.538,4.923 C6.558,4.923 7.385,4.097 7.385,3.077 C7.385,2.057 6.558,1.231 5.538,1.231 z M2.462,3.692 C2.482,3.692 2.502,3.691 2.522,3.689 C2.806,5.095 4.049,6.154 5.538,6.154 C7.028,6.154 8.27,5.095 8.554,3.689 C8.574,3.691 8.595,3.692 8.615,3.692 L15.38,3.692 C15.72,3.692 16,3.417 16,3.077 C16,2.737 15.72,2.462 15.38,2.462 L8.615,2.462 C8.595,2.462 8.574,2.463 8.554,2.465 C8.27,1.059 7.028,0 5.538,0 C4.049,0 2.806,1.059 2.522,2.465 C2.502,2.463 2.482,2.462 2.462,2.462 L0.6154,2.462 C0.2755,2.462 0,2.737 0,3.077 C0,3.417 0.2755,3.692 0.6154,3.692 L2.462,3.692 z M13.48,11.07 C13.19,12.48 11.95,13.54 10.46,13.54 C8.972,13.54 7.73,12.48 7.446,11.07 C7.426,11.08 7.405,11.08 7.385,11.08 L0.6154,11.08 C0.2755,11.08 0,10.8 0,10.46 C0,10.12 0.2755,9.846 0.6154,9.846 L7.385,9.846 C7.405,9.846 7.426,9.847 7.446,9.849 C7.73,8.443 8.972,7.385 10.46,7.385 C11.95,7.385 13.19,8.443 13.48,9.849 C13.5,9.847 13.52,9.846 13.54,9.846 L15.38,9.846 C15.72,9.846 16,10.12 16,10.46 C16,10.8 15.72,11.08 15.38,11.08 L13.54,11.08 C13.52,11.08 13.5,11.08 13.48,11.07 z M8.615,10.46 C8.615,9.442 9.442,8.615 10.46,8.615 C11.48,8.615 12.31,9.442 12.31,10.46 C12.31,11.48 11.48,12.31 10.46,12.31 C9.442,12.31 8.615,11.48 8.615,10.46 z"/> <GeometryDrawing x:Key="Radix.MixerVertical" Brush="#FF000000" Geometry="M3.692,0.6154 C3.692,0.2755 3.417,0 3.077,0 C2.737,0 2.462,0.2755 2.462,0.6154 L2.462,7.385 C2.462,7.405 2.463,7.426 2.465,7.446 C1.059,7.73 0,8.972 0,10.46 C0,11.95 1.059,13.19 2.465,13.48 C2.463,13.5 2.462,13.52 2.462,13.54 L2.462,15.38 C2.462,15.72 2.737,16 3.077,16 C3.417,16 3.692,15.72 3.692,15.38 L3.692,13.54 C3.692,13.52 3.691,13.5 3.689,13.48 C5.095,13.19 6.154,11.95 6.154,10.46 C6.154,8.972 5.095,7.73 3.689,7.446 C3.691,7.426 3.692,7.405 3.692,7.385 L3.692,0.6154 z M11.08,0.6154 C11.08,0.2755 10.8,0 10.46,0 C10.12,0 9.846,0.2755 9.846,0.6154 L9.846,2.462 C9.846,2.482 9.847,2.502 9.849,2.522 C8.443,2.806 7.385,4.049 7.385,5.538 C7.385,7.028 8.443,8.27 9.849,8.554 C9.847,8.574 9.846,8.595 9.846,8.615 L9.846,15.38 C9.846,15.72 10.12,16 10.46,16 C10.8,16 11.08,15.72 11.08,15.38 L11.08,8.615 C11.08,8.595 11.08,8.574 11.07,8.554 C12.48,8.27 13.54,7.028 13.54,5.538 C13.54,4.049 12.48,2.806 11.07,2.522 C11.08,2.502 11.08,2.482 11.08,2.462 L11.08,0.6154 z M3.077,8.615 C2.057,8.615 1.231,9.442 1.231,10.46 C1.231,11.48 2.057,12.31 3.077,12.31 C4.097,12.31 4.923,11.48 4.923,10.46 C4.923,9.442 4.097,8.615 3.077,8.615 z M8.615,5.538 C8.615,4.519 9.442,3.692 10.46,3.692 C11.48,3.692 12.31,4.519 12.31,5.538 C12.31,6.558 11.48,7.385 10.46,7.385 C9.442,7.385 8.615,6.558 8.615,5.538 z"/> <GeometryDrawing x:Key="Radix.ModulzLogo" Brush="#FF000000" Geometry="M7.704,2.667 L4.148,5.333 L4.148,0 L7.704,2.667 z M0,8.889 L3.556,6.222 L0,3.556 L0,8.889 z M0,16 L3.556,13.33 L0,10.67 L0,16 z M8.296,8.889 L11.85,6.222 L8.296,3.556 L8.296,8.889 z M16,2.667 L12.44,5.333 L12.44,0 L16,2.667 z M12.44,12.44 L16,9.778 L12.44,7.111 L12.44,12.44 z M3.556,12.44 L0,9.778 L3.556,7.111 L3.556,12.44 z M4.148,6.222 L7.704,8.889 L7.704,3.556 L4.148,6.222 z M3.556,5.333 L0,2.667 L3.556,0 L3.556,5.333 z M8.296,2.667 L11.85,5.333 L11.85,0 L8.296,2.667 z M16,8.889 L12.44,6.222 L16,3.556 L16,8.889 z M12.44,13.33 L16,16 L16,10.67 L12.44,13.33 z"/> <GeometryDrawing x:Key="Radix.Moon" Brush="#FF000000" Geometry="M3.199,0.457 C3.199,0.2046 2.995,1.607E-008 2.742,1.607E-008 C2.49,1.607E-008 2.285,0.2046 2.285,0.457 L2.285,1.143 L1.6,1.143 C1.347,1.143 1.143,1.347 1.143,1.6 C1.143,1.852 1.347,2.057 1.6,2.057 L2.285,2.057 L2.285,2.742 C2.285,2.995 2.49,3.199 2.742,3.199 C2.995,3.199 3.199,2.995 3.199,2.742 L3.199,2.057 L3.885,2.057 C4.137,2.057 4.342,1.852 4.342,1.6 C4.342,1.347 4.137,1.143 3.885,1.143 L3.199,1.143 L3.199,0.457 z M6.627,3.885 C6.627,3.632 6.422,3.428 6.17,3.428 C5.918,3.428 5.713,3.632 5.713,3.885 L5.713,4.57 L5.027,4.57 C4.775,4.57 4.57,4.775 4.57,5.027 C4.57,5.28 4.775,5.484 5.027,5.484 L5.713,5.484 L5.713,6.17 C5.713,6.422 5.918,6.627 6.17,6.627 C6.422,6.627 6.627,6.422 6.627,6.17 L6.627,5.484 L7.313,5.484 C7.565,5.484 7.77,5.28 7.77,5.027 C7.77,4.775 7.565,4.57 7.313,4.57 L6.627,4.57 L6.627,3.885 z M2.057,7.313 C2.057,7.06 1.852,6.856 1.6,6.856 C1.347,6.856 1.143,7.06 1.143,7.313 L1.143,7.998 L0.457,7.998 C0.2046,7.998 2.447E-009,8.203 2.447E-009,8.455 C2.447E-009,8.708 0.2046,8.912 0.457,8.912 L1.143,8.912 L1.143,9.598 C1.143,9.85 1.347,10.05 1.6,10.05 C1.852,10.05 2.057,9.85 2.057,9.598 L2.057,8.912 L2.742,8.912 C2.995,8.912 3.199,8.708 3.199,8.455 C3.199,8.203 2.995,7.998 2.742,7.998 L2.057,7.998 L2.057,7.313 z M9.648,1.008 L9.308,0.9616 C9.064,0.9343 8.92,1.217 9.06,1.419 C9.221,1.651 9.369,1.892 9.504,2.142 C10.08,3.205 10.4,4.421 10.4,5.713 C10.4,9.452 7.681,12.55 4.112,13.15 C3.836,13.2 3.553,13.23 3.268,13.24 C3.023,13.26 2.888,13.54 3.059,13.72 C3.137,13.8 3.217,13.88 3.298,13.95 L3.381,14.03 L3.678,14.29 L3.893,14.46 L4.031,14.56 L4.245,14.71 L4.446,14.84 C4.584,14.93 4.725,15.01 4.869,15.09 L5.17,15.24 L5.468,15.38 L5.814,15.52 L6.092,15.62 C6.245,15.67 6.4,15.71 6.557,15.75 C6.676,15.79 6.796,15.81 6.917,15.84 C7.061,15.87 7.207,15.89 7.353,15.92 L7.715,15.96 L8.02,15.98 C8.165,15.99 8.312,16 8.459,16 C12.62,16 16,12.62 16,8.455 C16,8.17 15.98,7.888 15.95,7.611 L15.91,7.294 C15.87,7.039 15.82,6.789 15.76,6.543 C15.68,6.247 15.58,5.957 15.47,5.677 L15.34,5.372 L15.25,5.182 L15.17,5.012 C14.99,4.659 14.78,4.322 14.55,4.004 L14.37,3.775 L14.14,3.501 L13.96,3.295 L13.82,3.153 L13.64,2.974 L13.38,2.744 L13.02,2.447 L12.74,2.245 L12.4,2.028 L12.04,1.816 L11.66,1.627 L11.53,1.567 L11.26,1.452 L10.94,1.333 L10.66,1.239 L10.28,1.137 L9.982,1.068 L9.648,1.008 z M11.77,5.942 C11.77,4.771 11.54,3.654 11.12,2.635 C13.33,3.645 14.86,5.871 14.86,8.455 C14.86,11.99 11.99,14.85 8.459,14.85 C7.469,14.85 6.531,14.63 5.694,14.23 C7.361,13.7 8.81,12.69 9.876,11.36 C10.03,11.57 10.28,11.71 10.57,11.71 C11.04,11.71 11.43,11.33 11.43,10.85 C11.43,10.45 11.14,10.1 10.76,10.02 C10.83,9.885 10.9,9.75 10.96,9.613 C11.18,9.748 11.44,9.826 11.71,9.826 C12.5,9.826 13.14,9.187 13.14,8.398 C13.14,7.609 12.5,6.97 11.71,6.97 C11.75,6.633 11.77,6.29 11.77,5.942 z"/> <GeometryDrawing x:Key="Radix.Move" Brush="#FF000000" Geometry="M8.38,0.1574 C8.17,-0.05246 7.83,-0.05246 7.62,0.1574 L5.531,2.247 C5.321,2.457 5.321,2.797 5.531,3.007 C5.74,3.217 6.081,3.217 6.29,3.007 L7.403,1.894 L7.403,5.612 C7.403,5.942 7.67,6.209 8,6.209 C8.33,6.209 8.597,5.942 8.597,5.612 L8.597,1.894 L9.71,3.007 C9.919,3.217 10.26,3.217 10.47,3.007 C10.68,2.797 10.68,2.457 10.47,2.247 L8.38,0.1574 z M8.597,10.39 C8.597,10.06 8.33,9.791 8,9.791 C7.67,9.791 7.403,10.06 7.403,10.39 L7.403,14.11 L6.29,12.99 C6.081,12.78 5.74,12.78 5.531,12.99 C5.321,13.2 5.321,13.54 5.531,13.75 L7.62,15.84 C7.83,16.05 8.17,16.05 8.38,15.84 L10.47,13.75 C10.68,13.54 10.68,13.2 10.47,12.99 C10.26,12.78 9.919,12.78 9.71,12.99 L8.597,14.11 L8.597,10.39 z M9.791,8 C9.791,7.67 10.06,7.403 10.39,7.403 L14.11,7.403 L12.99,6.29 C12.78,6.081 12.78,5.74 12.99,5.531 C13.2,5.321 13.54,5.321 13.75,5.531 L15.84,7.62 C16.05,7.83 16.05,8.17 15.84,8.38 L13.75,10.47 C13.54,10.68 13.2,10.68 12.99,10.47 C12.78,10.26 12.78,9.919 12.99,9.71 L14.11,8.597 L10.39,8.597 C10.06,8.597 9.791,8.33 9.791,8 z M3.007,6.29 L1.894,7.403 L5.612,7.403 C5.942,7.403 6.209,7.67 6.209,8 C6.209,8.33 5.942,8.597 5.612,8.597 L1.894,8.597 L3.007,9.71 C3.217,9.919 3.217,10.26 3.007,10.47 C2.797,10.68 2.457,10.68 2.247,10.47 L0.1574,8.38 C-0.05246,8.17 -0.05246,7.83 0.1574,7.62 L2.247,5.531 C2.457,5.321 2.797,5.321 3.007,5.531 C3.217,5.74 3.217,6.081 3.007,6.29 z"/> <GeometryDrawing x:Key="Radix.NotionLogo" Brush="#FF000000" Geometry="M2.647,2.805 C3.144,3.209 3.331,3.179 4.266,3.116 L13.08,2.587 C13.26,2.587 13.11,2.401 13.04,2.37 L11.58,1.312 C11.3,1.094 10.93,0.8452 10.21,0.9076 L1.681,1.53 C1.37,1.561 1.308,1.716 1.432,1.841 L2.647,2.805 z M3.176,4.858 L3.176,14.13 C3.176,14.63 3.425,14.81 3.985,14.78 L13.67,14.22 C14.23,14.19 14.29,13.85 14.29,13.44 L14.29,4.236 C14.29,3.832 14.13,3.614 13.79,3.645 L3.674,4.236 C3.3,4.267 3.176,4.454 3.176,4.858 z M12.73,5.356 C12.8,5.636 12.73,5.916 12.45,5.947 L11.99,6.04 L11.99,12.88 C11.58,13.1 11.21,13.23 10.9,13.23 C10.4,13.23 10.27,13.07 9.9,12.6 L6.849,7.813 L6.849,12.45 L7.815,12.67 C7.815,12.67 7.815,13.23 7.035,13.23 L4.888,13.35 C4.825,13.23 4.888,12.91 5.106,12.85 L5.666,12.7 L5.666,6.569 L4.888,6.507 C4.826,6.227 4.981,5.823 5.417,5.791 L7.721,5.636 L10.9,10.49 L10.9,6.196 L10.09,6.103 C10.02,5.76 10.27,5.511 10.58,5.481 L12.73,5.356 z M0.9648,0.6899 L9.838,0.03649 C10.93,-0.05697 11.21,0.005633 11.89,0.5031 L14.73,2.494 C15.19,2.836 15.35,2.929 15.35,3.303 L15.35,14.22 C15.35,14.91 15.1,15.31 14.23,15.37 L3.923,15.99 C3.269,16.03 2.958,15.93 2.615,15.5 L0.5292,12.79 C0.1554,12.29 -1.790E-008,11.92 -1.790E-008,11.48 L-1.790E-008,1.778 C-1.790E-008,1.219 0.2493,0.7519 0.9648,0.6899 z"/> <GeometryDrawing x:Key="Radix.Opacity" Brush="#FF000000" Geometry="M6,0 C2,3.667 0,6.667 0,10 C0,13.31 2.686,16 6,16 C9.314,16 12,13.31 12,10 C12,6.667 10,3.667 6,0 z M10.67,10 C10.67,7.483 9.298,5.029 6,1.831 C2.702,5.029 1.333,7.483 1.333,10 C1.333,12.58 3.423,14.67 6,14.67 C8.577,14.67 10.67,12.58 10.67,10 z"/> <GeometryDrawing x:Key="Radix.OuterShadow" Brush="#FF000000" Geometry="M12.67,3.041 C14.67,4.272 16,6.482 16,9.004 C16,12.87 12.87,16 9.004,16 C6.49,16 4.286,14.67 3.053,12.68 L3.549,12.38 C4.68,14.2 6.7,15.42 9.004,15.42 C12.55,15.42 15.42,12.55 15.42,9.004 C15.42,6.693 14.19,4.667 12.36,3.538 L12.67,3.041 z M13.49,4.426 C14.68,5.589 15.42,7.211 15.42,9.004 C15.42,12.55 12.55,15.42 9.004,15.42 C7.211,15.42 5.59,14.68 4.426,13.49 L4.842,13.09 C5.901,14.16 7.374,14.83 9.004,14.83 C12.22,14.83 14.83,12.22 14.83,9.004 C14.83,7.374 14.17,5.9 13.09,4.842 L13.49,4.426 z M14.02,6.032 C14.54,6.902 14.83,7.919 14.83,9.004 C14.83,12.22 12.22,14.83 9.004,14.83 C7.895,14.83 6.858,14.52 5.974,13.99 L6.278,13.49 C7.072,13.97 8.005,14.25 9.004,14.25 C11.9,14.25 14.25,11.9 14.25,9.004 C14.25,8.026 13.98,7.112 13.52,6.329 L14.02,6.032 z M14.1,7.768 C14.2,8.165 14.25,8.579 14.25,9.004 C14.25,11.9 11.9,14.25 9.004,14.25 C8.551,14.25 8.11,14.19 7.69,14.08 L7.836,13.52 C8.209,13.62 8.6,13.67 9.004,13.67 C11.58,13.67 13.67,11.58 13.67,9.004 C13.67,8.625 13.62,8.257 13.54,7.905 L14.1,7.768 z M13.57,9.961 C13.19,11.78 11.75,13.21 9.928,13.58 L9.813,13 C11.41,12.68 12.67,11.43 13,9.842 L13.57,9.961 z M1.067E-008,7.258 C1.067E-008,3.249 3.249,1.082E-007 7.258,1.082E-007 C11.27,1.082E-007 14.52,3.249 14.52,7.258 C14.52,11.27 11.27,14.52 7.258,14.52 C3.249,14.52 1.067E-008,11.27 1.067E-008,7.258 z M7.258,1.108 C3.861,1.108 1.108,3.861 1.108,7.258 C1.108,10.65 3.861,13.41 7.258,13.41 C10.65,13.41 13.41,10.65 13.41,7.258 C13.41,3.861 10.65,1.108 7.258,1.108 z"/> <GeometryDrawing x:Key="Radix.Overline" Brush="#FF000000" Geometry="M0.5356,-9.120E-007 C0.2398,-9.120E-007 -1.103E-007,0.2398 -1.103E-007,0.5356 C-1.103E-007,0.8313 0.2398,1.071 0.5356,1.071 L11.25,1.071 C11.54,1.071 11.78,0.8313 11.78,0.5356 C11.78,0.2398 11.54,-9.120E-007 11.25,-9.120E-007 L0.5356,-9.120E-007 z M2.544,4.218 C2.544,3.848 2.244,3.548 1.875,3.548 C1.505,3.548 1.205,3.848 1.205,4.218 L1.205,11.31 C1.205,13.9 3.303,16 5.891,16 C8.479,16 10.58,13.9 10.58,11.31 L10.58,4.218 C10.58,3.848 10.28,3.548 9.908,3.548 C9.538,3.548 9.239,3.848 9.239,4.218 L9.239,11.31 C9.239,13.16 7.74,14.66 5.891,14.66 C4.043,14.66 2.544,13.16 2.544,11.31 L2.544,4.218 z"/> <GeometryDrawing x:Key="Radix.Padding" Brush="#FF000000" Geometry="M2.286,1.231 L13.71,1.231 C14.3,1.231 14.77,1.703 14.77,2.286 L14.77,13.71 C14.77,14.3 14.3,14.77 13.71,14.77 L2.286,14.77 C1.703,14.77 1.231,14.3 1.231,13.71 L1.231,2.286 C1.231,1.703 1.703,1.231 2.286,1.231 z M0,2.286 C0,1.023 1.023,0 2.286,0 L13.71,0 C14.98,0 16,1.023 16,2.286 L16,13.71 C16,14.98 14.98,16 13.71,16 L2.286,16 C1.023,16 0,14.98 0,13.71 L0,2.286 z M8,4.923 C8.34,4.923 8.615,4.648 8.615,4.308 C8.615,3.968 8.34,3.692 8,3.692 C7.66,3.692 7.384,3.968 7.384,4.308 C7.384,4.648 7.66,4.923 8,4.923 z M4.308,12.31 C4.647,12.31 4.923,12.03 4.923,11.69 C4.923,11.35 4.647,11.08 4.308,11.08 C3.968,11.08 3.692,11.35 3.692,11.69 C3.692,12.03 3.968,12.31 4.308,12.31 z M4.923,8 C4.923,8.34 4.647,8.616 4.308,8.616 C3.968,8.616 3.692,8.34 3.692,8 C3.692,7.66 3.968,7.385 4.308,7.385 C4.647,7.385 4.923,7.66 4.923,8 z M4.308,4.923 C4.647,4.923 4.923,4.648 4.923,4.308 C4.923,3.968 4.647,3.692 4.308,3.692 C3.968,3.692 3.692,3.968 3.692,4.308 C3.692,4.648 3.968,4.923 4.308,4.923 z M12.31,11.69 C12.31,12.03 12.03,12.31 11.69,12.31 C11.35,12.31 11.08,12.03 11.08,11.69 C11.08,11.35 11.35,11.08 11.69,11.08 C12.03,11.08 12.31,11.35 12.31,11.69 z M11.69,8.616 C12.03,8.616 12.31,8.34 12.31,8 C12.31,7.66 12.03,7.385 11.69,7.385 C11.35,7.385 11.08,7.66 11.08,8 C11.08,8.34 11.35,8.616 11.69,8.616 z M12.31,4.308 C12.31,4.648 12.03,4.923 11.69,4.923 C11.35,4.923 11.08,4.648 11.08,4.308 C11.08,3.968 11.35,3.692 11.69,3.692 C12.03,3.692 12.31,3.968 12.31,4.308 z M8,12.31 C8.34,12.31 8.615,12.03 8.615,11.69 C8.615,11.35 8.34,11.08 8,11.08 C7.66,11.08 7.384,11.35 7.384,11.69 C7.384,12.03 7.66,12.31 8,12.31 z"/> <GeometryDrawing x:Key="Radix.PaperPlane" Brush="#FF000000" Geometry="M0.7758,0.04758 C0.557,-0.04966 0.3005,0.005297 0.1408,0.1836 C-0.01896,0.362 -0.04547,0.623 0.07516,0.8297 L3.775,7.172 L0.07516,13.52 C-0.04547,13.72 -0.01896,13.98 0.1408,14.16 C0.3005,14.34 0.557,14.39 0.7758,14.3 L15.67,7.677 C15.87,7.588 16,7.39 16,7.172 C16,6.954 15.87,6.757 15.67,6.668 L0.7758,0.04758 z M4.795,6.731 L1.889,1.75 L14.09,7.172 L1.889,12.59 L4.795,7.614 L9.379,7.614 C9.623,7.614 9.821,7.416 9.821,7.172 C9.821,6.929 9.623,6.731 9.379,6.731 L4.795,6.731 z"/> <GeometryDrawing x:Key="Radix.Pause" Brush="#FF000000" Geometry="M1.66,0.8302 C1.66,0.3717 1.289,-2.469E-007 0.8302,-2.469E-007 C0.3717,-2.469E-007 -4.146E-008,0.3717 -4.146E-008,0.8302 L-4.146E-008,15.17 C-4.146E-008,15.63 0.3717,16 0.8302,16 C1.289,16 1.66,15.63 1.66,15.17 L1.66,0.8302 z M7.698,0.8302 C7.698,0.3717 7.326,-2.469E-007 6.868,-2.469E-007 C6.409,-2.469E-007 6.038,0.3717 6.038,0.8302 L6.038,15.17 C6.038,15.63 6.409,16 6.868,16 C7.326,16 7.698,15.63 7.698,15.17 L7.698,0.8302 z"/> <GeometryDrawing x:Key="Radix.Pencil1" Brush="#FF000000" Geometry="M13.14,0.1953 C12.88,-0.06509 12.46,-0.06509 12.2,0.1953 L2.286,10.1 C2.166,10.22 2.07,10.37 2.003,10.52 L0.05392,15.07 C-0.05346,15.32 0.002524,15.61 0.1953,15.8 C0.388,16 0.6787,16.05 0.9293,15.95 L5.478,14 C5.634,13.93 5.776,13.83 5.896,13.71 L15.8,3.805 C16.07,3.544 16.07,3.122 15.8,2.862 L13.14,0.1953 z M3.229,11.05 L12.67,1.609 L14.39,3.333 L4.953,12.77 L2.959,13.63 L2.374,13.04 L3.229,11.05 z"/> <GeometryDrawing x:Key="Radix.Pencil2" Brush="#FF000000" Geometry="M12.49,0.1802 C12.73,-0.06008 13.12,-0.06008 13.36,0.1802 L15.82,2.642 C16.06,2.882 16.06,3.272 15.82,3.512 L10.97,8.365 C10.87,8.458 10.77,8.536 10.65,8.595 L5.814,11.01 C5.577,11.13 5.291,11.08 5.103,10.9 C4.916,10.71 4.87,10.42 4.988,10.19 L7.405,5.353 C7.464,5.234 7.542,5.126 7.635,5.033 L12.49,0.1802 z M12.92,1.486 L8.506,5.903 L7.228,8.459 L7.541,8.772 L10.1,7.494 L14.51,3.077 L12.92,1.486 z M9.846,1.231 L8.615,2.462 L3.569,2.462 C3.042,2.462 2.684,2.462 2.407,2.485 C2.137,2.507 1.999,2.547 1.903,2.596 C1.671,2.714 1.483,2.902 1.365,3.134 C1.316,3.23 1.276,3.368 1.254,3.638 C1.231,3.915 1.231,4.273 1.231,4.8 L1.231,12.43 C1.231,12.96 1.231,13.32 1.254,13.59 C1.276,13.86 1.316,14 1.365,14.1 C1.483,14.33 1.671,14.52 1.903,14.64 C1.999,14.68 2.137,14.72 2.407,14.75 C2.684,14.77 3.042,14.77 3.569,14.77 L11.2,14.77 C11.73,14.77 12.09,14.77 12.36,14.75 C12.63,14.72 12.77,14.68 12.87,14.64 C13.1,14.52 13.29,14.33 13.4,14.1 C13.45,14 13.49,13.86 13.52,13.59 C13.54,13.32 13.54,12.96 13.54,12.43 L13.54,7.385 L14.77,6.154 L14.77,12.43 L14.77,12.46 C14.77,12.95 14.77,13.36 14.74,13.69 C14.71,14.04 14.65,14.36 14.5,14.66 C14.26,15.12 13.89,15.5 13.43,15.73 C13.13,15.88 12.81,15.94 12.46,15.97 C12.13,16 11.72,16 11.23,16 L11.2,16 L3.569,16 L3.544,16 C3.048,16 2.64,16 2.307,15.97 C1.961,15.94 1.643,15.88 1.344,15.73 C0.8809,15.5 0.5043,15.12 0.2683,14.66 C0.1161,14.36 0.05546,14.04 0.0272,13.69 C-1.184E-05,13.36 -1.184E-05,12.95 4.695E-007,12.46 L4.695E-007,12.46 L4.695E-007,12.43 L4.695E-007,4.8 L4.695E-007,4.775 L4.695E-007,4.775 L4.695E-007,4.775 C-1.184E-05,4.279 -1.184E-05,3.87 0.0272,3.537 C0.05546,3.191 0.1161,2.873 0.2683,2.575 C0.5043,2.112 0.8809,1.735 1.344,1.499 C1.643,1.347 1.961,1.286 2.307,1.258 C2.64,1.231 3.048,1.231 3.544,1.231 L3.544,1.231 L3.569,1.231 L9.846,1.231 z"/> <GeometryDrawing x:Key="Radix.Person" Brush="#FF000000" Geometry="M6.636,0 C4.21,0 2.242,1.967 2.242,4.394 C2.242,6.397 3.583,8.088 5.417,8.616 C3.969,8.793 2.728,9.305 1.793,10.23 C0.6026,11.4 -3.292E-008,13.15 -3.292E-008,15.42 C-3.292E-008,15.74 0.2578,16 0.5758,16 C0.8938,16 1.152,15.74 1.152,15.42 C1.152,13.34 1.7,11.93 2.601,11.05 C3.503,10.16 4.851,9.697 6.636,9.697 C8.422,9.697 9.769,10.16 10.67,11.05 C11.57,11.93 12.12,13.34 12.12,15.42 C12.12,15.74 12.38,16 12.7,16 C13.01,16 13.27,15.74 13.27,15.42 C13.27,13.15 12.67,11.4 11.48,10.23 C10.54,9.305 9.303,8.793 7.856,8.616 C9.689,8.088 11.03,6.397 11.03,4.394 C11.03,1.967 9.063,0 6.636,0 z M3.394,4.394 C3.394,2.603 4.846,1.152 6.636,1.152 C8.427,1.152 9.879,2.603 9.879,4.394 C9.879,6.185 8.427,7.636 6.636,7.636 C4.846,7.636 3.394,6.185 3.394,4.394 z"/> <GeometryDrawing x:Key="Radix.PieChart" Brush="#FF000000" Geometry="M1.203,8 C1.203,4.246 4.246,1.203 7.999,1.203 C11.75,1.203 14.8,4.246 14.8,8 C14.8,11.75 11.75,14.8 7.999,14.8 C4.246,14.8 1.203,11.75 1.203,8 z M7.999,-1.245E-007 C3.581,-1.245E-007 -9.802E-009,3.582 -9.802E-009,8 C-9.802E-009,12.42 3.581,16 7.999,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-1.245E-007 7.999,-1.245E-007 z M7.398,8.601 L7.398,2.74 C7.595,2.718 7.796,2.707 7.999,2.707 C10.92,2.707 13.29,5.077 13.29,8 C13.29,8.203 13.28,8.404 13.26,8.601 L7.398,8.601 z"/> <GeometryDrawing x:Key="Radix.Pilcrow" Brush="#FF000000" Geometry="M0,5.091 C0,8.703 2.897,10.18 5.818,10.18 L5.818,15.27 C5.818,15.67 6.144,16 6.545,16 C6.947,16 7.273,15.67 7.273,15.27 L7.273,10.18 L7.273,1.6 L8.727,1.6 L8.727,15.27 C8.727,15.67 9.053,16 9.455,16 C9.856,16 10.18,15.67 10.18,15.27 L10.18,1.6 L12.36,1.6 C12.81,1.6 13.16,1.242 13.16,0.8 C13.16,0.3582 12.81,0 12.36,0 L9.455,0 L7.273,0 L6.545,0 L5.818,0 C2.897,0 0,1.479 0,5.091 z"/> <GeometryDrawing x:Key="Radix.PinBottom" Brush="#FF000000" Geometry="M15.44,16 C15.75,16 16,15.75 16,15.44 C16,15.13 15.75,14.88 15.44,14.88 L0.5581,14.88 C0.2499,14.88 -3.407E-008,15.13 -3.407E-008,15.44 C-3.407E-008,15.75 0.2499,16 0.5581,16 L15.44,16 z M12.43,8.085 C12.64,7.867 12.64,7.513 12.43,7.295 C12.21,7.077 11.85,7.077 11.64,7.295 L8.558,10.37 L8.558,0.5581 C8.558,0.2499 8.308,-2.029E-007 8,-2.029E-007 C7.692,-2.029E-007 7.442,0.2499 7.442,0.5581 L7.442,10.37 L4.364,7.295 C4.146,7.077 3.792,7.077 3.574,7.295 C3.356,7.513 3.356,7.867 3.574,8.085 L7.605,12.12 C7.823,12.33 8.177,12.33 8.395,12.12 L12.43,8.085 z"/> <GeometryDrawing x:Key="Radix.PinLeft" Brush="#FF000000" Geometry="M3.407E-008,15.44 C3.407E-008,15.75 0.2499,16 0.5581,16 C0.8664,16 1.116,15.75 1.116,15.44 L1.116,0.5581 C1.116,0.2499 0.8664,4.391E-007 0.5581,4.391E-007 C0.2499,4.391E-007 3.407E-008,0.2499 3.407E-008,0.5581 L3.407E-008,15.44 z M7.915,12.43 C8.133,12.64 8.487,12.64 8.705,12.43 C8.922,12.21 8.922,11.85 8.705,11.64 L5.626,8.558 L15.44,8.558 C15.75,8.558 16,8.308 16,8 C16,7.692 15.75,7.442 15.44,7.442 L5.626,7.442 L8.705,4.364 C8.922,4.146 8.922,3.792 8.705,3.574 C8.487,3.356 8.133,3.356 7.915,3.574 L3.884,7.605 C3.666,7.823 3.666,8.177 3.884,8.395 L7.915,12.43 z"/> <GeometryDrawing x:Key="Radix.PinRight" Brush="#FF000000" Geometry="M16,0.5581 C16,0.2499 15.75,-4.391E-007 15.44,-4.391E-007 C15.13,-4.391E-007 14.88,0.2499 14.88,0.5581 L14.88,15.44 C14.88,15.75 15.13,16 15.44,16 C15.75,16 16,15.75 16,15.44 L16,0.5581 z M8.085,3.574 C7.867,3.356 7.513,3.356 7.295,3.574 C7.077,3.792 7.077,4.146 7.295,4.364 L10.37,7.442 L0.5581,7.442 C0.2499,7.442 6.354E-010,7.692 6.354E-010,8 C-1.234E-007,8.308 0.2499,8.558 0.5581,8.558 L10.37,8.558 L7.295,11.64 C7.077,11.85 7.077,12.21 7.295,12.43 C7.513,12.64 7.867,12.64 8.085,12.43 L12.12,8.395 C12.33,8.177 12.33,7.823 12.12,7.605 L8.085,3.574 z"/> <GeometryDrawing x:Key="Radix.PinTop" Brush="#FF000000" Geometry="M0.5581,-4.391E-007 C0.2499,-4.391E-007 3.407E-008,0.2499 3.407E-008,0.5581 C3.407E-008,0.8664 0.2499,1.116 0.5581,1.116 L15.44,1.116 C15.75,1.116 16,0.8664 16,0.5581 C16,0.2499 15.75,-4.391E-007 15.44,-4.391E-007 L0.5581,-4.391E-007 z M3.574,7.915 C3.356,8.133 3.356,8.487 3.574,8.705 C3.792,8.923 4.146,8.923 4.364,8.705 L7.442,5.626 L7.442,15.44 C7.442,15.75 7.692,16 8,16 C8.308,16 8.558,15.75 8.558,15.44 L8.558,5.626 L11.64,8.705 C11.85,8.923 12.21,8.923 12.43,8.705 C12.64,8.487 12.64,8.133 12.43,7.915 L8.395,3.884 C8.177,3.666 7.823,3.666 7.605,3.884 L3.574,7.915 z"/> <GeometryDrawing x:Key="Radix.Play" Brush="#FF000000" Geometry="M0.3685,0.1094 C0.5972,-0.02846 0.8814,-0.03655 1.118,0.08809 L14.83,7.326 C15.08,7.458 15.24,7.717 15.24,8 C15.24,8.283 15.08,8.542 14.83,8.674 L1.118,15.91 C0.8814,16.04 0.5972,16.03 0.3685,15.89 C0.1398,15.75 0,15.51 0,15.24 L0,0.7619 C0,0.4949 0.1398,0.2473 0.3685,0.1094 z M1.524,2.026 L1.524,13.97 L12.84,8 L1.524,2.026 z"/> <GeometryDrawing x:Key="Radix.Plus" Brush="#FF000000" Geometry="M8.762,0.7619 C8.762,0.3411 8.421,0 8,0 C7.579,0 7.238,0.3411 7.238,0.7619 L7.238,7.238 L0.7619,7.238 C0.3411,7.238 0,7.579 0,8 C0,8.421 0.3411,8.762 0.7619,8.762 L7.238,8.762 L7.238,15.24 C7.238,15.66 7.579,16 8,16 C8.421,16 8.762,15.66 8.762,15.24 L8.762,8.762 L15.24,8.762 C15.66,8.762 16,8.421 16,8 C16,7.579 15.66,7.238 15.24,7.238 L8.762,7.238 L8.762,0.7619 z"/> <GeometryDrawing x:Key="Radix.PlusCircled" Brush="#FF000000" Geometry="M8,-1.085E-007 C3.582,-1.085E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,-1.085E-007 8,-1.085E-007 z M1.148,8 C1.148,4.215 4.215,1.148 8,1.148 C11.78,1.148 14.85,4.215 14.85,8 C14.85,11.78 11.78,14.85 8,14.85 C4.215,14.85 1.148,11.78 1.148,8 z M8,3.773 C8.334,3.773 8.604,4.043 8.604,4.376 L8.604,7.396 L11.62,7.396 C11.96,7.396 12.23,7.667 12.23,8 C12.23,8.334 11.96,8.604 11.62,8.604 L8.604,8.604 L8.604,11.62 C8.604,11.96 8.334,12.23 8,12.23 C7.667,12.23 7.396,11.96 7.396,11.62 L7.396,8.604 L4.376,8.604 C4.043,8.604 3.772,8.334 3.772,8 C3.772,7.667 4.043,7.396 4.376,7.396 L7.396,7.396 L7.396,4.376 C7.396,4.043 7.667,3.773 8,3.773 z"/> <GeometryDrawing x:Key="Radix.QuestionMark" Brush="#FF000000" Geometry="M1.462,4.228 C1.462,2.716 2.966,1.462 4.546,1.462 C6.126,1.462 7.63,2.716 7.63,4.228 C7.63,5.625 6.921,6.281 5.968,7.126 L5.929,7.161 C4.984,7.998 3.815,9.035 3.815,11.09 C3.815,11.5 4.142,11.83 4.546,11.83 C4.95,11.83 5.277,11.5 5.277,11.09 C5.277,9.715 5.982,9.068 6.939,8.22 L6.965,8.196 C7.915,7.354 9.092,6.311 9.092,4.228 C9.092,1.72 6.731,-5.265E-007 4.546,-5.265E-007 C2.361,-5.265E-007 3.493E-008,1.72 3.493E-008,4.228 C3.493E-008,4.632 0.3274,4.959 0.7312,4.959 C1.135,4.959 1.462,4.632 1.462,4.228 z M4.546,16 C5.161,16 5.659,15.5 5.659,14.89 C5.659,14.27 5.161,13.77 4.546,13.77 C3.931,13.77 3.433,14.27 3.433,14.89 C3.433,15.5 3.931,16 4.546,16 z"/> <GeometryDrawing x:Key="Radix.QuestionMarkCircled" Brush="#FF000000" Geometry="M-5.530E-009,8 C-5.530E-009,3.582 3.582,-1.085E-007 8,-1.085E-007 C12.42,-1.085E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -5.530E-009,12.42 -5.530E-009,8 z M8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,11.78 4.215,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,4.215 11.78,1.148 8,1.148 z M8.906,11.62 C8.906,12.12 8.5,12.53 8,12.53 C7.5,12.53 7.094,12.12 7.094,11.62 C7.094,11.12 7.5,10.72 8,10.72 C8.5,10.72 8.906,11.12 8.906,11.62 z M6.249,6.49 C6.249,5.672 6.955,4.89 8,4.89 C9.045,4.89 9.752,5.672 9.752,6.49 C9.752,7.084 9.425,7.387 8.863,7.728 C8.8,7.767 8.728,7.809 8.651,7.854 L8.65,7.854 C8.429,7.982 8.167,8.135 7.969,8.288 C7.677,8.516 7.336,8.884 7.336,9.45 C7.336,9.817 7.633,10.11 8,10.11 C8.365,10.11 8.662,9.819 8.664,9.455 L8.665,9.454 C8.676,9.437 8.707,9.398 8.786,9.337 C8.909,9.241 9.045,9.162 9.227,9.056 L9.227,9.056 C9.322,9.001 9.429,8.939 9.553,8.864 C10.2,8.472 11.08,7.824 11.08,6.49 C11.08,4.893 9.734,3.561 8,3.561 C6.267,3.561 4.92,4.893 4.92,6.49 C4.92,6.857 5.217,7.155 5.584,7.155 C5.951,7.155 6.249,6.857 6.249,6.49 z"/> <GeometryDrawing x:Key="Radix.Quote" Brush="#FF000000" Geometry="M10.8,0.2055 C11.72,-0.09238 12.78,-0.08706 13.64,0.3581 C15.64,1.385 16.51,4.032 15.7,6.836 C15.34,8.094 14.71,9.316 13.36,10.55 C12.02,11.78 10.15,12.51 9.288,12.51 C8.978,12.51 8.727,12.26 8.727,11.96 C8.727,11.66 8.984,11.42 9.288,11.42 C10.28,11.42 11.16,10.88 12.2,10.09 C13,9.483 13.63,8.707 13.98,8.032 C14.64,6.74 14.66,4.919 13.59,4.435 C13.08,4.996 12.41,5.323 11.6,5.323 C9.858,5.323 8.829,3.919 8.873,2.647 C8.916,1.432 9.688,0.5665 10.8,0.2055 z M2.073,0.2055 C2.991,-0.09238 4.049,-0.08706 4.915,0.3581 C6.914,1.385 7.778,4.032 6.974,6.836 C6.613,8.094 5.978,9.316 4.634,10.55 C3.29,11.78 1.426,12.51 0.561,12.51 C0.2512,12.51 0,12.26 0,11.96 C0,11.66 0.2566,11.42 0.561,11.42 C1.549,11.42 2.432,10.88 3.477,10.09 C4.277,9.483 4.902,8.707 5.248,8.032 C5.91,6.74 5.932,4.919 4.863,4.435 C4.35,4.996 3.679,5.323 2.876,5.323 C1.131,5.323 0.102,3.919 0.1462,2.647 C0.1885,1.432 0.9605,0.5665 2.073,0.2055 z"/> <GeometryDrawing x:Key="Radix.Radiobutton" Brush="#FF000000" Geometry="M8,3.893E-007 C3.582,3.893E-007 3.694E-008,3.582 3.694E-008,8 C3.694E-008,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,3.893E-007 8,3.893E-007 z M1.148,8 C1.148,4.215 4.215,1.148 8,1.148 C11.78,1.148 14.85,4.215 14.85,8 C14.85,11.78 11.78,14.85 8,14.85 C4.215,14.85 1.148,11.78 1.148,8 z M8,10.42 C9.334,10.42 10.42,9.334 10.42,8 C10.42,6.666 9.334,5.584 8,5.584 C6.666,5.584 5.584,6.666 5.584,8 C5.584,9.334 6.666,10.42 8,10.42 z"/> <GeometryDrawing x:Key="Radix.Reader" Brush="#FF000000" Geometry="M2.708,0 L2.68,0 L2.68,0 C2.301,-1.477E-05 1.974,-2.708E-05 1.706,0.02544 C1.422,0.05239 1.142,0.1122 0.8815,0.272 C0.6331,0.4243 0.4243,0.6331 0.272,0.8815 C0.1122,1.142 0.05239,1.422 0.02544,1.706 C-2.415E-05,1.974 -1.184E-05,2.301 4.695E-007,2.68 L4.695E-007,2.68 L4.695E-007,2.708 L4.695E-007,13.29 L4.695E-007,13.32 L4.695E-007,13.32 C-1.184E-05,13.7 -2.415E-05,14.03 0.02544,14.29 C0.05239,14.58 0.1122,14.86 0.272,15.12 C0.4243,15.37 0.6331,15.58 0.8815,15.73 C1.142,15.89 1.422,15.95 1.706,15.97 C1.974,16 2.301,16 2.68,16 L2.708,16 L10.83,16 L10.86,16 C11.24,16 11.56,16 11.83,15.97 C12.12,15.95 12.4,15.89 12.66,15.73 C12.91,15.58 13.11,15.37 13.27,15.12 C13.43,14.86 13.49,14.58 13.51,14.29 C13.54,14.03 13.54,13.7 13.54,13.32 L13.54,13.29 L13.54,2.708 L13.54,2.68 C13.54,2.301 13.54,1.974 13.51,1.706 C13.49,1.422 13.43,1.142 13.27,0.8815 C13.11,0.6331 12.91,0.4243 12.66,0.272 C12.4,0.1122 12.12,0.05239 11.83,0.02544 C11.56,-2.708E-05 11.24,-1.477E-05 10.86,0 L10.83,0 L2.708,0 z M1.525,1.321 C1.56,1.3 1.629,1.269 1.822,1.251 C2.025,1.231 2.293,1.231 2.708,1.231 L10.83,1.231 C11.25,1.231 11.51,1.231 11.72,1.251 C11.91,1.269 11.98,1.3 12.01,1.321 C12.1,1.372 12.17,1.442 12.22,1.525 C12.24,1.56 12.27,1.629 12.29,1.822 C12.31,2.025 12.31,2.293 12.31,2.708 L12.31,13.29 C12.31,13.71 12.31,13.98 12.29,14.18 C12.27,14.37 12.24,14.44 12.22,14.48 C12.17,14.56 12.1,14.63 12.01,14.68 C11.98,14.7 11.91,14.73 11.72,14.75 C11.51,14.77 11.25,14.77 10.83,14.77 L2.708,14.77 C2.293,14.77 2.025,14.77 1.822,14.75 C1.629,14.73 1.56,14.7 1.525,14.68 C1.442,14.63 1.372,14.56 1.321,14.48 C1.3,14.44 1.269,14.37 1.251,14.18 C1.231,13.98 1.231,13.71 1.231,13.29 L1.231,2.708 C1.231,2.293 1.231,2.025 1.251,1.822 C1.269,1.629 1.3,1.56 1.321,1.525 C1.372,1.442 1.442,1.372 1.525,1.321 z M3.692,11.08 C3.352,11.08 3.077,11.35 3.077,11.69 C3.077,12.03 3.352,12.31 3.692,12.31 L7.385,12.31 C7.724,12.31 8,12.03 8,11.69 C8,11.35 7.724,11.08 7.385,11.08 L3.692,11.08 z M3.077,8 C3.077,7.66 3.352,7.385 3.692,7.385 L9.846,7.385 C10.19,7.385 10.46,7.66 10.46,8 C10.46,8.34 10.19,8.615 9.846,8.615 L3.692,8.615 C3.352,8.615 3.077,8.34 3.077,8 z M3.692,3.692 C3.352,3.692 3.077,3.968 3.077,4.308 C3.077,4.648 3.352,4.923 3.692,4.923 L9.846,4.923 C10.19,4.923 10.46,4.648 10.46,4.308 C10.46,3.968 10.19,3.692 9.846,3.692 L3.692,3.692 z"/> <GeometryDrawing x:Key="Radix.Reload" Brush="#FF000000" Geometry="M1.203,8 C1.203,4.589 3.861,1.203 8,1.203 C11.34,1.203 12.99,3.677 13.7,4.993 L11.61,4.993 C11.28,4.993 11.01,5.262 11.01,5.594 C11.01,5.926 11.28,6.196 11.61,6.196 L15.22,6.196 C15.55,6.196 15.82,5.926 15.82,5.594 L15.82,1.985 C15.82,1.653 15.55,1.383 15.22,1.383 C14.89,1.383 14.62,1.653 14.62,1.985 L14.62,4.166 C13.77,2.672 11.81,4.981E-007 8,4.981E-007 C3.112,4.981E-007 3.921E-008,4.012 3.921E-008,8 C3.921E-008,11.99 3.112,16 8,16 C10.34,16 12.29,15.07 13.67,13.66 C14.41,12.91 14.99,12.02 15.39,11.06 C15.52,10.75 15.37,10.4 15.06,10.27 C14.75,10.14 14.4,10.29 14.28,10.6 C13.94,11.42 13.44,12.18 12.81,12.82 C11.64,14.01 10,14.8 8,14.8 C3.861,14.8 1.203,11.41 1.203,8 z"/> <GeometryDrawing x:Key="Radix.Reset" Brush="#FF000000" Geometry="M3.97,0.2038 C4.242,0.4754 4.242,0.9159 3.97,1.188 L2.375,2.783 L9.739,2.783 C13.2,2.783 16,5.586 16,9.043 C16,12.5 13.2,15.3 9.739,15.3 L4.174,15.3 C3.79,15.3 3.478,14.99 3.478,14.61 C3.478,14.22 3.79,13.91 4.174,13.91 L9.739,13.91 C12.43,13.91 14.61,11.73 14.61,9.043 C14.61,6.354 12.43,4.174 9.739,4.174 L2.375,4.174 L3.97,5.769 C4.242,6.041 4.242,6.481 3.97,6.753 C3.698,7.024 3.258,7.024 2.986,6.753 L0.2038,3.97 C-0.06792,3.698 -0.06792,3.258 0.2038,2.986 L2.986,0.2038 C3.258,-0.06792 3.698,-0.06792 3.97,0.2038 z"/> <GeometryDrawing x:Key="Radix.Resume" Brush="#FF000000" Geometry="M1.349,0.6743 C1.349,0.3019 1.047,4.340E-007 0.6743,4.340E-007 C0.3019,4.340E-007 -3.367E-008,0.3019 -3.367E-008,0.6743 L-3.367E-008,12.32 C-3.367E-008,12.69 0.3019,13 0.6743,13 C1.047,13 1.349,12.69 1.349,12.32 L1.349,0.6743 z M4.639,0.1322 C4.449,0.03189 4.22,0.0384 4.036,0.1493 C3.852,0.2603 3.739,0.4595 3.739,0.6743 L3.739,12.32 C3.739,12.54 3.852,12.74 4.036,12.85 C4.22,12.96 4.449,12.96 4.639,12.86 L15.67,7.04 C15.87,6.934 16,6.725 16,6.498 C16,6.271 15.87,6.062 15.67,5.956 L4.639,0.1322 z M4.965,11.31 L4.965,1.691 L14.07,6.498 L4.965,11.31 z"/> <GeometryDrawing x:Key="Radix.Rocket" Brush="#FF000000" Geometry="M7.386,3.623 L8.316,2.693 C9.066,1.944 10.38,1.424 11.69,1.237 C12.33,1.145 12.94,1.139 13.43,1.214 C13.95,1.291 14.26,1.441 14.41,1.588 C14.56,1.736 14.71,2.051 14.79,2.565 C14.86,3.062 14.85,3.67 14.76,4.314 C14.58,5.62 14.06,6.934 13.31,7.684 L8.138,12.85 L6.805,11.52 C6.578,11.29 6.21,11.29 5.983,11.52 C5.756,11.75 5.756,12.12 5.983,12.34 L7.727,14.09 C7.954,14.31 8.322,14.31 8.549,14.09 L9.185,13.45 L10.55,15.72 C10.64,15.87 10.8,15.97 10.97,16 C11.15,16.02 11.33,15.96 11.46,15.83 L13.78,13.5 C13.91,13.38 13.97,13.19 13.94,13.01 L13.4,9.23 L14.13,8.506 C15.12,7.511 15.71,5.919 15.91,4.478 C16.02,3.749 16.03,3.024 15.94,2.393 C15.84,1.779 15.64,1.171 15.23,0.7664 C14.83,0.3614 14.22,0.156 13.61,0.06403 C12.98,-0.0305 12.25,-0.01806 11.52,0.08617 C10.08,0.2919 8.489,0.8763 7.494,1.871 L6.77,2.595 L2.989,2.055 C2.807,2.029 2.625,2.09 2.495,2.22 L0.1703,4.545 C0.04369,4.671 -0.01751,4.849 0.00436,5.027 C0.02623,5.204 0.1287,5.362 0.2822,5.454 L2.55,6.815 L1.914,7.451 C1.805,7.56 1.744,7.708 1.744,7.862 C1.744,8.016 1.805,8.164 1.914,8.273 L3.658,10.02 C3.885,10.24 4.253,10.24 4.48,10.02 C4.707,9.79 4.707,9.422 4.48,9.195 L3.147,7.862 L3.899,7.111 L7.386,3.623 z M11.16,14.48 L10.03,12.6 L12.38,10.26 L12.75,12.89 L11.16,14.48 z M3.398,5.968 L5.742,3.623 L3.112,3.247 L1.519,4.84 L3.398,5.968 z M2.155,11.18 C2.382,10.95 2.382,10.58 2.155,10.36 C1.928,10.13 1.56,10.13 1.333,10.36 L0.1703,11.52 C-0.05675,11.75 -0.05675,12.12 0.1703,12.34 C0.3973,12.57 0.7653,12.57 0.9923,12.34 L2.155,11.18 z M3.899,12.92 C4.126,12.7 4.126,12.33 3.899,12.1 C3.672,11.87 3.304,11.87 3.077,12.1 L0.7515,14.43 C0.5245,14.65 0.5245,15.02 0.7515,15.25 C0.9785,15.48 1.347,15.48 1.574,15.25 L3.899,12.92 z M5.643,14.67 C5.87,14.44 5.87,14.07 5.643,13.85 C5.416,13.62 5.047,13.62 4.82,13.85 L3.658,15.01 C3.431,15.23 3.431,15.6 3.658,15.83 C3.885,16.06 4.253,16.06 4.48,15.83 L5.643,14.67 z M10.46,6.989 C11.26,6.989 11.91,6.339 11.91,5.537 C11.91,4.735 11.26,4.085 10.46,4.085 C9.661,4.085 9.011,4.735 9.011,5.537 C9.011,6.339 9.661,6.989 10.46,6.989 z"/> <GeometryDrawing x:Key="Radix.RotateCounterClockwise" Brush="#FF000000" Geometry="M7.545,3.346 C7.733,3.492 8.006,3.358 8.006,3.12 L8.006,2.275 C10.27,2.275 11.65,2.691 12.48,3.521 C13.31,4.351 13.72,5.728 13.72,7.994 C13.72,8.31 13.98,8.566 14.3,8.566 C14.61,8.566 14.87,8.31 14.87,7.994 C14.87,5.642 14.45,3.873 13.29,2.712 C12.13,1.552 10.36,1.131 8.006,1.131 L8.006,0.2865 C8.006,0.04852 7.733,-0.08532 7.545,0.06076 L5.723,1.478 C5.576,1.592 5.576,1.815 5.723,1.929 L7.545,3.346 z M9.722,5.706 L1.716,5.706 C1.4,5.706 1.144,5.962 1.144,6.278 L1.144,14.28 C1.144,14.6 1.4,14.86 1.716,14.86 L9.722,14.86 C10.04,14.86 10.29,14.6 10.29,14.28 L10.29,6.278 C10.29,5.962 10.04,5.706 9.722,5.706 z M1.716,4.563 C0.7681,4.563 0,5.331 0,6.278 L0,14.28 C0,15.23 0.7681,16 1.716,16 L9.722,16 C10.67,16 11.44,15.23 11.44,14.28 L11.44,6.278 C11.44,5.331 10.67,4.563 9.722,4.563 L1.716,4.563 z"/> <GeometryDrawing x:Key="Radix.Rows" Brush="#FF000000" Geometry="M15.64,14.44 L0,14.44 L0,16 L15.64,16 L15.64,14.44 z M15.64,9.624 L0,9.624 L0,11.19 L15.64,11.19 L15.64,9.624 z M0,4.812 L15.64,4.812 L15.64,6.376 L0,6.376 L0,4.812 z M15.64,7.049E-007 L0,7.049E-007 L0,1.564 L15.64,1.564 L15.64,7.049E-007 z"/> <GeometryDrawing x:Key="Radix.RowSpacing" Brush="#FF000000" Geometry="M7.848,0.1517 C7.646,-0.05057 7.318,-0.05057 7.116,0.1517 L4.814,2.454 C4.612,2.656 4.612,2.984 4.814,3.186 C5.016,3.389 5.344,3.389 5.546,3.186 L6.964,1.769 L6.964,5.698 C6.964,5.984 7.196,6.216 7.482,6.216 C7.768,6.216 8,5.984 8,5.698 L8,1.769 L9.418,3.186 C9.62,3.389 9.948,3.389 10.15,3.186 C10.35,2.984 10.35,2.656 10.15,2.454 L7.848,0.1517 z M8,14.23 L8,10.3 C8,10.02 7.768,9.784 7.482,9.784 C7.196,9.784 6.964,10.02 6.964,10.3 L6.964,14.23 L5.546,12.81 C5.344,12.61 5.016,12.61 4.814,12.81 C4.612,13.02 4.612,13.34 4.814,13.55 L7.116,15.85 C7.213,15.95 7.345,16 7.482,16 C7.62,16 7.751,15.95 7.848,15.85 L10.15,13.55 C10.35,13.34 10.35,13.02 10.15,12.81 C9.948,12.61 9.62,12.61 9.418,12.81 L8,14.23 z M0.5755,7.425 C0.2577,7.425 4.047E-008,7.682 4.047E-008,8 C4.047E-008,8.318 0.2577,8.576 0.5755,8.576 L14.39,8.576 C14.71,8.576 14.96,8.318 14.96,8 C14.96,7.682 14.71,7.425 14.39,7.425 L0.5755,7.425 z"/> <GeometryDrawing x:Key="Radix.RulerHorizontal" Brush="#FF000000" Geometry="M0.5333,0 C0.2388,0 0,0.2388 0,0.5333 L0,6.933 C0,7.228 0.2388,7.467 0.5333,7.467 L15.47,7.467 C15.76,7.467 16,7.228 16,6.933 L16,0.5333 C16,0.2388 15.76,0 15.47,0 L0.5333,0 z M1.067,6.4 L1.067,1.067 L2.213,1.067 L2.213,3.733 C2.213,3.984 2.416,4.187 2.667,4.187 C2.917,4.187 3.12,3.984 3.12,3.733 L3.12,1.067 L4.347,1.067 L4.347,2.667 C4.347,2.917 4.55,3.12 4.8,3.12 C5.05,3.12 5.253,2.917 5.253,2.667 L5.253,1.067 L6.48,1.067 L6.48,2.667 C6.48,2.917 6.683,3.12 6.933,3.12 C7.184,3.12 7.387,2.917 7.387,2.667 L7.387,1.067 L8.613,1.067 L8.613,3.733 C8.613,3.984 8.816,4.187 9.067,4.187 C9.317,4.187 9.52,3.984 9.52,3.733 L9.52,1.067 L10.75,1.067 L10.75,2.667 C10.75,2.917 10.95,3.12 11.2,3.12 C11.45,3.12 11.65,2.917 11.65,2.667 L11.65,1.067 L12.88,1.067 L12.88,2.667 C12.88,2.917 13.08,3.12 13.33,3.12 C13.58,3.12 13.79,2.917 13.79,2.667 L13.79,1.067 L14.93,1.067 L14.93,6.4 L1.067,6.4 z"/> <GeometryDrawing x:Key="Radix.RulerSquare" Brush="#FF000000" Geometry="M0.5333,0 C0.2388,0 0,0.2388 0,0.5333 L0,15.47 C0,15.76 0.2388,16 0.5333,16 L4.8,16 C5.095,16 5.333,15.76 5.333,15.47 L5.333,5.333 L15.47,5.333 C15.76,5.333 16,5.095 16,4.8 L16,0.5333 C16,0.2388 15.76,0 15.47,0 L0.5333,0 z M1.067,4.347 L1.067,1.067 L4.347,1.067 C4.347,1.067 4.347,1.067 4.347,1.067 L4.347,4.347 L1.067,4.347 z M1.067,5.253 L1.067,14.93 L4.267,14.93 L4.267,13.79 L2.933,13.79 C2.683,13.79 2.48,13.58 2.48,13.33 C2.48,13.08 2.683,12.88 2.933,12.88 L4.267,12.88 L4.267,11.65 L2.4,11.65 C2.15,11.65 1.947,11.45 1.947,11.2 C1.947,10.95 2.15,10.75 2.4,10.75 L4.267,10.75 L4.267,9.52 L2.933,9.52 C2.683,9.52 2.48,9.317 2.48,9.067 C2.48,8.816 2.683,8.613 2.933,8.613 L4.267,8.613 L4.267,7.387 L2.933,7.387 C2.683,7.387 2.48,7.184 2.48,6.933 C2.48,6.683 2.683,6.48 2.933,6.48 L4.267,6.48 L4.267,5.253 L1.067,5.253 z M5.253,4.267 L6.48,4.267 L6.48,2.933 C6.48,2.683 6.683,2.48 6.933,2.48 C7.184,2.48 7.387,2.683 7.387,2.933 L7.387,4.267 L8.613,4.267 L8.613,2.933 C8.613,2.683 8.816,2.48 9.067,2.48 C9.317,2.48 9.52,2.683 9.52,2.933 L9.52,4.267 L10.75,4.267 L10.75,2.4 C10.75,2.15 10.95,1.947 11.2,1.947 C11.45,1.947 11.65,2.15 11.65,2.4 L11.65,4.267 L12.88,4.267 L12.88,2.933 C12.88,2.683 13.08,2.48 13.33,2.48 C13.58,2.48 13.79,2.683 13.79,2.933 L13.79,4.267 L14.93,4.267 L14.93,1.067 L5.253,1.067 L5.253,4.267 z"/> <GeometryDrawing x:Key="Radix.Section" Brush="#FF000000" Geometry="M1.231,0.6154 C1.231,0.9552 0.9552,1.231 0.6154,1.231 C0.2755,1.231 0,0.9552 0,0.6154 C0,0.2755 0.2755,0 0.6154,0 C0.9552,0 1.231,0.2755 1.231,0.6154 z M1.231,4.923 L1.231,11.08 L14.77,11.08 L14.77,4.923 L1.231,4.923 z M1.231,3.692 C0.551,3.692 0,4.243 0,4.923 L0,11.08 C0,11.76 0.551,12.31 1.231,12.31 L14.77,12.31 C15.45,12.31 16,11.76 16,11.08 L16,4.923 C16,4.243 15.45,3.692 14.77,3.692 L1.231,3.692 z M0.6154,16 C0.9552,16 1.231,15.72 1.231,15.38 C1.231,15.04 0.9552,14.77 0.6154,14.77 C0.2755,14.77 0,15.04 0,15.38 C0,15.72 0.2755,16 0.6154,16 z M3.692,0.6154 C3.692,0.9552 3.417,1.231 3.077,1.231 C2.737,1.231 2.462,0.9552 2.462,0.6154 C2.462,0.2755 2.737,0 3.077,0 C3.417,0 3.692,0.2755 3.692,0.6154 z M3.077,16 C3.417,16 3.692,15.72 3.692,15.38 C3.692,15.04 3.417,14.77 3.077,14.77 C2.737,14.77 2.462,15.04 2.462,15.38 C2.462,15.72 2.737,16 3.077,16 z M6.154,0.6154 C6.154,0.9552 5.878,1.231 5.538,1.231 C5.199,1.231 4.923,0.9552 4.923,0.6154 C4.923,0.2755 5.199,0 5.538,0 C5.878,0 6.154,0.2755 6.154,0.6154 z M5.538,16 C5.878,16 6.154,15.72 6.154,15.38 C6.154,15.04 5.878,14.77 5.538,14.77 C5.199,14.77 4.923,15.04 4.923,15.38 C4.923,15.72 5.199,16 5.538,16 z M8.615,0.6154 C8.615,0.9552 8.34,1.231 8,1.231 C7.66,1.231 7.385,0.9552 7.385,0.6154 C7.385,0.2755 7.66,0 8,0 C8.34,0 8.615,0.2755 8.615,0.6154 z M8,16 C8.34,16 8.615,15.72 8.615,15.38 C8.615,15.04 8.34,14.77 8,14.77 C7.66,14.77 7.385,15.04 7.385,15.38 C7.385,15.72 7.66,16 8,16 z M11.08,0.6154 C11.08,0.9552 10.8,1.231 10.46,1.231 C10.12,1.231 9.846,0.9552 9.846,0.6154 C9.846,0.2755 10.12,0 10.46,0 C10.8,0 11.08,0.2755 11.08,0.6154 z M10.46,16 C10.8,16 11.08,15.72 11.08,15.38 C11.08,15.04 10.8,14.77 10.46,14.77 C10.12,14.77 9.846,15.04 9.846,15.38 C9.846,15.72 10.12,16 10.46,16 z M13.54,0.6154 C13.54,0.9552 13.26,1.231 12.92,1.231 C12.58,1.231 12.31,0.9552 12.31,0.6154 C12.31,0.2755 12.58,0 12.92,0 C13.26,0 13.54,0.2755 13.54,0.6154 z M12.92,16 C13.26,16 13.54,15.72 13.54,15.38 C13.54,15.04 13.26,14.77 12.92,14.77 C12.58,14.77 12.31,15.04 12.31,15.38 C12.31,15.72 12.58,16 12.92,16 z M16,0.6154 C16,0.9552 15.72,1.231 15.38,1.231 C15.04,1.231 14.77,0.9552 14.77,0.6154 C14.77,0.2755 15.04,0 15.38,0 C15.72,0 16,0.2755 16,0.6154 z M15.38,16 C15.72,16 16,15.72 16,15.38 C16,15.04 15.72,14.77 15.38,14.77 C15.04,14.77 14.77,15.04 14.77,15.38 C14.77,15.72 15.04,16 15.38,16 z"/> <GeometryDrawing x:Key="Radix.SewingPin" Brush="#FF000000" Geometry="M1.231,3.077 C1.231,2.057 2.057,1.231 3.077,1.231 C4.097,1.231 4.923,2.057 4.923,3.077 C4.923,4.097 4.097,4.923 3.077,4.923 C2.057,4.923 1.231,4.097 1.231,3.077 z M3.692,6.092 C5.097,5.807 6.154,4.566 6.154,3.077 C6.154,1.378 4.776,0 3.077,0 C1.378,0 0,1.378 0,3.077 C0,4.566 1.057,5.807 2.462,6.092 L2.462,15.38 C2.462,15.72 2.737,16 3.077,16 C3.417,16 3.692,15.72 3.692,15.38 L3.692,6.092 z"/> <GeometryDrawing x:Key="Radix.SewingPinFilled" Brush="#FF000000" Geometry="M6.154,3.077 C6.154,4.566 5.097,5.807 3.692,6.092 L3.692,15.38 C3.692,15.72 3.417,16 3.077,16 C2.737,16 2.462,15.72 2.462,15.38 L2.462,6.092 C1.057,5.807 0,4.566 0,3.077 C0,1.378 1.378,0 3.077,0 C4.776,0 6.154,1.378 6.154,3.077 z"/> <GeometryDrawing x:Key="Radix.SewingPinSolid" Brush="#FF000000" Geometry="M6.154,3.077 C6.154,4.566 5.097,5.807 3.692,6.092 L3.692,15.38 C3.692,15.72 3.417,16 3.077,16 C2.737,16 2.462,15.72 2.462,15.38 L2.462,6.092 C1.057,5.807 0,4.566 0,3.077 C0,1.378 1.378,0 3.077,0 C4.776,0 6.154,1.378 6.154,3.077 z"/> <GeometryDrawing x:Key="Radix.Shadow" Brush="#FF000000" Geometry="M-5.530E-009,8 C-5.530E-009,3.582 3.582,3.893E-007 8,3.893E-007 C12.42,3.893E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -5.530E-009,12.42 -5.530E-009,8 z M8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,11.78 4.215,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,4.215 11.78,1.148 8,1.148 z M7.134,15.1 C9.497,10.96 9.497,5.037 7.134,0.9023 L7.658,0.6027 C10.13,4.923 10.13,11.08 7.658,15.4 L7.134,15.1 z M7.737,15.22 C10.1,11.01 10.1,4.986 7.737,0.7796 L8.263,0.4837 C10.73,4.874 10.73,11.13 8.263,15.52 L7.737,15.22 z M8.388,15.26 C10.69,11.01 10.69,4.997 8.393,0.7535 L8.924,0.466 C11.32,4.889 11.32,11.12 8.919,15.54 L8.388,15.26 z M9.103,15.16 C11.26,10.93 11.26,5.071 9.105,0.8419 L9.643,0.568 C11.88,4.97 11.88,11.04 9.641,15.44 L9.103,15.16 z M9.842,15 C11.81,10.82 11.82,5.194 9.848,1.014 L10.39,0.7569 C12.44,5.1 12.44,10.92 10.39,15.26 L9.842,15 z M10.62,14.72 C12.36,10.65 12.36,5.357 10.62,1.285 L11.18,1.048 C12.98,5.272 12.98,10.74 11.17,14.96 L10.62,14.72 z M11.42,14.34 C12.9,10.44 12.9,5.573 11.42,1.676 L11.99,1.462 C13.52,5.497 13.52,10.52 11.98,14.55 L11.42,14.34 z M12.25,13.8 C13.43,10.17 13.43,5.842 12.25,2.215 L12.82,2.028 C14.04,5.776 14.04,10.24 12.82,13.98 L12.25,13.8 z M13.1,13.03 C13.95,9.828 13.95,6.185 13.1,2.977 L13.69,2.822 C14.56,6.131 14.56,9.881 13.68,13.19 L13.1,13.03 z M13.97,11.93 C14.47,9.374 14.47,6.624 13.97,4.07 L14.56,3.955 C15.07,6.585 15.07,9.413 14.56,12.04 L13.97,11.93 z"/> <GeometryDrawing x:Key="Radix.ShadowInner" Brush="#FF000000" Geometry="M-5.530E-009,8 C-5.530E-009,3.582 3.582,3.893E-007 8,3.893E-007 C12.42,3.893E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -5.530E-009,12.42 -5.530E-009,8 z M8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,11.78 4.215,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,4.215 11.78,1.148 8,1.148 z M13.63,3.593 C9.037,4.846 4.847,9.037 3.594,13.63 L3.011,13.47 C4.32,8.671 8.672,4.32 13.47,3.011 L13.63,3.593 z M13.29,3.08 C8.646,4.383 4.383,8.645 3.08,13.29 L2.499,13.13 C3.858,8.279 8.28,3.858 13.13,2.499 L13.29,3.08 z M12.86,2.595 C8.231,3.968 3.975,8.221 2.598,12.85 L2.019,12.67 C3.454,7.854 7.863,3.447 12.68,2.016 L12.86,2.595 z M12.28,2.156 C7.772,3.623 3.626,7.768 2.157,12.28 L1.583,12.09 C3.112,7.397 7.402,3.109 12.1,1.581 L12.28,2.156 z M11.65,1.747 C7.301,3.307 3.318,7.286 1.753,11.63 L1.185,11.43 C2.811,6.912 6.927,2.799 11.44,1.179 L11.65,1.747 z M10.9,1.394 C6.792,3.041 3.047,6.785 1.397,10.89 L0.837,10.67 C2.548,6.407 6.414,2.542 10.68,0.8335 L10.9,1.394 z M10.06,1.101 C6.262,2.81 2.819,6.251 1.107,10.05 L0.5561,9.802 C2.329,5.868 5.88,2.32 9.815,0.5504 L10.06,1.101 z M9.096,0.8985 C5.697,2.626 2.634,5.687 0.904,9.085 L0.3658,8.811 C2.154,5.299 5.309,2.146 8.822,0.3601 L9.096,0.8985 z M7.954,0.834 C5.085,2.5 2.508,5.076 0.84,7.944 L0.3179,7.641 C2.039,4.682 4.691,2.031 7.651,0.3117 L7.954,0.834 z M6.556,1 C4.4,2.456 2.455,4.401 0.9992,6.557 L0.4988,6.219 C1.998,3.999 3.998,1.999 6.217,0.4995 L6.556,1 z"/> <GeometryDrawing x:Key="Radix.ShadowNone" Brush="#FF000000" Geometry="M8,3.893E-007 C3.582,3.893E-007 -5.530E-009,3.582 -5.530E-009,8 C-5.530E-009,9.992 0.7279,11.81 1.932,13.21 L0.9294,14.22 C0.6935,14.45 0.6935,14.84 0.9294,15.07 C1.165,15.31 1.548,15.31 1.784,15.07 L2.786,14.07 C4.187,15.27 6.008,16 8,16 C12.42,16 16,12.42 16,8 C16,6.008 15.27,4.187 14.07,2.786 L15.07,1.784 C15.31,1.548 15.31,1.165 15.07,0.9294 C14.84,0.6935 14.45,0.6935 14.22,0.9294 L13.21,1.932 C11.81,0.7279 9.992,3.893E-007 8,3.893E-007 z M12.4,2.746 C11.21,1.748 9.675,1.148 8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,9.675 1.748,11.21 2.746,12.4 L12.4,2.746 z M3.601,13.25 C4.791,14.25 6.325,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,6.325 14.25,4.791 13.25,3.601 L3.601,13.25 z M7.134,15.1 C9.497,10.96 9.497,5.037 7.134,0.9023 L7.658,0.6027 C10.13,4.923 10.13,11.08 7.658,15.4 L7.134,15.1 z M7.737,15.22 C10.1,11.01 10.1,4.986 7.737,0.7796 L8.263,0.4837 C10.73,4.874 10.73,11.13 8.263,15.52 L7.737,15.22 z M8.388,15.26 C10.69,11.01 10.69,4.997 8.393,0.7535 L8.924,0.466 C11.32,4.889 11.32,11.12 8.919,15.54 L8.388,15.26 z M9.103,15.16 C11.26,10.93 11.26,5.071 9.105,0.8419 L9.643,0.568 C11.88,4.97 11.88,11.04 9.641,15.44 L9.103,15.16 z M9.842,15 C11.81,10.82 11.82,5.194 9.848,1.014 L10.39,0.7569 C12.44,5.1 12.44,10.92 10.39,15.26 L9.842,15 z M10.62,14.72 C12.36,10.65 12.36,5.357 10.62,1.285 L11.18,1.048 C12.98,5.272 12.98,10.74 11.17,14.96 L10.62,14.72 z M11.42,14.34 C12.9,10.44 12.9,5.573 11.42,1.676 L11.99,1.462 C13.52,5.497 13.52,10.52 11.98,14.55 L11.42,14.34 z M12.25,13.8 C13.43,10.17 13.43,5.842 12.25,2.215 L12.82,2.028 C14.04,5.776 14.04,10.24 12.82,13.98 L12.25,13.8 z M13.1,13.03 C13.95,9.828 13.95,6.185 13.1,2.977 L13.69,2.822 C14.56,6.131 14.56,9.881 13.68,13.19 L13.1,13.03 z M13.97,11.93 C14.47,9.374 14.47,6.624 13.97,4.07 L14.56,3.955 C15.07,6.585 15.07,9.413 14.56,12.04 L13.97,11.93 z"/> <GeometryDrawing x:Key="Radix.ShadowOuter" Brush="#FF000000" Geometry="M12.67,3.041 C14.67,4.272 16,6.482 16,9.004 C16,12.87 12.87,16 9.004,16 C6.49,16 4.286,14.67 3.053,12.68 L3.549,12.38 C4.68,14.2 6.7,15.42 9.004,15.42 C12.55,15.42 15.42,12.55 15.42,9.004 C15.42,6.693 14.19,4.667 12.36,3.538 L12.67,3.041 z M13.49,4.426 C14.68,5.589 15.42,7.211 15.42,9.004 C15.42,12.55 12.55,15.42 9.004,15.42 C7.211,15.42 5.59,14.68 4.426,13.49 L4.842,13.09 C5.901,14.16 7.374,14.83 9.004,14.83 C12.22,14.83 14.83,12.22 14.83,9.004 C14.83,7.374 14.17,5.9 13.09,4.842 L13.49,4.426 z M14.02,6.032 C14.54,6.902 14.83,7.919 14.83,9.004 C14.83,12.22 12.22,14.83 9.004,14.83 C7.895,14.83 6.858,14.52 5.974,13.99 L6.278,13.49 C7.072,13.97 8.005,14.25 9.004,14.25 C11.9,14.25 14.25,11.9 14.25,9.004 C14.25,8.026 13.98,7.112 13.52,6.329 L14.02,6.032 z M14.1,7.768 C14.2,8.165 14.25,8.579 14.25,9.004 C14.25,11.9 11.9,14.25 9.004,14.25 C8.551,14.25 8.11,14.19 7.69,14.08 L7.836,13.52 C8.209,13.62 8.6,13.67 9.004,13.67 C11.58,13.67 13.67,11.58 13.67,9.004 C13.67,8.625 13.62,8.257 13.54,7.905 L14.1,7.768 z M13.57,9.961 C13.19,11.78 11.75,13.21 9.928,13.58 L9.813,13 C11.41,12.68 12.67,11.43 13,9.842 L13.57,9.961 z M1.067E-008,7.258 C1.067E-008,3.249 3.249,1.082E-007 7.258,1.082E-007 C11.27,1.082E-007 14.52,3.249 14.52,7.258 C14.52,11.27 11.27,14.52 7.258,14.52 C3.249,14.52 1.067E-008,11.27 1.067E-008,7.258 z M7.258,1.108 C3.861,1.108 1.108,3.861 1.108,7.258 C1.108,10.65 3.861,13.41 7.258,13.41 C10.65,13.41 13.41,10.65 13.41,7.258 C13.41,3.861 10.65,1.108 7.258,1.108 z"/> <GeometryDrawing x:Key="Radix.Share1" Brush="#FF000000" Geometry="M4.923,8 C4.923,9.02 4.097,9.846 3.077,9.846 C2.057,9.846 1.231,9.02 1.231,8 C1.231,6.98 2.057,6.154 3.077,6.154 C4.097,6.154 4.923,6.98 4.923,8 z M5.801,9.432 C5.285,10.41 4.259,11.08 3.077,11.08 C1.378,11.08 0,9.699 0,8 C0,6.301 1.378,4.923 3.077,4.923 C4.259,4.923 5.285,5.59 5.801,6.568 L9.974,3.959 C9.891,3.68 9.846,3.383 9.846,3.077 C9.846,1.378 11.22,-6.370E-007 12.92,-6.370E-007 C14.62,-6.370E-007 16,1.378 16,3.077 C16,4.776 14.62,6.154 12.92,6.154 C11.93,6.154 11.04,5.681 10.48,4.949 L6.136,7.664 C6.148,7.775 6.154,7.887 6.154,8 C6.154,8.113 6.148,8.225 6.136,8.336 L10.48,11.05 C11.04,10.32 11.93,9.846 12.92,9.846 C14.62,9.846 16,11.22 16,12.92 C16,14.62 14.62,16 12.92,16 C11.22,16 9.846,14.62 9.846,12.92 C9.846,12.62 9.891,12.32 9.974,12.04 L5.801,9.432 z M12.92,4.923 C13.94,4.923 14.77,4.097 14.77,3.077 C14.77,2.057 13.94,1.231 12.92,1.231 C11.9,1.231 11.08,2.057 11.08,3.077 C11.08,4.097 11.9,4.923 12.92,4.923 z M14.77,12.92 C14.77,13.94 13.94,14.77 12.92,14.77 C11.9,14.77 11.08,13.94 11.08,12.92 C11.08,11.9 11.9,11.08 12.92,11.08 C13.94,11.08 14.77,11.9 14.77,12.92 z"/> <GeometryDrawing x:Key="Radix.Share2" Brush="#FF000000" Geometry="M1.853,6.116 C1.512,6.116 1.236,6.392 1.236,6.734 L1.236,14.15 C1.236,14.49 1.512,14.76 1.853,14.76 L11.74,14.76 C12.08,14.76 12.36,14.49 12.36,14.15 L12.36,6.734 C12.36,6.392 12.08,6.116 11.74,6.116 L10.19,6.116 C9.852,6.116 9.575,5.839 9.575,5.498 C9.575,5.157 9.852,4.88 10.19,4.88 L11.74,4.88 C12.76,4.88 13.59,5.71 13.59,6.734 L13.59,14.15 C13.59,15.17 12.76,16 11.74,16 L1.853,16 C0.8297,16 0,15.17 0,14.15 L0,6.734 C0,5.71 0.8297,4.88 1.853,4.88 L3.398,4.88 C3.739,4.88 4.015,5.157 4.015,5.498 C4.015,5.839 3.739,6.116 3.398,6.116 L1.853,6.116 z M6.178,1.96 L4.409,3.729 C4.191,3.946 3.839,3.946 3.622,3.729 C3.405,3.512 3.405,3.16 3.622,2.943 L6.402,0.1628 C6.506,0.05858 6.648,6.497E-007 6.795,6.497E-007 C6.943,6.497E-007 7.084,0.05858 7.188,0.1628 L9.968,2.943 C10.19,3.16 10.19,3.512 9.968,3.729 C9.751,3.946 9.399,3.946 9.182,3.729 L7.413,1.96 L7.413,10.44 C7.413,10.78 7.136,11.06 6.795,11.06 C6.454,11.06 6.178,10.78 6.178,10.44 L6.178,1.96 z"/> <GeometryDrawing x:Key="Radix.Shuffle" Brush="#FF000000" Geometry="M13.63,0.1616 C13.42,-0.05387 13.07,-0.05387 12.85,0.1616 C12.64,0.3771 12.64,0.7264 12.85,0.9418 L14.12,2.207 L13.24,2.207 C11.81,2.207 10.72,2.852 9.79,3.74 C9.049,4.452 8.379,5.359 7.718,6.255 C7.573,6.452 7.428,6.648 7.283,6.841 C5.637,9.035 3.851,11.03 0.5517,11.03 C0.247,11.03 0,11.28 0,11.59 C0,11.89 0.247,12.14 0.5517,12.14 C4.424,12.14 6.501,9.723 8.166,7.503 C8.324,7.292 8.478,7.084 8.629,6.879 L8.629,6.879 L8.629,6.879 C9.287,5.988 9.888,5.176 10.55,4.536 C11.35,3.769 12.19,3.31 13.24,3.31 L14.12,3.31 L12.85,4.575 C12.64,4.791 12.64,5.14 12.85,5.356 C13.07,5.571 13.42,5.571 13.63,5.356 L15.84,3.149 C16.05,2.933 16.05,2.584 15.84,2.368 L13.63,0.1616 z M0.5517,2.207 C3.7,2.207 5.661,3.802 7.178,5.592 L7.036,5.785 C6.895,5.976 6.756,6.164 6.621,6.345 C6.581,6.398 6.541,6.451 6.502,6.503 C5.047,4.737 3.339,3.31 0.5517,3.31 C0.247,3.31 0,3.063 0,2.759 C0,2.454 0.247,2.207 0.5517,2.207 z M9.79,10.6 C9.239,10.08 8.727,9.438 8.229,8.778 C8.438,8.515 8.637,8.254 8.828,8 L8.927,7.867 C9.472,8.6 9.989,9.266 10.55,9.809 C11.35,10.58 12.19,11.03 13.24,11.03 L14.12,11.03 L12.85,9.769 C12.64,9.554 12.64,9.205 12.85,8.989 C13.07,8.774 13.42,8.774 13.63,8.989 L15.84,11.2 C16.05,11.41 16.05,11.76 15.84,11.98 L13.63,14.18 C13.42,14.4 13.07,14.4 12.85,14.18 C12.64,13.97 12.64,13.62 12.85,13.4 L14.12,12.14 L13.24,12.14 C11.81,12.14 10.72,11.49 9.79,10.6 z"/> <GeometryDrawing x:Key="Radix.Size" Brush="#FF000000" Geometry="M15.19,-1.470E-007 C15.64,-1.470E-007 16,0.3622 16,0.809 L16,8 C16,8.447 15.64,8.809 15.19,8.809 C14.74,8.809 14.38,8.447 14.38,8 L14.38,2.762 L2.762,14.38 L8,14.38 C8.447,14.38 8.809,14.74 8.809,15.19 C8.809,15.64 8.447,16 8,16 L0.809,16 C0.5944,16 0.3887,15.91 0.2369,15.76 C0.08523,15.61 -1.470E-007,15.41 -1.470E-007,15.19 L-1.470E-007,8 C-1.470E-007,7.553 0.3622,7.191 0.809,7.191 C1.256,7.191 1.618,7.553 1.618,8 L1.618,13.24 L13.24,1.618 L8,1.618 C7.553,1.618 7.191,1.256 7.191,0.809 C7.191,0.3622 7.553,-1.470E-007 8,-1.470E-007 L15.19,-1.470E-007 z"/> <GeometryDrawing x:Key="Radix.SketchLogo" Brush="#FF000000" Geometry="M8.043,0.002165 C8.015,-0.0007217 7.985,-0.0007217 7.957,0.002165 L3.884,0.4094 C3.761,0.4218 3.648,0.4859 3.575,0.586 L0.08701,5.353 C0.0338,5.424 0.001711,5.512 6.633E-05,5.607 C2.211E-05,5.609 0,5.612 0,5.615 C0,5.615 1.164E-06,5.616 3.491E-06,5.616 C0.0004224,5.722 0.03842,5.819 0.1013,5.894 L7.663,15.08 C7.746,15.19 7.87,15.24 8,15.24 C8.13,15.24 8.254,15.19 8.337,15.08 L15.9,5.894 C15.96,5.819 16,5.722 16,5.616 C16,5.616 16,5.615 16,5.615 C16,5.613 16,5.611 16,5.609 C16,5.602 16,5.596 16,5.589 C15.99,5.501 15.96,5.42 15.91,5.353 L12.42,0.586 C12.35,0.4859 12.24,0.4218 12.12,0.4094 L8.043,0.002165 z M11.99,5.178 L11.99,5.152 L11.98,5.178 L11.99,5.178 z M12,5.062 L14.62,5.062 L12.36,1.979 L12,5.062 z M11.57,1.232 L8.633,0.9382 L11.11,5.103 L11.57,1.232 z M7.367,0.9382 L4.427,1.232 L4.888,5.103 L7.367,0.9382 z M3.637,1.979 L1.382,5.062 L4.004,5.062 L3.637,1.979 z M1.36,6.051 L7.137,13.07 L4.188,6.1 C4.181,6.084 4.175,6.067 4.171,6.051 L1.36,6.051 z M5.266,6.051 L8,13.13 L10.73,6.051 L10.66,6.051 L5.339,6.051 L5.266,6.051 z M11.83,6.051 C11.82,6.067 11.82,6.084 11.81,6.1 L8.863,13.07 L14.64,6.051 L11.83,6.051 z M8,1.58 L10.14,5.178 L5.858,5.178 L8,1.58 z"/> <GeometryDrawing x:Key="Radix.Slash" Brush="#FF000000" Geometry="M-8.714E-008,16 L6.593,0 L8.257,0 L1.664,16 L-8.714E-008,16 z"/> <GeometryDrawing x:Key="Radix.Slider" Brush="#FF000000" Geometry="M10.99,2.934 C10.99,3.995 10.13,4.854 9.067,4.854 C8.006,4.854 7.146,3.995 7.146,2.934 C7.146,1.873 8.006,1.013 9.067,1.013 C10.13,1.013 10.99,1.873 10.99,2.934 z M11.95,3.467 C11.7,4.833 10.5,5.868 9.067,5.868 C7.628,5.868 6.432,4.833 6.181,3.467 L0.5333,3.467 C0.2388,3.467 0,3.229 0,2.934 C0,2.639 0.2388,2.401 0.5333,2.401 L6.181,2.401 C6.432,1.035 7.628,-1.771E-007 9.067,-1.771E-007 C10.5,-1.771E-007 11.7,1.035 11.95,2.401 L15.47,2.401 C15.76,2.401 16,2.639 16,2.934 C16,3.229 15.76,3.467 15.47,3.467 L11.95,3.467 z"/> <GeometryDrawing x:Key="Radix.SpaceBetweenHorizontally" Brush="#FF000000" Geometry="M15.47,1.104E-007 C15.17,1.104E-007 14.93,0.2388 14.93,0.5333 L14.93,5.333 L10.67,5.333 C10.08,5.333 9.6,5.811 9.6,6.4 L9.6,7.467 C9.6,8.056 10.08,8.533 10.67,8.533 L14.93,8.533 L14.93,13.33 C14.93,13.63 15.17,13.87 15.47,13.87 C15.76,13.87 16,13.63 16,13.33 L16,0.5333 C16,0.2388 15.76,1.104E-007 15.47,1.104E-007 z M5.333,5.333 L1.067,5.333 L1.067,0.5333 C1.067,0.2388 0.8279,1.104E-007 0.5333,1.104E-007 C0.2388,1.104E-007 1.288E-008,0.2388 5.741E-016,0.5333 L4.577E-007,13.33 C4.449E-007,13.63 0.2388,13.87 0.5333,13.87 C0.8279,13.87 1.067,13.63 1.067,13.33 L1.067,8.533 L5.333,8.533 C5.922,8.533 6.4,8.056 6.4,7.467 L6.4,6.4 C6.4,5.811 5.922,5.333 5.333,5.333 z"/> <GeometryDrawing x:Key="Radix.SpaceBetweenVertically" Brush="#FF000000" Geometry="M-2.673E-008,0.5333 C-2.673E-008,0.2388 0.2388,0 0.5333,0 L13.33,0 C13.63,0 13.87,0.2388 13.87,0.5333 C13.87,0.8279 13.63,1.067 13.33,1.067 L8.533,1.067 L8.533,5.333 C8.533,5.922 8.056,6.4 7.467,6.4 L6.4,6.4 C5.811,6.4 5.333,5.922 5.333,5.333 L5.333,1.067 L0.5333,1.067 C0.2388,1.067 -2.673E-008,0.8279 -2.673E-008,0.5333 z M6.4,9.6 C5.811,9.6 5.333,10.08 5.333,10.67 L5.333,14.93 L0.5333,14.93 C0.2388,14.93 -2.673E-008,15.17 -2.673E-008,15.47 C-2.673E-008,15.76 0.2388,16 0.5333,16 L13.33,16 C13.63,16 13.87,15.76 13.87,15.47 C13.87,15.17 13.63,14.93 13.33,14.93 L8.533,14.93 L8.533,10.67 C8.533,10.08 8.056,9.6 7.467,9.6 L6.4,9.6 z"/> <GeometryDrawing x:Key="Radix.SpaceEvenlyHorizontally" Brush="#FF000000" Geometry="M15.47,-3.953E-007 C15.17,-3.953E-007 14.93,0.2388 14.93,0.5333 L14.93,13.33 C14.93,13.63 15.17,13.87 15.47,13.87 C15.76,13.87 16,13.63 16,13.33 L16,0.5333 C16,0.2388 15.76,-3.953E-007 15.47,-3.953E-007 z M0.5333,-3.953E-007 C0.2388,-3.953E-007 1.288E-008,0.2388 -3.827E-016,0.5333 L4.577E-007,13.33 C4.449E-007,13.63 0.2388,13.87 0.5333,13.87 C0.8279,13.87 1.067,13.63 1.067,13.33 L1.067,0.5333 C1.067,0.2388 0.8279,-3.953E-007 0.5333,-3.953E-007 z M2.133,6.4 C2.133,5.811 2.611,5.333 3.2,5.333 L6.4,5.333 C6.989,5.333 7.467,5.811 7.467,6.4 L7.467,7.467 C7.467,8.056 6.989,8.533 6.4,8.533 L3.2,8.533 C2.611,8.533 2.133,8.056 2.133,7.467 L2.133,6.4 z M9.6,5.333 C9.011,5.333 8.533,5.811 8.533,6.4 L8.533,7.467 C8.533,8.056 9.011,8.533 9.6,8.533 L12.8,8.533 C13.39,8.533 13.87,8.056 13.87,7.467 L13.87,6.4 C13.87,5.811 13.39,5.333 12.8,5.333 L9.6,5.333 z"/> <GeometryDrawing x:Key="Radix.SpaceEvenlyVertically" Brush="#FF000000" Geometry="M-2.673E-008,0.5333 C-2.673E-008,0.2388 0.2388,0 0.5333,0 L13.33,0 C13.63,0 13.87,0.2388 13.87,0.5333 C13.87,0.8279 13.63,1.067 13.33,1.067 L0.5333,1.067 C0.2388,1.067 -2.673E-008,0.8279 -2.673E-008,0.5333 z M6.4,2.133 C5.811,2.133 5.333,2.611 5.333,3.2 L5.333,6.4 C5.333,6.989 5.811,7.467 6.4,7.467 L7.467,7.467 C8.056,7.467 8.533,6.989 8.533,6.4 L8.533,3.2 C8.533,2.611 8.056,2.133 7.467,2.133 L6.4,2.133 z M6.4,8.533 C5.811,8.533 5.333,9.011 5.333,9.6 L5.333,12.8 C5.333,13.39 5.811,13.87 6.4,13.87 L7.467,13.87 C8.056,13.87 8.533,13.39 8.533,12.8 L8.533,9.6 C8.533,9.011 8.056,8.533 7.467,8.533 L6.4,8.533 z M0.5333,14.93 C0.2388,14.93 -2.673E-008,15.17 -2.673E-008,15.47 C-2.673E-008,15.76 0.2388,16 0.5333,16 L13.33,16 C13.63,16 13.87,15.76 13.87,15.47 C13.87,15.17 13.63,14.93 13.33,14.93 L0.5333,14.93 z"/> <GeometryDrawing x:Key="Radix.SpeakerLoud" Brush="#FF000000" Geometry="M8.021,0.0546 C8.205,0.1447 8.322,0.3319 8.322,0.5369 L8.322,13.42 C8.322,13.63 8.205,13.82 8.021,13.91 C7.837,14 7.617,13.97 7.456,13.85 L3.459,10.74 L1.611,10.74 C0.7211,10.74 0,10.02 0,9.127 L0,4.832 C0,3.943 0.7211,3.221 1.611,3.221 L3.459,3.221 L7.456,0.1131 C7.617,-0.01279 7.837,-0.0355 8.021,0.0546 z M7.248,1.635 L3.973,4.182 C3.879,4.255 3.763,4.295 3.643,4.295 L1.611,4.295 C1.314,4.295 1.074,4.536 1.074,4.832 L1.074,9.127 C1.074,9.424 1.314,9.664 1.611,9.664 L3.643,9.664 C3.763,9.664 3.879,9.704 3.973,9.777 L7.248,12.32 L7.248,1.635 z M11.04,3.058 C11.23,2.927 11.5,2.98 11.63,3.178 C13.16,5.474 13.16,8.485 11.63,10.78 C11.5,10.98 11.23,11.03 11.04,10.9 C10.84,10.77 10.79,10.5 10.92,10.31 C12.25,8.298 12.25,5.662 10.92,3.654 C10.79,3.456 10.84,3.19 11.04,3.058 z M13.61,0.4622 C13.46,0.2812 13.19,0.2588 13.01,0.4122 C12.83,0.5655 12.81,0.8366 12.96,1.018 C15.87,4.451 15.87,9.509 12.96,12.94 C12.81,13.12 12.83,13.39 13.01,13.55 C13.19,13.7 13.46,13.68 13.61,13.5 C16.8,9.744 16.8,4.216 13.61,0.4622 z"/> <GeometryDrawing x:Key="Radix.SpeakerModerate" Brush="#FF000000" Geometry="M9.846,0.6154 C9.846,0.3823 9.714,0.1692 9.506,0.06497 C9.297,-0.03927 9.048,-0.01677 8.862,0.1231 L4.103,3.692 L1.846,3.692 C0.8266,3.692 0,4.519 0,5.538 L0,10.46 C0,11.48 0.8266,12.31 1.846,12.31 L4.103,12.31 L8.862,15.88 C9.048,16.02 9.297,16.04 9.506,15.94 C9.714,15.83 9.846,15.62 9.846,15.38 L9.846,0.6154 z M4.677,4.8 L8.615,1.846 L8.615,14.15 L4.677,11.2 C4.57,11.12 4.441,11.08 4.308,11.08 L1.846,11.08 C1.506,11.08 1.231,10.8 1.231,10.46 L1.231,5.538 C1.231,5.199 1.506,4.923 1.846,4.923 L4.308,4.923 C4.441,4.923 4.57,4.88 4.677,4.8 z M13.33,3.642 C13.18,3.416 12.88,3.355 12.65,3.505 C12.42,3.656 12.36,3.961 12.51,4.188 C14.04,6.489 14.04,9.511 12.51,11.81 C12.36,12.04 12.42,12.34 12.65,12.49 C12.88,12.65 13.18,12.58 13.33,12.36 C15.08,9.726 15.08,6.274 13.33,3.642 z"/> <GeometryDrawing x:Key="Radix.SpeakerOff" Brush="#FF000000" Geometry="M8.239,0.05631 C8.419,0.1467 8.533,0.3313 8.533,0.5333 L8.533,13.33 C8.533,13.54 8.419,13.72 8.239,13.81 C8.058,13.9 7.842,13.88 7.68,13.76 L3.556,10.67 L1.6,10.67 C0.7163,10.67 0,9.95 0,9.067 L0,4.8 C0,3.916 0.7163,3.2 1.6,3.2 L3.556,3.2 L7.68,0.1067 C7.842,-0.01454 8.058,-0.03403 8.239,0.05631 z M7.467,1.6 L4.053,4.16 C3.961,4.229 3.849,4.267 3.733,4.267 L1.6,4.267 C1.305,4.267 1.067,4.505 1.067,4.8 L1.067,9.067 C1.067,9.361 1.305,9.6 1.6,9.6 L3.733,9.6 C3.849,9.6 3.961,9.637 4.053,9.707 L7.467,12.27 L7.467,1.6 z M15.84,4.423 C16.05,4.631 16.05,4.969 15.84,5.177 L14.09,6.933 L15.84,8.69 C16.05,8.898 16.05,9.236 15.84,9.444 C15.64,9.652 15.3,9.652 15.09,9.444 L13.33,7.688 L11.58,9.444 C11.37,9.652 11.03,9.652 10.82,9.444 C10.61,9.236 10.61,8.898 10.82,8.69 L12.58,6.933 L10.82,5.177 C10.61,4.969 10.61,4.631 10.82,4.423 C11.03,4.215 11.37,4.215 11.58,4.423 L13.33,6.179 L15.09,4.423 C15.3,4.215 15.64,4.215 15.84,4.423 z"/> <GeometryDrawing x:Key="Radix.SpeakerQuiet" Brush="#FF000000" Geometry="M9.846,0.6154 C9.846,0.3823 9.714,0.1692 9.506,0.06497 C9.297,-0.03927 9.048,-0.01677 8.862,0.1231 L4.103,3.692 L1.846,3.692 C0.8266,3.692 0,4.519 0,5.538 L0,10.46 C0,11.48 0.8266,12.31 1.846,12.31 L4.103,12.31 L8.862,15.88 C9.048,16.02 9.297,16.04 9.506,15.94 C9.714,15.83 9.846,15.62 9.846,15.38 L9.846,0.6154 z M4.677,4.8 L8.615,1.846 L8.615,14.15 L4.677,11.2 C4.57,11.12 4.441,11.08 4.308,11.08 L1.846,11.08 C1.506,11.08 1.231,10.8 1.231,10.46 L1.231,5.538 C1.231,5.199 1.506,4.923 1.846,4.923 L4.308,4.923 C4.441,4.923 4.57,4.88 4.677,4.8 z M12.41,4.992 C12.26,4.765 11.95,4.704 11.73,4.855 C11.5,5.005 11.44,5.311 11.59,5.537 C12.58,7.024 12.58,8.976 11.59,10.46 C11.44,10.69 11.5,10.99 11.73,11.15 C11.95,11.3 12.26,11.23 12.41,11.01 C13.62,9.191 13.62,6.809 12.41,4.992 z"/> <GeometryDrawing x:Key="Radix.Square" Brush="#FF000000" Geometry="M0,0 L0.6154,0 L15.38,0 L16,0 L16,0.6154 L16,15.38 L16,16 L15.38,16 L0.6154,16 L0,16 L0,15.38 L0,0.6154 L0,0 z M1.231,1.231 L1.231,14.77 L14.77,14.77 L14.77,1.231 L1.231,1.231 z"/> <GeometryDrawing x:Key="Radix.Stack" Brush="#FF000000" Geometry="M8.339,0.09272 C8.13,-0.03091 7.87,-0.03091 7.661,0.09272 L0.3276,4.426 C0.1246,4.546 0.000113,4.764 0.000113,5 C0.000113,5.236 0.1246,5.454 0.3276,5.574 L7.661,9.907 C7.87,10.03 8.13,10.03 8.339,9.907 L15.67,5.574 C15.88,5.454 16,5.236 16,5 C16,4.764 15.88,4.546 15.67,4.426 L8.339,0.09272 z M8,8.559 L1.977,5 L8,1.441 L14.02,5 L8,8.559 z M1.006,8.759 C0.6889,8.572 0.2801,8.677 0.09282,8.994 C-0.09449,9.311 0.01063,9.72 0.3276,9.907 L7.661,14.24 C7.87,14.36 8.13,14.36 8.339,14.24 L15.67,9.907 C15.99,9.72 16.09,9.311 15.91,8.994 C15.72,8.677 15.31,8.572 14.99,8.759 L8,12.89 L1.006,8.759 z"/> <GeometryDrawing x:Key="Radix.Star" Brush="#FF000000" Geometry="M7.377,0.9213 L7.352,0.9815 L5.712,4.925 C5.66,5.05 5.544,5.135 5.41,5.145 L1.152,5.487 L1.087,5.492 L0.6902,5.524 L0.3306,5.552 C0.0125,5.578 -0.1165,5.975 0.1259,6.182 L0.3999,6.417 L0.7019,6.676 L0.7514,6.718 L3.995,9.497 C4.098,9.585 4.142,9.722 4.111,9.853 L3.12,14.01 L3.105,14.07 L3.013,14.46 L2.929,14.81 C2.855,15.12 3.192,15.36 3.465,15.2 L3.773,15.01 L4.112,14.8 L4.168,14.77 L7.813,12.54 C7.928,12.47 8.072,12.47 8.187,12.54 L11.83,14.77 L11.89,14.8 L12.23,15.01 L12.54,15.2 C12.81,15.36 13.15,15.12 13.07,14.81 L12.99,14.46 L12.9,14.07 L12.88,14.01 L11.89,9.853 C11.86,9.722 11.9,9.585 12,9.497 L15.25,6.718 L15.3,6.676 L15.6,6.417 L15.87,6.182 C16.12,5.975 15.99,5.578 15.67,5.552 L15.31,5.524 L14.91,5.492 L14.85,5.487 L10.59,5.145 C10.46,5.135 10.34,5.05 10.29,4.925 L8.648,0.9815 L8.623,0.9213 L8.47,0.5541 L8.331,0.221 C8.209,-0.07365 7.791,-0.07365 7.669,0.221 L7.53,0.5541 L7.377,0.9213 z M8,2.538 L6.816,5.385 C6.592,5.923 6.086,6.291 5.505,6.337 L2.432,6.584 L4.773,8.589 C5.216,8.968 5.409,9.563 5.274,10.13 L4.559,13.13 L7.19,11.52 C7.687,11.22 8.313,11.22 8.81,11.52 L11.44,13.13 L10.73,10.13 C10.59,9.563 10.78,8.968 11.23,8.589 L13.57,6.584 L10.49,6.337 C9.914,6.291 9.408,5.923 9.184,5.385 L8,2.538 z"/> <GeometryDrawing x:Key="Radix.StarFilled" Brush="#FF000000" Geometry="M7.669,0.221 C7.791,-0.07365 8.209,-0.07365 8.331,0.221 L10.29,4.925 C10.34,5.05 10.46,5.135 10.59,5.145 L15.67,5.552 C15.99,5.578 16.12,5.975 15.87,6.182 L12,9.497 C11.9,9.585 11.86,9.722 11.89,9.853 L13.07,14.81 C13.15,15.12 12.81,15.36 12.54,15.2 L8.187,12.54 C8.072,12.47 7.928,12.47 7.813,12.54 L3.465,15.2 C3.192,15.36 2.855,15.12 2.929,14.81 L4.111,9.853 C4.142,9.722 4.098,9.585 3.995,9.497 L0.1259,6.182 C-0.1165,5.975 0.0125,5.578 0.3306,5.552 L5.41,5.145 C5.544,5.135 5.66,5.05 5.712,4.925 L7.669,0.221 z"/> <GeometryDrawing x:Key="Radix.StitchesLogo" Brush="#FF000000" Geometry="M1.203,8 C1.203,7.655 1.229,7.316 1.278,6.985 L10.48,1.671 C10.84,1.812 11.19,1.983 11.52,2.181 L3.514,6.801 C3.473,6.823 3.434,6.851 3.4,6.884 C3.298,6.981 3.239,7.113 3.232,7.25 C3.228,7.328 3.242,7.409 3.273,7.484 C3.295,7.538 3.326,7.588 3.365,7.633 C3.396,7.668 3.431,7.699 3.469,7.724 L7.79,10.81 L3.636,13.21 C2.149,11.96 1.203,10.09 1.203,8 z M9.045,11.34 C9.055,11.33 9.065,11.33 9.075,11.32 L10.82,10.32 C10.82,10.31 10.83,10.31 10.84,10.3 L12.58,9.295 C12.65,9.259 12.71,9.208 12.76,9.143 C12.94,8.903 12.89,8.564 12.65,8.386 L8.394,5.233 L12.47,2.88 C13.9,4.126 14.8,5.958 14.8,8 C14.8,8.404 14.76,8.799 14.69,9.183 L5.677,14.39 C5.307,14.26 4.952,14.09 4.616,13.9 L9.045,11.34 z M8.82,10.22 L4.772,7.325 L5.605,6.844 L9.571,9.784 L8.82,10.22 z M6.627,6.254 L7.372,5.823 L11.34,8.764 L10.59,9.194 L6.627,6.254 z M9.001,1.276 L1.675,5.505 C2.67,2.986 5.127,1.203 8,1.203 C8.34,1.203 8.674,1.228 9.001,1.276 z M7.214,14.75 C7.472,14.78 7.734,14.8 8,14.8 C10.8,14.8 13.2,13.11 14.24,10.69 L7.214,14.75 z M8,4.981E-007 C3.582,4.981E-007 3.921E-008,3.582 3.921E-008,8 C3.921E-008,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,4.981E-007 8,4.981E-007 z"/> <GeometryDrawing x:Key="Radix.Stop" Brush="#FF000000" Geometry="M0,1.455 C0,0.6512 0.6512,0 1.455,0 L14.55,0 C15.35,0 16,0.6512 16,1.455 L16,14.55 C16,15.35 15.35,16 14.55,16 L1.455,16 C0.6512,16 0,15.35 0,14.55 L0,1.455 z M14.55,1.455 L1.455,1.455 L1.455,14.55 L14.55,14.55 L14.55,1.455 z"/> <GeometryDrawing x:Key="Radix.Stopwatch" Brush="#FF000000" Geometry="M4.725,0.5369 C4.725,0.2404 4.965,0 5.262,0 L6.872,0 L8.483,0 C8.78,0 9.02,0.2404 9.02,0.5369 C9.02,0.8334 8.78,1.074 8.483,1.074 L7.409,1.074 L7.409,2.276 C8.589,2.367 9.685,2.756 10.62,3.367 C10.64,3.338 10.67,3.31 10.69,3.284 L11.55,2.425 C11.81,2.163 12.24,2.163 12.5,2.425 C12.76,2.687 12.76,3.112 12.5,3.374 L11.67,4.206 C12.95,5.454 13.74,7.198 13.74,9.127 C13.74,12.92 10.67,16 6.872,16 C3.077,16 2.917E-008,12.92 2.917E-008,9.127 C2.917E-008,5.513 2.791,2.55 6.336,2.276 L6.336,1.074 L5.262,1.074 C4.965,1.074 4.725,0.8334 4.725,0.5369 z M1.074,9.127 C1.074,5.925 3.67,3.329 6.872,3.329 C10.07,3.329 12.67,5.925 12.67,9.127 C12.67,12.33 10.07,14.93 6.872,14.93 C3.67,14.93 1.074,12.33 1.074,9.127 z M7.409,4.832 C7.409,4.536 7.169,4.295 6.872,4.295 C6.576,4.295 6.336,4.536 6.336,4.832 L6.336,10.2 C6.336,10.5 6.576,10.74 6.872,10.74 C7.169,10.74 7.409,10.5 7.409,10.2 L7.409,4.832 z"/> <GeometryDrawing x:Key="Radix.StretchHorizontally" Brush="#FF000000" Geometry="M15.47,-3.953E-007 C15.17,-3.953E-007 14.93,0.2388 14.93,0.5333 L14.93,5.333 L1.067,5.333 L1.067,0.5333 C1.067,0.2388 0.8279,-3.953E-007 0.5333,-3.953E-007 C0.2388,-3.953E-007 1.288E-008,0.2388 -3.827E-016,0.5333 L4.577E-007,13.33 C4.449E-007,13.63 0.2388,13.87 0.5333,13.87 C0.8279,13.87 1.067,13.63 1.067,13.33 L1.067,8.533 L14.93,8.533 L14.93,13.33 C14.93,13.63 15.17,13.87 15.47,13.87 C15.76,13.87 16,13.63 16,13.33 L16,0.5333 C16,0.2388 15.76,-3.953E-007 15.47,-3.953E-007 z"/> <GeometryDrawing x:Key="Radix.StretchVertically" Brush="#FF000000" Geometry="M-2.673E-008,0.5333 C-2.673E-008,0.2388 0.2388,0 0.5333,0 L13.33,0 C13.63,0 13.87,0.2388 13.87,0.5333 C13.87,0.8279 13.63,1.067 13.33,1.067 L5.333,1.067 L0.5333,1.067 C0.2388,1.067 -2.673E-008,0.8279 -2.673E-008,0.5333 z M8.533,14.93 L8.533,1.067 L5.333,1.067 L5.333,14.93 L0.5333,14.93 C0.2388,14.93 -2.673E-008,15.17 -2.673E-008,15.47 C-2.673E-008,15.76 0.2388,16 0.5333,16 L13.33,16 C13.63,16 13.87,15.76 13.87,15.47 C13.87,15.17 13.63,14.93 13.33,14.93 L8.533,14.93 z"/> <GeometryDrawing x:Key="Radix.Strikethrough" Brush="#FF000000" Geometry="M4.296,0.7407 C4.296,0.3316 3.965,0 3.556,0 C3.147,0 2.815,0.3316 2.815,0.7407 L2.815,6.444 L0.5926,6.444 C0.2653,6.444 4.024E-008,6.71 4.024E-008,7.037 C4.024E-008,7.364 0.2653,7.63 0.5926,7.63 L2.815,7.63 L2.815,8.593 C2.815,11.46 5.136,13.78 8,13.78 C10.86,13.78 13.19,11.46 13.19,8.593 L13.19,7.63 L15.41,7.63 C15.73,7.63 16,7.364 16,7.037 C16,6.71 15.73,6.444 15.41,6.444 L13.19,6.444 L13.19,0.7407 C13.19,0.3316 12.85,0 12.44,0 C12.04,0 11.7,0.3316 11.7,0.7407 L11.7,6.444 L4.296,6.444 L4.296,0.7407 z M4.296,7.63 L4.296,8.593 C4.296,10.64 5.955,12.3 8,12.3 C10.05,12.3 11.7,10.64 11.7,8.593 L11.7,7.63 L4.296,7.63 z"/> <GeometryDrawing x:Key="Radix.Sun" Brush="#FF000000" Geometry="M8,0 C8.295,0 8.533,0.2388 8.533,0.5333 L8.533,2.667 C8.533,2.961 8.295,3.2 8,3.2 C7.705,3.2 7.467,2.961 7.467,2.667 L7.467,0.5333 C7.467,0.2388 7.705,0 8,0 z M2.343,2.343 C2.551,2.135 2.889,2.135 3.097,2.343 L4.606,3.852 C4.814,4.06 4.814,4.398 4.606,4.606 C4.398,4.814 4.06,4.814 3.852,4.606 L2.343,3.097 C2.135,2.889 2.135,2.551 2.343,2.343 z M0.5333,7.467 C0.2388,7.467 0,7.705 0,8 C0,8.295 0.2388,8.533 0.5333,8.533 L2.667,8.533 C2.961,8.533 3.2,8.295 3.2,8 C3.2,7.705 2.961,7.467 2.667,7.467 L0.5333,7.467 z M2.343,13.66 C2.135,13.45 2.135,13.11 2.343,12.9 L3.852,11.39 C4.06,11.19 4.398,11.19 4.606,11.39 C4.814,11.6 4.814,11.94 4.606,12.15 L3.097,13.66 C2.889,13.87 2.551,13.87 2.343,13.66 z M13.33,7.467 C13.04,7.467 12.8,7.705 12.8,8 C12.8,8.295 13.04,8.533 13.33,8.533 L15.47,8.533 C15.76,8.533 16,8.295 16,8 C16,7.705 15.76,7.467 15.47,7.467 L13.33,7.467 z M11.39,4.606 C11.19,4.398 11.19,4.06 11.39,3.852 L12.9,2.343 C13.11,2.135 13.45,2.135 13.66,2.343 C13.87,2.551 13.87,2.889 13.66,3.097 L12.15,4.606 C11.94,4.814 11.6,4.814 11.39,4.606 z M8.533,13.33 C8.533,13.04 8.295,12.8 8,12.8 C7.705,12.8 7.467,13.04 7.467,13.33 L7.467,15.47 C7.467,15.76 7.705,16 8,16 C8.295,16 8.533,15.76 8.533,15.47 L8.533,13.33 z M11.39,11.39 C11.6,11.19 11.94,11.19 12.15,11.39 L13.66,12.9 C13.87,13.11 13.87,13.45 13.66,13.66 C13.45,13.87 13.11,13.87 12.9,13.66 L11.39,12.15 C11.19,11.94 11.19,11.6 11.39,11.39 z M5.867,8 C5.867,6.822 6.822,5.867 8,5.867 C9.178,5.867 10.13,6.822 10.13,8 C10.13,9.178 9.178,10.13 8,10.13 C6.822,10.13 5.867,9.178 5.867,8 z M8,4.8 C6.233,4.8 4.8,6.233 4.8,8 C4.8,9.767 6.233,11.2 8,11.2 C9.767,11.2 11.2,9.767 11.2,8 C11.2,6.233 9.767,4.8 8,4.8 z"/> <GeometryDrawing x:Key="Radix.Switch" Brush="#FF000000" Geometry="M11.2,1.067 C9.138,1.067 7.467,2.738 7.467,4.8 C7.467,6.862 9.138,8.533 11.2,8.533 C13.26,8.533 14.93,6.862 14.93,4.8 C14.93,2.738 13.26,1.067 11.2,1.067 z M8.183,8.533 C7.095,7.653 6.4,6.308 6.4,4.8 C6.4,3.292 7.095,1.947 8.183,1.067 L4.8,1.067 C2.738,1.067 1.067,2.738 1.067,4.8 C1.067,6.862 2.738,8.533 4.8,8.533 L8.183,8.533 z M0,4.8 C0,2.149 2.149,0 4.8,0 L11.2,0 C13.85,0 16,2.149 16,4.8 C16,7.451 13.85,9.6 11.2,9.6 L4.8,9.6 C2.149,9.6 0,7.451 0,4.8 z"/> <GeometryDrawing x:Key="Radix.Symbol" Brush="#FF000000" Geometry="M1.264,7.598 C1.264,11.29 3.941,13.81 6.947,14.33 C7.291,14.39 7.522,14.71 7.462,15.06 C7.403,15.4 7.075,15.63 6.731,15.57 C3.2,14.96 -4.182E-008,11.98 -4.182E-008,7.598 C-1.255E-06,5.734 0.8479,4.27 1.838,3.155 C2.547,2.357 3.359,1.709 4.012,1.213 L2.027,1.213 C1.692,1.213 1.42,0.9413 1.42,0.6064 C1.42,0.2715 1.692,-6.899E-007 2.027,-6.899E-007 L5.665,-6.899E-007 C6,-6.899E-007 6.272,0.2715 6.272,0.6064 L6.272,4.245 C6.272,4.58 6,4.851 5.665,4.851 C5.33,4.851 5.059,4.58 5.059,4.245 L5.059,2.007 L5.057,2.008 L5.057,2.008 L5.057,2.008 L5.057,2.008 C4.364,2.531 3.517,3.17 2.783,3.995 C1.916,4.97 1.264,6.148 1.264,7.598 z M14.74,8.091 C14.74,4.438 12.12,1.938 9.148,1.381 C8.805,1.316 8.579,0.9857 8.644,0.6426 C8.708,0.2995 9.038,0.07359 9.382,0.138 C12.87,0.7924 16,3.753 16,8.091 C16,9.955 15.15,11.42 14.16,12.53 C13.45,13.33 12.64,13.98 11.99,14.48 L13.97,14.48 C14.31,14.48 14.58,14.75 14.58,15.08 C14.58,15.42 14.31,15.69 13.97,15.69 L10.33,15.69 C10,15.69 9.728,15.42 9.728,15.08 L9.728,11.44 C9.728,11.11 10,10.84 10.33,10.84 C10.67,10.84 10.94,11.11 10.94,11.44 L10.94,13.68 L10.94,13.68 C11.64,13.16 12.48,12.52 13.22,11.69 C14.08,10.72 14.74,9.541 14.74,8.091 z"/> <GeometryDrawing x:Key="Radix.Table" Brush="#FF000000" Geometry="M8.615,1.231 L14.15,1.231 C14.49,1.231 14.77,1.506 14.77,1.846 L14.77,4.923 L8.615,4.923 L8.615,1.231 z M7.385,4.923 L7.385,1.231 L1.846,1.231 C1.506,1.231 1.231,1.506 1.231,1.846 L1.231,4.923 L7.385,4.923 z M1.231,6.154 L1.231,9.846 L7.385,9.846 L7.385,6.154 L1.231,6.154 z M8.615,6.154 L14.77,6.154 L14.77,9.846 L8.615,9.846 L8.615,6.154 z M8.615,11.08 L14.77,11.08 L14.77,14.15 C14.77,14.49 14.49,14.77 14.15,14.77 L8.615,14.77 L8.615,11.08 z M1.231,14.15 L1.231,11.08 L7.385,11.08 L7.385,14.77 L1.846,14.77 C1.506,14.77 1.231,14.49 1.231,14.15 z M0,1.846 C0,0.8265 0.8265,0 1.846,0 L14.15,0 C15.17,0 16,0.8265 16,1.846 L16,14.15 C16,15.17 15.17,16 14.15,16 L1.846,16 C0.8265,16 0,15.17 0,14.15 L0,1.846 z"/> <GeometryDrawing x:Key="Radix.Target" Brush="#FF000000" Geometry="M-3.951E-008,8 C-3.951E-008,3.582 3.582,-5.019E-007 8,-5.019E-007 C12.42,-5.019E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -3.951E-008,12.42 -3.951E-008,8 z M8,1.091 C4.184,1.091 1.091,4.184 1.091,8 C1.091,11.82 4.184,14.91 8,14.91 C11.82,14.91 14.91,11.82 14.91,8 C14.91,4.184 11.82,1.091 8,1.091 z M2.636,8 C2.636,5.038 5.038,2.636 8,2.636 C10.96,2.636 13.36,5.038 13.36,8 C13.36,10.96 10.96,13.36 8,13.36 C5.038,13.36 2.636,10.96 2.636,8 z M8,3.667 C5.607,3.667 3.667,5.607 3.667,8 C3.667,10.39 5.607,12.33 8,12.33 C10.39,12.33 12.33,10.39 12.33,8 C12.33,5.607 10.39,3.667 8,3.667 z M8,5.273 C6.494,5.273 5.273,6.494 5.273,8 C5.273,9.506 6.494,10.73 8,10.73 C9.506,10.73 10.73,9.506 10.73,8 C10.73,6.494 9.506,5.273 8,5.273 z M6.242,8 C6.242,7.029 7.029,6.242 8,6.242 C8.971,6.242 9.758,7.029 9.758,8 C9.758,8.971 8.971,9.758 8,9.758 C7.029,9.758 6.242,8.971 6.242,8 z"/> <GeometryDrawing x:Key="Radix.Text" Brush="#FF000000" Geometry="M1.321,1.321 L1.321,3.596 C1.321,3.961 1.025,4.257 0.6606,4.257 C0.2957,4.257 -4.480E-010,3.961 -4.480E-010,3.596 L-4.480E-010,0.6606 C-4.480E-010,0.5907 0.01083,0.5234 0.03091,0.4603 C0.1157,0.1934 0.3656,2.401E-007 0.6606,2.401E-007 L12.4,2.401E-007 C12.63,2.401E-007 12.83,0.1155 12.95,0.2912 C13.02,0.3967 13.06,0.5237 13.06,0.6606 L13.06,0.6606 L13.06,3.596 C13.06,3.961 12.77,4.257 12.4,4.257 C12.04,4.257 11.74,3.961 11.74,3.596 L11.74,1.321 L7.339,1.321 L7.339,14.68 L9.107,14.68 C9.472,14.68 9.768,14.97 9.768,15.34 C9.768,15.7 9.472,16 9.107,16 L3.97,16 C3.605,16 3.309,15.7 3.309,15.34 C3.309,14.97 3.605,14.68 3.97,14.68 L5.725,14.68 L5.725,1.321 L1.321,1.321 z"/> <GeometryDrawing x:Key="Radix.TextAlignCenter" Brush="#FF000000" Geometry="M0,0.7273 C0,0.3256 0.3256,0 0.7273,0 L15.27,0 C15.67,0 16,0.3256 16,0.7273 C16,1.129 15.67,1.455 15.27,1.455 L0.7273,1.455 C0.3256,1.455 0,1.129 0,0.7273 z M2.909,5.091 C2.909,4.689 3.235,4.364 3.636,4.364 L12.36,4.364 C12.77,4.364 13.09,4.689 13.09,5.091 C13.09,5.493 12.77,5.818 12.36,5.818 L3.636,5.818 C3.235,5.818 2.909,5.493 2.909,5.091 z M1.455,9.455 C1.455,9.053 1.78,8.727 2.182,8.727 L13.82,8.727 C14.22,8.727 14.55,9.053 14.55,9.455 C14.55,9.856 14.22,10.18 13.82,10.18 L2.182,10.18 C1.78,10.18 1.455,9.856 1.455,9.455 z"/> <GeometryDrawing x:Key="Radix.TextAlignJustify" Brush="#FF000000" Geometry="M0.7273,0 C0.3256,0 0,0.3256 0,0.7273 C0,1.129 0.3256,1.455 0.7273,1.455 L15.27,1.455 C15.67,1.455 16,1.129 16,0.7273 C16,0.3256 15.67,0 15.27,0 L0.7273,0 z M0,5.091 C0,4.689 0.3256,4.364 0.7273,4.364 L15.27,4.364 C15.67,4.364 16,4.689 16,5.091 C16,5.493 15.67,5.818 15.27,5.818 L0.7273,5.818 C0.3256,5.818 0,5.493 0,5.091 z M0,9.455 C0,9.053 0.3256,8.727 0.7273,8.727 L15.27,8.727 C15.67,8.727 16,9.053 16,9.455 C16,9.856 15.67,10.18 15.27,10.18 L0.7273,10.18 C0.3256,10.18 0,9.856 0,9.455 z"/> <GeometryDrawing x:Key="Radix.TextAlignLeft" Brush="#FF000000" Geometry="M0,0.7273 C0,0.3256 0.3256,0 0.7273,0 L15.27,0 C15.67,0 16,0.3256 16,0.7273 C16,1.129 15.67,1.455 15.27,1.455 L0.7273,1.455 C0.3256,1.455 0,1.129 0,0.7273 z M0,5.091 C0,4.689 0.3256,4.364 0.7273,4.364 L8,4.364 C8.402,4.364 8.727,4.689 8.727,5.091 C8.727,5.493 8.402,5.818 8,5.818 L0.7273,5.818 C0.3256,5.818 0,5.493 0,5.091 z M0,9.455 C0,9.053 0.3256,8.727 0.7273,8.727 L12.36,8.727 C12.77,8.727 13.09,9.053 13.09,9.455 C13.09,9.856 12.77,10.18 12.36,10.18 L0.7273,10.18 C0.3256,10.18 0,9.856 0,9.455 z"/> <GeometryDrawing x:Key="Radix.TextAlignRight" Brush="#FF000000" Geometry="M0,0.7273 C0,0.3256 0.3256,0 0.7273,0 L15.27,0 C15.67,0 16,0.3256 16,0.7273 C16,1.129 15.67,1.455 15.27,1.455 L0.7273,1.455 C0.3256,1.455 0,1.129 0,0.7273 z M7.273,5.091 C7.273,4.689 7.598,4.364 8,4.364 L15.27,4.364 C15.67,4.364 16,4.689 16,5.091 C16,5.493 15.67,5.818 15.27,5.818 L8,5.818 C7.598,5.818 7.273,5.493 7.273,5.091 z M2.909,9.455 C2.909,9.053 3.235,8.727 3.636,8.727 L15.27,8.727 C15.67,8.727 16,9.053 16,9.455 C16,9.856 15.67,10.18 15.27,10.18 L3.636,10.18 C3.235,10.18 2.909,9.856 2.909,9.455 z"/> <GeometryDrawing x:Key="Radix.TextNone" Brush="#FF000000" Geometry="M15.8,1.138 C16.07,0.8777 16.07,0.4556 15.8,0.1953 C15.54,-0.06509 15.12,-0.06509 14.86,0.1953 L13.91,1.152 C13.89,1.097 13.86,1.045 13.83,0.9979 C13.72,0.8383 13.54,0.7334 13.33,0.7334 L2.667,0.7334 C2.399,0.7334 2.172,0.909 2.095,1.151 C2.077,1.209 2.067,1.27 2.067,1.333 L2.067,4 C2.067,4.331 2.335,4.6 2.667,4.6 C2.998,4.6 3.267,4.331 3.267,4 L3.267,1.933 L7.267,1.933 L7.267,7.79 L0.1953,14.86 C-0.06509,15.12 -0.06509,15.54 0.1953,15.8 C0.4556,16.07 0.8777,16.07 1.138,15.8 L7.267,9.676 L7.267,14.07 L5.673,14.07 C5.341,14.07 5.073,14.34 5.073,14.67 C5.073,15 5.341,15.27 5.673,15.27 L10.34,15.27 C10.67,15.27 10.94,15 10.94,14.67 C10.94,14.34 10.67,14.07 10.34,14.07 L8.733,14.07 L8.733,8.209 L15.8,1.138 z M8.733,6.324 L12.73,2.324 L12.73,1.933 L8.733,1.933 L8.733,6.324 z"/> <GeometryDrawing x:Key="Radix.ThickArrowDown" Brush="#FF000000" Geometry="M4.364,0.7273 C4.364,0.3256 4.689,0 5.091,0 L10.91,0 C11.31,0 11.64,0.3256 11.64,0.7273 L11.64,4.364 L15.27,4.364 C15.55,4.364 15.79,4.516 15.92,4.758 C16.04,5 16.02,5.292 15.86,5.514 L8.592,15.7 C8.455,15.89 8.235,16 8,16 C7.765,16 7.545,15.89 7.408,15.7 L0.1355,5.514 C-0.02288,5.292 -0.04405,5 0.08061,4.758 C0.2053,4.516 0.4548,4.364 0.7273,4.364 L4.364,4.364 L4.364,0.7273 z M5.818,1.455 L5.818,5.091 C5.818,5.493 5.493,5.818 5.091,5.818 L2.141,5.818 L8,14.02 L13.86,5.818 L10.91,5.818 C10.51,5.818 10.18,5.493 10.18,5.091 L10.18,1.455 L5.818,1.455 z"/> <GeometryDrawing x:Key="Radix.ThickArrowLeft" Brush="#FF000000" Geometry="M0,8 C0,8.235 0.1134,8.455 0.3046,8.592 L10.49,15.86 C10.71,16.02 11,16.04 11.24,15.92 C11.48,15.79 11.64,15.55 11.64,15.27 L11.64,11.64 L15.27,11.64 C15.67,11.64 16,11.31 16,10.91 L16,5.091 C16,4.689 15.67,4.364 15.27,4.364 L11.64,4.364 L11.64,0.7273 C11.64,0.4548 11.48,0.2053 11.24,0.08061 C11,-0.04405 10.71,-0.02288 10.49,0.1355 L0.3046,7.408 C0.1134,7.545 0,7.765 0,8 z M10.18,2.141 L10.18,5.091 C10.18,5.493 10.51,5.818 10.91,5.818 L14.55,5.818 L14.55,10.18 L10.91,10.18 C10.51,10.18 10.18,10.51 10.18,10.91 L10.18,13.86 L1.979,8 L10.18,2.141 z"/> <GeometryDrawing x:Key="Radix.ThickArrowRight" Brush="#FF000000" Geometry="M16,8 C16,8.235 15.89,8.455 15.7,8.592 L5.514,15.86 C5.292,16.02 5,16.04 4.758,15.92 C4.516,15.79 4.364,15.55 4.364,15.27 L4.364,11.64 L0.7273,11.64 C0.3256,11.64 0,11.31 0,10.91 L0,5.091 C0,4.689 0.3256,4.364 0.7273,4.364 L4.364,4.364 L4.364,0.7273 C4.364,0.4548 4.516,0.2053 4.758,0.08061 C5,-0.04405 5.292,-0.02288 5.514,0.1355 L15.7,7.408 C15.89,7.545 16,7.765 16,8 z M5.818,2.141 L5.818,5.091 C5.818,5.493 5.493,5.818 5.091,5.818 L1.455,5.818 L1.455,10.18 L5.091,10.18 C5.493,10.18 5.818,10.51 5.818,10.91 L5.818,13.86 L14.02,8 L5.818,2.141 z"/> <GeometryDrawing x:Key="Radix.ThickArrowUp" Brush="#FF000000" Geometry="M8,0 C8.235,0 8.455,0.1134 8.592,0.3046 L15.86,10.49 C16.02,10.71 16.04,11 15.92,11.24 C15.79,11.48 15.55,11.64 15.27,11.64 L11.64,11.64 L11.64,15.27 C11.64,15.67 11.31,16 10.91,16 L5.091,16 C4.689,16 4.364,15.67 4.364,15.27 L4.364,11.64 L0.7273,11.64 C0.4548,11.64 0.2053,11.48 0.08061,11.24 C-0.04405,11 -0.02288,10.71 0.1355,10.49 L7.408,0.3046 C7.545,0.1134 7.765,0 8,0 z M2.141,10.18 L5.091,10.18 C5.493,10.18 5.818,10.51 5.818,10.91 L5.818,14.55 L10.18,14.55 L10.18,10.91 C10.18,10.51 10.51,10.18 10.91,10.18 L13.86,10.18 L8,1.979 L2.141,10.18 z"/> <GeometryDrawing x:Key="Radix.Timer" Brush="#FF000000" Geometry="M8,4.981E-007 C7.668,4.981E-007 7.398,0.2693 7.398,0.6015 L7.398,3.215 C7.398,3.547 7.668,3.816 8,3.816 C8.332,3.816 8.601,3.547 8.601,3.215 L8.601,1.229 C12.07,1.534 14.8,4.449 14.8,8 C14.8,11.75 11.75,14.8 8,14.8 C4.246,14.8 1.203,11.75 1.203,8 C1.203,6.323 1.809,4.79 2.816,3.604 C3.031,3.351 3,2.971 2.746,2.756 C2.493,2.541 2.113,2.572 1.899,2.826 C0.7147,4.22 3.921E-008,6.027 3.921E-008,8 C3.921E-008,12.42 3.582,16 8,16 C12.42,16 16,12.42 16,8 C16,3.582 12.42,4.981E-007 8,4.981E-007 z M7.086,8.699 L4.059,4.478 C3.973,4.358 3.986,4.194 4.09,4.09 C4.194,3.986 4.358,3.973 4.478,4.059 L8.699,7.086 C9.278,7.502 9.346,8.338 8.842,8.842 C8.338,9.346 7.502,9.278 7.086,8.699 z"/> <GeometryDrawing x:Key="Radix.Tokens" Brush="#FF000000" Geometry="M3.636,0 C1.628,0 0,1.628 0,3.636 C0,5.645 1.628,7.273 3.636,7.273 C5.645,7.273 7.273,5.645 7.273,3.636 C7.273,1.628 5.645,0 3.636,0 z M1.455,3.636 C1.455,2.431 2.431,1.455 3.636,1.455 C4.841,1.455 5.818,2.431 5.818,3.636 C5.818,4.841 4.841,5.818 3.636,5.818 C2.431,5.818 1.455,4.841 1.455,3.636 z M12.36,0 C10.36,0 8.727,1.628 8.727,3.636 C8.727,5.645 10.36,7.273 12.36,7.273 C14.37,7.273 16,5.645 16,3.636 C16,1.628 14.37,0 12.36,0 z M10.18,3.636 C10.18,2.431 11.16,1.455 12.36,1.455 C13.57,1.455 14.55,2.431 14.55,3.636 C14.55,4.841 13.57,5.818 12.36,5.818 C11.16,5.818 10.18,4.841 10.18,3.636 z M0,12.36 C0,10.36 1.628,8.727 3.636,8.727 C5.645,8.727 7.273,10.36 7.273,12.36 C7.273,14.37 5.645,16 3.636,16 C1.628,16 0,14.37 0,12.36 z M3.636,10.18 C2.431,10.18 1.455,11.16 1.455,12.36 C1.455,13.57 2.431,14.55 3.636,14.55 C4.841,14.55 5.818,13.57 5.818,12.36 C5.818,11.16 4.841,10.18 3.636,10.18 z M12.36,8.727 C10.36,8.727 8.727,10.36 8.727,12.36 C8.727,14.37 10.36,16 12.36,16 C14.37,16 16,14.37 16,12.36 C16,10.36 14.37,8.727 12.36,8.727 z M10.18,12.36 C10.18,11.16 11.16,10.18 12.36,10.18 C13.57,10.18 14.55,11.16 14.55,12.36 C14.55,13.57 13.57,14.55 12.36,14.55 C11.16,14.55 10.18,13.57 10.18,12.36 z"/> <GeometryDrawing x:Key="Radix.TrackNext" Brush="#FF000000" Geometry="M16,0.7964 C16,0.3565 15.64,-1.980E-007 15.2,-1.980E-007 C14.76,-1.980E-007 14.41,0.3565 14.41,0.7964 L14.41,7.359 C14.34,7.223 14.23,7.107 14.09,7.034 L1.062,0.1562 C0.8375,0.03775 0.5674,0.04544 0.3501,0.1765 C0.1328,0.3075 0,0.5427 0,0.7965 L0,14.55 C0,14.81 0.1328,15.04 0.3501,15.17 C0.5674,15.3 0.8375,15.31 1.062,15.19 L14.09,8.314 C14.23,8.241 14.34,8.126 14.41,7.989 L14.41,14.55 C14.41,14.99 14.76,15.35 15.2,15.35 C15.64,15.35 16,14.99 16,14.55 L16,0.7964 z M1.448,13.35 L1.448,1.997 L12.2,7.674 L1.448,13.35 z"/> <GeometryDrawing x:Key="Radix.TrackPrevious" Brush="#FF000000" Geometry="M-8.042E-008,0.7964 C-8.042E-008,0.3565 0.3565,-1.980E-007 0.7964,-1.980E-007 C1.236,-1.980E-007 1.593,0.3565 1.593,0.7964 L1.593,7.359 C1.659,7.222 1.767,7.107 1.907,7.034 L14.94,0.1562 C15.16,0.03775 15.43,0.04544 15.65,0.1765 C15.87,0.3075 16,0.5427 16,0.7964 L16,14.55 C16,14.81 15.87,15.04 15.65,15.17 C15.43,15.3 15.16,15.31 14.94,15.19 L1.907,8.314 C1.767,8.241 1.659,8.126 1.593,7.989 L1.593,14.55 C1.593,14.99 1.236,15.35 0.7964,15.35 C0.3565,15.35 -8.042E-008,14.99 -8.042E-008,14.55 L-8.042E-008,0.7964 z M3.796,7.674 L14.55,13.35 L14.55,1.997 L3.796,7.674 z"/> <GeometryDrawing x:Key="Radix.TransparencyGrid" Brush="#FF000000" Geometry="M0,0 L3.2,0 L3.2,3.2 L0,3.2 L0,0 z M6.4,3.2 L3.2,3.2 L3.2,6.4 L0,6.4 L0,9.6 L3.2,9.6 L3.2,12.8 L0,12.8 L0,16 L3.2,16 L3.2,12.8 L6.4,12.8 L6.4,16 L9.6,16 L9.6,12.8 L12.8,12.8 L12.8,16 L16,16 L16,12.8 L12.8,12.8 L12.8,9.6 L16,9.6 L16,6.4 L12.8,6.4 L12.8,3.2 L16,3.2 L16,0 L12.8,0 L12.8,3.2 L9.6,3.2 L9.6,0 L6.4,0 L6.4,3.2 z M6.4,6.4 L6.4,3.2 L9.6,3.2 L9.6,6.4 L6.4,6.4 z M6.4,9.6 L3.2,9.6 L3.2,6.4 L6.4,6.4 L6.4,9.6 z M9.6,9.6 L9.6,6.4 L12.8,6.4 L12.8,9.6 L9.6,9.6 z M9.6,9.6 L6.4,9.6 L6.4,12.8 L9.6,12.8 L9.6,9.6 z"/> <GeometryDrawing x:Key="Radix.Trash" Brush="#FF000000" Geometry="M3.333,0 C2.965,0 2.667,0.2985 2.667,0.6667 C2.667,1.035 2.965,1.333 3.333,1.333 L8.667,1.333 C9.035,1.333 9.333,1.035 9.333,0.6667 C9.333,0.2985 9.035,0 8.667,0 L3.333,0 z M0,3.333 C0,2.965 0.2985,2.667 0.6667,2.667 L2.667,2.667 L9.333,2.667 L11.33,2.667 C11.7,2.667 12,2.965 12,3.333 C12,3.702 11.7,4 11.33,4 L10.67,4 L10.67,14.67 C10.67,15.4 10.07,16 9.333,16 L2.667,16 C1.93,16 1.333,15.4 1.333,14.67 L1.333,4 L0.6667,4 C0.2985,4 0,3.702 0,3.333 z M2.667,4 L9.333,4 L9.333,14.67 L2.667,14.67 L2.667,4 z"/> <GeometryDrawing x:Key="Radix.TriangleDown" Brush="#FF000000" Geometry="M0,0 L16,0 L8,10.29 L0,0 z"/> <GeometryDrawing x:Key="Radix.TriangleLeft" Brush="#FF000000" Geometry="M10.29,0 L10.29,16 L0,8 L10.29,0 z"/> <GeometryDrawing x:Key="Radix.TriangleRight" Brush="#FF000000" Geometry="M0,16 L0,0 L10.29,8 L0,16 z"/> <GeometryDrawing x:Key="Radix.TriangleUp" Brush="#FF000000" Geometry="M0,10.29 L16,10.29 L8,0 L0,10.29 z"/> <GeometryDrawing x:Key="Radix.TwitterLogo" Brush="#FF000000" Geometry="M7.28,3.65 C7.28,1.634 8.914,6.268E-008 10.93,6.268E-008 C12.11,6.268E-008 13.06,0.5596 13.69,1.372 C14.37,1.233 15.01,0.981 15.59,0.6378 C15.36,1.351 14.88,1.95 14.25,2.329 C14.25,2.331 14.25,2.332 14.25,2.333 C14.87,2.258 15.45,2.094 16,1.852 L16,1.854 C15.61,2.443 15.11,2.963 14.54,3.387 C14.57,3.592 14.59,3.8 14.59,4.006 C14.59,8.308 11.31,13.31 5.282,13.31 C3.436,13.31 1.716,12.77 0.2685,11.84 C-0.002758,11.67 -0.08156,11.31 0.09247,11.04 C0.1078,11.01 0.1247,10.99 0.1428,10.97 C0.246,10.8 0.4428,10.69 0.654,10.72 C1.722,10.84 2.79,10.71 3.731,10.3 C2.798,9.891 2.073,9.093 1.759,8.112 C1.702,7.936 1.743,7.743 1.866,7.604 C1.87,7.599 1.874,7.595 1.879,7.59 C1.131,6.932 0.6591,5.968 0.6591,4.893 L0.6591,4.854 C0.6591,4.668 0.7575,4.495 0.9179,4.401 C0.9707,4.37 1.027,4.349 1.086,4.338 C0.8292,3.843 0.6841,3.281 0.6841,2.685 C0.6841,2.139 0.6872,1.451 1.072,0.8312 C1.158,0.6923 1.298,0.6075 1.449,0.5875 C1.67,0.5179 1.921,0.5848 2.076,0.7754 C3.35,2.337 5.188,3.416 7.281,3.701 L7.28,3.65 z M5.282,12.14 C4.363,12.14 3.481,11.99 2.658,11.71 C3.659,11.54 4.619,11.14 5.447,10.49 C5.622,10.36 5.691,10.12 5.621,9.913 C5.55,9.703 5.354,9.559 5.132,9.555 C4.312,9.541 3.585,9.136 3.131,8.519 C3.353,8.501 3.57,8.463 3.781,8.406 C4.016,8.343 4.176,8.126 4.168,7.882 C4.16,7.639 3.986,7.432 3.747,7.384 C2.838,7.202 2.105,6.534 1.828,5.664 C2.063,5.72 2.306,5.754 2.556,5.762 C2.79,5.77 3.001,5.621 3.073,5.398 C3.145,5.175 3.06,4.931 2.865,4.801 C2.183,4.345 1.734,3.567 1.734,2.685 C1.734,2.49 1.737,2.316 1.749,2.157 C3.333,3.77 5.501,4.809 7.914,4.931 C8.096,4.94 8.272,4.863 8.39,4.723 C8.507,4.583 8.553,4.396 8.512,4.218 C8.47,4.034 8.448,3.845 8.448,3.65 C8.448,2.278 9.559,1.167 10.93,1.167 C12.37,1.167 13.42,2.502 13.42,4.006 C13.42,7.806 10.53,12.14 5.282,12.14 z"/> <GeometryDrawing x:Key="Radix.Underline" Brush="#FF000000" Geometry="M2.609,0.6867 C2.609,0.3074 2.302,0 1.923,0 C1.544,0 1.236,0.3074 1.236,0.6867 L1.236,7.966 C1.236,10.62 3.388,12.77 6.043,12.77 C8.698,12.77 10.85,10.62 10.85,7.966 L10.85,0.6867 C10.85,0.3074 10.54,0 10.16,0 C9.784,0 9.476,0.3074 9.476,0.6867 L9.476,7.966 C9.476,9.862 7.939,11.4 6.043,11.4 C4.147,11.4 2.609,9.862 2.609,7.966 L2.609,0.6867 z M0.5494,14.9 C0.2459,14.9 3.730E-008,15.15 3.730E-008,15.45 C3.730E-008,15.75 0.2459,16 0.5494,16 L11.54,16 C11.84,16 12.09,15.75 12.09,15.45 C12.09,15.15 11.84,14.9 11.54,14.9 L0.5494,14.9 z"/> <GeometryDrawing x:Key="Radix.Update" Brush="#FF000000" Geometry="M1.264,7.598 C1.264,11.29 3.941,13.81 6.947,14.33 C7.291,14.39 7.522,14.71 7.462,15.06 C7.403,15.4 7.075,15.63 6.731,15.57 C3.2,14.96 -4.182E-008,11.98 -4.182E-008,7.598 C-1.255E-06,5.734 0.8479,4.27 1.838,3.155 C2.547,2.357 3.359,1.709 4.012,1.213 L2.027,1.213 C1.692,1.213 1.42,0.9413 1.42,0.6064 C1.42,0.2715 1.692,-6.899E-007 2.027,-6.899E-007 L5.665,-6.899E-007 C6,-6.899E-007 6.272,0.2715 6.272,0.6064 L6.272,4.245 C6.272,4.58 6,4.851 5.665,4.851 C5.33,4.851 5.059,4.58 5.059,4.245 L5.059,2.007 L5.057,2.008 L5.057,2.008 L5.057,2.008 L5.057,2.008 C4.364,2.531 3.517,3.17 2.783,3.995 C1.916,4.97 1.264,6.148 1.264,7.598 z M14.74,8.091 C14.74,4.438 12.12,1.938 9.148,1.381 C8.805,1.316 8.579,0.9857 8.644,0.6426 C8.708,0.2995 9.038,0.07359 9.382,0.138 C12.87,0.7924 16,3.753 16,8.091 C16,9.955 15.15,11.42 14.16,12.53 C13.45,13.33 12.64,13.98 11.99,14.48 L13.97,14.48 C14.31,14.48 14.58,14.75 14.58,15.08 C14.58,15.42 14.31,15.69 13.97,15.69 L10.33,15.69 C10,15.69 9.728,15.42 9.728,15.08 L9.728,11.44 C9.728,11.11 10,10.84 10.33,10.84 C10.67,10.84 10.94,11.11 10.94,11.44 L10.94,13.68 L10.94,13.68 C11.64,13.16 12.48,12.52 13.22,11.69 C14.08,10.72 14.74,9.541 14.74,8.091 z"/> <GeometryDrawing x:Key="Radix.Upload" Brush="#FF000000" Geometry="M7.189,0.1628 C6.971,-0.05428 6.619,-0.05428 6.402,0.1628 L2.696,3.869 C2.479,4.087 2.479,4.439 2.696,4.656 C2.913,4.873 3.265,4.873 3.482,4.656 L6.239,1.898 L6.239,10.44 C6.239,10.75 6.488,11 6.795,11 C7.103,11 7.351,10.75 7.351,10.44 L7.351,1.898 L10.11,4.656 C10.33,4.873 10.68,4.873 10.9,4.656 C11.11,4.439 11.11,4.087 10.9,3.869 L7.189,0.1628 z M0.6178,11.06 C0.9589,11.06 1.236,11.33 1.236,11.68 L1.236,13.53 C1.236,14.21 1.786,14.76 2.467,14.76 L11.12,14.76 C11.8,14.76 12.36,14.21 12.36,13.53 L12.36,11.68 C12.36,11.33 12.63,11.06 12.97,11.06 C13.31,11.06 13.59,11.33 13.59,11.68 L13.59,13.53 C13.59,14.89 12.49,16 11.12,16 L2.467,16 C1.1,16 0,14.89 0,13.53 L0,11.68 C0,11.33 0.2766,11.06 0.6178,11.06 z"/> <GeometryDrawing x:Key="Radix.Value" Brush="#FF000000" Geometry="M-5.530E-009,8 C-5.530E-009,3.582 3.582,3.893E-007 8,3.893E-007 C12.42,3.893E-007 16,3.582 16,8 C16,12.42 12.42,16 8,16 C3.582,16 -5.530E-009,12.42 -5.530E-009,8 z M8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,11.78 4.215,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,4.215 11.78,1.148 8,1.148 z"/> <GeometryDrawing x:Key="Radix.ValueNone" Brush="#FF000000" Geometry="M8,3.893E-007 C3.582,3.893E-007 3.694E-008,3.582 3.694E-008,8 C3.694E-008,9.992 0.7279,11.81 1.932,13.21 L0.9294,14.22 C0.6935,14.45 0.6935,14.84 0.9294,15.07 C1.165,15.31 1.548,15.31 1.784,15.07 L2.786,14.07 C4.187,15.27 6.008,16 8,16 C12.42,16 16,12.42 16,8 C16,6.008 15.27,4.187 14.07,2.786 L15.07,1.784 C15.31,1.548 15.31,1.165 15.07,0.9294 C14.84,0.6935 14.45,0.6935 14.22,0.9294 L13.21,1.932 C11.81,0.7279 9.992,3.893E-007 8,3.893E-007 z M12.4,2.746 C11.21,1.748 9.675,1.148 8,1.148 C4.215,1.148 1.148,4.215 1.148,8 C1.148,9.675 1.748,11.21 2.746,12.4 L12.4,2.746 z M3.601,13.25 C4.791,14.25 6.325,14.85 8,14.85 C11.78,14.85 14.85,11.78 14.85,8 C14.85,6.325 14.25,4.791 13.25,3.601 L3.601,13.25 z"/> <GeometryDrawing x:Key="Radix.VercelLogo" Brush="#FF000000" Geometry="M8,0 L7.331,1.163 L0.6667,12.75 L-1.750E-008,13.91 L1.337,13.91 L14.66,13.91 L16,13.91 L15.33,12.75 L8.669,1.163 L8,0 z M8,2.326 L2.004,12.75 L14,12.75 L8,2.326 z"/> <GeometryDrawing x:Key="Radix.Video" Brush="#FF000000" Geometry="M5.082,1.197 C6.007,1.118 6.998,1.067 8,1.067 C9.002,1.067 9.993,1.118 10.92,1.197 C12.03,1.291 12.75,1.355 13.3,1.485 C13.81,1.603 14.09,1.76 14.33,2.006 C14.35,2.033 14.39,2.074 14.41,2.102 C14.63,2.348 14.77,2.655 14.85,3.235 C14.93,3.857 14.93,4.668 14.93,5.893 C14.93,7.104 14.93,7.904 14.85,8.518 C14.77,9.089 14.63,9.393 14.41,9.641 C14.39,9.669 14.35,9.711 14.32,9.737 C14.08,9.987 13.8,10.14 13.31,10.26 C12.77,10.39 12.07,10.45 10.97,10.54 C10.05,10.62 9.041,10.67 8,10.67 C6.959,10.67 5.953,10.62 5.026,10.54 C3.931,10.45 3.226,10.39 2.686,10.26 C2.197,10.14 1.919,9.987 1.675,9.737 C1.649,9.711 1.611,9.669 1.587,9.641 C1.372,9.393 1.233,9.089 1.154,8.518 C1.069,7.904 1.067,7.104 1.067,5.893 C1.067,4.668 1.069,3.857 1.154,3.235 C1.234,2.655 1.373,2.348 1.586,2.102 C1.61,2.074 1.648,2.033 1.674,2.006 C1.915,1.76 2.195,1.603 2.696,1.485 C3.248,1.355 3.968,1.291 5.082,1.197 z M0,5.893 C0,3.502 0,2.306 0.7787,1.405 C0.8176,1.36 0.8695,1.303 0.9111,1.261 C1.743,0.4089 2.826,0.3173 4.992,0.1339 C5.941,0.05363 6.962,0 8,0 C9.038,0 10.06,0.05363 11.01,0.1339 C13.17,0.3173 14.26,0.4089 15.09,1.261 C15.13,1.303 15.18,1.36 15.22,1.405 C16,2.306 16,3.502 16,5.893 C16,8.256 16,9.438 15.22,10.34 C15.18,10.38 15.13,10.44 15.09,10.48 C14.25,11.34 13.19,11.42 11.06,11.6 C10.11,11.68 9.075,11.73 8,11.73 C6.925,11.73 5.888,11.68 4.938,11.6 C2.81,11.42 1.746,11.34 0.9126,10.48 C0.8713,10.44 0.8186,10.38 0.78,10.34 C0,9.438 0,8.256 0,5.893 z M5.6,3.608 C5.6,3.416 5.798,3.287 5.974,3.364 L11.12,5.622 C11.34,5.716 11.34,6.018 11.12,6.111 L5.974,8.369 C5.798,8.447 5.6,8.318 5.6,8.125 L5.6,3.608 z"/> <GeometryDrawing x:Key="Radix.ViewGrid" Brush="#FF000000" Geometry="M7.467,1.067 L1.6,1.067 C1.305,1.067 1.067,1.305 1.067,1.6 L1.067,6.4 L7.467,6.4 L7.467,1.067 z M8.533,1.067 L8.533,6.4 L14.93,6.4 L14.93,1.6 C14.93,1.305 14.69,1.067 14.4,1.067 L8.533,1.067 z M7.467,7.467 L1.067,7.467 L1.067,12.27 C1.067,12.56 1.305,12.8 1.6,12.8 L7.467,12.8 L7.467,7.467 z M8.533,12.8 L8.533,7.467 L14.93,7.467 L14.93,12.27 C14.93,12.56 14.69,12.8 14.4,12.8 L8.533,12.8 z M1.6,0 C0.7163,0 0,0.7163 0,1.6 L0,12.27 C0,13.15 0.7163,13.87 1.6,13.87 L14.4,13.87 C15.28,13.87 16,13.15 16,12.27 L16,1.6 C16,0.7163 15.28,0 14.4,0 L1.6,0 z"/> <GeometryDrawing x:Key="Radix.ViewHorizontal" Brush="#FF000000" Geometry="M1.6,1.067 L14.4,1.067 C14.69,1.067 14.93,1.305 14.93,1.6 L14.93,6.4 L1.067,6.4 L1.067,1.6 C1.067,1.305 1.305,1.067 1.6,1.067 z M1.067,7.467 L1.067,12.27 C1.067,12.56 1.305,12.8 1.6,12.8 L14.4,12.8 C14.69,12.8 14.93,12.56 14.93,12.27 L14.93,7.467 L1.067,7.467 z M0,1.6 C0,0.7163 0.7163,0 1.6,0 L14.4,0 C15.28,0 16,0.7163 16,1.6 L16,12.27 C16,13.15 15.28,13.87 14.4,13.87 L1.6,13.87 C0.7163,13.87 0,13.15 0,12.27 L0,1.6 z"/> <GeometryDrawing x:Key="Radix.ViewNone" Brush="#FF000000" Geometry="M14.93,1.693 L1.975,12.8 L14.4,12.8 C14.69,12.8 14.93,12.56 14.93,12.27 L14.93,1.693 z M0.8137,13.66 L0.8804,13.74 L0.9117,13.71 C1.12,13.81 1.354,13.87 1.6,13.87 L14.4,13.87 C15.28,13.87 16,13.15 16,12.27 L16,1.6 C16,1.002 15.67,0.4808 15.19,0.2062 L15.12,0.1284 L15.09,0.1552 C14.88,0.0557 14.65,0 14.4,0 L1.6,0 C0.7163,0 0,0.7163 0,1.6 L0,12.27 C0,12.86 0.3279,13.39 0.8137,13.66 z M1.067,12.17 L14.02,1.067 L1.6,1.067 C1.305,1.067 1.067,1.305 1.067,1.6 L1.067,12.17 z"/> <GeometryDrawing x:Key="Radix.ViewVertical" Brush="#FF000000" Geometry="M8.533,1.067 L14.4,1.067 C14.69,1.067 14.93,1.305 14.93,1.6 L14.93,12.27 C14.93,12.56 14.69,12.8 14.4,12.8 L8.533,12.8 L8.533,1.067 z M7.467,1.067 L1.6,1.067 C1.305,1.067 1.067,1.305 1.067,1.6 L1.067,12.27 C1.067,12.56 1.305,12.8 1.6,12.8 L7.467,12.8 L7.467,1.067 z M0,1.6 C0,0.7163 0.7163,0 1.6,0 L14.4,0 C15.28,0 16,0.7163 16,1.6 L16,12.27 C16,13.15 15.28,13.87 14.4,13.87 L1.6,13.87 C0.7163,13.87 0,13.15 0,12.27 L0,1.6 z"/> <GeometryDrawing x:Key="Radix.Width" Brush="#FF000000" Geometry="M4.394,0.1772 C4.63,0.4135 4.63,0.7966 4.394,1.033 L2.066,3.361 L13.93,3.361 L11.61,1.033 C11.37,0.7966 11.37,0.4135 11.61,0.1772 C11.84,-0.05907 12.23,-0.05907 12.46,0.1772 L15.82,3.539 C16.06,3.775 16.06,4.158 15.82,4.394 L12.46,7.756 C12.23,7.992 11.84,7.992 11.61,7.756 C11.37,7.519 11.37,7.136 11.61,6.9 L13.93,4.571 L2.066,4.571 L4.394,6.9 C4.63,7.136 4.63,7.519 4.394,7.756 C4.158,7.992 3.775,7.992 3.539,7.756 L0.1772,4.394 C-0.05907,4.158 -0.05907,3.775 0.1772,3.539 L3.539,0.1772 C3.775,-0.05907 4.158,-0.05907 4.394,0.1772 z"/> <GeometryDrawing x:Key="Radix.ZoomIn" Brush="#FF000000" Geometry="M11.64,6.545 C11.64,9.357 9.357,11.64 6.545,11.64 C3.734,11.64 1.455,9.357 1.455,6.545 C1.455,3.734 3.734,1.455 6.545,1.455 C9.357,1.455 11.64,3.734 11.64,6.545 z M10.63,11.66 C9.511,12.56 8.091,13.09 6.545,13.09 C2.931,13.09 0,10.16 0,6.545 C0,2.931 2.931,0 6.545,0 C10.16,0 13.09,2.931 13.09,6.545 C13.09,8.091 12.56,9.511 11.66,10.63 L15.79,14.76 C16.07,15.04 16.07,15.5 15.79,15.79 C15.5,16.07 15.04,16.07 14.76,15.79 L10.63,11.66 z M3.273,6.545 C3.273,6.144 3.598,5.818 4,5.818 L5.818,5.818 L5.818,4 C5.818,3.598 6.144,3.273 6.545,3.273 C6.947,3.273 7.273,3.598 7.273,4 L7.273,5.818 L9.091,5.818 C9.493,5.818 9.818,6.144 9.818,6.545 C9.818,6.947 9.493,7.273 9.091,7.273 L7.273,7.273 L7.273,9.091 C7.273,9.493 6.947,9.818 6.545,9.818 C6.144,9.818 5.818,9.493 5.818,9.091 L5.818,7.273 L4,7.273 C3.598,7.273 3.273,6.947 3.273,6.545 z"/> <GeometryDrawing x:Key="Radix.ZoomOut" Brush="#FF000000" Geometry="M6.545,11.64 C9.357,11.64 11.64,9.357 11.64,6.545 C11.64,3.734 9.357,1.455 6.545,1.455 C3.734,1.455 1.455,3.734 1.455,6.545 C1.455,9.357 3.734,11.64 6.545,11.64 z M6.545,13.09 C8.091,13.09 9.511,12.56 10.63,11.66 L14.76,15.79 C15.04,16.07 15.5,16.07 15.79,15.79 C16.07,15.5 16.07,15.04 15.79,14.76 L11.66,10.63 C12.56,9.511 13.09,8.091 13.09,6.545 C13.09,2.931 10.16,0 6.545,0 C2.931,0 0,2.931 0,6.545 C0,10.16 2.931,13.09 6.545,13.09 z M4,5.818 C3.598,5.818 3.273,6.144 3.273,6.545 C3.273,6.947 3.598,7.273 4,7.273 L9.091,7.273 C9.493,7.273 9.818,6.947 9.818,6.545 C9.818,6.144 9.493,5.818 9.091,5.818 L4,5.818 z"/> </Style.Resources> </Style> </Styles>
959.315625
6,370
0.671224
efc57c79af9a8fcc74be1e97082cb2b04b7e9806
185
xml
XML
bom_digikey_plugin/ROOT/Digi-Key/Maker%2fDIY,_Educational/Books,_Media.xml
waynegramlich/bom_digikey_plugin
6199be26b770b9a0b82aeec5d06af514af3f2f90
[ "MIT" ]
null
null
null
bom_digikey_plugin/ROOT/Digi-Key/Maker%2fDIY,_Educational/Books,_Media.xml
waynegramlich/bom_digikey_plugin
6199be26b770b9a0b82aeec5d06af514af3f2f90
[ "MIT" ]
null
null
null
bom_digikey_plugin/ROOT/Digi-Key/Maker%2fDIY,_Educational/Books,_Media.xml
waynegramlich/bom_digikey_plugin
6199be26b770b9a0b82aeec5d06af514af3f2f90
[ "MIT" ]
null
null
null
<Table name="Books, Media" url="https://www.digikey.com/products/en/maker-diy-educational/books-media/937"> <TableComments> </TableComments> <Parameters> </Parameters> </Table>
26.428571
107
0.718919
f5c39eead09c0fa1d9ca0dd25859ed7e6d0123d3
869
nuspec
XML
Source/Xamarin.AutoStarter/Xamarin.AutoStarter.nuspec
brightness007/Xamarin.AutoStarter
72f69b6bb58a671a2aece4953e889cc6ff9f650c
[ "MIT" ]
null
null
null
Source/Xamarin.AutoStarter/Xamarin.AutoStarter.nuspec
brightness007/Xamarin.AutoStarter
72f69b6bb58a671a2aece4953e889cc6ff9f650c
[ "MIT" ]
null
null
null
Source/Xamarin.AutoStarter/Xamarin.AutoStarter.nuspec
brightness007/Xamarin.AutoStarter
72f69b6bb58a671a2aece4953e889cc6ff9f650c
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <package > <metadata> <id>Xamarin.AutoStarter</id> <version>1.0.8</version> <title>$title$</title> <authors>AutoStarter Authors, Peng ZHANG</authors> <owners>$author$</owners> <requireLicenseAcceptance>false</requireLicenseAcceptance> <license type="expression">MIT</license> <projectUrl>https://github.com/brightness007/Xamarin.AutoStarter</projectUrl> <description>Xamarin.Android bindings for the AutoStarter Java library.</description> <releaseNotes>Bindings to AutoStarter 1.0.8</releaseNotes> <tags>AutoStarter Xamarin Android Bindings</tags> <dependencies> <group targetFramework="MonoAndroid9.0" /> </dependencies> </metadata> <files> <file src="bin\Release\Xamarin.AutoStarter.dll" target="lib\MonoAndroid9\Xamarin.AutoStarter.dll" /> </files> </package>
39.5
104
0.718067
1c8bb975e8b757233c1e2680081fc6d622053076
546
xml
XML
android-smbfile-chooser/src/main/AndroidManifest.xml
goyourfly/Player
61b9e1749fe6c0f318ffa5f650b02aa8012a974a
[ "Unlicense" ]
7
2018-09-14T08:18:15.000Z
2022-03-29T10:02:16.000Z
android-smbfile-chooser/src/main/AndroidManifest.xml
goyourfly/Player
61b9e1749fe6c0f318ffa5f650b02aa8012a974a
[ "Unlicense" ]
20
2019-02-26T12:13:57.000Z
2020-02-10T10:39:46.000Z
android-smbfile-chooser/src/main/AndroidManifest.xml
goyourfly/Player
61b9e1749fe6c0f318ffa5f650b02aa8012a974a
[ "Unlicense" ]
1
2020-03-27T02:01:46.000Z
2020-03-27T02:01:46.000Z
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.obsez.android.lib.smbfilechooser"> <application android:allowBackup="true" android:requestLegacyExternalStorage="true" tools:ignore="UnusedAttribute"> <activity android:name="com.obsez.android.lib.smbfilechooser.permissions.PermissionActivity" android:label="" android:theme="@style/Theme.Transparent"/> </application> </manifest>
34.125
94
0.679487
9c6b8197b7db754a2f97e0a66e73b2622d536844
4,892
xml
XML
bar/90_contents/OData/00_$metadata.xml
uoanlab/app-aizu-health-store
c684039831a4a6835bf0c5980f913db273845ede
[ "Apache-2.0" ]
null
null
null
bar/90_contents/OData/00_$metadata.xml
uoanlab/app-aizu-health-store
c684039831a4a6835bf0c5980f913db273845ede
[ "Apache-2.0" ]
null
null
null
bar/90_contents/OData/00_$metadata.xml
uoanlab/app-aizu-health-store
c684039831a4a6835bf0c5980f913db273845ede
[ "Apache-2.0" ]
4
2018-01-28T23:38:59.000Z
2018-06-28T08:29:44.000Z
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:p="urn:x-personium:xmlns"> <edmx:DataServices m:DataServiceVersion="1.0"> <Schema xmlns="http://schemas.microsoft.com/ado/2006/04/edm" Namespace="UserData"> <EntityType Name="ActivitySummary" OpenType="true"> <Key> <PropertyRef Name="__id"/> </Key> <Property Name="__id" Type="Edm.String" Nullable="false" DefaultValue="UUID()" p:Format="regEx('^[a-zA-Z0-9][a-zA-Z0-9-_:]{0,199}$')"/> <Property Name="__published" Type="Edm.DateTime" Nullable="false" DefaultValue="SYSUTCDATETIME()" Precision="3"/> <Property Name="__updated" Type="Edm.DateTime" Nullable="false" DefaultValue="SYSUTCDATETIME()" Precision="3"/> <Property Name="activeEnergyBurned" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="activeEnergyBurnedGoal" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="activeEnergyBurnedUnit" Type="Edm.String" Nullable="false"/> <Property Name="appleExerciseTime" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="appleExerciseTimeGoal" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="appleStandHours" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="appleStandHoursGoal" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="dateComponents" Type="Edm.String" Nullable="false"/> </EntityType> <EntityType Name="HealthRecord" OpenType="true"> <Key> <PropertyRef Name="__id"/> </Key> <Property Name="__id" Type="Edm.String" Nullable="false" DefaultValue="UUID()" p:Format="regEx('^[a-zA-Z0-9][a-zA-Z0-9-_:]{0,199}$')"/> <Property Name="__published" Type="Edm.DateTime" Nullable="false" DefaultValue="SYSUTCDATETIME()" Precision="3"/> <Property Name="__updated" Type="Edm.DateTime" Nullable="false" DefaultValue="SYSUTCDATETIME()" Precision="3"/> <Property Name="device" Type="Edm.String" Nullable="false"/> <Property Name="deviceName" Type="Edm.String" Nullable="false"/> <Property Name="endDate" Type="Edm.DateTime" Nullable="false"/> <Property Name="sourceName" Type="Edm.String" Nullable="false"/> <Property Name="sourceVersion" Type="Edm.String" Nullable="false"/> <Property Name="startDate" Type="Edm.DateTime" Nullable="false"/> <Property Name="type" Type="Edm.String" Nullable="false"/> <Property Name="unit" Type="Edm.String" Nullable="true"/> <Property Name="value" Type="Edm.Double" Nullable="true"/> </EntityType> <EntityType Name="Workout" OpenType="true"> <Key> <PropertyRef Name="__id"/> </Key> <Property Name="__id" Type="Edm.String" Nullable="false" DefaultValue="UUID()" p:Format="regEx('^[a-zA-Z0-9][a-zA-Z0-9-_:]{0,199}$')"/> <Property Name="__published" Type="Edm.DateTime" Nullable="false" DefaultValue="SYSUTCDATETIME()" Precision="3"/> <Property Name="__updated" Type="Edm.DateTime" Nullable="false" DefaultValue="SYSUTCDATETIME()" Precision="3"/> <Property Name="altitude" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="course" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="date" Type="Edm.DateTime" Nullable="false"/> <Property Name="horizontalAccuracy" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="latitude" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="longitude" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="speed" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> <Property Name="verticalAccuracy" Type="Edm.Double" Nullable="false" DefaultValue="0.0"/> </EntityType> <EntityContainer Name="UserData" m:IsDefaultEntityContainer="true"> <EntitySet Name="HealthRecord" EntityType="UserData.HealthRecord"/> <EntitySet Name="Workout" EntityType="UserData.Workout"/> <EntitySet Name="ActivitySummary" EntityType="UserData.ActivitySummary"/> </EntityContainer> </Schema> </edmx:DataServices> </edmx:Edmx>
80.196721
253
0.60834
8bd378af668abe71d81cfb797e242bc53ac86d77
1,626
xml
XML
client/node_modules/react-vertical-timeline-component/coverage/clover.xml
paulowe/datamaps-client
76c394b4311b89ff0757f32f111f784644463b08
[ "MIT" ]
null
null
null
client/node_modules/react-vertical-timeline-component/coverage/clover.xml
paulowe/datamaps-client
76c394b4311b89ff0757f32f111f784644463b08
[ "MIT" ]
null
null
null
client/node_modules/react-vertical-timeline-component/coverage/clover.xml
paulowe/datamaps-client
76c394b4311b89ff0757f32f111f784644463b08
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <coverage generated="1538653169097" clover="3.2.0"> <project timestamp="1538653169097" name="All files"> <metrics statements="14" coveredstatements="13" conditionals="6" coveredconditionals="3" methods="4" coveredmethods="4" elements="24" coveredelements="20" complexity="0" loc="14" ncloc="14" packages="1" files="2" classes="2"> <file name="VerticalTimeline.js" path="/home/shin/www/vertical-timeline-component/src/VerticalTimeline.js"> <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/> <line num="5" count="1" type="stmt"/> <line num="6" count="6" type="stmt"/> <line num="17" count="1" type="stmt"/> <line num="27" count="1" type="stmt"/> </file> <file name="VerticalTimelineElement.js" path="/home/shin/www/vertical-timeline-component/src/VerticalTimelineElement.js"> <metrics statements="10" coveredstatements="9" conditionals="6" coveredconditionals="3" methods="3" coveredmethods="3"/> <line num="8" count="5" type="stmt"/> <line num="9" count="5" type="stmt"/> <line num="10" count="5" type="stmt"/> <line num="14" count="5" type="cond" truecount="1" falsecount="1"/> <line num="15" count="0" type="stmt"/> <line num="31" count="5" type="stmt"/> <line num="33" count="5" type="stmt"/> <line num="35" count="5" type="stmt"/> <line num="74" count="1" type="stmt"/> <line num="90" count="1" type="stmt"/> </file> </metrics> </project> </coverage>
58.071429
229
0.623001
e8c782298cad722f59fd335754a83d4cbdbca6fd
4,196
xml
XML
Android/LogIt/app/src/main/res/layout/activity_log_it_edit_entry_screen.xml
ameya-pandilwar/portfolio
a87dd94517379ceac483c4fd71c7fc3d18b3499a
[ "MIT" ]
null
null
null
Android/LogIt/app/src/main/res/layout/activity_log_it_edit_entry_screen.xml
ameya-pandilwar/portfolio
a87dd94517379ceac483c4fd71c7fc3d18b3499a
[ "MIT" ]
null
null
null
Android/LogIt/app/src/main/res/layout/activity_log_it_edit_entry_screen.xml
ameya-pandilwar/portfolio
a87dd94517379ceac483c4fd71c7fc3d18b3499a
[ "MIT" ]
null
null
null
<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:background="@drawable/background" android:gravity="center_horizontal" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context="edu.neu.madcourse.dharammaniar.logit.LogItAddNewDefaultActivityScreen"> <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" android:text="Select Updated Category" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="#000000"/> <Spinner android:id="@+id/editEntryCategory" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal"/> <TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" android:layout_marginTop="10dp" android:text="Enter Updated Activity" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="#000000"/> <EditText android:id="@+id/editEntryActivity" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal"/> <TableRow android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginTop="10dp" android:gravity="center"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Start\nTime" android:textColor="#000000" android:textSize="20sp"/> <TimePicker android:id="@+id/editEntryStartTime" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginLeft="20dp"/> </TableRow> <TableRow android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginTop="20dp" android:gravity="center"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="End\nTime" android:textColor="#000000" android:textSize="20sp"/> <TimePicker android:id="@+id/editEntryEndTime" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginLeft="20dp"/> </TableRow> <TableRow android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginTop="10dp"> <Button android:id="@+id/editEntryBack" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:onClick="onClickBack" android:text="← Discard Changes"/> <Button android:id="@+id/editEntryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="20dp" android:layout_weight="1" android:onClick="onClickSave" android:text="+ Save Updated Entry"/> </TableRow> </LinearLayout>
35.863248
100
0.641325
bf386db7dfbd1fc2c342a4b3b42705fe07762ae0
12,445
storyboard
XML
Basic/CoreData/Alpha/Alpha/Base.lproj/Main.storyboard
chrisjmendez/swift-exercises
548c40ffe13ab826eea620a6075606716be2a12f
[ "MIT" ]
5
2017-01-19T17:05:19.000Z
2022-03-24T22:21:58.000Z
Basic/CoreData/Alpha/Alpha/Base.lproj/Main.storyboard
chrisjmendez/swift-exercises
548c40ffe13ab826eea620a6075606716be2a12f
[ "MIT" ]
null
null
null
Basic/CoreData/Alpha/Alpha/Base.lproj/Main.storyboard
chrisjmendez/swift-exercises
548c40ffe13ab826eea620a6075606716be2a12f
[ "MIT" ]
5
2016-07-26T01:09:19.000Z
2022-03-24T22:22:00.000Z
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc"> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/> <capability name="Constraints to layout margins" minToolsVersion="6.0"/> </dependencies> <scenes> <!--View Controller--> <scene sceneID="ufC-wZ-h7g"> <objects> <viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="Alpha" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/> <viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS"> <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <subviews> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hrQ-AQ-6Oc"> <rect key="frame" x="554" y="55" width="30" height="30"/> <constraints> <constraint firstAttribute="width" constant="30" id="QYc-a5-1Yf"/> </constraints> <state key="normal" image="search.png"> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> </button> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Last Name" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="gi2-Gt-Hwp"> <rect key="frame" x="16" y="93" width="530" height="30"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/> </textField> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FE6-lS-ZQX"> <rect key="frame" x="554" y="93" width="30" height="30"/> <state key="normal" image="search.png"> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> </button> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="E-mail" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ejt-RZ-ZzA"> <rect key="frame" x="16" y="131" width="530" height="30"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/> </textField> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Phone" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="5Gg-Ez-fOT"> <rect key="frame" x="16" y="169" width="530" height="30"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/> </textField> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mRQ-YV-8kT"> <rect key="frame" x="554" y="169" width="30" height="30"/> <state key="normal" image="search.png"> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> </button> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="First Name" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="C9Y-sl-fQK"> <rect key="frame" x="16" y="55" width="530" height="30"/> <fontDescription key="fontDescription" type="system" pointSize="14"/> <textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/> </textField> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="B7V-3l-7Gs"> <rect key="frame" x="554" y="131" width="30" height="30"/> <state key="normal" image="search.png"> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> </state> </button> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> <constraints> <constraint firstItem="B7V-3l-7Gs" firstAttribute="trailing" secondItem="mRQ-YV-8kT" secondAttribute="trailing" id="2Wr-Wr-U1k"/> <constraint firstItem="hrQ-AQ-6Oc" firstAttribute="trailing" secondItem="FE6-lS-ZQX" secondAttribute="trailing" id="5EB-UI-Dla"/> <constraint firstItem="B7V-3l-7Gs" firstAttribute="leading" secondItem="FE6-lS-ZQX" secondAttribute="leading" id="665-SV-CE7"/> <constraint firstItem="FE6-lS-ZQX" firstAttribute="leading" secondItem="gi2-Gt-Hwp" secondAttribute="trailing" constant="8" symbolic="YES" id="6dC-QR-v5e"/> <constraint firstItem="FE6-lS-ZQX" firstAttribute="top" secondItem="hrQ-AQ-6Oc" secondAttribute="bottom" constant="8" symbolic="YES" id="A6R-ly-L7u"/> <constraint firstItem="2fi-mo-0CV" firstAttribute="top" secondItem="5Gg-Ez-fOT" secondAttribute="bottom" constant="401" id="Bl3-90-AFX"/> <constraint firstItem="hrQ-AQ-6Oc" firstAttribute="leading" secondItem="C9Y-sl-fQK" secondAttribute="trailing" constant="8" symbolic="YES" id="Cyu-fQ-0tk"/> <constraint firstItem="gi2-Gt-Hwp" firstAttribute="leading" secondItem="ejt-RZ-ZzA" secondAttribute="leading" id="Ev3-je-FvB"/> <constraint firstItem="C9Y-sl-fQK" firstAttribute="top" secondItem="jyV-Pf-zRb" secondAttribute="bottom" constant="35" id="Hdf-M6-hXg"/> <constraint firstItem="ejt-RZ-ZzA" firstAttribute="top" secondItem="gi2-Gt-Hwp" secondAttribute="bottom" constant="8" symbolic="YES" id="ItQ-Vg-8oO"/> <constraint firstItem="gi2-Gt-Hwp" firstAttribute="leading" secondItem="C9Y-sl-fQK" secondAttribute="leading" id="K78-PD-n7h"/> <constraint firstItem="ejt-RZ-ZzA" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leadingMargin" id="M5u-Kv-G7w"/> <constraint firstItem="mRQ-YV-8kT" firstAttribute="top" secondItem="B7V-3l-7Gs" secondAttribute="bottom" constant="8" symbolic="YES" id="Mhq-q9-fFE"/> <constraint firstItem="FE6-lS-ZQX" firstAttribute="top" secondItem="gi2-Gt-Hwp" secondAttribute="top" id="Oec-6u-yUu"/> <constraint firstItem="B7V-3l-7Gs" firstAttribute="top" secondItem="FE6-lS-ZQX" secondAttribute="bottom" constant="8" symbolic="YES" id="Oyg-sK-UAa"/> <constraint firstItem="5Gg-Ez-fOT" firstAttribute="bottom" secondItem="mRQ-YV-8kT" secondAttribute="bottom" id="XLC-0b-3O0"/> <constraint firstItem="5Gg-Ez-fOT" firstAttribute="top" secondItem="mRQ-YV-8kT" secondAttribute="top" id="crX-nx-SYF"/> <constraint firstItem="B7V-3l-7Gs" firstAttribute="top" secondItem="ejt-RZ-ZzA" secondAttribute="top" id="dvL-3D-73n"/> <constraint firstItem="B7V-3l-7Gs" firstAttribute="leading" secondItem="mRQ-YV-8kT" secondAttribute="leading" id="fJH-yE-VY3"/> <constraint firstItem="hrQ-AQ-6Oc" firstAttribute="leading" secondItem="FE6-lS-ZQX" secondAttribute="leading" id="fvM-b7-be3"/> <constraint firstItem="gi2-Gt-Hwp" firstAttribute="top" secondItem="C9Y-sl-fQK" secondAttribute="bottom" constant="8" symbolic="YES" id="hfC-xo-mrg"/> <constraint firstItem="hrQ-AQ-6Oc" firstAttribute="trailing" secondItem="kh9-bI-dsS" secondAttribute="trailingMargin" id="khS-ca-pqX"/> <constraint firstItem="B7V-3l-7Gs" firstAttribute="trailing" secondItem="FE6-lS-ZQX" secondAttribute="trailing" id="mLQ-0T-sof"/> <constraint firstItem="ejt-RZ-ZzA" firstAttribute="leading" secondItem="5Gg-Ez-fOT" secondAttribute="leading" id="mT0-ON-nRD"/> <constraint firstItem="B7V-3l-7Gs" firstAttribute="leading" secondItem="ejt-RZ-ZzA" secondAttribute="trailing" constant="8" symbolic="YES" id="ptB-lO-Bef"/> <constraint firstItem="hrQ-AQ-6Oc" firstAttribute="top" secondItem="C9Y-sl-fQK" secondAttribute="top" id="rbo-nu-a6N"/> <constraint firstItem="mRQ-YV-8kT" firstAttribute="leading" secondItem="5Gg-Ez-fOT" secondAttribute="trailing" constant="8" symbolic="YES" id="vFE-Zd-aBA"/> </constraints> </view> <connections> <outlet property="emailButton" destination="B7V-3l-7Gs" id="omF-ox-jK1"/> <outlet property="emailTextField" destination="ejt-RZ-ZzA" id="xfz-V4-r0h"/> <outlet property="fNameTextField" destination="C9Y-sl-fQK" id="Odu-WH-LLt"/> <outlet property="fnameButton" destination="hrQ-AQ-6Oc" id="oXm-bo-J1r"/> <outlet property="lNameTextField" destination="gi2-Gt-Hwp" id="mDE-8q-ego"/> <outlet property="lnameButton" destination="FE6-lS-ZQX" id="iLc-Ty-Sxm"/> <outlet property="phoneButton" destination="mRQ-YV-8kT" id="tBw-dY-EWr"/> <outlet property="phoneTextField" destination="5Gg-Ez-fOT" id="MGP-Xo-p4m"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/> </objects> </scene> </scenes> <resources> <image name="search.png" width="152" height="152"/> </resources> </document>
105.466102
300
0.587224
b33209f185e963d5a5f27316a1f7cb681e408029
884,887
xml
XML
A30105.xml
textcreationpartnership/A30105
b254c48f3ebd483c43621c308cb57e0b3a41f16d
[ "CC0-1.0" ]
null
null
null
A30105.xml
textcreationpartnership/A30105
b254c48f3ebd483c43621c308cb57e0b3a41f16d
[ "CC0-1.0" ]
null
null
null
A30105.xml
textcreationpartnership/A30105
b254c48f3ebd483c43621c308cb57e0b3a41f16d
[ "CC0-1.0" ]
null
null
null
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>Chirologia, or, The naturall language of the hand composed of the speaking motions, and discoursing gestures thereof : whereunto is added Chironomia, or, The art of manuall rhetoricke, consisting of the naturall expressions, digested by art in the hand, as the chiefest instrument of eloquence, by historicall manifesto's exemplified out of the authentique registers of common life and civill conversation : with types, or chyrograms, a long-wish'd for illustration of this argument / by J.B. ...</title> <author>J. B. (John Bulwer), fl. 1648-1654.</author> </titleStmt> <editionStmt> <edition> <date>1644</date> </edition> </editionStmt> <extent>Approx. 605 KB of XML-encoded text transcribed from 194 1-bit group-IV TIFF page images.</extent> <publicationStmt> <publisher>Text Creation Partnership,</publisher> <pubPlace>Ann Arbor, MI ; Oxford (UK) :</pubPlace> <date when="2005-03">2005-03 (EEBO-TCP Phase 1).</date> <idno type="DLPS">A30105</idno> <idno type="STC">Wing B5462A</idno> <idno type="STC">ESTC R208625</idno> <idno type="EEBO-CITATION">31354963</idno> <idno type="OCLC">ocm 31354963</idno> <idno type="VID">110295</idno> <availability> <p>This keyboarded and encoded edition of the work described above is co-owned by the institutions providing financial support to the Early English Books Online Text Creation Partnership. This Phase I text is available for reuse, according to the terms of <ref target="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons 0 1.0 Universal</ref>. The text can be copied, modified, distributed and performed, even for commercial purposes, all without asking permission.</p> </availability> </publicationStmt> <seriesStmt> <title>Early English books online.</title> </seriesStmt> <notesStmt> <note>(EEBO-TCP ; phase 1, no. A30105)</note> <note>Transcribed from: (Early English Books Online ; image set 110295)</note> <note>Images scanned from microfilm: (Early English books, 1641-1700 ; 1735:14)</note> </notesStmt> <sourceDesc> <biblFull> <titleStmt> <title>Chirologia, or, The naturall language of the hand composed of the speaking motions, and discoursing gestures thereof : whereunto is added Chironomia, or, The art of manuall rhetoricke, consisting of the naturall expressions, digested by art in the hand, as the chiefest instrument of eloquence, by historicall manifesto's exemplified out of the authentique registers of common life and civill conversation : with types, or chyrograms, a long-wish'd for illustration of this argument / by J.B. ...</title> <author>J. B. (John Bulwer), fl. 1648-1654.</author> </titleStmt> <extent>[28], 187, [23], 146 p. : ill. </extent> <publicationStmt> <publisher>Printed by Tho. Harper, and are to be sold by R. Whitaker ...,</publisher> <pubPlace>London :</pubPlace> <date>1644.</date> </publicationStmt> <notesStmt> <note>Imperfect: stained and cropped, with slight loss of text.</note> <note>Reproduction of original in the University of Illinois (Urbana-Champaign Campus). Library.</note> </notesStmt> </biblFull> </sourceDesc> </fileDesc> <encodingDesc> <projectDesc> <p>Created by converting TCP files to TEI P5 using tcp2tei.xsl, TEI @ Oxford. </p> </projectDesc> <editorialDecl> <p>EEBO-TCP is a partnership between the Universities of Michigan and Oxford and the publisher ProQuest to create accurately transcribed and encoded texts based on the image sets published by ProQuest via their Early English Books Online (EEBO) database (http://eebo.chadwyck.com). The general aim of EEBO-TCP is to encode one copy (usually the first edition) of every monographic English-language title published between 1473 and 1700 available in EEBO.</p> <p>EEBO-TCP aimed to produce large quantities of textual data within the usual project restraints of time and funding, and therefore chose to create diplomatic transcriptions (as opposed to critical editions) with light-touch, mainly structural encoding based on the Text Encoding Initiative (http://www.tei-c.org).</p> <p>The EEBO-TCP project was divided into two phases. The 25,363 texts created during Phase 1 of the project have been released into the public domain as of 1 January 2015. Anyone can now take and use these texts for their own purposes, but we respectfully request that due credit and attribution is given to their original source.</p> <p>Users should be aware of the process of creating the TCP texts, and therefore of any assumptions that can be made about the data.</p> <p>Text selection was based on the New Cambridge Bibliography of English Literature (NCBEL). If an author (or for an anonymous work, the title) appears in NCBEL, then their works are eligible for inclusion. Selection was intended to range over a wide variety of subject areas, to reflect the true nature of the print record of the period. In general, first editions of a works in English were prioritized, although there are a number of works in other languages, notably Latin and Welsh, included and sometimes a second or later edition of a work was chosen if there was a compelling reason to do so.</p> <p>Image sets were sent to external keying companies for transcription and basic encoding. Quality assurance was then carried out by editorial teams in Oxford and Michigan. 5% (or 5 pages, whichever is the greater) of each text was proofread for accuracy and those which did not meet QA standards were returned to the keyers to be redone. After proofreading, the encoding was enhanced and/or corrected and characters marked as illegible were corrected where possible up to a limit of 100 instances per text. Any remaining illegibles were encoded as &lt;gap&gt;s. Understanding these processes should make clear that, while the overall quality of TCP data is very good, some errors will remain and some readable characters will be marked as illegible. Users should bear in mind that in all likelihood such instances will never have been looked at by a TCP editor.</p> <p>The texts were encoded and linked to page images in accordance with level 4 of the TEI in Libraries guidelines.</p> <p>Copies of the texts have been issued variously as SGML (TCP schema; ASCII text with mnemonic sdata character entities); displayable XML (TCP schema; characters represented either as UTF-8 Unicode or text strings within braces); or lossless XML (TEI P5, characters represented either as UTF-8 Unicode or TEI g elements).</p> <p>Keying and markup guidelines are available at the <ref target="http://www.textcreationpartnership.org/docs/.">Text Creation Partnership web site</ref>.</p> </editorialDecl> <listPrefixDef> <prefixDef ident="tcp" matchPattern="([0-9\-]+):([0-9IVX]+)" replacementPattern="http://eebo.chadwyck.com/downloadtiff?vid=$1&amp;page=$2"/> <prefixDef ident="char" matchPattern="(.+)" replacementPattern="https://raw.githubusercontent.com/textcreationpartnership/Texts/master/tcpchars.xml#$1"/> </listPrefixDef> </encodingDesc> <profileDesc> <langUsage> <language ident="eng">eng</language> </langUsage> <textClass> <keywords scheme="http://authorities.loc.gov/"> <term>Sign language -- Early works to 1800.</term> <term>Nonverbal communication.</term> <term>Gesture.</term> </keywords> </textClass> </profileDesc> <revisionDesc> <change> <date>2004-08</date> <label>TCP</label>Assigned for keying and markup</change> <change> <date>2004-08</date> <label>Apex CoVantage</label>Keyed and coded from ProQuest page images</change> <change> <date>2004-10</date> <label>Emma (Leeson) Huber</label>Sampled and proofread</change> <change> <date>2004-10</date> <label>Emma (Leeson) Huber</label>Text and markup reviewed and edited</change> <change> <date>2005-01</date> <label>pfs</label>Batch review (QC) and XML conversion</change> </revisionDesc> </teiHeader> <text xml:lang="eng"> <front> <div type="title_page"> <pb facs="tcp:110295:1"/> <p> <pb facs="tcp:110295:1" rendition="simple:additions"/> CHIROLOGIA: OR THE NATVRALL LANGVAGE OF THE HAND. Composed of the Speaking Moti<g ref="char:EOLhyphen"/>ons, and Discoursing Gestures thereof. <hi>Whereunto is added</hi> CHIRONOMIA: Or, the Art of MANVALL RHETORICKE. Consisting of the Naturall Expressions, di<g ref="char:EOLhyphen"/>gested by Art in the <hi>HAND,</hi> as the chiefest Instrument of Eloquence, BY HISTORICALL MANIFESTO'S, EXEMPLIFIED Out of the Authentique Registers of Common Life, and Civill Conversation. With <hi>TYPES,</hi> or <hi>CHYROGRAMS: A long-wish'd for illustration of this Argument.</hi> By <hi>J. B.</hi> Gent. Philochirosophus.</p> <q>Manus membrum hominis loquacissimum.</q> <p>LONDON, Printed by <hi>Tho. Harper,</hi> and are to be sold by <hi>R. Whitaker,</hi> at his shop in Pauls Church-yard. 1644.</p> </div> </front> <group> <text xml:lang="eng"> <front> <div type="dedication"> <pb facs="tcp:110295:2"/> <pb facs="tcp:110295:2"/> <head>TO HIS HEROIQVE FRIEND, <hi>EDWARD GOLDSMITH</hi> of GRAIES-INNE, <hi>Esq.</hi> </head> <opener> <salute>SIR,</salute> </opener> <p> <seg rend="decorInit">W</seg>Hen I first (according to my open and free manner of communi<g ref="char:EOLhyphen"/>cation to my Intellectuall Friendes) shewed you a Copie of my <hi>Idea,</hi> which ac<g ref="char:EOLhyphen"/>quainted you with my scope and generall projection upon <hi>Gesture;</hi> you were pleased (as in a Platonique extasie of ap<g ref="char:EOLhyphen"/>prehension) <pb facs="tcp:110295:3"/> to admire the vast<g ref="char:EOLhyphen"/>nesse of the Designe, to applaud the rise thereof, and the promi<g ref="char:EOLhyphen"/>sing aspect it had to the ad<g ref="char:EOLhyphen"/>vancement of Learning; inso<g ref="char:EOLhyphen"/>much as fill'd with the benevo<g ref="char:EOLhyphen"/>lent influence and illustration of a Prophetique rapture, you turn'd <hi>Chiromancer,</hi> divining by the lines of <hi>life</hi> and <hi>prosperity,</hi> which appeared faire unto you in the first draught; that the <hi>Hand</hi> would be embraced and kissed by the more intelligent part of the world, and in time travell and learne to speake (as it doth naturally) so literally all Languages. This strong reflection of your conceits on <pb facs="tcp:110295:3"/> my early undertakings, you have by the vivacity of a ma<g ref="char:EOLhyphen"/>stering phansie, oftentimes endeavoured to propagate in the opinions of your most <hi>generous Acquaintances,</hi> which as they were the friendly efforts of a subtle perspicacity of your Iudgement (which I have heard a <hi>Great Critique</hi> to ac<g ref="char:EOLhyphen"/>knowledge to be the <hi>genuine fe<g ref="char:EOLhyphen"/>licity</hi> of your <hi>intellect,</hi> whereby you are able to dissect the least atome of a <hi>Philosophicall proje<g ref="char:EOLhyphen"/>ction:)</hi> I have (though the raising of expectation proves many times an injurious cour<g ref="char:EOLhyphen"/>tesie) took as a good omen to advance upon. VVhat was <pb facs="tcp:110295:4"/> then a cloud that had neither the shape, nor bignes of a mans <hi>Hand,</hi> is now growne fit to be held up, and by its owne suf<g ref="char:EOLhyphen"/>frage to chuse and confirme you its Patron: For, I affecting no Dedication that rises above the levell of <hi>Friendship,</hi> having in<g ref="char:EOLhyphen"/>tentionally consecrated all the issues of my recesse and leisure to certaine select Friends; This both by <hi>prescription</hi> and <hi>signio<g ref="char:EOLhyphen"/>rity</hi> of acquaintance as by a <hi>Prerogative,</hi> and by a recipro<g ref="char:EOLhyphen"/>cation of <hi>love</hi> for your affection to it, falls to your <hi>Tuition.</hi> I confesse some other of my di<g ref="char:EOLhyphen"/>gested thoughts strugled for precedencie, claiming by the <pb facs="tcp:110295:4"/> analogie of <hi>Natures</hi> usuall course, and the <hi>Head</hi> would have had the priviledge of <hi>pri<g ref="char:EOLhyphen"/>mogeniture:</hi> But it fell out in the contention somewhat like as in the case of <hi>Tamars</hi> twins, where <hi>Zarah</hi> put forth his <hi>Hand,</hi> and the midwife said, <hi>This is come out first.</hi> However this <hi>Chiroso<g ref="char:EOLhyphen"/>phie</hi> or first Fruits of my <hi>Hand</hi> be accepted abroad, having put forth my <hi>Right Hand</hi> in signe of amity to you, and for perfor<g ref="char:EOLhyphen"/>mance of promise: there re<g ref="char:EOLhyphen"/>maines nothing (most noble <hi>Chirophilus)</hi> but that you take it between Yours in token of warranty and protection, as the tender off-spring of one who is</p> <closer> <signed>Your affectionate Friend, JOHN BULVVER.</signed> </closer> </div> <div type="to_the_reader"> <pb facs="tcp:110295:5"/> <head>TO THE Candid and Ingenious READER.</head> <head type="sub">This Copy of my IDEA; OR THE Hint, Scope, and generall Projection.</head> <p> <seg rend="decorInit">T</seg>He consideration in ge<g ref="char:EOLhyphen"/>nerall, and at large of humane Nature, that great Light of Learning hath adjudged worthy <note place="margin">Franc. L. Verul. V<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>s<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ount St. Albans de Aug<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>. Scient. l 4.</note> to bee emancipate and made a knowledge of it selfe. In which continent of Humanity hee hath noted (as a maine deficiencie) one Province not to have beene <pb facs="tcp:110295:5"/> visited, and that is <hi>Gesture. Aristotle</hi> (saith he) <hi>ingeniosè &amp; solertèr, corporis fabricam, dum quiescit, tractavit, eandem in motu, nimirum gestus corporis, omisit,</hi> that is, he hath very in<g ref="char:EOLhyphen"/>geniously and diligently handled the <hi>factures</hi> of the Body, but not the <hi>Gestures</hi> of the Body, which are no lesse comprehensible by Art, and of great use and advantage, as being no small part of civill prudence. For, the lineaments of the Body doe disclose the disposi<g ref="char:EOLhyphen"/>tion and inclination of the minde in generall; but the motions doe not only so, but doe further dis<g ref="char:EOLhyphen"/>close the present humour and state of the minde and will; for as the <pb facs="tcp:110295:6"/> Tongue speaketh to the Eare, so <hi>Gesture</hi> speaketh to the Eye, and therefore a number of such per<g ref="char:EOLhyphen"/>sons whose Eyes doe dwell upon the Faces and fashions of men, do well know the advantage of this observation, as being most part of their ability; neither can it bee denied but that it is a great disco<g ref="char:EOLhyphen"/>verer of dissimulation, and great direction in businesse. For, after one manner almost we clappe our <hi>Hands</hi> in joy, wring them in sor<g ref="char:EOLhyphen"/>row, advance them in prayer and admiration; shake our Head in disdaine, wrinkle our Forehead in dislike, crispe our nose in anger, blush in shame, and so for the most part of the more subtile motions. <pb facs="tcp:110295:6"/> Taking (therefore) from hence my Hint, I shal attempt to advance in the scrutinie and search after the scattered glances, and touches of Antiquity, tracing them through most classicall Authors, with in<g ref="char:EOLhyphen"/>tent to reduce them into one conti<g ref="char:EOLhyphen"/>nued and intire History, propoun<g ref="char:EOLhyphen"/>ding this form to my self, to handle <hi>Gesture,</hi> as the only speech and generall language of Humane Nature. For ballast to the sub<g ref="char:EOLhyphen"/>ject, and to make the matter in <hi>Hand</hi> more sollid and substan<g ref="char:EOLhyphen"/>tive, I shall annex consultations with Nature, affording a glosse of their causes: And for the fur<g ref="char:EOLhyphen"/>ther embellishing thereof, I shall inrich most points of expression <pb facs="tcp:110295:7"/> with examples both of Sacred and prophane Authority, more espe<g ref="char:EOLhyphen"/>cially drawne from Poets and Historians, the only great Doctors in this point of Humane litera<g ref="char:EOLhyphen"/>ture; wherein, by the way, I shall lay claime to all metaphors, pro<g ref="char:EOLhyphen"/>verbiall translations or usurpati<g ref="char:EOLhyphen"/>ons, and all kinde of symbolicall Elegancies taken and borrowed from Gestures of the Body, with the depredations the subtiler Arts of Speech have made upon them for the advancement and ex<g ref="char:EOLhyphen"/>altation of their particular inven<g ref="char:EOLhyphen"/>tions and designes. All these (together with the civill rites, and ceremonious customes and fashions of divers Nations in their <pb facs="tcp:110295:7"/> nationall expressions by Gesture, with the personall properties and genuine habits particular men) being but as so many severall lines that meet in an angle, and touch in this point; I intend to reduce and bring home to their fountaine and common parent the Body of man. Two Amphi<g ref="char:EOLhyphen"/>theaters there are in the Body, whereon most of these patheticall subtilties are exhibited by Na<g ref="char:EOLhyphen"/>ture, in way of <hi>discovery</hi> or <hi>im<g ref="char:EOLhyphen"/>pression,</hi> proceeding either from the effect of sufferance, or the vo<g ref="char:EOLhyphen"/>luntary motions of the Minde, which effect those impressions on the parts which wee call the Speaking Motions, or Discour<g ref="char:EOLhyphen"/>sing <pb facs="tcp:110295:8"/> Gestures, and naturall Lan<g ref="char:EOLhyphen"/>guage of the Body, to wit, the <hi>Hand</hi> and the <hi>Head;</hi> in an<g ref="char:EOLhyphen"/>swer whereof, I intend two re<g ref="char:EOLhyphen"/>ceptacles of the observations, falling within the compasse of their particular Districts, under the generall Titles of <hi>Chirolo<g ref="char:EOLhyphen"/>gia</hi> and <hi>Cephalelogia, The naturall language of the Hand,</hi> and <hi>The naturall language of the Head;</hi> and these two com<g ref="char:EOLhyphen"/>prise the best part of the expressi<g ref="char:EOLhyphen"/>ons of Humane Nature. <hi>Chi<g ref="char:EOLhyphen"/>ronomia,</hi> or the <hi>Rule of the Hand</hi> is adjoyned as the perfecti<g ref="char:EOLhyphen"/>on and sublimation of <hi>Chirolo<g ref="char:EOLhyphen"/>gie;</hi> as <hi>Cephalenomia,</hi> or the <hi>Rule of the Head,</hi> is to appeare with <pb facs="tcp:110295:8"/> <hi>Cephalelogia,</hi> as being the quali<g ref="char:EOLhyphen"/>fication of all Cephalicall expressi<g ref="char:EOLhyphen"/>ons, according to the Lawes of <hi>Civill Prudence.</hi> The personall or genuine expressions fall in with these. What I finde re<g ref="char:EOLhyphen"/>markable in the naturall expres<g ref="char:EOLhyphen"/>sions of the other parts, I shall refer to a generall Rendevouze, wherein I shall take a muster of the Postures and Gestures of the Body in generall. All that I shall have to say more to the <hi>Hand</hi> in point of <hi>Gesture,</hi> is un<g ref="char:EOLhyphen"/>der the Title of <hi>Chirethnicalo<g ref="char:EOLhyphen"/>gia,</hi> or the <hi>Nationall expression of the Hand.</hi> This I account my left Hand. By this <hi>Clavis</hi> (I suppose) the <hi>Intellectuall Rea<g ref="char:EOLhyphen"/>der</hi> <pb facs="tcp:110295:9"/> will see that the Work wil be supplementall to Learning, and not of supererogation, New, and in regard of the generality of the Designe, never attempted by a<g ref="char:EOLhyphen"/>ny, affording profitable hints to such ingenious spirits, who desire to understand the mysterious pro<g ref="char:EOLhyphen"/>perties, of so admirable and im<g ref="char:EOLhyphen"/>portant a piece of themselves.</p> </div> <div type="encomium"> <pb facs="tcp:110295:9"/> <head>In candidissimam amicissimam<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> <hi>Johannis Bulweri</hi> Manum.</head> <lg> <l>DA, Bulwere, Manu<g ref="char:cmbAbbrStroke">̄</g>: cui redda<g ref="char:cmbAbbrStroke">̄</g>t oscula Musae,</l> <l>Quam mirata velit Pallas, &amp; esse suam.</l> <l>Talem formosae Veneri pinxisset Apelles,</l> <l>Hoc quoque Posteritas non imitetur opus.</l> <l>Delicias Scenae nec Roscius ille movebat</l> <l>Talem, visa fuit quae sine voce loqui.</l> <l>Candidior non illa, volentem docta Senatum</l> <l>Ducere, facundi quae Ciceronis erat.</l> <l>Dignior ecce <hi>Manus</hi> tua formas induit omnes,</l> <l>Invenit at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> artes ingentosa novas.</l> <l>Eloquii pandens nunc melleaflumina fundit,</l> <l>Nunc contracta brevi rem ratione probat.</l> <l>Nunc sublata Dei laudes ad sydera tollit,</l> <l>Nunc conjuncta humiles mittit ab ore preces.</l> <l>Jam demissa pavet; jam se complexa potitur</l> <l>Voto; jam pectus, sed gemibunda quatit.</l> <l>Quid mihi vel centum linguae sint, ora<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> centum,</l> <l>Unica mille tua haec si <hi>Manus</hi> instar erit?</l> <l> <pb facs="tcp:110295:10"/> At tu <hi>Chirosophus</hi> Digito monstrabere, Palma<g ref="char:cmbAbbrStroke">̄</g> </l> <l>Deferat, &amp; plaudens jam Tibi cuncta manus.</l> </lg> <lg> <head>Ad eundem.</head> <l>ALciden pede cognoscamus, &amp; ungue Leonem:</l> <l>Gratulor ostendi Te potuisse <hi>MANU.</hi> </l> </lg> <closer> <signed>FRA: GOLDSMITH.</signed> </closer> </div> <div type="encomium"> <head>To his ingenious Friend the Authour; on his CHIROLOGIA.</head> <lg> <l>THe <hi>Hands</hi> discoursing Gestures, ever rife,</l> <l>Though not so much observ'd in common life,</l> <l>(Notes wherein <hi>Historie</hi> delights to place</l> <l>The circumstantiall beauties of her grace)</l> <l>Thy <hi>Hand</hi> hath, like a cunning Motist, found</l> <l>In all the Senses, wherein they abound:</l> <l>Which in one Bundle with thy Language ty'de,</l> <l>Ore-tops the poring Book-wormes highest pride.</l> <l>At the first sight we learne to read; and then</l> <l>By Natures rules to perce and construe Men:</l> <l>So commenting upon their Gesture, finde</l> <l>In them the truest copie of the Minde.</l> <l>The Tongue and Heart th'intention oft divide:</l> <l>The <hi>Hand</hi> and Meaning ever are ally'de.</l> <l>All that are deafe and dumbe may here recrute</l> <l>Their language, and then blesse Thee for the mute</l> <l> <pb facs="tcp:110295:10"/> Enlargemeut of Thy Alphabets, whose briefe</l> <l>Expresses gave their Mindes so free reliefe.</l> <l>And of this silent speech, Thy <hi>Hand</hi> doth shew</l> <l>More to the World then ere it look'd to know.</l> <l>He is (that does denie Thy <hi>Hand</hi> this right)</l> <l>A Stoique or an Areopagite.</l> </lg> <closer> <signed>GUIL. DICONSON.</signed> </closer> </div> <div type="encomium"> <head>To his singular good and approved Friend: this Expresse or Signature of intellectuall Amitie, Upon his <hi>CHIROLOGIA.</hi> </head> <lg> <l>I joy (deare friend) to see thy <hi>Palme</hi> display</l> <l>A new <hi>Chirosophie,</hi> which hidden lay</l> <l>In Natures Hieroglyphique grasp'd, the grand</l> <l>And expresse Pantotype of Speech, the <hi>Hand.</hi> </l> <l>Me thought thy <hi>Enchiridion,</hi> at first view,</l> <l>Seem'd like that <hi>Manuall cloud,</hi> that swiftly grew,</l> <l>Till the moyst Curtaine had the heavens ore-spread,</l> <l>For straight waies it became th' <hi>Encycloped.</hi> </l> <l>Who'll not beleeve, with deep <hi>Charon,</hi> that men</l> <l>May have more senses then they erst did ken?</l> <l>Since <hi>Speech,</hi> that doth within thy <hi>Hand</hi> commence,</l> <l>Deserves the double honour of a Sense,</l> <l>And may obteine unto a better end,</l> <l>That, to which <hi>Lingua</hi> did in vaine pretend.</l> <l> <pb facs="tcp:110295:11"/> How might Antiquitie now blush to see</l> <l>Such maine deficiencies supply'd by Thee?</l> <l>Interpreters henceforth grow out of date,</l> <l>While <hi>Politiques</hi> usurpe the <hi>Sultans</hi> state;</l> <l>And (fellow-Communers) in dumbe disputes</l> <l>Outv<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>e th'intelligence of all his <hi>Mutes.</hi> </l> <l>The babe, whose harpe of <hi>Speech</hi> is yet unstrung,</l> <l>Speakes sense and reason in this Infant-Tongue.</l> <l>All Tribes shall now each other understand,</l> <l>Which (though not of one lip) are of one <hi>Hand.</hi> </l> <l> <hi>Chirologie</hi> redeemes from <hi>Babels</hi> doome,</l> <l>And is the universall Idiome.</l> </lg> <lg> <head>Ad eundem.</head> <lg> <l>REmove the <hi>Pillars,</hi> and set out the Bar,</l> <l>Th'old <hi>Ne plus ultra's</hi> narrow bounds, as far</l> <l>As <hi>active Wit</hi> imployes a <hi>speaking Hand:</hi> </l> <l>For, <hi>Science</hi> though it have an <hi>unknown land,</hi> </l> <l>Yet there's no <hi>Straights</hi> or <hi>utmost Thule</hi> set,</l> <l>Inventions new Discoveries to let.</l> <l>Since the <hi>Great Instauration</hi> of the Arts</l> <l>By <hi>Verulamian Socrates,</hi> whole parts</l> <l>Advanced <hi>Learning</hi> to a perfect state.</l> <l>Thou art the first that from his <hi>hints</hi> durst date</l> <l>For Arts bemoan'd <hi>defects,</hi> a new <hi>supply;</hi> </l> <l>(The hardest Province in Humanitie.)</l> <l>Which doth in thy <hi>Projections</hi> ample spheare</l> <l>Another <hi>Novum Organum</hi> appeare.</l> <l> <pb facs="tcp:110295:11"/> And as we much unto Thy Hand doe owe</l> <l>For <hi>Augmentation,</hi> some as farre shall goe</l> <l>Another way, to shew their learned might,</l> <l>While <hi>Science,</hi> Crescent-like, extends her light.</l> </lg> <lg> <l>Thus while the gratefull Age offer whole springs</l> <l>Of <hi>Palme,</hi> my zeale an humble Dactyle brings:</l> <l>Which lawfull pride (like <hi>Batrachus</hi> his name</l> <l>He strove to fasten on <hi>Octavia's</hi> frame)</l> <l>Shall be my highest glory: May I stand</l> <l>But as Excrescence on thy well-limb'd <hi>Hand.</hi> </l> </lg> </lg> <closer> <signed>THOMAS DICONSON, <hi>Med. Templ.</hi> </signed> </closer> </div> <div type="encomium"> <head>To his deservedly honour'd Friend, Mr. <hi>I. B.</hi> Upon his excellent piece, his <hi>CHIROLOGIA.</hi> </head> <opener> <salute>SIR:</salute> </opener> <lg> <l>IN those Antique times, when men were good,</l> <l>And studied the now vice call'd Gratitude:</l> <l>Those that in Arts inventions first did shine,</l> <l>Were honour'd with the Title of Divine.</l> <l> <pb facs="tcp:110295:12"/> <hi>Physick</hi> and <hi>Versing,</hi> in his flaming Chaire</l> <l>Plac'd <hi>Phoebus,</hi> and bestow'd that blazing Haire:</l> <l>Whence often it hath been observ'd and seen,</l> <l>Physitians have the best of Poets been.</l> <l>How should we honor Thee then, whose <hi>Hands</hi> gain</l> <l>Hath added to his Gifts a higher veine?</l> <l>In these consuming dayes, hast eas'd our <hi>Tongues,</hi> </l> <l>And rais'd an Art in favour of the <hi>Lungs.</hi> </l> <l>Let <hi>Bacons</hi> soule sleep sweet: the time is come</l> <l>That <hi>Gesture</hi> shall no longer now be dumbe;</l> <l>And Natures silent motions shall advance</l> <l>Above the Vocall key of Utterance:</l> <l>Where every <hi>Digit</hi> dictates, and doth reach</l> <l>Unto our sense a mouth-excelling Speech.</l> <l>Arts Perfector! What <hi>Babell</hi> did denie</l> <l>To Lips and Eare, Th'ast given the Hand and Eye;</l> <l>Hast reconcil'd the World, and its defect</l> <l>Supply'd, by one unerring Dialect.</l> <l>To Thee this boone we owe; for which great worth</l> <l>We all desirous are to limb Thee forth:</l> <l>But blushing, must confesse, none can command</l> <l>A pencill worthy Thee, but Thy own <hi>Hand.</hi> </l> </lg> <closer> <signed>JO. DICKENSON.</signed> </closer> </div> <div type="encomium"> <pb facs="tcp:110295:12"/> <head>Ad eruditum CHIROLOGIAE Authorem, omnis<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> reconditioris Philosophiae Scrutatorem assiduum.</head> <lg> <l>NOn priùs auditae Sophiae dasfercula Mystis,</l> <l>Et Tua convivas excipit una <hi>MANVS.</hi> </l> <l>Das quod pollicitus saepe es; laetor<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> videre</l> <l>Te summam scriptis imposuisse Manum:</l> <l>Expansâque Manu, Capitis mysteria pandes;</l> <l>Hoc te facturum das mihi Chirographum.</l> </lg> <lg> <head>Ad eundem.</head> <l> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> </l> <l> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>.</l> <l> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> </l> <l> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>.</l> </lg> <lg> <head>Ad eundem.</head> <l>SEe here appeares a <hi>Hand,</hi> one limbe alone,</l> <l>Borne to the World, a perfect <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>.</l> <l>And marke how well 'tis muscled, how it speakes</l> <l>Fresh from the Presses wombe? and view the freakes</l> <l>Of this emphatique silence, which doth sound</l> <l>Onely to'th Eye: beyond which ovall round</l> <l> <pb facs="tcp:110295:13"/> It roves not; and this mute Vocalitie</l> <l>Is practic'd, where there wants abilitie</l> <l>Of mutuall knowledge of each others tongue.</l> <l>The <hi>Hand</hi> alone doth intimate our strong</l> <l>Or faint desires: In this garbe long ago</l> <l>We spake with th'Indian <hi>Apochankano.</hi> </l> <l>Thus may we trade with the dumb <hi>Ginnie Drills</hi> </l> <l>By Exercise: and make our secret wills</l> <l>Known to those rationall Brutes; and thus we</l> <l>May make the World one <hi>Vniversitie.</hi> </l> <l> <hi>Bacon</hi> the Britaine-Stagerite, found fault</l> <l>With all the Ancients, 'cause they never taught</l> <l>This in their Schooles: Now the Worke is ended;</l> <l>Which best of all is by it selfe commended.</l> <l>So, our <hi>Briareus;</hi> of whose new designe</l> <l>By <hi>Chiromancies</hi> leave I must divine:</l> <l>He need not feare bold <hi>Atropos</hi> her knife,</l> <l>For in his <hi>Hand</hi> each line's a line of life.</l> </lg> <closer> <signed>JO: HARMARUS, <hi>Oxoniensis</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>.</signed> </closer> </div> <div type="encomium"> <head>To his excellent Friend the Author; on his <hi>CHIROLOGIA.</hi> </head> <lg> <l>CAn swelling rage, without a Genius, streine</l> <l>To the true pitch of a Poetique veine?</l> <l>And shall not Loves harmonious heat inspire</l> <l>My thoughts, and set them to <hi>Apollo's</hi> lyre?</l> <l> <pb facs="tcp:110295:13"/> I feele my Hand, deep struck in friendships veine,</l> <l>With rich invention flowing out amaine.</l> <l>And where such force the <hi>Pens</hi> ingagement drawes,</l> <l>There an unskilfull <hi>Hand</hi> may give applause.</l> </lg> <lg> <l>Were I <hi>Bellona's</hi> D<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>rling, I would fight:</l> <l>But at that Spirits rate that Thou dar'st write;</l> <l>Mercuriall valour in Thy conquering Pen</l> <l>Equalls the Hand of War in ord'ring men.</l> <l>I find Thee (Friend) well armed to repell</l> <l>Th'affronts of any scoffing Ismael;</l> <l>Whose carping Hand 'gainst ev'ry man is bent,</l> <l>And each mans Hand 'gainst his Hands crosse intent.</l> <l>Thou may'st such blowes without a Gauntlet ward,</l> <l>Or any Second of Thy <hi>Fames</hi> lifes Guard:</l> <l>But if a Viper through the glove invade</l> <l>Thy harmlesse <hi>Hand;</hi> shake'<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> off, and to Thy aide</l> <l>Raise Thy own new Militia, Thy Hands,</l> <l>Natures best squadron, and Arts Trained Bands.</l> </lg> <closer> <signed>I. W.</signed> </closer> </div> <div type="encomium"> <pb facs="tcp:110295:14"/> <head>Meissimo in deliciis, CHIROLOGIAE Au<g ref="char:EOLhyphen"/>thori; Amanuensi Musarum, Polihymniae Alumno, Motistarum Clarissimo, &amp; MANUS publicè praehen<g ref="char:EOLhyphen"/>santium Candidato.</head> <lg> <l> <hi>INdigitare</hi> tuas per ter tria nomina laudes,</l> <l>Nomenelatorem Turma Novena jubet</l> <l> <hi>Chirologus:</hi> manibus signas, gestuque loquaci</l> <l>Exempla Historici multa notantis habes.</l> <l> <hi>Chirophilus</hi> pangis rapti modulamen amoris,</l> <l>Verbaque Palmari saepe canenda choro.</l> <l> <hi>Chirocrates</hi> nodosa Manu subjecta potenti</l> <l>Arguta Digiti calliditate valent</l> <l> <hi>Chirographus</hi> miranda notas, subscripta colo<g ref="char:EOLhyphen"/>ras,</l> <l>Talia nec poterit Penelopea Manus.</l> <l> <hi>Chiromantis</hi> acutus ab apparentibus infers</l> <l>Mores, &amp; Manibus pectora ferre facis.</l> <l> <hi>Chirocrites</hi> Criticis Digitalia dicta profaris,</l> <l>Gestu Philologis Oedipus alter eris.</l> <l> <hi>Chirimimus</hi> agis variatas dicere formas,</l> <l>Pollice multiplicem Protea vincis acer.</l> <l> <pb facs="tcp:110295:14"/> <hi>Chiromysta</hi> orare doces, penetralia signi</l> <l>Scrutaris, praxi stat pietatis honos.</l> <l> <hi>Chirodorus</hi> opem Musis das munere Dextram,</l> <l>Tendens doctrinae, magna docentis opus.</l> </lg> <lg> <l>Sed palmata novo nutans Polihymnia voto</l> <l>Omnia complectens, nomen &amp; omen erit;</l> <l>Assensere omnes, Palmis te digna locutum,</l> <l>Pleronymi titulo dicere Chirosophum.</l> </lg> <closer> <signed>R. G. Nomenclator Chiro-musae.</signed> </closer> </div> </front> <body> <div type="part"> <pb facs="tcp:110295:15" rendition="simple:additions"/> <pb n="1" facs="tcp:110295:15"/> <head>Chirologia? OR THE NATVRALL LANGVAGE Of the HAND.</head> <p> <seg rend="decorInit">I</seg>N all the declarative conceits of Gesture, whereby the Body, in<g ref="char:EOLhyphen"/>structed by Nature, can empha<g ref="char:EOLhyphen"/>tically vent, and communicate a thought, and in the propriety of its utterance expresse the si<g ref="char:EOLhyphen"/>lent agitations of the minde; the <hi>Hand,</hi> that bu<g ref="char:EOLhyphen"/>sie instrument, is most <hi>talkative,</hi> whose <hi>language</hi> is as easily perceived and understood, as if Man had another mouth or fountaine of discourse in his <hi>Hand.</hi> So proper and apt to make signes, and work great matters is the <hi>Hand</hi> of Man; It seems to me observable, that when <hi>Moses</hi> covertly de<g ref="char:EOLhyphen"/>sired <note place="margin">Exod. 4. 2, 3, 4, 6, 7, 8, 9, verses.</note> a signe of God, to make the Aegyptians be<g ref="char:EOLhyphen"/>lieve He had appeared unto him, God presently asked him what he had in his <hi>Hand?</hi> and com<g ref="char:EOLhyphen"/>mands him naturall gestures which had thence the force of miraculous signification: and to these signes, God attributes a voice, for He saith, If they will not hearken to the voice of the first <pb facs="tcp:110295:16"/> signe, they will believe the voice of the latter signe: (and as there is in the supernaturall, so there is a signifying voyce in the naturall signes of the <hi>Hand.) Althusius</hi> calls these miraculous <note place="margin">Althusius de civili conversa<g ref="char:EOLhyphen"/>tione, li. 1.</note> expressions of the <hi>Hand, habitus portentosos,</hi> which by their rare and illustrious action denote and ex<g ref="char:EOLhyphen"/>presse some singular and memorable intention by the command of God, besides their naturall sig<g ref="char:EOLhyphen"/>nification. For, the <hi>Hand</hi> being the <hi>Substitute</hi> and <hi>Vicegerent</hi> of the Tongue, in a full, and ma<g ref="char:EOLhyphen"/>jestique way of expression, presents the <hi>signifying faculties</hi> of the soule, and the inward discourse of Reason: and as <hi>another Tongue,</hi> which we may justly call the <hi>Spokesman</hi> of the Body, it <hi>speakes</hi> for all the members thereof, denoting their <hi>Suf<g ref="char:EOLhyphen"/>frages,</hi> and including their <hi>Votes.</hi> So that what<g ref="char:EOLhyphen"/>soever thought can be delivered, or made <hi>signi<g ref="char:EOLhyphen"/>ficantly manifest,</hi> by the united motions and con<g ref="char:EOLhyphen"/>native endeavours of all the other members: the same may be as evidently exhibited by the sole devoyre, and <hi>discoursing gestures</hi> of the <hi>Hand.</hi> The intendments of which demonstrative ge<g ref="char:EOLhyphen"/>stures (being naturall signes) have no depen<g ref="char:EOLhyphen"/>dance on any ordinance or Statute of Art, which may be broken off, or taken <hi>in hand;</hi> as it is either repealed, or stands in force: but these being part of the unalterable Lawes and Institutes of Nature, are by their owne perpetuall constitu<g ref="char:EOLhyphen"/>tion, and by a native consequence significant. As smoke which in darke vapours expires from in<g ref="char:EOLhyphen"/>censed fuell is a certaine signe of fire; or as rich smells by whose aromatique breath the ayer's perfum'd, doe sweetly declare the presence of the ascended odour: and as the blushes of <hi>Aurora</hi> bewray the early approach of the bright Em<g ref="char:EOLhyphen"/>perour <pb n="3" facs="tcp:110295:16"/> of the day: So that in these Art hath no <hi>Hand,</hi> since they proceed from the meere instinct of Nature: and all these motions and habits of the <hi>Hand</hi> are purely naturall, not positive; nor in their senses remote from the true nature of the things that are implyed. The naturall resem<g ref="char:EOLhyphen"/>blance and congruity of which expressions, re<g ref="char:EOLhyphen"/>sult from the habits of the minde, by the effort of an impetuous affection wrought in the invaded <hi>Hand,</hi> which is made very plyant for such im<g ref="char:EOLhyphen"/>pressions. But whereas these speaking Organs are couplets, an active paire; sometimes they both, and not seldome one alone doth by a neat insinuation of speech, make and accomplish the habit. Sometimes differing words, which visibly grow on one root of action, goe for Synonima's in gesture: and we shall sometimes see contra<g ref="char:EOLhyphen"/>rietie of patheticall expression, in identity of posture.</p> <p>Nor doth the <hi>Hand</hi> in one speech or kinde of language serve to intimate and expresse our mind: It speakes all languages, and as an <hi>universall cha<g ref="char:EOLhyphen"/>racter of Reason,</hi> is generally understood and knowne by all Nations, among the formall dif<g ref="char:EOLhyphen"/>ferences of their Tongue. And being the onely speech that is naturall to Man, it may well be called the <hi>Tongue and generall language of Humane Nature,</hi> which, without teaching, men in all re<g ref="char:EOLhyphen"/>gions of the habitable world doe at the first sight most easily understand. This is evident by that trade and commerce with those salvage Nations who have long injoy'd the late discovered prin<g ref="char:EOLhyphen"/>cipalities of the West, with whom (although their Language be strange and unknowne) our Merchants barter and exchange their Wares, <pb n="4" facs="tcp:110295:17"/> driving a rich and silent Trade, by signes, where<g ref="char:EOLhyphen"/>by many a dumb bargaine without the crafty Brocage of the Tongue, is advantageously made. Hence 'tis apparent, that there's no native law, or absolute necessity, that those thoughts which arise in our pregnant minde, must by mediation of our Tongue flow out in a vocall streame of words; unto which purpose we must attend the leisure of that inclosed instrument of speech: Since whatsoever is perceptible unto sense, and capable of a due and fitting difference; hath a naturall competency to expresse the motives and affections of the Minde; in whose labours, the <hi>Hand,</hi> which is a ready Midwife, takes often<g ref="char:EOLhyphen"/>times the thoughts from the forestalled Tongue, making a more quicke dispatch by gesture: for when the fancy hath once wrought upon the <hi>Hand,</hi> our conceptions are display'd and utter'd in the very moment of a thought. For, the ge<g ref="char:EOLhyphen"/>sture of the <hi>Hand</hi> many times gives a hint of our intention, and speakes out a good part of our meaning, before our words, which accompany or follow it, can put themselves into a vocall posture to be understood. And as in the report of a Piece, the eye being the nimbler sense, di<g ref="char:EOLhyphen"/>scernes the discharge before any intelligence by conduct of the vocall Wave arrive at the eare; although the flash and the report are twins born at the instant of the Pieces going off: so although Speech and Gesture are conceived together in the minde, yet the <hi>Hand</hi> first appearing in the de<g ref="char:EOLhyphen"/>livery, anticipates the Tongue, in so much as many times the Tongue perceiving her self fore<g ref="char:EOLhyphen"/>stall'd, spares it selfe a labour; to prevent a need<g ref="char:EOLhyphen"/>lesse Tautologie: And if words ensue upon the <pb n="5" facs="tcp:110295:17"/> gesture, their addition serves but as a Comment for the fuller explication of the manuall Text of utterance; and implyes nothing over and above but a generall devoyre of the minde to be per<g ref="char:EOLhyphen"/>fectly understood. A notable argument we have of this <hi>discoursing facultie</hi> of the <hi>Hand</hi> in our com<g ref="char:EOLhyphen"/>mon Jesters, who without their voice, speaking onely by gestures, can counterfeit the manners, fashions, and significant actions of men. Which may be more confirm'd by that wonder of <gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> <g ref="char:EOLhyphen"/>cessity which Nature worketh in men that are borne deafe and dumbe; who can argue and dis<g ref="char:EOLhyphen"/>pute rhetorically by signes, and with a kinde of mute and logistique eloquence overcome their amaz'd opponents; wherein some are so ready &amp; excellent, they seeme to want nothing to have their meanings perfectly understood. Tis parallel to this, what Natures grand Inquisitor reports of certaine Nations, that have no other language <note place="margin">Plin. Hist. Nat.</note> wherein to impart their mindes; the common tongue of Beasts, who by gestures declare their senses, and dumb affections. For although <hi>Seneca</hi> <note place="margin">Seneca de Ira lib. 1. cap. 3.</note> will not allow their motions to be affections, but certain characters &amp; impressions <hi>ad similitudinem passionum,</hi> like unto passions in men, which he calleth <hi>impetus,</hi> the risings, forces and impulsions of Nature, upon the view of such objects as are apt to strike any impressions upon it: yet as <hi>Mon<g ref="char:EOLhyphen"/>taigne</hi> (in that elegant Essay of his, where he in <note place="margin">Montaign Essay in Raimond Sebond.</note> imitation of <hi>Plutarch,</hi> maintaines that Beasts participate with us in the rationality of their dis<g ref="char:EOLhyphen"/>courses) shewes, that even they that have no voyce at all, by their reciprocall kindnesse, which we see in them, we easily inferre there are some other meanes of entercommunication: their <pb n="6" facs="tcp:110295:18"/> gestures treat, and their motions discourse. <q> <l>Non alia longè ratione atque ipsa videtur</l> <l>Protrahere ad Gestum, pueros infantia linguae. </l> </q> <q> <l>No otherwise, then for they cannot speake,</l> <l>Children are drawne by signes their mindes to breake.</l> </q> </p> <p>And why not (saith he) as well as our dumbe men dispute and tell histories by signes? Cer<g ref="char:EOLhyphen"/>tainly (as he well observeth) there is a society and communion of justice, fellowship, good wil, and affection betweene us and Brutes: they be<g ref="char:EOLhyphen"/>ing not so remote from good nature, gentlenesse, and sweet converse, but that they can expresse their desire of honour, generositie, industrious sagacity, courage, magnanimity, and their love and feare; neither are they void of subtilty and wisedome. For by reason of their affinity as it were, and daily conversation with men, they get a tincture from us of our manners and fashi<g ref="char:EOLhyphen"/>ons, and consequently enjoy a kinde of nur<g ref="char:EOLhyphen"/>ture and teaching discipline, and apprentising by imitation, which does enable them to under<g ref="char:EOLhyphen"/>stand and expresse themselves in this language of gesture, teaching us by learning of us, that ca<g ref="char:EOLhyphen"/>pable they be not onely of the inward discourse of Reason, but of the outward gift of utterance by gesture: and if there be some gestures of ours that they doe not understand, so there are some of theirs which need an Interpretor, a greater Cri<g ref="char:EOLhyphen"/>tique in their language then <hi>Democritus Melam<g ref="char:EOLhyphen"/>pus,</hi> or <hi>Apollonius Thyaneus</hi> were, who under<g ref="char:EOLhyphen"/>stood all the idiomes of Birds and Beasts, to ex<g ref="char:EOLhyphen"/>pound them unto us. <hi>Plato</hi> in setting out the golden Age under <hi>Saturne,</hi> reckons among the chiefest advantages, this kinde of communica<g ref="char:EOLhyphen"/>tion. And indeed it is a kinde of knowledge that <pb n="7" facs="tcp:110295:18"/> <hi>Adam</hi> partly lost with his innocency, yet might be repaired in us, by a diligent observation and marking of the outward effects of the inward and secret motions of beasts.</p> <p>This <hi>naturall Language of the Hand,</hi> as it had the happinesse to escape the curse at the confu<g ref="char:EOLhyphen"/>sion of Babel: so it hath since been sanctified and made a holy language by the expressions of our Saviours <hi>Hands;</hi> whose gestures have given a sacred allowance to the naturall significations of ours. And God speakes to us by the signes of his <hi>Hand</hi> (as <hi>Bernard</hi> observes) when he works wonders, which are the proper signes of his <hi>Hand. Hic est Digitus Dei,</hi> say the astonished <hi>Magi,</hi> when they acknowledged the expression of a Divine <hi>Hand.</hi> These signes in <hi>Bernards</hi> lan<g ref="char:EOLhyphen"/>guage, <note place="margin">Bernard. lib. 2. in Cantica.</note> are <hi>notae stelliferae,</hi> blazing and Starrie ex<g ref="char:EOLhyphen"/>pressions. In another Dialect of his <hi>Divine Hand</hi> he expresses his revealed will to his Pro<g ref="char:EOLhyphen"/>phets by inspiration, as <hi>Ribera</hi> notes: which the <note place="margin">Ribera comment. in Proph. M. Beda lib. de Indig tatione.</note> Prophets in Scripture acknowledge to be the still voice of the <hi>Hand</hi> of the Lord. <hi>Bede</hi> takes notice of another Dialect or way of expression which God useth with his <hi>Hand,</hi> when he per<g ref="char:EOLhyphen"/>swades men, working upon them by the exam<g ref="char:EOLhyphen"/>ples of good workes. After this manner Christ our Lord to his doctrine added the signes of his <hi>Hand,</hi> that is, his workes: according to that of the Evangelist, <hi>Iesus began</hi> to <hi>doe</hi> and <hi>teach.</hi> And <note place="margin">Act. 1. 1</note> as God speakes to us with his <hi>Hand</hi> by a super<g ref="char:EOLhyphen"/>naturall way: so we naturally speake to Him, as well as unto men, by the <hi>appeale</hi> of our <hi>Hands</hi> in <hi>admiration, attestation,</hi> and <hi>prayer.</hi> Nay when we are beyond the vocall lines of communica<g ref="char:EOLhyphen"/>tion with men, and that distance of place hath <pb n="8" facs="tcp:110295:19"/> made the highest tone of our Tongue too low to reach the auditory nerve of one that is remote: or when the noise of some eare-deafing crowd hath rendred our Tongue unserviceable to de<g ref="char:EOLhyphen"/>clare our minde; we use the visible expressions of our <hi>Hand,</hi> as more loud and demonstrative, which are afarre off perceived and understood by those who were uncapable of an auricular inti<g ref="char:EOLhyphen"/>mation. And as concerning those <hi>manuall ex<g ref="char:EOLhyphen"/>pressions</hi> which we use to those are lesse distant from us, the <hi>Hand</hi> is so ready and cunning to ex<g ref="char:EOLhyphen"/>pound our intentions, abounding in a sense so copious, and so connaturall a kind of eloquence, wherein all things are so lively exprest; the <hi>Hand</hi> seemes to enter into contestation, and to vie ex<g ref="char:EOLhyphen"/>presses with the <hi>Tongue,</hi> and to over-match it in speaking labours, and the significant varietie of important motions, that it almost transcends the faculty of Art to enumerate the postures of the <hi>Hand,</hi> and the <hi>discoursing gestures</hi> which present the interpretation of the Minde. Whose manifest habits rise to so high an account in the <hi>Hand,</hi> that if their totall summe could be cast up, they would seeme to exceed the numericall store of words, and the flowry amplifications of Rhetoricall Phrases. For, with our <hi>Hands</hi> we</p> <p> <hi>Sue, intreat, beseech, sollicite, call, allure, in<g ref="char:EOLhyphen"/>tice, dismisse, graunt, denie, reprove, are suppli<g ref="char:EOLhyphen"/>ant, feare, threaten, abhor, repent, pray, instruct, witnesse, accuse, declare our silence, condemne, absolve, shew our astonishment, profer, refuse, respect, give honour, adore, worship, despise, pro<g ref="char:EOLhyphen"/>hibit, reject, challenge, bargaine, vow, sweare, imprecate, humour, allow, give warning, com<g ref="char:EOLhyphen"/>mand, reconcile, submit, defie, affront, offer in<g ref="char:EOLhyphen"/>jury, <pb n="9" facs="tcp:110295:19"/> complement, argue, dispute, explode, con<g ref="char:EOLhyphen"/>fute, exhort, admonish, affirme, distinguish, urge, doubt, reproch, mocke, approve, dislike, encou<g ref="char:EOLhyphen"/>rage, recommend, flatter, applaud, exalt, humble, insult, adjure, yeeld, confesse, cherish, demand, crave, covet, blesse, number, prove, confirme, congee, salute, congratulate, entertaine, give thankes, welcome, bid farewell, chide, brawle, consent, upbraid, envy, reward, offer force, paci<g ref="char:EOLhyphen"/>fie, invite, justifie, contemne, disdaine, disallow, forgive, offer peace, promise, performe, reply, in<g ref="char:EOLhyphen"/>voke, request, repell, charge, satisfie, deprecate, lament, condole, bemoane, put in minde, hinder, praise, commend, brag, boast, warrant, assure, enquire, direct, adopt, rejoyce, shew gladnesse, complaine, despaire, grieve, are sad and sorrow<g ref="char:EOLhyphen"/>full, cry out, bewaile, forbid, discomfort, ask, are angry, wonder, admire, pittie, assent, order, re<g ref="char:EOLhyphen"/>buke, favour, slight, dispraise, disparage, are ear<g ref="char:EOLhyphen"/>nest, importunate, referre, put to comprimise, plight our faith, make a league of friendship, strike one good luck, give handsell, take earnest, buy, barter, exchange, shew our agreement, ex<g ref="char:EOLhyphen"/>presse our liberality, shew our benevolence, are illiberall, aske mercy, exhibit grace, shew our displeasure, fret, chafe, fume, rage, revenge, crave audience, call for silence, prepare for an apology, give liberty of speech, bid one take notice, warne one to forbeare, keepe off and be gone; take ac<g ref="char:EOLhyphen"/>quaintance, confesse our selves deceived by a mis<g ref="char:EOLhyphen"/>take, make remonstrance of anothers errour, weepe, give a pledge of aid, comfort, relieve, de<g ref="char:EOLhyphen"/>monstrate, redargue, perswade, revolve, speake to, appeale, professe a willingnesse to strike, shew our selves convinced, say we know some<g ref="char:EOLhyphen"/>what <pb n="10" facs="tcp:110295:20"/> which yet we will not tell, present a check for silence, promise secresie, protest our innocence, manifest our love, enmity, hate and despight; pro<g ref="char:EOLhyphen"/>voke, hyperbolically extoll, inlarge our mirth with jollity and triumphant acclamations of de<g ref="char:EOLhyphen"/>light, note and signifie anothers actions, the man<g ref="char:EOLhyphen"/>ner, place, and time, as how, where, when, &amp;c.</hi> </p> <div type="catalogue_of_manual_gestures"> <pb n="11" facs="tcp:110295:20"/> <head>A COROLLARIE Of the Speaking motions, discoursing gestures, or habits of the <hi>Hand.</hi> WITH AN Historicall Manifesto, exempli<g ref="char:EOLhyphen"/>fying the naturall significations of those Manuall Expressions.</head> <div n="1" type="gesture"> <head>Supplico. Gestus. I.</head> <p> <seg rend="decorInit">T</seg>HE STRETCHING OUT OF THE HANDS is a na<g ref="char:EOLhyphen"/>turall expression of gesture, wherein wee are significantly <hi>importunate, intreat, request, sue, solicite, beseech,</hi> and <hi>ask mercy and grace</hi> at the Hands of others. History, the grave Mistris of the Rolls of Action and ma<g ref="char:EOLhyphen"/>nuall expressions, from whose <hi>Hand</hi> we receive the placard of Time, subscribed by the reverend <hi>Hand</hi> of Antiquity, and made letters Patents un<g ref="char:EOLhyphen"/>der the Broad-seale of Truth: as she is the most faithfull guide to the exemplary knowledge of any matter of Fact passed: so she presents a lively image of the <hi>Hands</hi> present estate, and by reflection of her light, affords subsidiarie presi<g ref="char:EOLhyphen"/>dents and patternes of significant actions to come. For, this Schoole-mistris of our discoursing <pb n="12" facs="tcp:110295:21"/> gestures, contending with a <hi>high Hand,</hi> that no <hi>Chiramnestia</hi> or act of oblivion should passe a<g ref="char:EOLhyphen"/>gainst Nature, by transcripts out of her owne <hi>Chiridiographicall</hi> observations, hath sufficiently testified the naturall signification of this <hi>Chiri<g ref="char:EOLhyphen"/>diome,</hi> or proper form of speech in the <hi>beseeching Hand.</hi> </p> <p>An example of this naturall gesture and ex<g ref="char:EOLhyphen"/>pression, we finde to have appeared in the <hi>Hand</hi> of <hi>Julius,</hi> who endeavouring to satisfie the de<g ref="char:EOLhyphen"/>sires of <hi>Constantius,</hi> but the souldiers forcing him to accept of the stile of <hi>Augustus,</hi> with a resolute and well grounded minde withstood them all <note place="margin">Ammian. Marcellin. lib. 20.</note> and some, one time shewing himself to be wroth and highly displeased, other whiles STRETCH<g ref="char:EOLhyphen"/>ING FORTH HIS HANDS, <hi>requesting</hi> and <hi>be<g ref="char:EOLhyphen"/>seeching</hi> them to forbeare their unseasonable of<g ref="char:EOLhyphen"/>fer. When <hi>Annibal</hi> after the battaile of <hi>Cannae</hi> had granted the Romanes the favour and liber<g ref="char:EOLhyphen"/>ty to redeeme their prisoners, and <hi>M. Junius</hi> had ended his Oration in the Senate, immediate<g ref="char:EOLhyphen"/>ly <note place="margin">Livie lib. 22.</note> the multitude that were gathered together in the common place, set up a lamentable and pi<g ref="char:EOLhyphen"/>teous cry, and HELD OUT THEIR HANDS to the Councell-house, <hi>beseeching</hi> the Lords of the Senate that they might have and injoy their children, their brethren, and kinsfolkes againe. The Noblemen in the behalfe of <hi>Coriolanus</hi> used <note place="margin">Plutarch in the life of Corio<g ref="char:EOLhyphen"/>lanus.</note> this gesture of the <hi>Hand</hi> when <hi>Sicinius</hi> the Tri<g ref="char:EOLhyphen"/>bune had pronounced sentence of death upon him, for, some of them HOLDING FORTH THEIR HANDS to the people, <hi>besought</hi> them not to handle them so cruelly. Thus <hi>Manlius</hi> and <hi>Ful<g ref="char:EOLhyphen"/>vius</hi> comming unto <hi>Tiberius</hi> with teares in their eyes, and HOLDING UP THEIR HANDS, <hi>be<g ref="char:EOLhyphen"/>sought</hi> <pb n="13" facs="tcp:110295:21"/> him to let the Law <hi>Agraria</hi> alone, which <note place="margin">Plut. in the life of Tiberius and Caius</note> he would then have passed. And <hi>Plutarch</hi> in that notable description of <hi>Aemilius</hi> triumph relates, how King <hi>Perseus</hi> children were led prisoners with the traine of their Schoolmasters and other Officers and their servants, weeping and lamen<g ref="char:EOLhyphen"/>ting, HOLDING OUT THEIR HANDS unto <note place="margin">Ib. in the life of Paulus Aemylius.</note> the people that looked upon them, and taught the Kings young children to doe the like, to <hi>aske mercy and grace</hi> at the peoples <hi>Hands.</hi> The force of this expression hath sometimes remained in the Arme when the <hi>Hand</hi> hath beene lost. For <hi>Amynias</hi> the brother of <hi>Aeschylus</hi> the Tragedi<g ref="char:EOLhyphen"/>an, when the people of <hi>Athens</hi> would have sto<g ref="char:EOLhyphen"/>ned his brother for some impiety brought on the <note place="margin">Aelian. var. Hist. lib. 5. cap. 19.</note> Stage, he held up his Elbow and Arme without a <hi>Hand,</hi> lost at the fight at <hi>Salamis:</hi> by which spe<g ref="char:EOLhyphen"/>ctacle the Judges calling to minde the merits of <hi>Amynias,</hi> dismissed the Poet.</p> <p>Scripture, the most sacred Spring of pregnant Metaphors, and lending gestures, among other of these kind of speaking apparitions, or divine ele<g ref="char:EOLhyphen"/>gancies, which are able to inrich a sanctified un<g ref="char:EOLhyphen"/>derstanding, the Hebraismes and mysterious no<g ref="char:EOLhyphen"/>tions resulting from the properties of the <hi>Hand,</hi> doe everywhere obtaine, by divine permission, an ineffable latitude of significations: whose vul<g ref="char:EOLhyphen"/>garismes varied through such multiplicity of sen<g ref="char:EOLhyphen"/>ses, are of that note and consequence, that they much conduce to the advancement of the digni<g ref="char:EOLhyphen"/>ty and reputation of the <hi>Hand.</hi> Among other remarkable expressions borrowed from the <hi>Hand,</hi> wherein God is pleased to condiscend to the capacity of man, and to cloath His expressi<g ref="char:EOLhyphen"/>ons in the naturall language of our <hi>Hand.</hi> That of <pb n="14" facs="tcp:110295:22"/> the Prophesie of the Prophet <hi>Isaiah</hi> hath refe<g ref="char:EOLhyphen"/>rence to this <hi>requesting</hi> gesture, where the Lord <note place="margin">Isai. 65. 2.</note> complaining after the manner of men, saith, he had STRETCHED OUT HIS HANDS all day to a rebellious people.</p> </div> <div n="2" type="gesture"> <head>Oro. Gestus II.</head> <p>TO RAISE THE HAND CONIOYNED OR SPREAD OUT TOWARDS HEAVEN is the habit of <hi>Devotion,</hi> and a naturall and universall forme of <hi>Prayer,</hi> practised by those who are in <hi>adversity,</hi> and in <hi>bitter anguish of Minde;</hi> and by those who <hi>give publique thankes and praise to the most High.</hi> Thus we <hi>acknowledge our offen<g ref="char:EOLhyphen"/>ces, aske mercy, beg reliefe, pay our vowes, im<g ref="char:EOLhyphen"/>precate, complaine, submit, invoke,</hi> and <hi>are sup<g ref="char:EOLhyphen"/>pliant.</hi> Hence 'tis the Scriptures doe most em<g ref="char:EOLhyphen"/>phatically <note place="margin">1 Tim. 2. 8</note> define <hi>prayer</hi> by this outward signe, not that this speaking habit of the <hi>Hand</hi> is all or the most principall part of <hi>devotion,</hi> for, Hyppo<g ref="char:EOLhyphen"/>crites, as if fired with <hi>zeale,</hi> EXTEND THEIR ARMES AND HANDS, who yet but mock God by seeming to <hi>draw nigh</hi> unto Him, when their Hearts belie their <hi>Hands.</hi> But, this gesture is an outward helpe unto <hi>devotion,</hi> appointed by the ordinance of Nature to expresse the <hi>holy fervour of our affections.</hi> For since it is impossible by rea<g ref="char:EOLhyphen"/>son of our great infirmitie, we should with our soaring thoughts move beyond the centre of our bodies; we stand in need of some outward help to declare the <hi>ascension of our inward zeale,</hi> which we reveale by the EXTENSION OF OUR HANDS, which supplying the place of wings, helpe our hearts in their flight upward. For unlesse our hearts are polluted with the leaven of hypocrisie, they raise the heart to the <pb n="15" facs="tcp:110295:22"/> throne of grace, before which we present our <hi>supplications.</hi> But the Soul being invisible, unles she shew her selfe by demonstration of gesture, the <hi>Hand</hi> was instituted <hi>Surrogate,</hi> and <hi>Vicar</hi> of of the Heart, to testifie by outward gesture, the <hi>offering and lifting up of the Heart,</hi> and that our <hi>prayers are seriously poured out from the bottome of our Breast.</hi> Hence in those sacred Monuments that keepe alive the memories of the Dead, whe<g ref="char:EOLhyphen"/>ther their effigies be exhibited in brasse or marble their monumentall Statues are commonly hew'd into this forme of <hi>prayer.</hi> From the practice and naturall propensity of the <hi>Hands</hi> to prayer, as from the premisses, <hi>Athanasius</hi> (as it is likely) drew this conclusion: That therefore man had <hi>Hands</hi> given him, that they might serve to neces<g ref="char:EOLhyphen"/>sary uses, and to be SPREAD FORTH AND LIF<g ref="char:EOLhyphen"/>TED UP in <hi>offering prayer</hi> to Him who made them. It being <hi>on all hands</hi> confest, that this ge<g ref="char:EOLhyphen"/>sture is an originall rite, and a piece of the disci<g ref="char:EOLhyphen"/>pline of Nature, polished also by the rule of rea<g ref="char:EOLhyphen"/>son, and solemniz'd by the examples and exhor<g ref="char:EOLhyphen"/>tations of wise men. For there was no Nation instructed in any kinde of piety, who did not know <hi>before hand</hi> by a tacite acknowledgement of a God, that the <hi>Hands</hi> in <hi>prayer</hi> were to bee LIFTED UP. <hi>Omnes homines <note n="*" place="margin">Arist. lib. de Mund. </note> tendimus manus ad Coelum cum [praeces fundimus,]</hi> sayes that <hi>Prince of Peripatetiques.</hi> And <hi>Gobrias</hi> in <hi>Xenophon</hi> seems to confirme the same.<note place="margin">Xenoph. Cyr.</note> <hi>Apuleius</hi> elegantly and roundly to this purpose. <hi>Habitus orantium hic est, ut <note n="*" place="margin">Apuleius tit. de mundo.</note> manibus extensis in coelum [praecemur.]</hi> To this purpose <hi>Horace.</hi> <q> <l> <note n="*" place="margin">Horac.</note> Coelo supinas si tuleris manus. </l> </q> And <hi>Lucretius</hi> of the same gesture, <q> <pb n="16" facs="tcp:110295:23"/> <l>—Et <note n="*" place="margin">Lucret. lib. 5.</note> pandere palmas</l> <l>Ante Deum delubra.—</l> </q> And <hi>Pedo Albin.</hi> joyning in the harmony of all the Heathen Prophets. <q> <l>At<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> aliquis de plebe pius, pro paupere nato</l> <l> <note n="*" place="margin">Ped. Al<g ref="char:EOLhyphen"/>bin. in carm. Cons. ad Liviam. </note> Sustulerat [timidas] sidera ad alta manus.</l> </q> Hence <hi>Jarbas</hi> in <hi>Virgil</hi> is said <q> <l>Multa Iovem<note n="*" place="margin">Virgil. Aeneid.</note> manibus [supplex orasse] supinis.</l> </q> Thus <hi>Anchises</hi> in the same Poet, <q> <l>At pater Anchises passis <note n="*" place="margin">Idem lib. 3. Aeneid.</note> de littore palmis</l> <l>Numina magna vocat.—</l> </q> So <hi>Cleanthus,</hi> <q> <l>Ni<note n="*" place="margin">Idem li. 5.</note> palmas ponto tendens utras<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> Cleanthus</l> <l>[Fudisset<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> praeces, divos<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> in vota vocasset.]</l> </q> Thus <hi>Cressa</hi> in <hi>Ovid,</hi> <q> <l>—<note n="*" place="margin">Ovid. lib. 8. Metam.</note> ad Sydera supplex</l> <l>Cressa manus tollens</l> </q> So <hi>Scipio</hi> in <hi>Sil. Italicus,</hi> <q> <l> <note n="*" place="margin">Sil. Ital. lib. 4.</note> Sublatis in Coelum manibus [praecatur.]</l> </q> Their manner was to turne themselves to the East, with an erected countenance, HANDS O<g ref="char:EOLhyphen"/>PEN SPREAD, LIFTED UP, AND STRETCH<g ref="char:EOLhyphen"/>ED OUT TOWARDS HEAVEN. <hi>Whence</hi> Valerius Flaccus,<q> <l>Imperat hinc<note n="*" place="margin">Valer. Flacc. li. 2.</note> alte Phoebi surgentis ad orbem Ferre manus——</l> </q> In this posture we finde <hi>Antonius</hi> <note place="margin">Plutarch in the life of Anto<g ref="char:EOLhyphen"/>nius.</note> LIFTING UP HIS HANDS TO HEAVEN, making a <hi>cha<g ref="char:EOLhyphen"/>ritable prayer</hi> to the gods for his army when he was to encounter the Parthians. And <hi>M. Fu<g ref="char:EOLhyphen"/>rius</hi> <note place="margin">Idem in the life of Camillus.</note> <hi>Camillus</hi> used the same gesture of his <hi>Hands</hi> in his <hi>prayer</hi> at the taking of the Citie <hi>Veies.</hi> </p> <p>Thus <hi>Alexander</hi> in his third battaile with <hi>Da<g ref="char:EOLhyphen"/>rius,</hi> <note place="margin">Idem in the life of Alex. the great.</note> before he gave charge upon the enemies, he tooke his Lance in his left hand, and HOLD<g ref="char:EOLhyphen"/>ING <pb n="17" facs="tcp:110295:23"/> HIS RIGHT HAND UNTO HEAVEN, <hi>be<g ref="char:EOLhyphen"/>sought</hi> <note place="margin">Idem in the life of Alex. the Great.</note> <hi>the gods</hi> (as <hi>Calisthenes</hi> writeth) that if it were true he was begotten of <hi>Jupiter,</hi> that it would please them that day to helpe him, and to encourage the Grecians. And the Heathens when they came forth in the morning to plough, they laid one <hi>Hand</hi> upon the stilt of the plough, and LIFTED THE OTHER UP to <hi>Ceres</hi> the god<g ref="char:EOLhyphen"/>desse of Corne: beginning both their actions of warre and peace with this gesture. So remark<g ref="char:EOLhyphen"/>able was the mixt and double office wherein Nature hath interessed the <hi>Hand.</hi> For as we raise these to Heaven, so with them we worke; and the <hi>Hand</hi> thrives but ill that workes, unlesse it <hi>prayes:</hi> which these Heathens by the instinct of Nature were wrought to acknowledge. And the most desperate Atheists and Hypocrites, in some extremities and damages, doe LIFT UP THEIR IOYNED HANDS TO HEAVEN, as a signe and token of some <hi>devotion,</hi> though they have no faith nor beliefe. ¶ Thus also they <hi>gave thanks.</hi> It is reported that when <hi>Archidamas</hi> had overcome the Arcadians, and returned home <note place="margin">Plutarch in the life of Agesi<g ref="char:EOLhyphen"/>laus.</note> victorious to <hi>Sparta,</hi> from that tearlesse battaile; neither man nor woman would keepe the City, but came flocking down to the River side, HOL<g ref="char:EOLhyphen"/>DING UP THEIR HANDS TO HEAVEN, and <hi>thanked the gods,</hi> as if their City had redeemed and recovered her shame and lost honour, and began to rise againe as before it did. And to the signification of this gesture that of <hi>Virgil</hi> may be referred. <q> <l> <note n="*" place="margin">Virgil. Aeneid. 2.</note> Sustulit exutis vinclis ad sydera palmas.</l> </q> The LIFTING UP THE HANDS in <hi>prayer,</hi> as it is a naturall expression, so it seems necessary, for, <pb n="18" facs="tcp:110295:24"/> God requireth the whole man; there being a woe pronounced to fainting <hi>Hands,</hi> that is, which faint in prayer. When <hi>Moses</hi> HELD UP HIS HANDS, <hi>Israel</hi> prevailed: but when <hi>Moses</hi> LET <note place="margin">Ex. 17. 11.</note> HIS HANDS DOWN, <hi>Amalech</hi> prevailed. And when <hi>Moses Hands</hi> were heavie, they tooke a stone and put it under him, and he sate upon it: and <hi>Aaron</hi> and <hi>Hur</hi> stayd up his <hi>Hands</hi> the one on the one side, and the other on the other side; so his <hi>Hands</hi> were steady untill the going downe of the Sunne: and <hi>Josuah</hi> discomfited <hi>Amalech.</hi> Upon which <hi>Philo</hi> allegorizing, shewes that vi<g ref="char:EOLhyphen"/>ctorious <note place="margin">Philo Ju<g ref="char:EOLhyphen"/>daeus in Exod.</note> gesture of <hi>Moses Hands</hi> doth signifie that by the <hi>vertue and intention of prayer all things are overcome:</hi> or it implyes <hi>the elevation of the intellect to sublime contemplations,</hi> and then <hi>Amalech,</hi> that is, the affections are over<g ref="char:EOLhyphen"/>come.</p> <p> <hi>Origen</hi> descanting upon the posture of <hi>Moses</hi> <note place="margin">Origen Hom. 11. in Exod.</note> <hi>Hands,</hi> observes that hee did elevate, not extend his <hi>Hands,</hi> that is his <hi>workes</hi> and <hi>actions</hi> to God, and had not his HANDS DEIECTED. He LIFTS UP HIS HANDS, that <hi>layes up trea<g ref="char:EOLhyphen"/>sure in heaven.</hi> For where we <hi>love,</hi> thither re<g ref="char:EOLhyphen"/>sorts the eye and the <hi>Hand.</hi> He that keepes the Law, orecomes; he that doth not, lets <hi>Amalech</hi> prevaile.</p> <p> <hi>Elias Cretensis</hi> thus: This gesture of <hi>Moses</hi> <note place="margin">Elias Cre<g ref="char:EOLhyphen"/>tens. com<g ref="char:EOLhyphen"/>ment. in opera Greg. Naz.</note> <hi>Hands,</hi> if you looke to that which falls under the aspect of the eye signifies <hi>prayer.</hi> Hence in an old Scheme of <hi>Clodovaeus</hi> there are two armes e<g ref="char:EOLhyphen"/>rected to Heaven, supported by two others, with this Motto, TUTISSIMUS, with reference to the conquering <hi>Hands</hi> of <hi>Moses.</hi> To teach Com<g ref="char:EOLhyphen"/>manders, <note place="margin">Sil. Petra Sanct.</note> that <hi>piety</hi> strikes the greatest stroke in <pb n="19" facs="tcp:110295:24"/> all battailes. <hi>G<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ropius</hi> who with an over strai<g ref="char:EOLhyphen"/>ned <note place="margin">Gorop. in Hierogl. lib. 9.</note> phancie following his owne conceit, makes use of the naturall expressions of the <hi>Hand,</hi> for the exalting the Cimbrian or old Teutonique tongue into the preheminencies of the originall language, presen<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>s his superstitious observations thus: To joyne the hands in prayer, and so to applie their upper parts to the mouth, doth sig<g ref="char:EOLhyphen"/>nifie that men in prayer should seeke to be con<g ref="char:EOLhyphen"/>joyn'd to one that is most High: and because prayer proceeds from the mouth, and the <hi>Hands</hi> upright with the mouth transverse, seeme to deli<g ref="char:EOLhyphen"/>neate a Roman T, he hath another inference from that similitude.</p> <p>The STRETCHING OUT THE HANDS TO GOD is sometimes taken in Scripture for the <hi>acknowledgement of an offence,</hi> as in the <hi>prayer</hi> <note place="margin">1 King. 8. 38.</note> of <hi>Solomon</hi> at the consecration of the Temple: and <hi>Solomon praying,</hi> STRETCHED FORTH <note place="margin">1 King. 8. 22.</note> HIS HANDS TO HEAVEN after this manner, And thus <hi>Moses praying</hi> STRSETCHED OUT <note place="margin">Exod. 9. 29. &amp; 33.</note> HIS HANDS UNTO THE LORD. Thus <hi>Judas Macchabeus</hi> encountring the army of <hi>Nicanor,</hi> <note place="margin">2 Macch. 15. 21.</note> STRETCHED OUT HIS HANDS TOWARDS HEAVEN, and called upon the Lord that wor<g ref="char:EOLhyphen"/>keth wonders. ¶ To the signification of anguish and affliction belongs that of the Prophet <hi>Jere<g ref="char:EOLhyphen"/>miah,</hi> Zion SPREADETH FORTH HER HANDS, <note place="margin">Lament. 1. 17.</note> and there is none to comfort her. For they who <hi>pray</hi> sometimes STRETCH OUT THEIR HANDS &amp; somtimes LIFT THEM UP. Hence <hi>Lauretus,</hi> to SPREAD OUT, or EXTEND THE HAND, is to o<g ref="char:EOLhyphen"/>pen, dilate, and unfold that which was straitned <note place="margin">Lauret. in Sylv. Al<g ref="char:EOLhyphen"/>leg.</note> and folded in. To SPREAD OUT THE HAND is also to lift it up: but to EXTEND, is to erect and <pb n="20" facs="tcp:110295:25"/> raise them up. So he expoundin<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> the sacred sense of these speaking gestures of <hi>prayer.</hi> S. <hi>Hillarie</hi> <note place="margin">S. Hillar. in Psalm.</note> very elegantly distinguisheth betweene the EX<g ref="char:EOLhyphen"/>PANSION and ELEVATION of the <hi>Hands,</hi> which in this matter of <hi>prayer</hi> are promiscuously used in Scripture. So upon that of the Psalmist, I will <note place="margin">Psal. 63. 4.</note> LIFT UP MY HANDS in thy Name, hee doth not take it for the habit of <hi>praying,</hi> but for a declara<g ref="char:EOLhyphen"/>tion of a worke of a high elevation. So likewise upon such a passage of another Psalme: Let my <note place="margin">Psa. 140. 2.</note> prayer be set forth before thee as incense, and the LIFTING UP OF MY HANDS as the <hi>evening Sacrifice.</hi> He shewes that the Apostle where he <note place="margin">S. Paul to Timoth.</note> exhorts them to LIFT UP pure <hi>Hands,</hi> hee does not appoint a habit of <hi>praying,</hi> but addes a rule of <hi>divine operation.</hi> So the noble Prophet, <note place="margin">Isaiah.</note> when you SPREAD FORTH YOUR HANDS, I will hide mine eyes from you; yea, when you make many <hi>prayers</hi> I will not heare: if you EX<g ref="char:EOLhyphen"/>TEND YOUR HANDS, not if you LIFT THEM UP; but if you EXTEND YOUR HANDS: because the habit of <hi>praier</hi> is in the SPREAD OUT HANDS; but the power of a perfect worke is in the ELE<g ref="char:EOLhyphen"/>VATION. Therefore the LIFTING UP THE HANDS is an <hi>Evening Sacrifice.</hi> But this, for all I can finde, is but the peculiar fancie of this Father. For surely the ELEVATION as well as the EXPANSION or STRETCHING OUT OF THE HANDS, are both significantly naturall in this sense. Indeed S<hi rend="sup">t</hi>. <hi>Hierome</hi> drawes these two <note place="margin">S. Hier<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>m. in Exod. 9 and Job 11.</note> gestures of prayer into Allegories, not much un<g ref="char:EOLhyphen"/>like, thus: TO SEND FORTH THE HAND to God, as it were to seeke out for reliefe, is to direct our actions to him, and not to worke for vain glory. He also SPREADS FORTH HIS HANDS to God, <pb n="21" facs="tcp:110295:25"/> who dilates in the evaporation of a vain mouth: and who against the grace of the Giver, is proud of the virtue of his workes.</p> <p> <hi>Calvin</hi> in his Comment upon <hi>Timothy,</hi> (upon <note place="margin">Calvin. comment. in 1 Tim. 2.</note> which place <hi>Cornelius à Lapide</hi> hath also noted many things,) observing that the Apostle hath put the signe of prayer for the thing signified, sayes that this expression of gesture is very a<g ref="char:EOLhyphen"/>greeable to true piety; so the verity that is figu<g ref="char:EOLhyphen"/>red thereby doe answer the signification; to wit, that being by nature admonished that God is to be sought for in heaven, that first wee should put off all terrene and carnall imaginations of Him, that nothing may hinder us in the raising of our selves above the world. Idolaters and Hy<g ref="char:EOLhyphen"/>pocrites, in LIFTING UP THEIR HANDS in prayer, are but Apes, who while they by the outward Symbol professe to have their mindes erected upwards, the first of them sticke in the wood and stone, as if God were inclosed there: the second sort intangled in vaine cares, or wic<g ref="char:EOLhyphen"/>ked cogitations, lye groveling on the earth, and by a contradiction of gesture, beare witnesse a<g ref="char:EOLhyphen"/>gainst themselves.</p> <p>The Ancients are very copious in expressing these outward formes of <hi>devotion</hi> in the <hi>Hands,</hi> for they say, the HANDS STRETCHED OUT, PUT FORTH, HOLDEN ABROAD, EXPANSED and ERECTED, and all to imply the naturall <hi>piety</hi> of the <hi>Hand</hi> in this expression. With <hi>Tertullian</hi> the <hi>Hands</hi> thus affected are EX<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ANS'D: with <hi>Virgil,</hi> HOLDEN ABROAD: as <hi>Nonnius</hi> interpreteth the action, they are the OPEN AND EXTENDED HANDS. And in this gesture many things are contained.</p> <p> <pb n="22" facs="tcp:110295:26"/> <hi>Maldonat</hi> conceives the meaning of this na<g ref="char:EOLhyphen"/>turall ELEVATION OF THE HANDS is to teach us that <hi>Heaven is the throne, and as it were the Cathedrall Temple of God. Pintus</hi> thinkes this gesture shewes that <hi>God is on high, and that all things are to be hoped for at His Hands.</hi> </p> <p> <hi>Cresollius</hi> sayes, that this deportment of our <hi>Hands</hi> declares that <hi>we affectionately fly unto the protection of God our heavenly</hi> Father. Even as little children disabled by some fright with stretcht out Hands run into the lap of their pa<g ref="char:EOLhyphen"/>rents: or as men in the midst of shipwracke stretch out their <hi>Hands</hi> to some friendly Saviour. For, since the force of this <hi>Organum organorum,</hi> the <hi>Hand,</hi> the most excellent instrument of com<g ref="char:EOLhyphen"/>mon life doth chiefly consist in three things, in <hi>Giving, Doing,</hi> and <hi>Repelling,</hi> who LIFTS UP HIS HANDS seems wholy to <hi>deliver</hi> and <hi>commit him<g ref="char:EOLhyphen"/>self and all that he is into the sacred power of the Godhead,</hi> as if with <hi>David</hi> he had his soule in his <hi>Hand:</hi> from the <hi>Right-hand</hi> of <hi>Charity,</hi> and the <note place="margin">Psal. 119. 109. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> Sam. 19. 5. Judg. 9. 17 Job 13. 14.</note> <hi>Left-hand</hi> of <hi>Zeale,</hi> both joyn'd together to make their intentions more acceptable, as from the living censer or incense-pan of prayer, there ascends, in a sweet kind of articulated silence, the speaking savour of these significations.</p> <p>O <hi>Parent of the World! God, the maker of all things! this soule, all that I am, a thou<g ref="char:EOLhyphen"/>sand times due to thy majesty and gracious Goodnesse, I render and refer to its Fountaine and Originall. What e're my</hi> Hands <hi>can</hi> doe, <hi>or my tacite understanding and industry endeavour, let it be Thine! Thee (seduced by ill counsell) I have withstood, and like a wretch rejected thy</hi> <pb n="23" facs="tcp:110295:26"/> Gifts, <hi>and by wicked machinations</hi> repelled <hi>and throwne them from mee. Behold my Hands! which it thou please command to be bound, and mee, an unworthy Traytor, (who have sinn'd with a high hand) to be drawne to punishment; who had not liv'd, unlesse Thou hadst lent mee life; which I have abus'd, and rebelliously stret<g ref="char:EOLhyphen"/>ched out my Hand against Thee, to my owne de<g ref="char:EOLhyphen"/>struction, and the reproach and dishonour of Thy Name.</hi> All these significant expressions (as <note place="margin">Cresoll. in Mystag. lib. 3.</note> <hi>Cresollius</hi> hath happily observ'd) are contain'd in this Gesture.</p> <p>S. <hi>Augustine</hi> very elegantly and sweetly gives us the retionality and religious conveniency of this manuall expression. When men in prayer <note place="margin">S. Aug. de cura pro mort. lib. 5.</note> STRETCHT OUT THEIR HANDS, or use any visible expressions, they doe that which is agree<g ref="char:EOLhyphen"/>able to the case of a <hi>suppliant,</hi> although their in<g ref="char:EOLhyphen"/>visible will &amp; intention of their heart be known to God; neither doth hee stand in need of such declarations that the minde of man should bee laid open before him: but by this gesture man doth more rouze up himselfe to <hi>pray</hi> and <hi>groane</hi> more humbly and fervently: And I know not how, whereas these motions of the body cannot be done, unlesse the inward motions of the mind precede, the same thing againe being made ex<g ref="char:EOLhyphen"/>ternally visible, that interiour invisible which caused them is increased, and by this the affection of the heart, which preceded as the cause before the effect, for so much as they are done, doth en<g ref="char:EOLhyphen"/>crease. And indeed this outward addition or ad<g ref="char:EOLhyphen"/>junct of <hi>Piety,</hi> the OPENING and LIFTING UP OF THE HANDS is a naturall manifestation of the <hi>uprightnesse</hi> and <hi>integrity</hi> of the heart, and <pb n="24" facs="tcp:110295:27"/> of the <hi>sincerity</hi> of the affections. For deceit na<g ref="char:EOLhyphen"/>turally hath no wil, though hypocrisie sometimes may affect to dilate and extend the <hi>Hand.</hi> And the sympathy is so strong betweene the <hi>Heart</hi> and the <hi>Hand,</hi> that a holy thought can no sooner inlarge the erected Heart, but it workes upon the <hi>Hands</hi> which are RAISED to this expression, and EXTENDED OUT TO THE UTTERMOST OF THEIR CAPACITIES. Upon this naturall mo<g ref="char:EOLhyphen"/>tion or exposition of the minde, Saint <hi>Chryso<g ref="char:EOLhyphen"/>stome</hi> sets a morall glosse. This LIFTING UP OF OUR HANDS should put us in mind to take heed <note place="margin">S. Chrys. Moral.</note> of sin, lest we defile our <hi>Hands</hi> therewith. Since it is very absurd, that those who are to bee the Trouchmen and Interpretours of prayer and di<g ref="char:EOLhyphen"/>vine administrations, should also be the instru<g ref="char:EOLhyphen"/>ments of wickednesse: for if we say it is not ho<g ref="char:EOLhyphen"/>nest for a man to pray with dirty and unwashen <hi>Hands;</hi> how much more naughtinesse will that expression be tainted with, to LIFT UP HANDS not dirty, but defiled with the pollutions of sin. And in this sense washing of <hi>Hands</hi> was used by most Nations before prayer. This <hi>Manuall of Prayer</hi> as a helpe <hi>at Hand,</hi> the Christians in all ages have diversly used for the furthering their <hi>devotion,</hi> as may be collected out of the Eccle<g ref="char:EOLhyphen"/>siasticall records of Time. <hi>Tertullian</hi> renders a <note place="margin">Tertul. de <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>rat.</note> reason thereof thus: Christians <hi>pray</hi> with SPREAD OUT HANDS, because our <hi>Hands</hi> are <hi>harmlesse;</hi> bare-headed, because we are not a<g ref="char:EOLhyphen"/>shamed; and without a monitor, because we pray from the breast. For the most part they LIFTED TH<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>M UP. Which <hi>Tertullian</hi> would have mo<g ref="char:EOLhyphen"/>destly done, not as mad-men who pray <hi>Hand o<g ref="char:EOLhyphen"/>ver Head.</hi> For this grave Father reporting and <pb n="25" facs="tcp:110295:27"/> praising the modesty and humility of the Primi<g ref="char:EOLhyphen"/>tive Christians, hath left this caution for a rule in prayer: Adoring with <hi>modestie</hi> and <hi>humilitie,</hi> we doe more commend our <hi>prayers</hi> to God, not so much as our <hi>Hands</hi> more loftily held up, but temperately and honestly erected. Sometimes Christians did not indeed lift up their <hi>Hands</hi> on high, but did EXTEND THEM OUT HERE AND THERE into the figure of Christs suffering. Hence in a Medall of <hi>Gordian</hi> the godly, there is <note place="margin">Pierius in Hieroglyp.</note> an Image LIFTING UP THE SPREAD OUT HANDS TO HEAVEN, with this inscription fitted to the device, <hi>Piet as Augusta.</hi> And <hi>Euse<g ref="char:EOLhyphen"/>bius</hi> <note place="margin">Euseb. de vit. Const. lib. 4 c. 15.</note> hath left a memoriall, that <hi>Constantine</hi> was wont to be figur'd in Coines and painted Tables with his HANDS HOLDEN ABROAD, and his eyes lift up to Heaven, which he calls <hi>The habit and composition of Prayer.</hi> Doctor <hi>Donne</hi> in re<g ref="char:EOLhyphen"/>ference to the Symbolicall signification of the Gesture calls it <hi>Constantines</hi> Catechisticall Coyne.</p> <p>The same Author in a Sermon upon <hi>Iob</hi> 16. 17 <note place="margin">Dr. Donn<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> Serm. 13.</note> &amp;c. upon these words, <hi>Not for any injustice in my Hands: also my Prayer is pure;</hi> accor<g ref="char:EOLhyphen"/>ding to his elegant way of descanting upon the emphaticall expressions of holy Writ, hath many notions about nocturnall and diur<g ref="char:EOLhyphen"/>nall cleannesse and foulnesse of <hi>Hands;</hi> and ob<g ref="char:EOLhyphen"/>serving that the holy Ghost hath so marshalled and disposed the qualifications of prayer in that place, as that there is no pure prayer without cleane <hi>Hands,</hi> which denote righteousnesse to<g ref="char:EOLhyphen"/>wards man; comming to speake of the ge<g ref="char:EOLhyphen"/>sture, and observing that <hi>Moses</hi> prayer had no effect longer then his HANDS WERE LIFTED <pb n="26" facs="tcp:110295:28"/> u<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>: All this (saith he) perchance therefore espe<g ref="char:EOLhyphen"/>cially, that this LIFTING UP OF THE HANDS brings them into our sight, then we can see them, and see whether they be cleane, or no; and con<g ref="char:EOLhyphen"/>sider, that if we see impurity in our <hi>Hands,</hi> God sees impurity in our prayer. Can we thinke to re<g ref="char:EOLhyphen"/>ceive ease from God with that <hi>Hand</hi> that oppres<g ref="char:EOLhyphen"/>ses another? mercy from God with that <hi>Hand</hi> that exercises cruelty upon another? or bounty from God with that <hi>Hand</hi> that with-holds right from another? And to adde by a little enlarging his owne words in another place. How can we expect God should open with his <hi>Hands</hi> of bene<g ref="char:EOLhyphen"/>diction, who shut up our <hi>Hands,</hi> and that which is due to another, in them? How much more then, if we strike with those <hi>Hands</hi> by oppressi<g ref="char:EOLhyphen"/>on, or (as <hi>Esaiah)</hi> we lift up the bloudy <hi>Hands</hi> of cruelty.</p> <p>At this day the common habit of praying in the Church, is, as pertaining to the <hi>Hands,</hi> TO IOYN THE HANDS, MODERATELY LIFT THEM up, or religiously cut them by ten parts into the forme of the letter X, holding them in that man<g ref="char:EOLhyphen"/>ner before the breast: which manner of prayer <hi>Cresollius</hi> calls <hi>Manus decussatas.</hi> In the Romish Church which doth superabound in the externall adjuncts of <hi>Devotion,</hi> and where the Rubriques direct to varying formes of manuall expressions at the word <hi>Oremus,</hi> there is alwayes annexed some emphaticall behaviour of the <hi>Hand.</hi> Hence in the Masse when the Priest saith <hi>Oremus,</hi> hee EXTENDETH, and then IOYNS HIS HANDS. By the extension of his <hi>Hands</hi> he gathereth as it were the hearts of the people: by the joyning of his <hi>Hands</hi> together, he doth amasse them into <pb n="27" facs="tcp:110295:28"/> one; which is the glosse of <hi>Huelamus</hi> upon this <note place="margin">Huelamus de cerem. Missae.</note> Romish rite. The many gesticulations of the <hi>Hands</hi> and <hi>Fingers</hi> so ceremoniously troublesome in the Masse, whose mysterious senses <hi>Bellarmine, Durandus in ritibus Ecclesiae,</hi> and <hi>Gavantus</hi> in his large Comment upon their Rubriques, hath so copiously explained, was one thing that made the Masse so uneasie to bee said of old by the <hi>Hands</hi> of every Sir <hi>Iohn,</hi> as requiring one very well trained up in their Schoole of divine com<g ref="char:EOLhyphen"/>plements.</p> <p>This is the <hi>Manuall of Prayer,</hi> and <hi>Practice of Picty,</hi> commended by Nature unto us, as a faith<g ref="char:EOLhyphen"/>full assistant to our private devotions; which ex<g ref="char:EOLhyphen"/>pressed in one of the most significant Dialects of the generall language of the Body, is more vo<g ref="char:EOLhyphen"/>call and effectuall, then the explications of the Tongue; and more religiously true to the soule in case of extremity, which is manifest by their use in <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>his Christian exercise, when the voice cannot expresse or performe her office: for, the <hi>Hand</hi> inabled by Nature to supply the defect of a <hi>vocall Interpretour,</hi> hath continued the act of prayer, and presented many visible petitions to the eye of Compassion, which understands the groaning Gestures and dumb ejaculations of the <hi>Hand.</hi> And this is often observed in religious men, in extremity of sicknesse, whose <hi>Hands</hi> in the time of health having beene used to accom<g ref="char:EOLhyphen"/>pany and exhibit their requests to heaven, as the last service they can doe the soule and body, of<g ref="char:EOLhyphen"/>fer themselves in this <hi>Evening Sacrifice</hi> of life. To passe by common instances, it is reported of that learned and reverend Doctor of our Church, that <note place="margin">B. An<g ref="char:EOLhyphen"/>drewes.</note> he was <hi>totus in his sacrifi<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>is,</hi> alwayes imploy'd in <pb n="28" facs="tcp:110295:29"/> this reasonable service God requires at our <hi>Hands;</hi> and toward the time of his dissolution, his <hi>Hands</hi> were never empty of <hi>prayer;</hi> and when he could <hi>pray</hi> no longer <hi>voce,</hi> with his voice, yet <hi>manibus &amp; oculis,</hi> by LIFTING UP THE HANDS and eyes, hee <hi>prayed</hi> still: and when weaknesse and necessity of Nature had excluded these ex<g ref="char:EOLhyphen"/>ternall accidents of devotion, the <hi>Hands</hi> and voyce failing in their function, with his heart he prayed still, as was perceived in him by some outward tokens.</p> </div> <div n="3" type="gesture"> <head>Ploro. Gest. III.</head> <p>TO WRING THE HANDS is a naturall ex<g ref="char:EOLhyphen"/>pression of <hi>excessive griefe,</hi> used by those who <hi>condole, bewaile,</hi> and <hi>lament.</hi> Of which Gesture that elegant Expositour of Nature hath <note place="margin">Franc. L. Verulam Nat. Hist.</note> assign'd this reason. Sorrow which diminisheth the body it affects, provokes by wringing of the minde, teares, the sad expressions of the eyes; which are produced and caused by the contra<g ref="char:EOLhyphen"/>ction of the spirits of the Braine, which contra<g ref="char:EOLhyphen"/>ction doth straine together the moisture of the Braine, constraining thereby teares into the eyes; from which compression of the Braine proceeds the HARD WRINGING OF THE HANDS, which is a Gesture of expression of moysture. This COMPECTINATION or WEE<g ref="char:EOLhyphen"/>PING CROSSE of the <hi>Hand,</hi> is elegantly descri<g ref="char:EOLhyphen"/>bed by <hi>Apulcius,</hi> in these words, <hi>Palmulis inter alternas digitorum vicissitudines super genua con<g ref="char:EOLhyphen"/>nexis,</hi> <note place="margin">Apulcius lib. 3. Miles.</note> <hi>sic grabatum cessim insidens ubertim flebam.</hi> Where, as <hi>Cresollins</hi> observes, hee hath rightly conjoyned this Gesture of the <hi>Hands</hi> with <hi>weep<g ref="char:EOLhyphen"/>ing</hi> and <hi>teares.</hi> For 'tis the declaration of a mind <hi>languishing for grief,</hi> and <hi>almost spent, and wea<g ref="char:EOLhyphen"/>ried <pb n="29" facs="tcp:110295:29"/> with some vehement affliction.</hi> Which the brother of <hi>Basil</hi> the Great, elegantly setting out to our eyes, saith, <hi>Complodis manus,</hi> <note n="*" place="margin">Gregor. Nyssen orat. 7. de beatitud.</note> <hi>digitos com<g ref="char:EOLhyphen"/>plicas, atque tuis cogitationibus [angeris.]</hi> So also <hi>Dio Chrysostomus</hi> among the arguments and signes of <hi>mourning</hi> and <hi>lamentation,</hi> puts down <hi> <note n="*" place="margin"> Dio Pru<g ref="char:EOLhyphen"/>saeus orat. 16.</note>manum complicationes, humilem<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> sessionem.</hi> Indeed the FOLDING and WRINGING OF THE HANDS in the naturall equipage of <hi>sorrow,</hi> hath ever passed for a note of <hi>lamentation.</hi> History, the mistris of life, and right Hand of experience, which is the mother of Prudence; holding up the Mirrour to Nature, wherein she may see her own actions represented in their true and lively co<g ref="char:EOLhyphen"/>lours, affords some confirming reflection of this Gesture. Wee reade that when <hi>Heliodorus</hi> that <note place="margin">Ammian. Marcellin. lib. 20.</note> hated favourite of the Emperour <hi>Valens</hi> was dead and his corps carried forth to bee buried by the Beir-bearers, <hi>Valens</hi> commanded that many should attend on foot bare-headed, yea, and some also with HAND IN HAND, and FINGERS CLUTCHED ONE WITHIN ANOTHER, to go before the cursed coarse of that bloudy villaine. Who (had not the Emperours command extor<g ref="char:EOLhyphen"/>ted this formality of <hi>sorrow</hi> from their <hi>Hands)</hi> had missed of so solemne exequies and interment.</p> </div> <div n="4" type="gesture"> <head>Admiror. Gest. IV.</head> <p>TO THROWUP THE HANDS TO HEAVEN is an expression of <hi>admiration, amazement,</hi> and <hi>astonishment,</hi> used also by those who <hi>flatter</hi> and <hi>wonderfully praise;</hi> and <hi>have others in high regard,</hi> or <hi>extoll</hi> anothers speech or action. The first time that this expression appeared in the <hi>Hand</hi> of Man, was certainly upon occasion of some new <hi>unexpected accident,</hi> for which they <pb n="30" facs="tcp:110295:30"/> <hi>gave thankes</hi> to God, who had so apparently manifested the act of his beneficence. And as it is a signe of <hi>amazement.</hi> 'tis an <hi>appeale</hi> unto the <note place="margin">Franc. Verul. nat. Hist.</note> Deity from whose secret operation all those wonders proceed which so transcend our reason, which while wee cannot comprehend, wee RAISE OUR HANDS TO HEAVEN, thereby <hi>ac<g ref="char:EOLhyphen"/>knowledging the Hand and Finger of God.</hi> And that this is a naturall, and so by consequence an universall expression of the <hi>Hand,</hi> appeares by the generall use of this Gesture with all Nations. That passage of <hi>Catullus</hi> is well known. <hi>[Admi<g ref="char:EOLhyphen"/>rans] ait hac manus<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> tollens Dii boni! &amp;c.</hi> To which intention of gesture <hi>Horace</hi> alludes, <q> <l>Importunus amat [laudari] donec ohe jam</l> <l> <note n="*" place="margin">Horac. lib. 11. Sat. 5.</note> Ad coelum manibus sublatis! dixerit—</l> </q> To this appertaines that of <hi>Cicero. Hortensius au<g ref="char:EOLhyphen"/>te<g ref="char:cmbAbbrStroke">̄</g> vehementer [admirans] quod quidem per petuo Lu<g ref="char:EOLhyphen"/>cullo loquente fecerat, ut etiam <note n="*" place="margin">Cicero in Academ.</note> manus saepe tolleret!</hi> And that of his in another place. <note n="*" place="margin">Idem lib. 7. epist. ad Caesarem.</note> <hi>Sustulimus ma<g ref="char:EOLhyphen"/>nus ego ut Balbus! ut illud nescio quid, non fortuitum sed divinum videretur.</hi> And to this is referred that of <hi>Livie. Ad quam vocem cum clamor ingenti ala<g ref="char:EOLhyphen"/>critate sublatus esset ac nunc complexi inter se gra<g ref="char:EOLhyphen"/>tulentesque nunc <note n="*" place="margin">Liv. lib. 24</note> manus ad coelum tollentes! &amp;c.</hi> </p> </div> <div n="5" type="gesture"> <head>Applaudo Gest. V.</head> <p>TO CLAP THE RAISED HANDS ONE A<g ref="char:EOLhyphen"/>GAINST ANOTHER, is an expression pro<g ref="char:EOLhyphen"/>per to them who <hi>applaud, congratulate, rejoice, assent, approve, and are well pleased,</hi> used by all Nations. For, <hi>applause</hi> as it is a vulgar note of <hi>encouragement,</hi> a signe of <hi>rejoycing,</hi> and a to<g ref="char:EOLhyphen"/>ken and signe of <hi>giving praise,</hi> and <hi>allowance,</hi> doth wholly consist in the <hi>Hands.</hi> Whence <hi>Ci<g ref="char:EOLhyphen"/>cero.</hi> <note place="margin">Cicero ad A<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>ic.</note> <hi>Populus Romanus manus suas non in defenden<g ref="char:EOLhyphen"/>da <pb n="31" facs="tcp:110295:30"/> libertate, sed in plaudendo consumit.</hi> Which hee spake of theatricall <hi>applause</hi> exhibited by the <hi>Hand</hi> of old. <hi>Xenophon</hi> expresseth this affection <note place="margin">Xenoph. Cyropaed. lib. 2.</note> of the minde in a very cleare and eloquent kinde of speech, in these words: <hi>Primipulus qui nos proxime discumbebat, rem intuitus, manus invicem complosit, ridensque laetabatur.</hi> And <hi>Histaspas</hi> in the <note place="margin">Idem Cyr. lib. 8.</note> same Author speakes unto <hi>Cyrus</hi> in these words: <hi>Unum solum ignoro, quinam modo ostensurus sim me gaudere bonis tuis: utrum manuum concussione uten<g ref="char:EOLhyphen"/>dum est, an ridendum, an aliuà faciendum?</hi> This pub<g ref="char:EOLhyphen"/>lique token hath beene of old, and is so usuall in the assembly of a multitude, when they cannot contain their <hi>joy</hi> in silence, that there is nothing more common with them then by CLAPPING THEIR HANDS, to signifie their <hi>exceeding joy</hi> and <hi>gladnesse</hi> of heart, in so much as all Histories both prophane and sacred, abound with exam<g ref="char:EOLhyphen"/>ples of this expression: out of which infinite store I shall produce but one or two for confir<g ref="char:EOLhyphen"/>mation of this point. When <hi>Iehoiadah</hi> the Priest <note place="margin">2 Kings 11. 12.</note> caused <hi>Ioash</hi> the sonne of <hi>Ahazia</hi> to be crowned King, and had brought him out, and given him the testimony, they made him King, and anoin<g ref="char:EOLhyphen"/>ted him, and they CLAPPED THEIR HANDS, and said, God save the King. Which gesture re<g ref="char:EOLhyphen"/>taines the same signification in divers other pla<g ref="char:EOLhyphen"/>ces <note place="margin">So Nah. ult.</note> of Scripture. When <hi>Caius Valerius</hi> entred the City of Rome ovant the <hi>affectionate favour</hi> of <note place="margin">Psal. 47. 1. 98. 8. Isa. 55. 12. Liv. lib. 4.</note> the people that stood in the streets appeared by CLAPPING OF HANDS, and <hi>great applause,</hi> striving a vie to exceed the songues chaunted by the Souldiers. When the Senate had granted the <note place="margin">Plutarch in the life of Ca<g ref="char:EOLhyphen"/>millus.</note> peoples desire that a Commoner should be cho<g ref="char:EOLhyphen"/>sen Consull with a Nobleman, and the Dicta<g ref="char:EOLhyphen"/>tor <pb n="32" facs="tcp:110295:31"/> had published the Decree of the Senate, con<g ref="char:EOLhyphen"/>firming their desire; the common people were <note place="margin">Plutarch in the life of Camil.</note> so <hi>joyfull,</hi> that they brought <hi>Camillus</hi> home to his house with great shouts of <hi>joy,</hi> and CLAP<g ref="char:EOLhyphen"/>PING OF HANDS. When <hi>Alcibiades</hi> had one <note place="margin">Idem in the life of Alcibiad.</note> day in the market place given a largesse to the people out of his owne purse, the people were so <hi>glad</hi> at it, that they fell to shouting and CLAP<g ref="char:EOLhyphen"/>PING OF THEIR HANDS for <hi>thankfulnesse.</hi> The fourth day after the battaile fought by <hi>Per<g ref="char:EOLhyphen"/>seus</hi> King of Macedon, even as the Playes and Games were exhibited in the shew-place, there <note place="margin">Liv. lib. 45</note> was heard suddenly at first a confused humming noise, which spread all over the companies of the spectators, that a field was fought in Mace<g ref="char:EOLhyphen"/>donie, and <hi>Perseus</hi> vanquished: afterwards a<g ref="char:EOLhyphen"/>rose a more cleare and evident voice, which grew at length to an open shout and CLAPPING HANDS, as if certaine newes had been brought of the same victory. The Magistrates wondred thereat, and made search after the author of so sudden a <hi>gladnesse,</hi> but none would be found: and then verily it passed away as the momentany <hi>joy</hi> of some vaine and uncertaine occurrence, howbeit a <hi>joyfull</hi> presage of some good luck set<g ref="char:EOLhyphen"/>led in mens hearts, and remained behinde, which was after confirmed by the true report of <hi>Fabius Lentulus</hi> and <hi>Metellus</hi> sent from the Consull.</p> </div> <div n="6" type="gesture"> <head>Indignor. Gest. VI.</head> <p>TO SMITE SUDDENLY ON THE LEFT HAND WITH THE RIGHT, is a declara<g ref="char:EOLhyphen"/>tion of some <hi>mistake, dolour, anger,</hi> or <hi>indigna<g ref="char:EOLhyphen"/>tion:</hi> for so our learned Humanicians understand this Gesture, usurping it often in this sense. <hi>Sene<g ref="char:EOLhyphen"/>ca</hi> attributes this passion of the <hi>Hand</hi> to <hi>anger:</hi> for <pb n="33" facs="tcp:110295:31"/> in his description of an <hi>angry</hi> man he hath, <hi>Pa<g ref="char:EOLhyphen"/>rum explanatis vocibus, sermo praeruptus &amp; <note n="*" place="margin">Seneca de ira, lib. 1. cap. 1. </note> com<g ref="char:EOLhyphen"/>pl<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>sae saepius manus.</hi> And in another place sha<g ref="char:EOLhyphen"/>dowing out <hi>anger</hi> in her proper colours, he sets her out thus: <hi>Dentes comprimuntur, horrent ac surriguntur capilli, spiritus coa<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>tus ac stridens, <note n="*" place="margin">Idem li. 3.</note> ar<g ref="char:EOLhyphen"/>ticulorum ipsos torquentium sonns.</hi> And in another place. <hi>Adjice articulorum crepitum cum seipsae manus frangunt.<note place="margin">Idem cap. 4. de Ira.</note> Petronius</hi> that great Doctor of iniquity and pleasure, conspiring in the like sense of the same expression, presents us with this ge<g ref="char:EOLhyphen"/>sture thus habited. <note n="*" place="margin">Petron. Satyr.</note> <hi>Manibus inter se usque ad ar<g ref="char:EOLhyphen"/>ticulorum strepitum contritis.</hi> And in another place he thus gives us the garb of <hi>anger</hi> and <hi>griefe,</hi> <note n="*" place="margin">Petron. Satyr.</note> <hi>In<g ref="char:EOLhyphen"/>fra<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>t is manibus ingemnit.</hi> Neither are examples wanting in Histories to confirme the senses of this naturall expression. <hi>Philo Judaeus</hi> of <hi>Caius</hi> the Emperour boiling with <hi>anger,</hi> and <hi>grievously fretting with indignation, [Excandescebat] legens, multam praese ferens [iracundiam] ubi vero desiit, <note n="*" place="margin">Philo Ju<g ref="char:EOLhyphen"/>daeus de lege ad Caium.</note> complosis manibus Euge! Petroni, inquit, non di<g ref="char:EOLhyphen"/>dicisti audire Imperatorem?</hi> To confirme the natu<g ref="char:EOLhyphen"/>rall practice here of by divine Authority and pre<g ref="char:EOLhyphen"/>sidents taken out of the most Sacred History. Thus <hi>Balack</hi> in token of <hi>anger</hi> smote his <hi>Hands</hi> <note place="margin">Num. 24. 10.</note> together when he was <hi>wroth</hi> with <hi>Balam</hi> that he would not curse the Israelites as hee desired. To which answers that of the Prophet <hi>Ezekiel.</hi> Thou <note place="margin">Ezek. 21. 14.</note> therefore Sonne of Man prophesie and SMITE HAND TO HAND, &amp;c. that is, strike thy <hi>Hand</hi> as men in <hi>griefe</hi> and <hi>anguish</hi> are wont to doe. The same signification of gesture hath that of the <note place="margin">Idem cap. 22. ver. 13.</note> same Prophet. Behold therefore saith the Lord, I have smitten mine. <hi>Hands</hi> upon thy covetous<g ref="char:EOLhyphen"/>nesse that thou hast used, and upon the bloud that <pb n="34" facs="tcp:110295:32"/> hath beene in the midst of thee: that is, in token of my <hi>wrath</hi> and <hi>vengeance.</hi> </p> </div> <div n="7" type="gesture"> <head>Explodo. Gest. VII.</head> <p>TO CLAP THE RIGHT FIST OFTEN ON THE LEFT PALME, is a naturall expres<g ref="char:EOLhyphen"/>sion used by those who <hi>mocke, chide, brawle,</hi> and <hi>insult, reproach, rebuke,</hi> and <hi>explode,</hi> or <hi>drive out with noise,</hi> commonly us'd by the vulgar in their <hi>bickerings,</hi> as being the Scolds <hi>saunting</hi> dialect, and the loud naturall Rhetorique of those who declame at Billingsgate. Hence <hi>Ovid</hi> not un<g ref="char:EOLhyphen"/>skilfull <note place="margin">Ovid met. lib. 5.</note> in this <hi>brawling</hi> property of the <hi>Haud;</hi> ve<g ref="char:EOLhyphen"/>ry ingeniously seignes the <hi>Plerides</hi> as they were about to scould, and to CLAP THEIR HANDS with a <hi>disgracefull noise,</hi> to have beene turned into Pies, and made Sylvan Scoulds. This (which is but the repetition of that stroake used in anger and indignation) is used in this sense by the mir<g ref="char:EOLhyphen"/>rour of patience, Every man shall CLAP THEIR HAND'S at him, and hisse at him out of their <note place="margin">Job 27. 23</note> place. And the good man when his patience was tryed beyond sufferance, fell into this habit of <hi>contention</hi> with his miserable comforters, as appeares by the accusation of <hi>Elihu.</hi> He addeth rebellion unto his sinne, hee CLAPPETH HIS HANDS amongst us, and multiplieth his words a<g ref="char:EOLhyphen"/>gainst <note place="margin">Job 34. 37</note> God: That is, as the glosse on our Bibles hath it, he standeth <hi>stubbornly in maintenance of his cause.</hi> To this may bee referred that of the Prophet <hi>Ieremiah;</hi> All that passe by CLAP THEIR HANDS: they hisse and wag the head at the <note place="margin">Lam. 2. 15</note> daughter of Jerusalem. The same signification hath that of the Prophet <hi>Ezekiel,</hi> Because thou hast CLAPPED THINE HAND, and stamped <note place="margin">Ezek. 25. 6</note> with the feet, and rejoyced in heart with all thy <pb n="35" facs="tcp:110295:32"/> <hi>despite</hi> against the land of Israel; Behold<g ref="char:punc">▪</g> there<g ref="char:EOLhyphen"/>fore I will stretch out mine <hi>Hand</hi> upon thee.</p> </div> <div n="8" type="gesture"> <head>Despero. Gestus VIII.</head> <p>TO appeare with FAINTING AND DEIE<g ref="char:EOLhyphen"/>CTED HANDS, is a posture of <hi>feare, abase<g ref="char:EOLhyphen"/>ment of minde,</hi> an <hi>abject</hi> and <hi>vanquished courage,</hi> and of utter <hi>despaire.</hi> The Prophet <hi>Isaiah</hi> calls <note place="margin">Esa. 13. 7. 35. 3.</note> this habit of <hi>de<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ection</hi> or <hi>consternation,</hi> the <hi>faint Hand,</hi> or the HAND FALLEN DOWNE. The Pro<g ref="char:EOLhyphen"/>phet <hi>Ezekiel</hi> and <hi>I<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>remiah</hi> call this apparition of <note place="margin">Ezek. 7. 17 Jer. 6. 24. Heb. 12 12</note> <hi>feare</hi> the <hi>feeble Hand.</hi> And the Authour to the Hebrewes most appositely, THE HANDS THAT HANG DOWN. The old Annals of Time, and the Journalls and Diaries of common life, which containe a narration and exposition of things done, give the best patternes of the <hi>Hands</hi> ex<g ref="char:EOLhyphen"/>pressions, as being the most naturall Registers thereof; in so much as there are no interpretours so proper or able to informe us of the validity and use of this <hi>languishing</hi> carriage and behavi<g ref="char:EOLhyphen"/>our of the <hi>Hand.</hi> An expression by gesture wee finde to have appeared in the <hi>Hands</hi> of <hi>Prusias</hi> King of Bithynia, a man of a most <hi>faint heart</hi> and <hi>abject spirit,</hi> who when he came to Italy to see the mansion place of the Empire of the world, when he entred into the Senate, standing at the gate of the Court right over against the Fathers, <hi>Demissis<note n="*" place="margin">Polybius.</note> manibus limen salutavit:</hi> which are the words of <hi>Polybius</hi> rehearsing a thing un<g ref="char:EOLhyphen"/>worthy of Royall Majesty.</p> </div> <div n="9" type="gesture"> <head>Otio in<g ref="char:EOLhyphen"/>dulgeo. Gest. IX.</head> <p>TO FOLD THE HANDS, is a gesture of <hi>idle<g ref="char:EOLhyphen"/>nesse,</hi> an expression often seene in the <hi>Hands</hi> of <hi>lazy<g ref="char:punc">▪</g> </hi> Lubbers amus'd with <hi> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>loath,</hi> who keepe their <hi>dull Hands</hi> so knit together, to <hi>maintain a <pb n="36" facs="tcp:110295:33"/> drowsie league with sleepe:</hi> for being loath to forgoe the pleasure of ease, they by this gesture doe as it were <hi>allure</hi> and play the bawds to <hi>in<g ref="char:EOLhyphen"/>dulge</hi> and procure their lusts delight more sweet<g ref="char:EOLhyphen"/>ly to cease upon their lyther bodies. Hence the Aegyptian Priests when they would exhibit an <note place="margin">Pier. Hie<g ref="char:EOLhyphen"/>roglyph.</note> expresse character of lazinesse, or of a sluggish fellow good for nothing, one who would scarce entertaine a busie thought, lest it should worke some disturbance in his breast, or rowze his <hi>Hands</hi> from the <hi>complacency</hi> of their embosom'd rest; they use to decipher a dull Sloe-worme of this lowzy Tribe, with his <hi>Hands</hi> thus enterlac'd as parallels in his bosome, as if they had there ta<g ref="char:EOLhyphen"/>ken up their habitation, or did lye skulking to a<g ref="char:EOLhyphen"/>void worke, which is a Lion in their way. This gesture of the <hi>Hands</hi> as it is the sluggards com<g ref="char:EOLhyphen"/>mon guise, who demands a little more FOLDING OF THE HANDS, and out of love to ease often neglects what his mouth requires at his <hi>Hands,</hi> (contented so he have <hi>from Hand to mouth,</hi> as if hee hated the more provident extension of a thought) is significantly brought in Sacred Writ, by a metaphor to upbraid and note out the de<g ref="char:EOLhyphen"/>spicable state of fooles and sluggards, time-spen<g ref="char:EOLhyphen"/>ding loyterers of no esteeme, since the wisdome of man doth much consist in his <hi>Hands. Salomon</hi> unfolding the nature of a sloathfull person who <note place="margin">Pro. 19. 24</note> FOLDETH UP HIS HANDS, (each <hi>Hand</hi> hold<g ref="char:EOLhyphen"/>ing as it were the other from worke) and hideth his <hi>Hand</hi> in his bosome, in this last posture, he ex<g ref="char:EOLhyphen"/>cellently sets out the nature, wickednesse, and <note place="margin">Dr. Jerm. paraph, med. upon the place.</note> punishment of floath. The nature of it, in noting the sweetnesse of it to a sluggard; in that his <hi>Hand</hi> is in his bosome, hugging as it were his <pb n="37" facs="tcp:110295:33"/> owne lazinesse. The wickednesse of it, in that his <hi>Hand</hi> is hidden: sloathfulnesse being so shame<g ref="char:EOLhyphen"/>full a thing, that it needeth to be concealed. The punishment of it, in that the sloathfull man star<g ref="char:EOLhyphen"/>veth himselfe. And in another place he is said to <note place="margin">Pro. 26. 15, 19. 24.</note> hide his <hi>Hand</hi> in his bosome, that none might finde it, lest by taking him thereby, hee might raise him up: or else as if he feared some <hi>Cat<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> Censorius,</hi> who calling to see the <hi>Hands</hi> of men, refused those that had soft <hi>Hands,</hi> as unworthy to be Citizens of Rome. Emphatically in one place of the Proverbs of <hi>Salomon,</hi> the <hi>slacke Hand</hi> <note place="margin">Pro. 10. 4. by Beda.</note> of the sluggard is most directly translated, <hi>the Hand of deceit.</hi> Rightly doth the Originall call it <hi>a Hand of deceit,</hi> because, for the most part, the <hi>lazy Hand,</hi> being not able to sustaine it selfe, be<g ref="char:EOLhyphen"/>takes it selfe to cousenage and deceit. The ori<g ref="char:EOLhyphen"/>ginall word in the fore part of the verse, proper<g ref="char:EOLhyphen"/>ly signifies the <hi>bowing of the Hand:</hi> because <hi>deceit</hi> is <hi>hollow,</hi> and 'tis with the <hi>hollow of the Hand</hi> that the sleights of deceit are practised. In the latter part of the verse the word signifies the <hi>whole hand,</hi> the <hi>strength of the Hand,</hi> for that it is which dili<g ref="char:EOLhyphen"/>gence useth, and by that it maketh rich.</p> <p>The garb of such men who sit crowching in the world with their arms a-crosse, their mouths gaping, and their feet in one shooe; leading ra<g ref="char:EOLhyphen"/>ther a bestiall then a humane life, a famous Law<g ref="char:EOLhyphen"/>yer doth graphically describe out of Eccles. thus:</p> <lg> <l>En sedet ignavus<note n="*" place="margin">Jacobus Lectius.</note> manibus per mutua nexis</l> <l>Pigritiae donec merces accedat egestas,</l> <l>Praestat enim palmis, inquit, palma una duabus</l> <l>Unica cui requies gemina quibus anxia cura.</l> </lg> <p>To this personall character <hi>Westmerus</hi> and other <pb n="38" facs="tcp:110295:34"/> Commentators referre that Anthropopeia of the Royall Prophet, Draw thy right <hi>Hand</hi> <note place="margin">Westmer. in Psal. 74. 11.</note> out of thy bosome.</p> </div> <div n="10" type="gesture"> <head>Tristem animi re<g ref="char:EOLhyphen"/>cessum in<g ref="char:EOLhyphen"/>dico. Gest. X.</head> <p>TO HOLD THE FINGERS INSERTED BETWEEN EACH OTHER A-CROSSE, is their <hi>sluggish</hi> expression who are fallen into a <hi>melancholy muse.</hi> To the signification of this Gesture accords the Oration of <hi>Sextus Tullius</hi> unto <hi>Sulpitius Dictator:</hi> You our Generall deem <note place="margin">Liv. lib. 7.</note> us your Army to be <hi>Handlesse,</hi> heartlesse, and ar<g ref="char:EOLhyphen"/>mourlesse, &amp;c. for what else may we thinke of it, that you an old experienced Captaine, a most valiant Warriour, should sit as they say with one <hi>Hand</hi> in another, doing nothing. Hence<note n="*" place="margin">Eras. Adag</note> <hi>manibus compressis sedere,</hi> in the Adage, is all one with <hi>[Nihil facere, otio indulgere, aliis obesse.]</hi> For, this gesture is thought to have a tacite force to damp the lively spirit of mirth and friendly communi<g ref="char:EOLhyphen"/>cation. Hence 'tis in vulgar practice to accuse such men whose <hi>Hands</hi> in company fall into this posture, as Remora's unto the happy birth and wish'd-for progresse of conceit; and for dull Schismatiques that deny themselves to those with whom they converse: for, such whose thoughts stray out of season, minding not what others doe or say, by a mentall sequestration withdraw their soules as 'twere from their bo<g ref="char:EOLhyphen"/>dies, and while they over-prise their private thoughts, (exprest oftentimes by this disrespect of the <hi>Hand,)</hi> they seeme no other then to make a Soloecisme in society. Hence this gesture by the superstitious Ancients was held a note of <hi>im<g ref="char:EOLhyphen"/>pediment,</hi> and hath passed time out of minde for a kinde of secret sorcery. Whereupon the Ro<g ref="char:EOLhyphen"/>mane <pb n="39" facs="tcp:110295:34"/> Senate gave out a solemne prohibition, that in all consultations held by any Prince or <note place="margin">Plin. nat. h<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>st. lib. 28. cap. 6.</note> Pot<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ntate, or any Generall of an Army, or any person that was present at any mysticall solem<g ref="char:EOLhyphen"/>nity, none should presume to fit or stand crosse<g ref="char:EOLhyphen"/>legged, or in the foresaid manner HAND IN HAND. Supposing this gesture did hinder the progresse and event of any act <hi>in Hand:</hi> or any consult which by advice was to bee ripened for an expedition. They thought it also witchcraft but to sit by one that had a practicall designe up<g ref="char:EOLhyphen"/>on health by the receit of any medicine, either inwardly or outwardly appli'd. Nay, they thought this posture was of force (alone) to hinder such who were in labour, and did then need <hi>Lucina's Hand,</hi> and that such could not bee delivered as long as any one present held the <hi>Hands</hi> thus mu<g ref="char:EOLhyphen"/>tually inwrapped: which piece of forcery was the worser, in case the party did hold them about one or both his knees. This was well seene by the Lady <hi>Alcmena,</hi> when jealous <hi>Juno</hi> set one <note place="margin">Ovid Mer. lib. 8.</note> CROSSE-HANDED and crosse-legged to hinder her delivery, as the story goes. But the contrary gesture implyed quicke labour, or the felicity of being delivered. Thus in a Medall of <hi>Julia</hi> the <note place="margin">Pier Hie<g ref="char:EOLhyphen"/>roglyph.</note> Godly, the happy fruitfulnesse of childbirth is implyed, wherein <hi>Venus</hi> holdeth a Javelin in her left hand, shewing her right <hi>Hand</hi> stretched out and spread, with this inscription, <hi>Venus genetrix.</hi> But this placing one <hi>Hand</hi> upon another was e<g ref="char:EOLhyphen"/>ver held unluckie. Whence <hi>Hippocrates</hi> derides certain superstitious and knavish Emperickes for quack-salving Cheats, who bid men against the Epilepsie, <hi>Nec p<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>dem p<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>di<note n="*" place="margin">H<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ppo<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>. de morbo sac<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>o.</note> n<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> manum manui super<g ref="char:EOLhyphen"/>ponere.</hi> </p> </div> <div n="11" type="gesture"> <pb n="40" facs="tcp:110295:35"/> <head>Innocen<g ref="char:EOLhyphen"/>tiam o<g ref="char:EOLhyphen"/>stendo. Gest. XI.</head> <p>TO IMITATE THE POSTURE OF WASHING THE HANDS BY RUBBING THE BACK OF ONE IN THE HOLLOW OF THE OTHER WITH A KIND OF DETERSIVE MOTION, is a ge<g ref="char:EOLhyphen"/>sture sometimes used by those who would <hi>pro<g ref="char:EOLhyphen"/>fesse their innocency,</hi> and declare <hi>they have no Hand in that foule businesse, not so much as by their manuall assent;</hi> as it were assuring by that gesture, that <hi>they will keepe their Hands unde<g ref="char:EOLhyphen"/>filed,</hi> and <hi>would wash their Hands of it: nor have any thing to doe therein.</hi> A gesture very significant, for the <hi>Hands</hi> naturally imply, as it were in Hieroglyphique, mens acts and opera<g ref="char:EOLhyphen"/>tions; and that cleansing motion denotes the <hi>cleannesse of their actions.</hi> As this expression is heightned by the addition of water, 'tis made by the Aegyptians the Hieroglyphique of innocen<g ref="char:EOLhyphen"/>cy. <note place="margin">Pier. Hie<g ref="char:EOLhyphen"/>roglyph.</note> In token (also) of innocency this gesture was commanded the Elders of the neighbour <note place="margin">Deut. 21. 6</note> Cities in case of murther. And it was practised by <hi>Pilate</hi> when he would have transferred from himselfe unto the Jewes the guilt of our Saviours blood; who when he saw he could not prevaile with the multitude for the delivery of Christ, he called for water and washed his <hi>Hands,</hi> I am in<g ref="char:EOLhyphen"/>nocent, <note place="margin">Mat. 27. 24.</note> saith hee, of the bloud of this just man, looke you to it. To this gesture that of the Psal<g ref="char:EOLhyphen"/>mist referres, I will wash my <hi>Hands</hi> in innocen<g ref="char:EOLhyphen"/>cy. <note place="margin">Psal. 26. 6. Eras. Adag</note> And from this gesture came the Adage con<g ref="char:EOLhyphen"/>cerning mutuall good offices, <hi>Manus manum, di<g ref="char:EOLhyphen"/>giti interim digitos lavant.</hi> </p> </div> <div n="12" type="gesture"> <head>Lucri ap<g ref="char:EOLhyphen"/>prehensio<g ref="char:EOLhyphen"/>nem plau<g ref="char:EOLhyphen"/>do. Gest. XII.</head> <p>TO RUB THE PALMES OF THE HANDS TOGETHER, WITH A KIND OF APPLAUSE, MUCH AFTER THE MANNER AS SOME ARE <pb n="41" facs="tcp:110295:35"/> WONT TO DO WHO TAKE PAINES TO HEAT THEIR HANDS, is an itching note of <hi>greedy haste,</hi> many times used by such who <hi>applaud some pleasing thought of deceit,</hi> that they have in their heads. This (I confesse) is somewhat a subtile no<g ref="char:EOLhyphen"/>tion: yet noted in some men by Phisiognomers, <note place="margin">Hill Phi<g ref="char:EOLhyphen"/>siog.</note> and to be found by an observation and marking of nature, for every minute thing if wee waite and watch the time of relation, will appeare an expression, from whose remonstrance wee may take arguments, for they issue out into notes, and breaking the barre of silence, by token speake and informe the eye.</p> </div> <div n="13" type="gesture"> <head>Liberta<g ref="char:EOLhyphen"/>te<g ref="char:cmbAbbrStroke">̄</g> resigno. Gestus XIII.</head> <p>TO HOLD FORTH THE HANDS TOGETHER, is their naturall expression who <hi>yeeld, sub<g ref="char:EOLhyphen"/>mit,</hi> and <hi>resigne up themselves with supplicati<g ref="char:EOLhyphen"/>on</hi> into the power of another. This with the Ancients was* <hi>manum dare.</hi> Hence <hi>Ovid,</hi> </p> <p> <hi>Omnia te [metuent] ad te<note n="*" place="margin">Ovid. l. 1. eleg. 2.</note> sua brachia tendent.</hi> To illustrate this by examples taken out of the ancient Registers of time. Thus <hi>Vercingetorix</hi> <note place="margin">Dion. lib. 40.</note> falling on his knees before <hi>Caesar,</hi> and HOLD<g ref="char:EOLhyphen"/>ING FORTH HIS HANDS, exhibited the ge<g ref="char:EOLhyphen"/>sture of a <hi>suppliant.</hi> And thus <hi>Diridates</hi> King of <note place="margin">Idem lib. 36. Nero.</note> Armenia exhibited the same <hi>obedience</hi> of gesture and <hi>submission</hi> to <hi>Nero.</hi> Thus the Legates of <hi>Decebalus</hi> with IOYNED HANDS after the man<g ref="char:EOLhyphen"/>ner <note place="margin">Idem Tra<g ref="char:EOLhyphen"/>jano.</note> of <hi>captives</hi> presented themselves unto the Senate; upon which, peace concluded, <hi>Trajan</hi> triumphed over the Dacians, and was sirnamed <hi>Dacieus.</hi> The Romanes that were in the Galley that were carrying the cup of gold to Delphos <note place="margin">Plutarch in the life of Camil.</note> made of the jewels of the Roman Ladies, when hard by the Island of Aeolus they were set upon <pb n="42" facs="tcp:110295:36"/> by the Gallies of the Lipparians, they used this expression, for they HELD UP THEIR HANDS and <hi>intreated,</hi> making no resistance. But for the signification of this gesture in <hi>submission, Plu<g ref="char:EOLhyphen"/>tarch</hi> is very emphaticall, who declaring the pride and power of <hi>Tigranes</hi> King of Armenia, sayes that hee had ever many Kings in his Court <note place="margin">Plu<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>. in the life of Lucullus.</note> that waited on him: but amongst others he had foure Kings that waited continually on his per<g ref="char:EOLhyphen"/>son as footmen: for when he rode abroad any whither, they ran by his stirrop in their shirts. And when he was set in his Chaire of State o give audience, they stood on their feet about his chair HOLDING THEIR HANDS TOGETHER, which countenance shewed <hi>the most manifest consession and token of bondage</hi> that they could doe unto him. As if they had shewed thereby that they <hi>resigned all their liberty, and offered their bodies</hi> unto their Lord and Master, more <hi>ready to suffer,</hi> then any thing to doe.</p> </div> <div n="14" type="gesture"> <head>Protego. Gest. XIV</head> <p>TO EXTEND OUT THE RIGHT HAND BY THE ARME FORERIGHT, is the naturall habit wherein we sometimes <hi>allure, invite, speak to, cry after, call,</hi> or <hi>warne to come, bring into, exhort, give warning, admonish, protect, pacifie, rebuke, command, justifie, abow, enquire, direct, instruct, order, shew a generous confidence, har<g ref="char:EOLhyphen"/>dinesse, and authority; give free liberty of speech, manifest a readinesse to answer, and make an apalogy for our selves,</hi> and <hi>appeare to undertake a businesse.</hi> All which acceptions of this gesture, though they more easily fall in the compasse of observation then they can be exemplified by au<g ref="char:EOLhyphen"/>thenticall authority: yet Histories have taken <pb n="43" facs="tcp:110295:36"/> notice of most of the expressions of this gesture of the <hi>Hand.</hi> That it is significant in the six first senses, may bee collected out of many ancient Writers. Thus <hi>Memnius Regulus</hi> the Consull, in the Senate and presence of the Senatours, <hi>called Sejanus</hi> unto him. For thus <hi>Dion</hi> sets it downe. <hi>[Inclamans] <note n="*" place="margin">Dion Cass<g ref="char:punc">▪</g> in Tiberio.</note> manu portenta, Sejane [ades hue.]</hi> And <hi>Cyrus</hi> when any of his friends were seene crowding towards him, as <hi>Xenophon</hi> hath recorded it, <note n="*" place="margin">Xenoph: de Inst. Cyr. lib. 7. Esth. 5. 2.</note> <hi>protensa manu [eos accersebat.]</hi> The same gesture of <hi>invitation Ahasuerus</hi> used to <hi>Esther,</hi> when he signified her comming was according to his will. Wisedome also cloathes <note place="margin">Prov. 1. 24</note> her words in the language of this gesture. Be<g ref="char:EOLhyphen"/>cause I have <hi>called,</hi> &amp; ye refused, I have STRET<g ref="char:EOLhyphen"/>CHED OUT MY HAND, and none would regard. The Psalmist acknowledges himselfe to have used this gesture. I have <hi>called</hi> upon Thee. I have <note place="margin">Psal. 88. 9.</note> STRETCHED OUT MY HANDS UNTO THEE. ¶ This <hi>indicative</hi> gesture of the <hi>Hand</hi> our Savior used to <hi>direct</hi> and <hi>instruct</hi> the Jewes who were <note place="margin">Mat. 12. 49.</note> his brethren, when STRETCHING OUT HIS HAND to his Disciples, he said, Behold my mo<g ref="char:EOLhyphen"/>ther, and my brethren. ¶ <hi>Flavius Flaccus</hi> made <note place="margin">Plutarch in the life of Tibe<g ref="char:EOLhyphen"/>rius and Caius.</note> use of this <hi>warning</hi> gesture of the <hi>Hand</hi> instead of speech; for when <hi>Mutius</hi> began to call the Tribes of the people to give their voices for the establishing of some new lawes, propounded by <hi>Tiberius Gracchus,</hi> in favour of the people, and he could not proceed according to accustomed order in the like case, for the great noise the hin<g ref="char:EOLhyphen"/>dermost made, thrusting forward, and being dri<g ref="char:EOLhyphen"/>ven backe, and one mingling with the other; in the meane time <hi>Flavius Flaccus</hi> one of the Sena<g ref="char:EOLhyphen"/>tours, got up into a place where all the people <pb n="44" facs="tcp:110295:37"/> might see him, and when he saw his voice could not be heard of <hi>Tiberius,</hi> hee made a signe with his <hi>Hand</hi> that hee had some matter of great im<g ref="char:EOLhyphen"/>portance to tell him. <hi>Tiberius</hi> [who soone un<g ref="char:EOLhyphen"/>derstood this gesture of his <hi>Hand,]</hi> bade them make a lane through the preasse. So with much adoe <hi>Flavius</hi> came at length unto him, and be<g ref="char:EOLhyphen"/>wray'd a conspiracy against him. ¶ <hi>Valentinian</hi> <note place="margin">Ammian. Marcellin lib. 20.</note> with good successe used this gesture of <hi>pacifica<g ref="char:EOLhyphen"/>tion</hi> and <hi>rebuke,</hi> when hee was pronounced be<g ref="char:EOLhyphen"/>fore the whole Army Soveraigne Ruler of the Empire. For when hee addressed himselfe to make a premeditated speech, as he PUT FORTH HIS ARME <hi>that he might speake more readily,</hi> there arose a great mumbling that <hi>out of Hand</hi> there might a second Emperor be declared w<hi rend="sup">th</hi> him: <hi>Va<g ref="char:EOLhyphen"/>lentinian</hi> fearing to what the Souldiers confident boldnes might prove, HOLDING UP HAPPILY HIS RIGHT HAND, as a most <hi>hardy</hi> and <hi>redoub<g ref="char:EOLhyphen"/>ted</hi> Prince, daring to <hi>rebuke</hi> some of them as se<g ref="char:EOLhyphen"/>ditious and stubborne, delivered his minde with<g ref="char:EOLhyphen"/>out interruption of any. The Emperour having ended his speech, which an unexpected <hi>autho<g ref="char:EOLhyphen"/>rity</hi> had made more confident, <hi>appeared</hi> them, and won them all to his minde; which was to choose his companion: who took afterwards un<g ref="char:EOLhyphen"/>to him to be Colleague in the Empire, his brother <hi>Valens.</hi> ¶ That this gesture is significant to <hi>protect</hi> appeares by most passages of holy Writ, intima<g ref="char:EOLhyphen"/>ting the <hi>powerfull</hi> and <hi>gracious protection</hi> of God. Where the expressions by an <hi>Anthropo<g ref="char:EOLhyphen"/>peia</hi> are taken from this gesture. Thus God having put <hi>Moses</hi> in the cleft of the rocke, <hi>covered</hi> him with his <hi>Hand</hi> while he passed by. And 'tis <hi>No<g ref="char:EOLhyphen"/>verinus</hi> <note place="margin">Exod. 33. 23.</note> <pb n="45" facs="tcp:110295:37"/> his observation, that with the Hebrewes <note place="margin">Noverin. in Elect. Sacr. Pagnin. in Lexico.</note> <hi>Caph</hi> signifies both the <hi>Hand,</hi> or the hollownesse of the <hi>Hand,</hi> and a cloud. Hence <hi>Pagninus</hi> turns <hi>protegam te manu mea,</hi> into <hi>operiam te nube mea:</hi> a good coherens, saith he, <hi>manus &amp; nubis nexus.</hi> In this sense that of the Prophet <hi>Isaiah</hi> is to bee <note place="margin">Isa. 49. 2.</note> taken, Under the <hi>shadow</hi> of his <hi>Hand</hi> hath he hid me. That is, he hath taken me into his <hi>protection</hi> and <hi>defence.</hi> And the Metaphors of an OUT<g ref="char:EOLhyphen"/>STRETCHED ARME and HIGH HAND are ve<g ref="char:EOLhyphen"/>ry frequent in Scripture to shadow out the <hi>po<g ref="char:EOLhyphen"/>werfull protection</hi> of God in the two degrees of it, the <hi>ordinary</hi> and <hi>extraordinary.</hi> For in this re<g ref="char:EOLhyphen"/>presentation of <hi>power,</hi> there is the <hi>Hand,</hi> and the Arme, the <hi>mighty Hand,</hi> and out STRETCHED ARME; two degrees of <hi>power,</hi> both great, but one greater: that of the <hi>Hand</hi> is great, but ordi<g ref="char:EOLhyphen"/>nary; that of the Arme is greater, and commeth forth but upon extraordinary occasions, every thing we put not to the Armes end. And their <hi>Hands</hi> are properly said to be <hi>shortned,</hi> that have lost the <hi>power</hi> to <hi>save</hi> and <hi>protect;</hi> a phrase much used in holy Writ by the Prophets speaking in His Name who made the <hi>Hand,</hi> the naturall Hie<g ref="char:EOLhyphen"/>roglyphique <note place="margin">Isa. 50. 2. 59. 1. Num. 11. 23. </note> of <hi>power.</hi> ¶ This gesture doth na<g ref="char:EOLhyphen"/>turally import <hi>command.</hi> Hence Kings are said to have LONG HANDS, as the Romane Poet, <q> <l>Qui<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> nescit <note n="*" place="margin">Ovid.</note> longas Regibus esse manus?</l> </q> The <hi>Hand</hi> found under the Table as <hi>Vespasian</hi> was <note place="margin">Sueton. Vespas.</note> at dinner, signified, as the Southsayers did then interpret, that <hi>command</hi> should one day come to his <hi>Hand;</hi> and this was before he was Emperor. And <hi>Crinagora<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </hi> a Greeke Poet very learnedly praising <hi>Caesar,</hi> sayes, his <hi>Right Hand</hi> was mighty to <hi>command,</hi> which by its majestique <hi>power and autho<g ref="char:EOLhyphen"/>rity,</hi> <pb n="46" facs="tcp:110295:38"/> did quell the fiercenesse and presumptu<g ref="char:EOLhyphen"/>ous audacity of barbarous men. The second <note place="margin">1 Sam. 2. 22.</note> fall of Dagon the Idoll before the Arke of God, by a flat acknowledgement confirmes this naturall signification in the <hi>Hand.</hi> For his head falling off from his body, and the <hi>Hands</hi> from the armes, shewed that it had not <hi>power</hi> nor understanding in the presence of God; since the head fell off, which is the seat of Reason and knowledge, and the <hi>Hands</hi> (by which wee ex<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#APEX" extent="4 letters"> <desc>••••</desc> </gap> strength) were sundred from the armes. ¶ In the sense of <hi>direction Jeroboam</hi> STRET<g ref="char:EOLhyphen"/>CHED <note place="margin">1 King. 13</note> OUT HIS HAND from the Altar, saying, Lay hold on him; but his <hi>Hand</hi> hee put forth a<g ref="char:EOLhyphen"/>gainst the Prophet, dried up, and hee could not pull it in againe unto him. ¶ <hi>Foelix</hi> the Gover<g ref="char:EOLhyphen"/>nour <note place="margin">Act. 24. 10</note> made this signe unto <hi>Paul,</hi> to <hi>give him leave to speake.</hi> ¶ And thus when <hi>Agrippa</hi> said unto <note place="margin">Act. 16. 1.</note> <hi>Paul,</hi> Thou art permitted to speake for thy selfe: <hi>Paid</hi> STRETCHED OUT THE HAND and <hi>an<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>wered for himselfe.</hi> </p> </div> <div n="15" type="gesture"> <head>Triumpho Gest. XV.</head> <p>TO PUT OUT THE RAISED HAND, AND TO SHAKE IT AS IT WERE INTO A SHOUT, is their naturall expression who <hi>exalt, brag, boast, triumph,</hi> and by <hi>exultant</hi> gesture expresse the <hi>rap<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ures of their joy;</hi> they also who would de<g ref="char:EOLhyphen"/>clare their <hi>high applause,</hi> or would <hi>congratulate;</hi> and they who have <hi>drunke,</hi> doe commonly use the same gesture. In <hi>congratulatory exclamations</hi> either in the behalfe of our selves or others wel<g ref="char:EOLhyphen"/>fare, it is usuall and naturall. Examples whereof are yet fresh in the life of Memory. For we read that when the Antiochians understood that <hi>Ti<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ns</hi> was comming to their City, they could not <pb n="47" facs="tcp:110295:38"/> containe themselves within their walls for <hi> <gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>y,</hi> <note place="margin">Joseph. of the wars of the Jewes, l. 7.</note> but all went out to meet him, and not only men, but women and children, expecting his comming 30. stounds off; and when he approached neer<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> unto them, they HOLDING UP THEIR HAND<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> unto him <hi> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ai<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ted</hi> him with <hi>great joy</hi> and <hi>acclama<g ref="char:EOLhyphen"/>tions.</hi> Hence Israel is said to have gone out of <note place="margin">E<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>o. 14. 6.</note> Aegypt with a HIGH HAND: that is, with <hi>great joy and boldnesse.</hi> And this <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ROTENSION AND EXALATION OF THE HAND in signification of <hi>mirth, jollity, pleasure,</hi> and <hi>delight,</hi> is so groun<g ref="char:EOLhyphen"/>ded in Nature, that it is the common custome of all Nations, when they are <hi>tickled with joy,</hi> that cannot be contained from breaking out into ge<g ref="char:EOLhyphen"/>sture, OUT GOES THE HAND! So the Prince and Father of Poets, <q> <l>[Deficiunt risu] <note n="*" place="margin">Homer.</note> t<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>lluntque per aera palmas.</l> </q> For, the <hi>Hand</hi> anointed as it were with the same oyle of <hi>gladnesse</hi> where with the heart is reple<g ref="char:EOLhyphen"/>nished, signifies its <hi>sensibility of the enlargement of the heart,</hi> by this <hi>amplification</hi> of gesture, and <hi>naturall periphra<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>s of joy.</hi> </p> </div> <div n="16" type="gesture"> <head>Silentium postulo. Gest. XVI</head> <p>THE BECKING WITH THE RAISED HAND hath beene ever with all Nations accounted a signe of <hi>tra<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ing and <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>,</hi> and <hi>intreating a fa<g ref="char:EOLhyphen"/>vourable silence.</hi> And how considerable an ex<g ref="char:EOLhyphen"/>pression this gesture of the <hi>Hand</hi> was ever ac<g ref="char:EOLhyphen"/>counted in this businesse, may be collected out of the office of the common Cryer, whom wee <note place="margin">Xiphil<g ref="char:punc">▪</g> in Hadrian.</note> finde in the monuments of the Ancients com<g ref="char:EOLhyphen"/>manding silence by the <hi>Hand</hi> alone, without the voice. Whence that of <hi>Dion</hi> may receive illu<g ref="char:EOLhyphen"/>stration. <hi>Prae<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>o cum <note n="*" place="margin">Dion Cas. in Hadr. lib. 69.</note> manum porre<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>sset, esset que ob eam causam [silentium] consequutum, ut est consuetu<g ref="char:EOLhyphen"/>do, <pb n="48" facs="tcp:110295:39"/> &amp;c.</hi> Which gesture if it were used by the Cry<g ref="char:EOLhyphen"/>ers of Courts of Justice, would be more proper and significant to procure silence, then by making more noise, to engender peace, and their loud way of reclaiming one auricular disturbance with another. The learned inventions of the Ancients do ordinarily allude to this expression. <hi>Seneca</hi> that witty contriver of that abusive Play <note place="margin">L. An<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> <g ref="char:EOLhyphen"/>us Sen. de mor. Clan. C<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>s.</note> of the death of <hi>Claudius Caesar,</hi> which he called <hi>Apocolocynthosis,</hi> or Immortality gotten by Mushromes, very elegantly brings in <hi>Claudian</hi> the Emperour <hi>commanding silence</hi> with this <gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>CKING OF THE HAND. <hi>Heliodorus</hi> in his <note place="margin">Heliod. Aethiop. Mist. li. 10.</note> History which hee preferred before his Bishop<g ref="char:EOLhyphen"/>ricke, in that passage where the people (affected with joy and pittie at the strange hap that <hi>Cari<g ref="char:EOLhyphen"/>clia</hi> was knowne to be <hi>Hydaspes</hi> daughter) would not heare the Cryer that commanded silence, makes <hi>Hydaspes</hi> himselfe to STRETCH OUT HIS HAND to <hi>appeare</hi> them, and <hi>did them be still.</hi> And <hi>Barclay</hi> brings in <hi>Euphormio</hi> when there <note place="margin">Barclay in his Eu<g ref="char:EOLhyphen"/>phormio.</note> was a noise that he could not bee heard, with THIS GESTICULATION OF HIS HAND, sig<g ref="char:EOLhyphen"/>nifying that he <hi>had somewhat to say unto them.</hi> Prophane Histories that containe a relation of things really done, are not barren in this expres<g ref="char:EOLhyphen"/>sion of the <hi>Hand.</hi> For when <hi>Titus</hi> was returned to Rome, after the destruction of Jerusalem, and his Father <hi>Vespasian</hi> and hee triumphed in com<g ref="char:EOLhyphen"/>mon; <note place="margin">Joseph. in the wars of the Jews, l. 7.</note> as soone as they were set in their ivory Tri<g ref="char:EOLhyphen"/>bunals, the Souldiers with loud voice declared their valour and fortitude: <hi>Vespasian</hi> having re<g ref="char:EOLhyphen"/>ceived their prayses, they offering still to speake on in his commendations, he BECKNED WITH HIS HAND, and made a signe unto them <hi>to bee <pb n="49" facs="tcp:110295:39"/> silent.</hi> When <hi>Commodus</hi> the Emperour was set in his throne to behold those famous Actors which were to celebrate a sacred Agon or Pageant in <note place="margin">Herodian lib. 1.</note> honour of <hi>Jupiter Capitolinus,</hi> and the Theater full of spectatours; before any thing was said or acted on the Stage, suddenly there starts out one in a Philosophers habit, with a staffe in his <hi>Hand,</hi> and a scrip on his shoulder (halfe naked) who running to the midst of the Stage, stood still, and B<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>CKONING WITH HIS HAND <hi>for silence,</hi> discovered the treason of <hi>Perennius</hi> to <hi>Commodus.</hi> Thus <hi>Drusus</hi> being sent to <hi>appease</hi> the rebellion <note place="margin">Tacit Annal. l. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> </note> in Pannonia, standing up upon the Tribunall, BECKONED WITH HIS HAND <hi>for silence to be made.</hi> And after <hi>Constantine</hi> the Emperor was bap<g ref="char:EOLhyphen"/>tized, having caused a Throne to bee erected in the Palace of <hi>Trajan:</hi> he declared with the elo<g ref="char:EOLhyphen"/>quence of a Monarch the reason which had mo<g ref="char:EOLhyphen"/>ved him to alteration of Religion. His Oration being heard of all the world with great applause, <note place="margin">Caus<gap reason="illegible" resp="#APEX" extent="3 letters"> <desc>•••</desc> </gap> Holy Court.</note> in such sort that for the space of two houres the cryes of a great many were heard which made acclamations: at length the Emperour rose up, and MAKING A SIGNE WITH HIS HAND, <hi>re<g ref="char:EOLhyphen"/>quired silence,</hi> which instantly made all that great multitude hold their peace. The most sa<g ref="char:EOLhyphen"/>cred History is not without examples of holy men who have significantly made use of this ex<g ref="char:EOLhyphen"/>pression of the <hi>Hand.</hi> For wee reade that <hi>Peter</hi> <note place="margin">Act. 12. 17.</note> BECKOND with his <hi>Hand</hi> unto them that were gathered together in <hi>Maries</hi> house <hi>to hold their peace.</hi> Thus <hi>Paul</hi> stood up and BECKOND with <note place="margin">Act. 13. 16.</note> his <hi>Hand,</hi> and said, Men of Israel and ye that fear God, <hi>hearken,</hi> &amp;c. And when <hi>Claudius Lysi<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> </hi> the chiefe Captaine had given <hi>Paul</hi> licence to <pb n="50" facs="tcp:110295:40"/> speake unto the people, <hi>Paul</hi> stood upon the grei<g ref="char:EOLhyphen"/>ces of the Castle into which they were leading <note place="margin">Act. 21. 40</note> him, and BECKOND unto the people, and when there was made a great <hi>silence,</hi> he began his <hi>Apo<g ref="char:EOLhyphen"/>logy</hi> in the Hebrew tongue. <hi>Alexander</hi> likewise <note place="margin">Act. 19. 33</note> used this BECKING with the <hi>Hand,</hi> when hee would have <hi>excused</hi> the matter unto the people. In the Originall <hi>Peter</hi> is said <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>Manu silentio postulato,</hi> as one Translation: <hi>an<g ref="char:EOLhyphen"/>xuere manu ut tacerent,</hi> as <hi>Beza:</hi> in the others the word <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> is left out: for, the BECKING MO<g ref="char:EOLhyphen"/>TION OF THE HAND upon such occasions can<g ref="char:EOLhyphen"/>not well be understood otherwise then for a signe of <hi>reaving audience.</hi> </p> </div> <div n="17" type="gesture"> <head>Juro. Gestus XVII.</head> <p>TO LIFT UP THE RIGHT HAND TO HEA<g ref="char:EOLhyphen"/>VEN, is the naturall forme and ceremony of an <hi>oath,</hi> used by those who <hi>call God to witnesse,</hi> and would <hi>adjure, confirme,</hi> or <hi>assure by the ob<g ref="char:EOLhyphen"/>ligation of an oath.</hi> An expression first used by the <hi>Hands</hi> of the ancient Patriarchs, and is thought to have flowed from God himselfe, who in many places of holy Writ is brought in spea<g ref="char:EOLhyphen"/>king of himselfe, to have used this gesture for <note place="margin">Thus Ex. 6. 8. Num. 14. 30. Deut. 32. 40.</note> <hi>confirmation of his gracious promises</hi> by the out<g ref="char:EOLhyphen"/>ward solemnity of an oath. Hence it was that <hi>Abraham</hi> said unto the King of Sodome, I have LIFTED UP MY HAND UNTO THE LORD, that is, I have <hi>sworne,</hi> that I will not take from a <note place="margin">Gen. 14. 22.</note> thread, even to a shooe latchet, &amp;c. Unto this naturall expression the Psalmist alludes, HE LIF<g ref="char:EOLhyphen"/>TED UP HIS HAND, that is, he <hi>swore.</hi> And to the signification of this gesture of the <hi>Hand,</hi> some <note place="margin">Psal. 106. 26.</note> referre that passage of the Psalmist: Whose <hi>Right Hand</hi> is a <hi>Right Hand</hi> of falshood: that is, they <note place="margin">Psal. 144. 8.</note> <pb n="51" facs="tcp:110295:40"/> have <hi>forsworne</hi> and <hi>broke their vow.</hi> Hence by a forme of speech taken from this expression, TO LIFT UP THE HAND, in the Scripture phrase, is <note place="margin">Ezek. 15. 23. 20. 5. 36. 7. 44. 12. 47. 14. Zach. 2. 9. Isai. 3. 7.</note> the same as to <hi>sweare</hi> and take a <hi>solemne oath.</hi> With reference to the manifest attestation and significant &amp; obligatory force of the <hi>Hand</hi> in this businesse, the late nationall Covenant was ex<g ref="char:EOLhyphen"/>presly ordered to be tooke with the Right <hi>Hand</hi> held up on high. The Angels also when they sweare doe it not without this manuall asseve<g ref="char:EOLhyphen"/>ration: for the Angell in the Apocalyps that <note place="margin">Apoc. 10. 5.</note> <hi>Iohn</hi> saw standing upon the sea and upon the earth, when he sware that there should be time no longer, lifted up his <hi>Hand</hi> to Heaven. ¶ This <hi>vowing</hi> expression of the <hi>Hand, Marius</hi> used in <note place="margin">Plutarch. in the life of Marius.</note> the battaile of the Cymbres, when he <hi>promised</hi> and <hi>vowed</hi> a Hecatomb or solemne sacrifice of an hundred Oxen. Thus also <hi>Catulus vowed</hi> to build a Temple to Fortune for that day.</p> </div> <div n="18" type="gesture"> <head>Assevera<g ref="char:EOLhyphen"/>tione Deo attestor. Gestus XVIII.</head> <p>TO EXTEND AND RAISE UP BOTH THE HANDS TO HEAVEN, is an expression of <hi>establishment,</hi> and a most strong kinde of <hi>asseve<g ref="char:EOLhyphen"/>ration,</hi> implying as it were a <hi>double <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ath.</hi> There is a passage in the prophesie of the Prophet <hi>Da<g ref="char:EOLhyphen"/>niel</hi> <note place="margin">Dan. 12 2.</note> which doth confirme and illustrate this ex<g ref="char:EOLhyphen"/>pression. And I heard the man cloathed in lin<g ref="char:EOLhyphen"/>nen which was upon the waters of the rivers, when he HELD UP HIS RIGHT HAND AND HIS LEFT UNTO HEAVEN: which was a <hi>double oath,</hi> as our Glosse hath it. <hi>Lauretus</hi> upon this <note place="margin">Lauretus i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> verbo Altitudo.</note> place saith, that the lifting up of the right and the left <hi>Hand,</hi> signifies an oath with a commination and a promise. <hi>Ovid</hi> well knowing this double forme of an oath, describing <hi>Philomela</hi> frighted <pb n="52" facs="tcp:110295:41"/> at the comming of her sister <hi>Progne,</hi> as she strove <note place="margin">Ovid Me<g ref="char:EOLhyphen"/>tamorph. lib. 6.</note> to <hi>sweare</hi> and <hi>call the gods to witnesse</hi> to the pu<g ref="char:EOLhyphen"/>rity of her thoughts, and that she was compelled to that dishonourable fact, very elegantly makes her HOLD UP HER HANDS for <hi>spéech.</hi> Such an <hi>asseveration</hi> of gesture I lately observed in some at the publique taking of the last Nationall Covenant, who as I conceived rather out of a zealous earnestnesse to ingage themselves in the Cause, then out of any affectation or privity to this double formality of a Vow, tooke the Co<g ref="char:EOLhyphen"/>venant with BOTH THEIR HANDS HELD UP. In the same posture of expression we finde <hi>Gada<g ref="char:EOLhyphen"/>tas</hi> <note place="margin">Xenop. de instit. Cyr lib. 5.</note> the Eunuch in <hi>Xenophon</hi> LIFTING UP HIS HANDS TO HEAVEN, taking an <hi>oath.</hi> </p> </div> <div n="19" type="gesture"> <head>Suffragor Gest. XIX</head> <p>TO HOLD UP THE HAND is a naturall to<g ref="char:EOLhyphen"/>ken of <hi>approbation, consent, election,</hi> and of giving <hi>suffrage.</hi> An expression of the <hi>Hand</hi> so common, that <hi>Chirotonia</hi> which properly is this gesture of the <hi>Hand,</hi> is usurped <hi>per metalepsin con<g ref="char:EOLhyphen"/>nexi pro suffragio.</hi> To this declaration of the <hi>Hand</hi> that elegant metaphor of the Prophet <hi>Zephanie</hi> is referred: The deepes made a noise, and LIFT UP THEIR HANDS ON HIGH, that is, shewed <note place="margin">Zephan. 3. 10.</note> signes of their <hi>obedience</hi> and <hi>voluntary inclinati<g ref="char:EOLhyphen"/>on,</hi> as by LIFTING UP THEIR HANDS. And when <hi>Esàras</hi> blessed God, the people LIFTING UP THEIR HANDS, to their audible, added a <note place="margin">Esdras. 1. cap 9. 47.</note> kinde of visible <hi>Amen,</hi> signed by this gesture of <hi>assent,</hi> which is as much in the language of the <hi>Hand</hi> as <hi>So be it. Tully</hi> makes mention of this expression: If those Decrees that are received <note place="margin">Cicero pro Flacco</note> be rightly expressed, and singular excellent; not declared so by judgements nor authorities, nor <pb n="53" facs="tcp:110295:41"/> bound by an oath, but by HOLDING UP THE HAND, and with great acclamation of the af<g ref="char:EOLhyphen"/>fected multitude. Hence both the phrase and practice of this gesture of <hi>approbation</hi> so fre<g ref="char:EOLhyphen"/>quently occurres in <hi>Xenophons</hi> Orations, who ha<g ref="char:EOLhyphen"/>ving made a proposition to the people, To whom <note place="margin">Xenoph. de Cyr. minor. ex<g ref="char:EOLhyphen"/>ped. l. 3. &amp; 4.</note> <hi>this seemes good</hi> (saith he) let him HOLD UP HIS HAND, and all of them HELD UP THEIR HANDS. At the end of which Oration <hi>Chiriso<g ref="char:EOLhyphen"/>phus</hi> approving what <hi>Xenophon</hi> had said, requires the same expression at the peoples <hi>Hands</hi> in the same phrase, saying, He who approves of these things, let him signifie his <hi>assent</hi> by HOLDING UP HIS HAND. Then all of them HELD UP THEIR HANDS. And <hi>Xenophon</hi> arising againe to speake, concludes thus: Who <hi>assents</hi> to these things, let him HOLD UP HIS HAND, which they did accordingly. And so in many other places of his Oration. The signification of suf<g ref="char:EOLhyphen"/>frage in this gesture may be further illustrated by the practice of the Athenians in that passage of <note place="margin">Thucidi<g ref="char:EOLhyphen"/>des lib. 3.</note> <hi>Thucidides,</hi> where when <hi>Cleon</hi> and <hi>Diotatus</hi> had both delivered their opinions, the one most op<g ref="char:EOLhyphen"/>posite unto the other, about the alteration of the cruell Decree of the Athenians against the My<g ref="char:EOLhyphen"/>teleans, the Athenians were at contention which they should decree; and at the holding up of hands they were both sides almost equall. And one sort of the Athenian Magistrates were <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, Magistrates chosen by this gesture. <note place="margin">Aes<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>hin. contr. Ctesiph.</note> Which indeed, is a most significant expression of the <hi>Hand;</hi> so naturally doth the <hi>Hand</hi> imply the <hi>will</hi> and <hi>consent</hi> thereof; for, what wee put our <hi>Hand</hi> unto we are infallibly understood to <hi>will</hi> and <hi>intend,</hi> and with <hi>counsell</hi> and <hi>advice</hi> to <pb n="54" facs="tcp:110295:42"/> <hi>undertake,</hi> and <hi>promise our concurrence.</hi> </p> </div> <div n="20" type="gesture"> <head>Respuo. Gestus XX.</head> <p>THE FLIRTING OUT OF THE BACK PART OF THE HAND, OR PUT-BY OF THE TUR<g ref="char:EOLhyphen"/>NING PALME, is their naturall expression who would <hi>refuse, deny, prohibit, repudiate, impute,</hi> or <hi>to lay to ones charge, reject or pretend to lay for an excuse,</hi> or would <hi> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>wit and hit one in the teeth with a thing,</hi> and signifie <hi>disdaine.</hi> The minde of man being moved by <hi>distaste,</hi> in some significant gesture to utter and disclose her <hi>hatred</hi> and <hi>detestation:</hi> when she is <hi>displeased</hi> with any, she usually gives intelligence of her <hi>dislike</hi> in a <hi>discharge</hi> implyed by the significant <hi>dismission</hi> of the <hi>Hand,</hi> and such like signes, representing by gesture <hi>a willingnesse to rid her Hands</hi> of them. And this expression doth arise from the same cause that trembling and horrour do; name<g ref="char:EOLhyphen"/>ly <note place="margin">My Lord Bacons Nat. hist. Cent. 8.</note> from the retiring of the spirits, but in a lesse degree. For, the SHAKING OF THE HAND, is but a slow and definite trembling. And is a ge<g ref="char:EOLhyphen"/>sture of <hi>slight refusall and dislike,</hi> being used often by those who <hi>refuse</hi> a thing, or <hi>warne it away.</hi> This was the entertainment <hi>Antipater</hi> found at the <hi>Hands</hi> of his Father. For when he <note place="margin">Joseph of the warres of the Jewes.</note> boldly came neare as though he would have salu<g ref="char:EOLhyphen"/>ted him, <hi>Herod</hi> STRETCHED OUT HIS HAND, and shaking his head, gave him the <hi>repulse,</hi> tax<g ref="char:EOLhyphen"/>ing his presumption, for daring to offer to em<g ref="char:EOLhyphen"/>brace him, when he was guilty of so many trea<g ref="char:EOLhyphen"/>cheries against him. ¶ As it is a gesture that naturally without speech <hi>forbids,</hi> it was used by <hi>Augustus,</hi> when with his countenance and <hi>Hand</hi> he <hi>repressed</hi> those unseemly flatteries which <note place="margin">Suet. Aug. cap. 53.</note> were offered unto him. ¶ <hi>Caecina</hi> in his dreame <pb n="55" facs="tcp:110295:42"/> used the like expression to the ghost of <hi>Quincti<g ref="char:EOLhyphen"/>lius</hi> <note place="margin">Tacit. An<g ref="char:EOLhyphen"/>nal. lib. 2.</note> <hi>Varus</hi> stretching out his inviting <hi>Hands</hi> to<g ref="char:EOLhyphen"/>wards him, which he THRUST BACKE, <hi>refu<g ref="char:EOLhyphen"/>sing</hi> to follow. ¶ And to this gesture, as I con<g ref="char:EOLhyphen"/>ceive, may that passage of the Prophet <hi>Zephanie</hi> <note place="margin">Zeph. 2. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>5</note> concerning the destruction of Nineveh bee re<g ref="char:EOLhyphen"/>ferred, Every one that passeth by her shall hisse and WAG HIS HAND; that is, shall expresse his <hi>detestation.</hi> Although <hi>Ribera</hi> and others give it <note place="margin">Ribera in Isaiah.</note> the sense of <hi>astonishment</hi> and <hi>insultation.</hi> </p> </div> <div n="21" type="gesture"> <head>Invito. Gestus XXI.</head> <p>TO SHEW FORTH THE HAND, AND SO FORTHWITH TO CALL BACKE AS IT WERE AND BRING IT AGAINE UNTO US WITH A WAVING MOTION, is a naturall Ge<g ref="char:EOLhyphen"/>sture, and a vulgar <hi>compellation,</hi> which we sig<g ref="char:EOLhyphen"/>nificantly use in <hi>calling</hi> for men whom we <hi>bid to come neare and approch unto us,</hi> which <hi>allu<g ref="char:EOLhyphen"/>ring</hi> habit in this matter is very naturall, ready, and commodious to explaine our minde and will, wherein there is a certain kind of forme or sem<g ref="char:EOLhyphen"/>blance of the thing signified. For wee seeme by this gesture to draw them to us. To the signifi<g ref="char:EOLhyphen"/>cation of this gesture appertaines that of the Prophet <hi>Isaiah:</hi> SHAKE THE HAND, that they <note place="margin">Isai. 13. 2.</note> may goe into the gates of the Nobles. That is, make a signe unto them to <hi>come</hi> by this <hi>inviting</hi> motion of the <hi>Hand.</hi> To this <hi>vocatiue, alluring</hi> and <hi>inticing compellation</hi> of the <hi>Hand, Proper<g ref="char:EOLhyphen"/>tius</hi> seemes to allude: <q> <l>Et me defixum vacua patiatur in ora </l> <l>Crudelem <note n="*" place="margin">Propert. Eleg. lib. 1</note> infesta saepe [vocare] manu.</l> </q> <hi>Iovianus Pontanus</hi> brings in <hi>Mercurie</hi> and <hi>Peri<g ref="char:EOLhyphen"/>chalcas</hi> inflicting punishments upon certaine U<g ref="char:EOLhyphen"/>surers and prophane Churchmen, where <hi>Mercu<g ref="char:EOLhyphen"/>rie</hi> <pb n="56" facs="tcp:110295:43"/> is inforced to leave the execution of some of their punishments to <hi>Pyrichalcas,</hi> for <hi>Char<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>n</hi> as he <note place="margin">Jovian. Pontan. Charon.</note> perceived stayed for him in the Port, and had a long time beckoned to him with his <hi>Hand,</hi> and he went to him to know wherefore hee <hi>called. Caecina</hi> the Generall in his expedition against the Germanes, stirred up by <hi>Arminius,</hi> had one night a heavie dreame, which drove him into a feare. For he thought he had seene <hi>Quinctilius Varus</hi> <note place="margin">Tacitus Annal. l. 2.</note> rising out of the bogs, embrued all in bloud, <hi>calling</hi> him by name, and STRETCHING OUT HIS HAND TOWARDS HIM, which he thrust backe, refu<g ref="char:EOLhyphen"/>sing to follow.</p> </div> <div n="22" type="gesture"> <head>Dimitto. Gestus XXII.</head> <p>TO WAG AND WAVE THE HAND FROM US, is an expression by gesture significant to <hi>prohibit, bid one be gone, keepe off, forbid, dis<g ref="char:EOLhyphen"/>misse,</hi> and <hi>bid farewell</hi> and <hi>adieu:</hi> in which there is a certaine forme of the thing signified; for we seeme by this gesture to put from us. Nothing more ordinary in the occurrences of common life then this gesture, practised in these senses, a common custome to <hi>bid one keepe on his way,</hi> and <hi>proceed</hi> who is returning to us; to SHAKE OUR HAND as farre as ever we can see, to bid our friends <hi>farewell</hi> and <hi>adieu. Ovid</hi> according the ingenious way of invention in Poets, to heighten their fictions, and to set an artificiall glosse of truth upon them, that they may seeme more probable, upon every occasion brings in the personages of his story using these naturall expressions of the <hi>Hand.</hi> Thus he brings in <hi>June</hi> <note place="margin">Ovid Me<g ref="char:EOLhyphen"/>tamorph. lib. 11.</note> <hi>bidding Iris hasten</hi> on a message on which shee was sending her, doing it by SHAKING HER HAND into this naturall expression. And bringing <pb n="57" facs="tcp:110295:43"/> in <hi>Ceyx</hi> going to sea, and taking leave of his wife <hi>Alcynoe,</hi> when he was gone aboard and lanched <note place="margin">Idem lib. eodem.</note> out, she raising up her humid eyes, espyeth him in the poope of the ship, SHAKING HIS HAND, <hi>bidding her thereby adieu,</hi> which she answered by the same motion, and loving pursuit of Ge<g ref="char:EOLhyphen"/>sture the usuall consequence of expression with those who have formerly shewed themselves Ioath to depart. And bringing the ghost of <note place="margin">Idem lib. codem.</note> <hi>Ceyx</hi> appearing to his wife <hi>Alcynoe</hi> in a dream to be drowned, at the end of his imagi<g ref="char:EOLhyphen"/>nary speech, he seems to adde tears, and this <hi>departing</hi> gesture of his <hi>Hand,</hi> bidding her for ever <hi>farewell. Burton</hi> in his symptomes of <note place="margin">Burt. Me<g ref="char:EOLhyphen"/>lanchol. par. 3. sect. 2.</note> Love Melancholy, makes this <hi>[longum vale]</hi> of the <hi>Hand,</hi> a peculiar property of lovers. A lover loath to depart will take his leave againe and a<g ref="char:EOLhyphen"/>gaine, and then come backe againe, looke after, SHAKE HIS HAND, and wave his hat a far off.</p> </div> <div n="23" type="gesture"> <head>Minor. Gestus XXIII.</head> <p>TO SHEW AND SHAKE THE BENDED FIST AT ONE, is their habit who are <hi>angry, threaten,</hi> would <hi>strike terrour, menace, revenge, shew enmity, despite, contemn, humble, chalenge, defie, expresse hate,</hi> and <hi>offer injury, tell one what he must looke for at their Hands.</hi> When anger a fit of the invading appetite, hath tooke hold of our spirits, and that we are incensed by <note place="margin">Franc. L. Ver. Nat. Hist.</note> some affront we cannot brooke, we use to <hi>threa<g ref="char:EOLhyphen"/>ten, to call the trespasser to account</hi> by this ge<g ref="char:EOLhyphen"/>sture of the <hi>Hand,</hi> occasioned by the violent pro<g ref="char:EOLhyphen"/>pensity of the minde, and strong imagination of the act of revenge. ☜Hence Phisiognomists in re<g ref="char:EOLhyphen"/>ference <hi>ad morem apparentem,</hi> or according to their rule of apparence, observing the fashion of men <pb n="58" facs="tcp:110295:44"/> in this effect of passion in the <hi>Hand,</hi> conclude such persons to be hasty, cholericke, revengefull, and apt to take or give offence, who customarily use to hold their <hi>Hand</hi> in this posture. If we should goe over the Chronicles of all ages, and trace this naturall gesture of the <hi>Hand</hi> through those records which beare witnesse of times and the manners of men; we should meet with many examples of this <hi>angry</hi> expression of the <hi>Hand.</hi> Some few copies of this originall affection will serve to confirme and illustrare the acception of this gesture, in this sense, and signification. Thus <hi>Leo Armenus</hi> Emperour entring into the prison <note place="margin">Zonaras.</note> by night, and seeing <hi>Michael Balbus,</hi> and the Warden of the prison with him, and almost a<g ref="char:EOLhyphen"/>sleep, <hi>declared his anger</hi> by the AGITATION OF HIS HAND. <hi>Papias</hi> the Warden fearing the <hi>anger</hi> of the Emperour, in conclusion conspired with the same <hi>Michael,</hi> and on the very night of the nativity of our Saviour slew the Emperour. Thus the Souldiers of <hi>Vitellius</hi> Army BENT <note place="margin">Tacit. hist. lib. 1.</note> THEIR FISTS against the Ambassadours of the Helvetians, who came to treat that their City might not be razed, which the Souldiers <hi>(gréedy of revenge)</hi> had importunately called for to be razed, and <hi>Vitellius</hi> for his part spared no <hi>threats.</hi> Thus the Senate BENT THEIR FISTS against <hi>Sarielenus Vocula,</hi> and ceased not to <hi>offer violence</hi> untill he had departed the house. Thus also <hi>A<g ref="char:EOLhyphen"/>grippina</hi> <note place="margin">Idem. Hist lib. 4.</note> mad and wilfull after her favourite <hi>Pal<g ref="char:EOLhyphen"/>las</hi> was displaced from the charge that <hi>Claudius</hi> had given him, gave out <hi>threatning</hi> and thunde<g ref="char:EOLhyphen"/>ring <note place="margin">Idem An<g ref="char:EOLhyphen"/>nal. lib. 18</note> speeches, yea not forbearing the Princes eares, and after her bitter threats, BENT HER FIST toward <hi>Nero.</hi> Thus the Souldiers in Pan<g ref="char:EOLhyphen"/>nonia <pb n="59" facs="tcp:110295:44"/> <hi>threatned</hi> with the FISTS those they met <note place="margin">Annal. lib. 1.</note> of the guard, or <hi>Caesars</hi> friends and familiars, as desirous to picke quarrells and raise sedition. Free-men, bond-slaves, also were feared, <hi>threat<g ref="char:EOLhyphen"/>ning</hi> <note place="margin">Idem An<g ref="char:EOLhyphen"/>nal. 3.</note> with words and FISTS, their Patrons and Masters. The Italian vulgar doe most resent the indignity of this <hi>minatory</hi> AGITATION OF THE HAND exhibited against them.</p> </div> <div n="24" type="gesture"> <head>Mendico. Gestus XXIV.</head> <p>TO HOLD OUT THE HAND HOLLOW IN MANNER OF A DISH, is their habit who <hi>crave, beg, covet,</hi> and <hi>shew a gréedy readinesse to receive;</hi> and there is a certaine forme or sem<g ref="char:EOLhyphen"/>blance of the thing implied, in this unusuall ca<g ref="char:EOLhyphen"/>pacity of the <hi>Hand.</hi> From the naturall significa<g ref="char:EOLhyphen"/>tion of this posture, that biting adage had its ori<g ref="char:EOLhyphen"/>ginall which taxeth the <hi>lucrativs gréedinesse,</hi> of the Athenians; <hi>Atheniensis, vel moriens, <note n="*" place="margin">Eras. Adag.</note> cavat manum.</hi> This gesture of <hi>receit</hi> to an ingenious and honest man hath been accounted a kinde of <hi>reproach,</hi> as appeares by the witty saying of <hi>Ju<g ref="char:EOLhyphen"/>lian</hi> the Emperour. For when by a certaine so<g ref="char:EOLhyphen"/>lemn order or custome, there were certaine Mes<g ref="char:EOLhyphen"/>sengers or Pursivants brought into the consisto<g ref="char:EOLhyphen"/>ry, <note place="margin">Ammian. Martel. lib. 16.</note> to receive gold; among others, one of the company tooke it, not as the manner is, in the lappet of his mantle spread abroad, but with the hollow ball of both <hi>Hands;</hi> and with that these Pursivants or Intelligencers (quoth the Empe<g ref="char:EOLhyphen"/>rour) can skill to catch, and not to latch money. Hence it was that the <hi>Hand</hi> of <hi>Ruffinus</hi> gover<g ref="char:EOLhyphen"/>nour of the East under <hi>Honorius</hi> the Emperour, <note place="margin">Hieron. Zosimus.</note> was carried about through new Rome, after his death, in mockery, fashioned after this manner, which <hi>Claudian</hi> hath elegantly expressed in his death:</p> <lg> <pb n="60" facs="tcp:110295:45"/> <l>Dextra quinetiam, ludo concessa vagatur.</l> <l>[Aera petens] paenas<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> animi persolvit avari</l> <l>Terribili lncro, <note n="*" place="margin">Claud. in caed Ruffi<g ref="char:EOLhyphen"/>ni.</note> vivos<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> imitata retentus, </l> <l>Cogitur adductis digitos inflectere nervis.</l> </lg> <p> <hi>Corippus</hi> very ingeniously shadows out the <hi>ra<g ref="char:EOLhyphen"/>pacity</hi> of a company of Plebeians inferred from this Gesture of the <hi>Hands:</hi> <q> <l>—<note n="*" place="margin">Corip. A<g ref="char:EOLhyphen"/>fric. de Iaud. Just. lib. 4.</note> Palmas<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> capaces</l> <l>Tendere; quo veniens late pluat aureus imber.</l> </q> And a little before he said, <q> <l>—<note n="*" place="margin">Corip. A<g ref="char:EOLhyphen"/>fric. de Iaud. Just. lib. 4.</note> Exertas [admunera] tendere dextras.</l> </q> This entertainment <hi>Marcus Antoninus,</hi> the Im<g ref="char:EOLhyphen"/>periall Philosopher, received at the <hi>Hands</hi> of the <note place="margin">Dion lib. 71. in vit. Anton. Phil.</note> <hi>gréedy</hi> multitude when he came to Rome. For when in an oration, he made to the people, a<g ref="char:EOLhyphen"/>mong other things, he had said, that he had been absent in his travells many years; the mul<g ref="char:EOLhyphen"/>titude cried out, eight; and with STRETCHED OUT HANDS, signified how they <hi>craved</hi> that they might receive so many <hi>Aurei,</hi> for a congi<g ref="char:EOLhyphen"/>ary: at which the Emperour smiled, and said al<g ref="char:EOLhyphen"/>so, eight; and afterwards gave them eight <hi>Au<g ref="char:EOLhyphen"/>rei</hi> a piece; so great a summe, as they never re<g ref="char:EOLhyphen"/>ceived <note place="margin">That is, 200. drachmes, as Dion. P<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>erius in Hieroglyp lib. 35.</note> at any Emperours <hi>Hands</hi> before. <hi>Pierius</hi> saith he had seen the signe of <hi>Philemon</hi> in Rome, holding a booke shut, and tyed very streight in his left <hi>Hand,</hi> and his right <hi>Hand</hi> dish'd in this manner: so that he seem'd to <hi>demand the price,</hi> which unlesse they paid him downe in his <hi>Hand,</hi> they should not have his booke; for they report him to have beene a writer of Comedies, who was wont to sell his labours at a very deare rate. And <hi>Aristophanes</hi> hath a jest in one of his Co<g ref="char:EOLhyphen"/>medies, where <hi>Phidolus</hi> brings in the gods for <note place="margin">Aristoph. in concio<g ref="char:EOLhyphen"/>natricibus.</note> an example: To whom when we tender sup<g ref="char:EOLhyphen"/>plication <pb n="61" facs="tcp:110295:45"/> for some good, they stand HOLDING THEIR HAND UPWARDS; not as they would <hi>give,</hi> but as they would <hi>receive</hi> somewhat. <hi>Bar<g ref="char:EOLhyphen"/>clay</hi> <note place="margin">Barclay. Satyr.</note> who is every where very elegant in his al<g ref="char:EOLhyphen"/>lusions to naturall gestures, reflecting upon the similitudes between this gesture, and the posture of the <hi>Hand</hi> in <hi>giving,</hi> brings in <hi>Euphormio</hi> des<g ref="char:EOLhyphen"/>cribing the statue of a goddesse, that held her left <hi>Hand</hi> very open, but stretched out her right <hi>Hand</hi> with such a womanish feigning and colourable pretence, that you could not tell whether she had rather <hi>give</hi> or <hi>take.</hi> This is the beggars <hi>cra<g ref="char:EOLhyphen"/>ving</hi> posture. Yet <hi>covetousnesse</hi> hath bowed the <hi>Hands</hi> even of Emperours to the significant pra<g ref="char:EOLhyphen"/>ctice thereof. For <hi>Suetonius</hi> reports that <hi>Octa<g ref="char:EOLhyphen"/>vius</hi> <note place="margin">Sueton in the life of Octa. Aug. Caes.</note> <hi>Augustus Caesar,</hi> by occasion of a vision by night, <hi>begged</hi> yearly upon a certaine day money of the people, and HELD OUT HIS HAND HOL<g ref="char:EOLhyphen"/>LOW to those who brought him brazen dodkins, or mites, called <hi>Asses.</hi> And the same Author hath observed as much in <hi>Vespasian,</hi> who was so <note place="margin">Idem Ves<g ref="char:EOLhyphen"/>pasiano.</note> famous for raising profit out of his Subjects urine and his <hi>dulcis odor lucri ex re qualibet.</hi> For when certaine Ambassadours brought him word that there was decreed for him at the common char<g ref="char:EOLhyphen"/>ges of thè state a Giant-like image that hee would cost no meane summe of money, he com<g ref="char:EOLhyphen"/>manded to raise the same immediately, SHEW<g ref="char:EOLhyphen"/>ING therewith HIS HAND HOLLOW. Here is the basis, quoth he, and pedestall for it ready.</p> </div> <div n="25" type="gesture"> <head>Munero. Gestus XXV.</head> <p>TO PUT FORTH THE RIGHT HAND SPREAD, is the habit of <hi>bunty, liberality,</hi> and a <hi>frée heart;</hi> thus we <hi>reward</hi> and <hi>friendly bestow our guists.</hi> Hence TO OPEN THE HAND <pb n="62" facs="tcp:110295:46"/> in the Hebrew phrase implyes to be <hi>frée-hearted, munif<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>cent,</hi> and <hi>liberall.</hi> For, the Hebrewes when they would expresse a <hi>profuse munificence,</hi> they say <hi>Jadpethucha,</hi> that is, <hi>Manum apertàm:</hi> <note place="margin">Leuncla<g ref="char:EOLhyphen"/>vius Hist. Mussel. lib. 4. Ecclesiast. 40. 14.</note> from whence perchance the Turkes borrowing the conceit, are wont to set forth <hi>Liberality</hi> by an OPEN HAND. The sonne of <hi>Sirach</hi> knowing that the exercise of Bounty and Prodigality re<g ref="char:EOLhyphen"/>quires in a manner the like gesture and expression of the <hi>Hand;</hi> speaking of the unjust spend-thrift wasting of his goods, saith, That while he OPE<g ref="char:EOLhyphen"/>NETH HIS HAND he shall rejoyce. And the Greekes in old time (saith <hi>Pliny)</hi> called the <hi>span,</hi> or <hi>space of the Hand from the thumb to the little fin<g ref="char:EOLhyphen"/>gers</hi> <note place="margin">Plin. Nat. Hist.</note> <hi>end, Doron,</hi> which is the reason that <hi>gifts</hi> be in their language called <hi>Dora,</hi> because they bee <hi>presented</hi> with the <hi>Hand.</hi> Hence Phisiogno<g ref="char:EOLhyphen"/>mists say such who customarily use to hold the <note place="margin">☞</note> <hi>Hand</hi> extended out are of a liberall complexion of minde; arguing from this liberall property of the <hi>Hand.</hi> And there is a tradition our Mid<g ref="char:EOLhyphen"/>wives have concerning children borne OPEN HANDED, that such will prove of a <hi>bountifull disposition,</hi> and <hi>franke-handed.</hi> Infants indeed for the most part come into the world with their <hi>Hands clos'd;</hi> thereby notifying, as a Rabbi ob<g ref="char:EOLhyphen"/>serves, <note place="margin">Buxtorph.</note> that God hath given them the riches of this world, and as it were shut them up in their <hi>Hands:</hi> whereas on the contrary, dying men are wont to EXTEND AND STRETCH OUT THEIR HANDS AND FINGERS, thereby willing to sig<g ref="char:EOLhyphen"/>nifie that they <hi>relinquish</hi> the world, and have no longer to doe with the things thereof. Which is the only good action the <hi>close-handed</hi> Miser doth, who when death opens and unlockes his <hi>Hand,</hi> <pb n="63" facs="tcp:110295:46"/> doth by this necessary posture of <hi>bounty, give a<g ref="char:EOLhyphen"/>way</hi> and <hi>bequeath,</hi> and as it were <hi>manumit</hi> what he could no longer with-hold from the next pos<g ref="char:EOLhyphen"/>sessor. <hi>Bellarmine</hi> relates a story of <hi>Stephen</hi> King <note place="margin">Bellarm. in vit. S. Stophani.</note> of Hungary, whose <hi>Hand</hi> was found whole and uncorrupt after his death. And casting in his minde what might be the reason why God was pleased miraculously to preserve his <hi>Right Hand</hi> onely, with the skinne, bones, and nerves, when the other members were resolved into their first elements, delivers his opinion, thus: Truly I thinke that in this miracle God was willing to shew the depth of his divine councell, that <hi>cha<g ref="char:EOLhyphen"/>rity</hi> excells all other vertues. Deservedly there<g ref="char:EOLhyphen"/>fore did the <hi>Right Hand</hi> of this holy King remain uncorrupt, which was alwayes flourishing with the blossomes of <hi>mercy,</hi> and which in <hi>relieving</hi> and <hi>distributing gifts</hi> to the poore, was never empty or indisposed. God (indeed) who OPENS' WITH HIS HAND, and filleth every living thing with his blessings, out of his infinite <hi>boun<g ref="char:EOLhyphen"/>ty</hi> deales out liberally his divine Almes to his creatures with both his <hi>Hands.</hi> Whence Divines distinguish the <hi>gifts</hi> of God into those of his <hi>Right Hand,</hi> and those of his <hi>Left,</hi> to wit, into <hi>spi<g ref="char:EOLhyphen"/>rituall</hi> and <hi>temporall. Dextra Dei est unde grata proveniunt.</hi> Hence the <hi>Aramites</hi> by a <hi>Right Hand</hi> understand the <hi>effuse <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>enignity</hi> of God. <hi>Maldo<g ref="char:EOLhyphen"/>nat</hi> <note place="margin">Maldonat. Comment in Mat. 6.</note> commenting upon the words of our Saviour, <hi>Let not thy left Hand know what thy right Hand doth,</hi> gives a reason why in this place, contrary to the enstome of Scripture, the <hi>Left Hand</hi> is na<g ref="char:EOLhyphen"/>med before the <hi>Right,</hi> and action attributed to the <hi>Right Hand,</hi> and knowledge to the <hi>Left.</hi> For it is therefore done (saith hee) because wee are <pb n="64" facs="tcp:110295:47"/> wont to reach out our <hi>almes</hi> (which our Saviour there speakes of) with our <hi>Right Hand,</hi> hence called <hi>Manus eleemosinaria,</hi> and not with our <hi>left,</hi> and al other works that are done with the <hi>Hand,</hi> the <hi>Right Hand</hi> does them the <hi>Left</hi> as a helper doth assist; so that if it had eyes it could not bee ignorant what the <hi>Right Hand</hi> did: wherefore Christ would have us so to exercise this <hi>Hand</hi> with workes of <hi>charity,</hi> that our <hi>Left Hand</hi> (which is wont to be not onely conscious, but accessory to all the actions of the <hi>Right Hand,)</hi> should not so much as know or take notice there<g ref="char:EOLhyphen"/>of. <hi>Cresollius</hi> judiciously scanning these words of our Saviour, <hi>Let not thy left Hand know what thy</hi> <note place="margin">Cresol. Anthol. Sacr.</note> <hi>right Hand doth,</hi> tells us that it is a symbolicall expression very like to the Hieroglyphiques of the Aegyptians, and therefore the force and sense of this admonition, is to be sought out of the na<g ref="char:EOLhyphen"/>ture and usuall signification of both the <hi>Hands.</hi> As for the <hi>Right Hand,</hi> it is altogether OPEN, <hi>free,</hi> and manifestly put in action. Wherefore for its part it denotes an ingenuous candor and virtue, whose glory is most perspicuously set out by a<g ref="char:EOLhyphen"/>ction; but more especially the <hi>Right Hand</hi> signi<g ref="char:EOLhyphen"/>fieth <hi>liberality,</hi> and for that cause chosen to bee the hieroglyphique of a most <hi>beneficent</hi> and <hi>plen<g ref="char:EOLhyphen"/>tifull largesse:</hi> whereas the <hi>Left Hand</hi> hath a contrary Genius, and is observed to be of a close and retired nature: this <hi>Niggard</hi> out of a skulking disposition affecting secresie, and the subtile lei<g ref="char:EOLhyphen"/>sure of a thrifty vacation. So that this Symboll of our Saviour insinuates thus much: If thou art disposed to communicate thy goods to relieve the wants of thy brother, and to shew forth the <hi>liberality</hi> of thy minde, take not counsell of thy <pb n="65" facs="tcp:110295:47"/> <hi>Left Hand:</hi> minde not what the covetous desire of goods, and the thirst of having, require at thy <hi>griping Hand;</hi> let the <hi>Right Hand</hi> prevaile with thee, the index of <hi>beneficence,</hi> and pledge of <hi>com<g ref="char:EOLhyphen"/>miseration,</hi> the <hi>accuser of covetousnesse.</hi> Let that muck-worme the <hi>Left Hand</hi> earth it selfe in ava<g ref="char:EOLhyphen"/>rice, and keepe silence by an uncharitable reten<g ref="char:EOLhyphen"/>tion, which doth not love to scatter, but to snatch away; not to <hi>bestow,</hi> but a long time to <hi>retaine.</hi> How many <hi>Scaevola</hi>'s or <hi>Left-handed</hi> Donatists in matter of bounty doe our times afford, within the frozen hold of whose sparing <hi>Hand</hi> Charity is quite starv'd with cold? And how many who fearing the Moralists <hi>Bis dat qui cito dat,</hi> with the old Courtiers glosse, that the sooner suiters are dispatched, the sooner they will returne againe: by sinister delay hold them in suspence, while their courtesies hang to their fingers ends like Bird-lime, and will not come away? These the Heathen man would call <hi>viseata beneficia,</hi> we <hi>left-handed</hi> <note place="margin">Senec<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</note> <hi>favours.</hi> These men, as if they were re<g ref="char:EOLhyphen"/>strained by some <hi>sumptuary Law,</hi> made against the naturall munificence of the <hi>Right Hand,</hi> refer all matters of beneficence to the penurious dis<g ref="char:EOLhyphen"/>cretion of the <hi>Left Hand.</hi> Nay, are there not some, who as if they held ignorance to bee the mother of thrift, to elude this <hi>nesciat</hi> of the Gos<g ref="char:EOLhyphen"/>pel, have made their <hi>Hands</hi> strike a league toge<g ref="char:EOLhyphen"/>ther, and agree never to know any such thing one by the other?</p> </div> <div n="26" type="gesture"> <head>Auxilium fero. Gestus XXVI.</head> <p>TO EXTEND AND OFFER OUT THE RIGHT HAND UNTO ANY, is an expression of <hi>pity,</hi> and of an intention to <hi>afford comfort</hi> and <hi>reliefe:</hi> used also as a token of <hi>assurance, peace, security</hi> <pb n="66" facs="tcp:110295:48"/> and <hi>promised safety,</hi> and <hi>salvation.</hi> An expression much desired by those who are in distresse, and are not able to shift for themselves, who use to call for the guift or auxiliary loan of this <hi>Hand;</hi> for thus <hi>Palinurus</hi> calls to <hi>Aeneas,</hi> <q> <l>Da dextram misero &amp; tecum me tolle per undas. <note place="margin">Virgil. Aeneid</note> </l> </q> Hence <note n="*" place="margin">Eras. Ada.</note> <hi>Dare manum alicui vel <note n="*" place="margin">Eras. Ada.</note>manum admovere sign. [opem &amp; auxilium ferre.] Symmachus</hi> calls this <hi>[adjutricem] manum</hi> the <hi>helping Hand.<note place="margin">Sym. l. 3. Epist. 67.</note> Cas<g ref="char:EOLhyphen"/>siodorus <note n="*" place="margin">Cas. l. 4.</note> Dextram [salutarem]</hi> the comfortable <hi>Hand;</hi> and with <hi>Isidor,</hi> it is the witnesse of <hi>sal<g ref="char:EOLhyphen"/>vation.<note place="margin">Epist 26.</note> Pierius</hi> makes this gesture the hierogly<g ref="char:EOLhyphen"/>phicke of <hi>fortitude</hi> and <hi>aid,</hi> in which sense it is <note place="margin">Pier. Hier. lib. 35.</note> very frequently used by the learned Romans. The same manner of expression hath prevailed also with the Greeks, and with the Hebrews like<g ref="char:EOLhyphen"/>wise; <note place="margin">Proverb. 11. 21.</note> for so saith the Scripture, The wicked lend one another the <hi>Hand,</hi> but in vaine; for though HAND IOYNE IN HAND, the wicked shall not scape unpunished. The like expression of gesture is frequent in sacred Writ. The Pro<g ref="char:EOLhyphen"/>phet <note place="margin">Psal. 38. 7. 20. 6. 44. 3 139. 10. Isa. 16. 7.</note> <hi>Isaiah</hi> in reference to the signification of <hi>comfort,</hi> saith, they shall not STRETCH OUT THE HANDS for them in the morning to <hi>comfort</hi> them for the dead: And <hi>Salomon</hi> speaking of the <note place="margin">Proverb. 31. 20.</note> vertuous woman, saith, She spreadeth out her <hi>Hands</hi> to the poore, and putteth forth her <hi>Hand</hi> to the needy. To this intent, Jesus immediately STRETCHED FORTH HIS HAND, and caught <note place="margin">Matt. 14. 31.</note> up sinking <hi>Peter</hi> crying out unto him to <hi>save</hi> him. And so significant and demonstrative to <hi>succour</hi> and <hi>support</hi> is this gesture, that <hi>Uzza</hi> for putting forth his <hi>Hand</hi> to stay the Arke of God, was smitten with death for that speaking errour <note place="margin">2 Sam. 6. 6</note> of his <hi>Hand.</hi> This gesture of <hi>succour</hi> and <hi>reliefe,</hi> <pb n="67" facs="tcp:110295:48"/> hath been observed in ancient coines, stamped <note place="margin">Pierius Hierogly. lib. 35.</note> with the image of the goddesse <hi>Ops,</hi> by that po<g ref="char:EOLhyphen"/>sture, <hi>promising a willingnes to helpe</hi> all that in<g ref="char:EOLhyphen"/>voke her name. ¶ This gesture is (also) a na<g ref="char:EOLhyphen"/>turall token of <hi>assurance</hi> and <hi>promised</hi> safety. <note place="margin">Pleth. Ge<g ref="char:EOLhyphen"/>nist rerum Graec. l. 2.</note> Thus the King of Persia <hi>saved Mentors</hi> life by REACHING HIM HIS RIGHT HAND. <hi>Ammianus Marcellinus</hi> saith the same of one <hi>Nebridius,</hi> who was the only man that refused to conspire with others against <hi>Constantins,</hi> and <note place="margin">Ammian. Marcellin. Hist. l. 21. cap. 4.</note> therefore to <hi>save</hi> himselfe from the fury of the Souldiers who had drawne their swords upon him, flying with all speed he could make to <hi>Ju<g ref="char:EOLhyphen"/>lian,</hi> besought him, that for <hi>assurance</hi> he would vouchsafe to GIVE HIM HIS RIGHT HAND; whereunto <hi>Julian</hi> made answer, what shall I keep especially for my friends, in case thou touch my <hi>Hand?</hi> but goe thy wayes from hence whither thou wilt, in <hi>safety</hi> and <hi>security.</hi> </p> </div> <div n="27" type="gesture"> <head>Commi<g ref="char:EOLhyphen"/>sereor. Gestus XXVII.</head> <p>TO LET DOWN THE HAND <hi>with intent to reare some languishing creature from off the ground,</hi> is a greater expression of <hi>pity</hi> and <hi>com<g ref="char:EOLhyphen"/>miseration,</hi> then to afford a STRETCHED OUT HAND to one who riseth of his owne accord; for between these expressions the Learned have made a distinction: To this expression I finde that of the Psalmist referred, Send downe thy <note place="margin">Psal. 144. 7.</note> <hi>Hand</hi> from above.</p> </div> <div n="28" type="gesture"> <head>Irascor. Gestus XXVIII.</head> <p>TO STRIKE A TABLE OR SOME SUCH LIKE THING WITH THE HAND, is the gesture of one <hi>angry or grieved in minde,</hi> and <hi>very impati<g ref="char:EOLhyphen"/>ent.</hi> To which gesture that of the Prophet <hi>Eze<g ref="char:EOLhyphen"/>kiel</hi> <note place="margin">Ezek. 6. 11</note> is referred, Thus saith the Lord God, SMITE <pb n="68" facs="tcp:110295:49"/> WITH THINE HAND, &amp;c. By this signe inci<g ref="char:EOLhyphen"/>ting the Prophet to signifie the great <hi>wrath</hi> and <hi>destruction</hi> to come. The natural reason of which gesture is, the minde <hi>fretted</hi> that it cannot meet with a revenge, doth <hi>out of Hand</hi> endeavour to <note place="margin">My Lord Bacons Nat. Hist.</note> quench her fervent heat some other way, to wit, by STROKES or noise, or some other remedy, which somewhat ease the minde. To descend downe into our owne Historie for an example of this patheticall motion of the <hi>Hand,</hi> a Royall Copie whereof we have in a Prince, whose pas<g ref="char:EOLhyphen"/>sions were, as himselfe, great, to wit, <hi>Henry</hi> the <note place="margin">Godwyns Annals of Hen. 8.</note> eight, who demanding of one of his Physicians whose patient Cardinall <hi>Woolsey</hi> was, what di<g ref="char:EOLhyphen"/>stemper <hi>Woolsey</hi> had, who then was sicke, the Doctor replyed, what disease soever he hath, hee will not live to the end of three dayes more. The King STRIKING THE TABLE WITH HIS HAND, cryed out, I had rather lose two thou<g ref="char:EOLhyphen"/>sand pounds then hee should dye, make haste therefore you and as many Physicians as are a<g ref="char:EOLhyphen"/>bout the Court, and by all meanes endeavour his recovery. Another example of this expression I finde in our Chronicles, before the times of this <note place="margin">Sir Rich. Baker Chron. of the K. of England.</note> Prince, and that is in the Duke of Gloster, Pro<g ref="char:EOLhyphen"/>tectour to young King <hi>Edward</hi> the fifth. For a<g ref="char:EOLhyphen"/>mong other passionate gestures which accom<g ref="char:EOLhyphen"/>panied his changed countenance, when he accu<g ref="char:EOLhyphen"/>sed the Queene Mother and her complices of plotting his death, and my Lord <hi>Hastings</hi> had ad<g ref="char:EOLhyphen"/>ventur'd to returne some answer to his fierce in<g ref="char:EOLhyphen"/>terrogatory, submissively saying, If the Queene have conspired,—The word was no sooner out of the Lord <hi>Hastings</hi> mouth, when the Pro<g ref="char:EOLhyphen"/>tectour CLAPPING HIS HAND UPON THE <pb n="69" facs="tcp:110295:49"/> BOARD, and frowningly looking upon him, said, Tellest thou me of If and And, I tell thee, they, and none but they have done it, and thou thy self art partaker of the villany, &amp;c.</p> </div> <div n="29" type="gesture"> <head>Cohorto. Gestus XXIX.</head> <p>TO HOLD UP THE HAND HOLLOW ABOVE THE SHOULDER POINTS, AND TO SHAKE IT IN ORBE BY THE TURNE AND RETURNE OF THE WREST, is their naturall expression who <hi>encourage, embolden,</hi> and <hi>exhort one to be of good chéere. Antonius</hi> in stead of speech signi<g ref="char:EOLhyphen"/>ficantly <note place="margin">Plutarch in the life of Anto<g ref="char:EOLhyphen"/>nius.</note> used this gesture. For it is written of him, that while he was setting his men in order of battaile at Actium, being resolved for a navall fight, to end the controversie betweene <hi>Octavius Caesar</hi> and him for the Monarchie of the world; there was a Captaine and a valiant man that had served <hi>Antonius</hi> in many battailes and conflicts, and had all his body hacked and cut: who as <hi>Antonius</hi> passed by him, cryed out unto him, and said: O noble Emperour, how commeth it to passe that you trust in these vile brittle ships? what, doe you mistrust these wounds of mine, and this sword? Let the Aegyptians and the Phoenicians fight by Sea, and set us on the main land, where we use to conquer, and to bee slaine on our feet. <hi>Antonius</hi> passed by him and said never a word, but only BECKOND TO HIM WITH HIS HAND and Head, as though he <hi>wil<g ref="char:EOLhyphen"/>led him to be of good courage,</hi> although indeed he had no great courage himselfe.</p> </div> <div n="30" type="gesture"> <head>Praeclara agg<g ref="char:EOLunhyphen"/>edior. Gestus XXX.</head> <p>TO EXALT OR LIFT UP THE STRETCH'D OUT HAND, is the habit of one <hi>attempting to doe and take some famous exploit in Hand:</hi> <pb n="70" facs="tcp:110295:50"/> and is a naturall posture of an <hi>exalted and victo<g ref="char:EOLhyphen"/>rious power.</hi> Hence he is said to have his RIGHT HAND EXALTED who is made <hi>powerfull</hi> and <hi>glorious.</hi> Hence the Prophet <hi>Micha:</hi> Thy <note place="margin">Mich. 5. 9.</note> HAND SHALL BE LIFT UP upon thine adversa<g ref="char:EOLhyphen"/>ries: that is, Thou shalt <hi>overcome</hi> and be <hi>victo<g ref="char:EOLhyphen"/>rious.</hi> And to this gesture the Psalmist alludes, Thou hast SET UP THE RIGHT HAND of his ad<g ref="char:EOLhyphen"/>versaries. <note place="margin">Psa. 89. 41 Deut. 32. 27.</note> Wee reade in Deuteronomy, that the Lord would have scattered his people, but hee feared their enemies should wax proud, and say our HIGH HAND and not the Lord hath done all this. And that mirrour of patience: The HIGH ARME of the wicked shall be broken. The Psal<g ref="char:EOLhyphen"/>mist <note place="margin"> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ob 38. 15 Psa. 10. 12 Psa. 89. 13</note> using the expression and signification of this gesture in great attempts: Arise O Lord, LIFT UP THINE HAND. And againe, Thou hast a mighty Arme, strong is thy <hi>Hand,</hi> and HIGH IS THY RIGHT HAND. And the Scriptures ge<g ref="char:EOLhyphen"/>nerally under the metaphor of this gesture sha<g ref="char:EOLhyphen"/>dow <note place="margin">Exod. 6. 6. Deut. 4. 34 7. 19. 9. 29 Jer. 32. 21. 1 King. 8. 42.</note> out the <hi>power</hi> of God manifested in the de<g ref="char:EOLhyphen"/>livery of the children of Israel out of Aegypt, who under this phrase is significantly said to have brought them out from thence <hi>openly,</hi> and by <hi>maine force.</hi> ¶ That it is significant in their <hi>Hands</hi> who goe about to <hi>set in Hand</hi> a <hi>businesse;</hi> to omit other confirmation, appeares in <hi>Pharaohs</hi> speech to <hi>Joseph,</hi> were he said unto him, I am <hi>Pharaoh,</hi> and without thee shall no man LIFT UP HIS <note place="margin">Gen. 41 44.</note> HAND in Aegypt. Examples of this <hi>attempting</hi> gesture are not wanting in prophane Histories. For the day on which the battaile of Pharsalia was strucken, <hi>Caesar</hi> seeing <hi>Crastinus</hi> in the mor<g ref="char:EOLhyphen"/>ning as he came out of his Tent, asked him what <note place="margin">Plutar. in the life of Caesar.</note> he thought of the successe of the battaile? <hi>Cra<g ref="char:EOLhyphen"/>stinus</hi> <pb n="71" facs="tcp:110295:50"/> STRETCHING OUT HIS RIGHT HAND unto him [which was a mute omen hee should have the <hi>Better Hand</hi> of his enemies that day] cryed out aloud, O Caesar, thine is the <hi>victorie;</hi> and this day shalt thou commend mee alive or dead: and accordingly brake afterwards out of the rankes, and running amongst the midst of his enemies, with many that followed him, made a great slaughter: at last one ran him into the mouth, that the swords point came out at his neck, and so slew him.</p> </div> <div n="31" type="gesture"> <head>Profero. Gestus XXXI.</head> <p>TO PRESENT THE HAND, is their expressi<g ref="char:EOLhyphen"/>on who <hi>profer</hi> or <hi>deliver a thing as their act and déed.</hi> And the Verbe <hi>profero</hi> which hath the signification to <hi>profer</hi> and present a thing, seemes to imply the very gesture. This was the first ex<g ref="char:EOLhyphen"/>pression that ere appeared in the <hi>Hand,</hi> and was used by <hi>Eve</hi> in the fatall profer of the forbidden fruit unto the first man. And it was required in <note place="margin">Gen. 3. 6. Mal. 2. 13.</note> the old Law at the <hi>Hand</hi> of the <hi>offerer,</hi> who was to present his offering with his owne <hi>Hand:</hi> for in religious duties there was never a proxie al<g ref="char:EOLhyphen"/>lowed, ¶ As it is significant in delivery of wri<g ref="char:EOLhyphen"/>tings as our act and deed, it is most apparantly seene in its signification at the delivery of Deeds (so called from this gesture for this is that which gives force to all legall conveyances, and with<g ref="char:EOLhyphen"/>out this expression Liverie and Seisin is of none effect. ¶ A semblance of the same gesture wee use when wee would take or <hi>accept</hi> what is pro<g ref="char:EOLhyphen"/>fered and delivered into our <hi>Hands.</hi> And that si<g ref="char:EOLhyphen"/>militude of posture seemes to imply a correspon<g ref="char:EOLhyphen"/>dency and a favourable inclination to entertaine their offer, as if they there withall profered thanks <pb n="72" facs="tcp:110295:51"/> for the same. To the naturall purpose and mean<g ref="char:EOLhyphen"/>ing <note place="margin">Ecclus. 15. 16.</note> of this gesture, the Sonne of <hi>Sirach:</hi> He hath set fire &amp; water before thee, STRETCH FORTH THY HAND unto whether thou wilt: that is, <hi>take</hi> or <hi>accept</hi> of which thou wilt: for by a me<g ref="char:EOLhyphen"/>tonymy of the adjunct the signe is put for the thing signified. This was the second gesture of <note place="margin">Gen. 3. 6.</note> any signification that is recorded to have appea<g ref="char:EOLhyphen"/>red in the <hi>Hand,</hi> and the first that shewed it selfe in the <hi>Hand</hi> of the first man <hi>Adam,</hi> when hee <hi>ac<g ref="char:EOLhyphen"/>cepted</hi> of that forbidden fruit, with which hee tooke a curse that filled his <hi>Hand</hi> with labour, and forced it often to advance to wipe his swea<g ref="char:EOLhyphen"/>ting browes. From this unhappy gesture the <hi>Hand</hi> may be well called <hi>Manus à manando,</hi> be<g ref="char:EOLhyphen"/>cause all evill proceeded from this action. Two uses the <hi>Hand</hi> was chiefly ordained for, to <hi>take,</hi> and <hi>doe,</hi> as <hi>Galen</hi> well observes: but Man took <note place="margin">Galen de usu part. lib. 2.</note> so ill with it at first, that he undid himselfe. The misguided <hi>Hand</hi> would be reaching at the Tree of knowledge, but prohibited by an expresse ca<g ref="char:EOLhyphen"/>veat, was prevented from putting forth it selfe <note place="margin">Gen. 3. 22.</note> to the tree of life.</p> </div> <div n="32" type="gesture"> <head>Effoemina<g ref="char:EOLhyphen"/>te festino. Gestus XXXII.</head> <p>TO WAG THE HAND IN A SWINGING GE<g ref="char:EOLhyphen"/>STURE, is their naturall expression who would <hi>endea<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>our to hasten and assist themselves in pro<g ref="char:EOLhyphen"/>gressive motion,</hi> and withall denotes a kinde of <hi>wantonnesse</hi> and <hi>effeminacy. Aristotle</hi> sayes, that <note place="margin">Arist. de g<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ess. ani<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#APEX" extent="4 letters"> <desc>••••</desc> </gap>.</note> man could not walke unlesse he were assisted by the motion of his shoulders, and that the SWIN<g ref="char:EOLhyphen"/>GING OF HIS ARMES doth much help the bo<g ref="char:EOLhyphen"/>dies transportation in leaping: which men by instinct knowing, doe many times fall into this gesture upon such occasion. Hence <hi>Phisiogno<g ref="char:EOLhyphen"/>micall <pb n="73" facs="tcp:110295:51"/> Philosephers</hi> who know that every man hath his peculiar genius, causing that native dif<g ref="char:EOLhyphen"/>ference of habilities in men; observing the ope<g ref="char:EOLhyphen"/>ration of these spirits as they are matched and conjoyned to outward gestures, which by a kind of tacit character give out the manner of their complexion; doe easily discerne the differences of spirits by arguing syllogistically from the na<g ref="char:EOLhyphen"/>turall habit to the genuine or contracted, which custome makes more personall; for as mens present passions and inclinations are brought by nature into act; so men following the vogue of nature, are wrought to a reiteration of that acti<g ref="char:EOLhyphen"/>on, untill the <hi>Hand</hi> hath contracted a habit. ☜The result of these Phisiognomers falls thus into a grand axiome of their art, that whosoever is (as by a personall propriety and actuall condition) customarily seen to use the gesture of any natu<g ref="char:EOLhyphen"/>rall affection; he is by habituall complexion ve<g ref="char:EOLhyphen"/>ry incident to that affection, exhibited by that gesture. Hence <hi>Seneca,</hi> not unskilfull in this art of Chiromanticall Phisiognomie, makes the CU<g ref="char:EOLhyphen"/>STOMARY WAGGING OF THE HAND TO AND FRO, a personall character of <hi>effeminacie</hi> and <hi>impudence. Impudicum &amp; incessus <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>stendit, &amp; <note n="*" place="margin">Sen. epist. Moral. l. 8.</note> manus mot<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>, &amp; relatus ad caput digitus, &amp; flexus oculorum:</hi> The gate, the turning of the eye, the finger on the head, and the WAG<g ref="char:EOLhyphen"/>GING OF THE HAND, shew a shamelesse wanton. And <hi>Marcus Cato</hi> was wont to say, <note place="margin">Plut. in the life of Cato Ma<g ref="char:EOLhyphen"/>jor.</note> he would not have him for a souldier, that WAGD HIS HAND AS HE GOETH, removes his feet as he fighteth, and routeth and snorteth louder in his sleep, then when he crieth out to charge upon his enemy.</p> </div> <div n="33" type="gesture"> <pb n="74" facs="tcp:110295:52"/> <head>Demo<g ref="char:cmbAbbrStroke">̄</g>stro non habe<g ref="char:EOLhyphen"/>re. Gestus XXXIII.</head> <p>TO SHAKE OUT THE HAND, is their naturall expression who would shew that <hi>they have not, nor desire to have a thing.</hi> This the Latines call* <hi>manus excutere.</hi> The Prophet <hi>Isaiah</hi> in re<g ref="char:EOLhyphen"/>ference to the signification of this gesture, saith, The righteous SHAKETH HIS HANDS from holding of bribes.<note place="margin"> Isaiah 33. 15.</note> And the sonne of <hi>Sirach</hi> al<g ref="char:EOLhyphen"/>ludes to the signification of this gesture, where he saith, The slothfull man is compared to the filth of a dunghill: every man that takes it up, will <note place="margin">Ecclesast. 22. 2.</note> SHAKE HIS HAND.</p> </div> <div n="34" type="gesture"> <head>Castigo. Gestus XXXIV.</head> <p>TO SHAKE OR HOLD THE STRETCHED AND RAISED HAND OVER ANY, is their expression who <hi>offer to chastise</hi> and <hi>thew a wil<g ref="char:EOLhyphen"/>lingnes to strike or take revenge.</hi> Hence the pro<g ref="char:EOLhyphen"/>hibition of the Angel to <hi>Abraham</hi> about to sacri<g ref="char:EOLhyphen"/>fice his son, after he had STRETCHED OUT HIS HAND, to that intent, lay not thine <hi>Hand</hi> upon the childe. The Prophet <hi>Isaiah</hi> respective to this signification of gesture, saith, That the King of <note place="margin">Isa. 10. 32.</note> Assyria should SHAKE HIS HAND against the mount of the daughter of Sion. And because men are wont to use this expression by gesture to those they hold <hi>worthy of rebuke</hi> and <hi>punish<g ref="char:EOLhyphen"/>ment,</hi> that being <hi>terrified</hi> thereby they might <hi>re<g ref="char:EOLhyphen"/>claim</hi> them from vice. Hence by an <hi>Anthropo<g ref="char:EOLhyphen"/>peia</hi> in many places of Scripture this gesture im<g ref="char:EOLhyphen"/>plies the <hi>chastizing Hand</hi> of God. To this signi<g ref="char:EOLhyphen"/>fication belongs that of the Prophet <hi>Isaiah,</hi> In <note place="margin">Isa. 19. 16.</note> that day shall Aegypt be like unto women; and it shall be afraid and feare, because of the SHA<g ref="char:EOLhyphen"/>KING OF THE HAND of the Lord of Hosts, which he shaketh over it. To this also belongs <pb n="75" facs="tcp:110295:52"/> that of the same Prophet, With his mighty wind <note place="margin">Idem cap 11. ver. 15.</note> shall he SHAKE HIS HAND over the river. And the Prophet <hi>Zechariah</hi> to the same signification, Behold, I will SHAKE MINE HAND upon <note place="margin">Zach. 2. 9.</note> them.</p> </div> <div n="35" type="gesture"> <head>Pugno. Gestus XXXV.</head> <p>TO STRIKE ONE WITH THE FIST, is their Gesture who would be <hi>avenged</hi> of those that have offended them, and would <hi>right them<g ref="char:EOLhyphen"/>selves</hi> by this wilde vindictive justice of their <hi>Hands.</hi> The <hi>Hand</hi> thus closely shut and the fin<g ref="char:EOLhyphen"/>gers all turned in, is called in Latine, <hi>Pugnus, quo<g ref="char:EOLhyphen"/>niam manus quae ante erat passa &amp; mane (unde ma<g ref="char:EOLhyphen"/>nus) contracta clausis digitis, effecta est</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>id est</hi> <note place="margin">Scaliger de Subtil.</note> <hi>densae.</hi> The nether part of this <hi>Hand</hi> in this po<g ref="char:EOLhyphen"/>sture Chiromancers call the <hi>pomell</hi> or percussion of the <hi>Hand,</hi> the Greeks <hi>Hypothen<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>r seu ferieus manus,</hi> and <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>percutere. Gale<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </hi> <note place="margin">Goraeus.</note> observes that the outside of the <hi>Hand</hi> was depri<g ref="char:EOLhyphen"/>ved <note place="margin">Galen de us. part.</note> of flesh, that the FIST might be more con<g ref="char:EOLhyphen"/>firmed to supply the place of a weapon. And in<g ref="char:EOLhyphen"/>deed they naturally and easily finde this thicke weapon who would BUFFET or <hi>fight</hi> at <hi>fisti<g ref="char:EOLhyphen"/>cusses</hi> with others. This was the gesture of the <hi>Hand</hi> that first begun the fray or skirmish in the world, before time had brought in the use of o<g ref="char:EOLhyphen"/>ther weapons. Hence the Latines say, <hi>Pugnam</hi> <note place="margin">Erasin. Adag.</note> <hi>in manu esse,</hi> and <hi>pugna</hi> hath its denomination from this posture of the <hi>Hand. Lucretius</hi> alludes to this primitive expression of <hi>anger,</hi> <q> <l>Arma antiqu<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> manus ungues dentes<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> fuerunt.</l> </q> And when we see men together by the ears, we know what they intend thereby. The Prophet <hi>Isaiah</hi> condemning the injurious use of this smi<g ref="char:EOLhyphen"/>ting <note place="margin">Isa. 58. 4.</note> expression of the <hi>Hand</hi> in <hi> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> </hi> and <hi>debate,</hi> <pb n="76" facs="tcp:110295:53"/> calls it the <hi>Fist of wickednesse.</hi> </p> </div> <div n="36" type="gesture"> <head>Reprchen<g ref="char:EOLhyphen"/>do. Gestus XXXVI.</head> <p>TO BOX OR SMITE ONE WITH THE PALM OF THE HAND, is their expression who would <hi>rebuke</hi> or <hi>correct</hi> another for some saucie speech or action. Hence the <hi>Hand</hi> with the fin<g ref="char:EOLhyphen"/>gers stretched out, which <hi>Isidor</hi> calls the <hi>palme,</hi> hath its name in <hi>Hippocrates</hi> from a word that signifieth to strike. <hi>Agellius</hi> useth the word <hi>de<g ref="char:EOLhyphen"/>palmare</hi> for this smiting expression of the <hi>palme:</hi> The Greeks to the same signification of gesture use the word <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. This <hi>contemptuous</hi> expression of <hi>anger</hi> the officer of the high Priest <note place="margin">Joh. 18. 22 Mark 14. 65. Mat. 26. 67</note> used to our blessed Saviour; for the Text saies, He strooke him with the palme of his <hi>Hand,</hi> taking upon him to <hi>rebuke</hi> Christ for answering the high Priest irreverently as he cursedly supposed. To the naturall signification of this <hi>offensive</hi> ge<g ref="char:EOLhyphen"/>sture, may that of the Prophet <hi>Isaiah</hi> be referred, <note place="margin">Isa. 5. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>5.</note> Therefore is the <hi>anger</hi> of the Lord kindled a<g ref="char:EOLhyphen"/>gainst his people, and He hath STRETCHED FORTH HIS HAND against them, and hath smitten them, &amp;c. for all this, his <hi>anger</hi> is not turned away, but his HAND IS STRETCHED OUT still.</p> </div> <div n="37" type="gesture"> <head>Appre<g ref="char:EOLhyphen"/>hendo. Gestus XXXVII</head> <p>TO LAY HAND UPON ONE is their expressi<g ref="char:EOLhyphen"/>on who with <hi>authority apprehend</hi> and lay hold of one as a delinquent to <hi>secure their per<g ref="char:EOLhyphen"/>son.</hi> This is one of the properest expressions of the <hi>Hand; apprehension</hi> being the proper action of the <hi>Hand,</hi> for <hi>Hand</hi> and <hi>Hold</hi> are <hi>conjugates,</hi> as they terme them in the Schooles; from which gesture the <hi>Hand</hi> is called <hi>Organon antilepticon,</hi> <note place="margin">Dr. Crook in his Mi<g ref="char:EOLhyphen"/>crocosm.</note> for it is the first use of the <hi>Hand</hi> to TAKE HOLD. <pb n="77" facs="tcp:110295:53"/> With the Ancients this gesture is <hi>manucaptio</hi> and <hi>manus injicere.</hi> This is a dangerous <hi>Habeas Cor<g ref="char:EOLhyphen"/>pus</hi> <note place="margin">Eras. Ada<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </note> in officers who are the <hi>Hands</hi> of the Law, &amp; without words obtains the force of an <hi>arrest,</hi> and hath a spice of their <hi>authority</hi> more strong then their emblematicall Mace. These actions <note place="margin">Mark 14. 46.</note> are frequently entered in the Counter of Time. Thus the officers of the high Priest LAID HANDS on Christ, and tooke him.</p> </div> <div n="38" type="gesture"> <head>Manumit<g ref="char:EOLhyphen"/>to. Gestus XXXUIII</head> <p>TO LET GO ONES HOLD AND TAKE OFF THE HAND FROM ANY ONE, is their ge<g ref="char:EOLhyphen"/>sture who would signifie a <hi>willingnesse to re<g ref="char:EOLhyphen"/>lease one that was before in their possession and power,</hi> as having some <hi>reason to grant them their liberty.</hi> This with the Ancients is <hi>manu<g ref="char:EOLhyphen"/>mittere,</hi> and from the signification of this naturall gesture, the Ancients tooke their formes of <hi>ma<g ref="char:EOLhyphen"/>numission,</hi> used when they did <hi>enfranchise</hi> their bond-men: of which the Civill Law takes much <note place="margin">See Justin. Institut.</note> notice, and the observation of Critiques are very large in that matter. There is in this naturall ex<g ref="char:EOLhyphen"/>pression of the <hi>Hand</hi> a certaine forme of the thing signified. Hence the Aegyptian Priests who alwayes had their eyes fixt upon the <hi>Hand</hi> of nature, in their Hieroglyphique expressed <hi>li<g ref="char:EOLhyphen"/>berty</hi> <note place="margin">Pier. hie<g ref="char:EOLhyphen"/>roglyph. lib. 35.</note> by a HAND EXTENDED OUT AT LARGE, in which lively symbole of gesture, the fingers seem to be made <hi>frée</hi> of the <hi>Hand.</hi> The medall of <hi>Tiberius Claudius Caesar,</hi> in which a little gra<g ref="char:EOLhyphen"/>ven <note place="margin">Idem ibid.</note> image hath the LEFT HAND OPENED TO ITS UTTERMOST EXTENT, with this inscrip<g ref="char:EOLhyphen"/>tion, <hi>Libertas Augusta,</hi> implies as much, since the left <hi>Hand</hi> the most retentive appears <hi>fréely to manumit;</hi> for as the <hi>Hand</hi> in this posture implies <pb n="78" facs="tcp:110295:54"/> the naturall liberty of its owne proper and indi<g ref="char:EOLhyphen"/>viduall body: so it most properly expresses the gift of the same priviledge to others by the same freedome of gesture.</p> </div> <div n="39" type="gesture"> <head>Incito. Gestus XXXIX.</head> <p>TO CLAP ONE ON THE BACK OR SHOUL<g ref="char:EOLhyphen"/>DER WITH THE HAND, is their expression who would <hi>hearten</hi> and <hi>encourage</hi> others; a ge<g ref="char:EOLhyphen"/>sture obvious in the <hi>Hand</hi> that takes part with those that are in fight, and desires to set men or beasts together by the ears. Significantly respe<g ref="char:EOLhyphen"/>ctive unto this, is that gesture among others, used <note place="margin">Sandys Travells. lib. 4.</note> in installing the Knights of St. <hi>John</hi> of Jerusa<g ref="char:EOLhyphen"/>lem, whereby he that gives him Knight-hood, LAYING HIS HAND ON HIS SHOULDER doth <hi>exhort</hi> him to be vigilant in the Faith, and to aspire unto true honour by <hi>couragious</hi> and laudable actions.</p> </div> <div n="40" type="gesture"> <head>Foveo. Gest. XL.</head> <p>VVE USE TO STROKE THEM GENTLY WITH OUR HAND whom we <hi>make much of, cherish, humour,</hi> or <hi>affectionately love,</hi> an expression very obvious among the a<g ref="char:EOLhyphen"/>ctions of common life, being a kinde of <hi>indul<g ref="char:EOLhyphen"/>gent</hi> declaration of the minde, used to <hi>pacifie</hi> and <hi>please</hi> others, performed by drawing our <hi>Hand</hi> with a sweetning motion over the head or face of the party to whom we intend this insi<g ref="char:EOLhyphen"/>nuation. This the Ancients call <hi>mulcere caput alterius;</hi> a gesture often used by men in signe of <hi>favour</hi> and <hi>encouragement</hi> to ingenious and to<g ref="char:EOLhyphen"/>wardly youths.</p> </div> <div n="41" type="gesture"> <head>Admoneo Gest. XLI</head> <p>TO TAKE HOLD GENTLY Of ANOTHERS HAND, is a gesture used by those who <hi>admo<g ref="char:EOLhyphen"/>nish</hi> <pb n="79" facs="tcp:110295:54"/> and <hi>perswade,</hi> which hee that shall set him<g ref="char:EOLhyphen"/>selfe to observe the actions of men, may upon such occasions finde used to the same intents and purposes. <hi>Mithropaustes</hi> used this gesture in <hi>ad<g ref="char:EOLhyphen"/>monishing Demaratus</hi> the Lacedemonian: who <note place="margin">Plutarch in the life of Themi<g ref="char:EOLhyphen"/>stocles.</note> being in the Court of Persia, the King willing him to aske what gift he would. Hee besought the King to grant him this favour, to licence him to goe up and downe the City of Sardis with his royall Hat on his head, as the Kings of Persia do. For, <hi>Mithropaustes</hi> the Kings cozen TAKING HIM BY THE HAND, said unto him, <hi>Demaratus,</hi> the Kings Hat thou demandest, and if it were on thy head, it would cover but little wit. Nay though <hi>Jupiter</hi> should give thee his Lightning in thy <hi>Hand,</hi> yet that would not make thee <hi>Jupiter.</hi> And we finde <hi>Timon,</hi> surnamed <hi>Misanthropos</hi> (as <note place="margin">Idem in the life of Alcibiades</note> who would say <hi>Loup-garou,</hi> or the man-hater) using this expression: who meeting <hi>Alcibiades</hi> with a great traine as he came one day from the Councell and Assembly of the City, not passing by him, nor giving him way (as hee did to all o<g ref="char:EOLhyphen"/>ther men) but went straight to him, and TOOKE HIM BY THE HAND, and said, O, thou doest well my sonne, I con thee thanke, that thou go<g ref="char:EOLhyphen"/>est on and climbest up still: for if ever thou be in authority, woe be unto those that follow thee, for they are utterly undone. Such an intention of gesture, but with more vehemency of expression the Angels used to <hi>Lot,</hi> while he lingred in So<g ref="char:EOLhyphen"/>dome, <note place="margin">Gen. 19. 16.</note> LAYING HOLD UPON HIS HAND, and UPON THE HAND of his wife, and UPON THE HAND of his two daughters, to <hi>admonish</hi> and <hi>perswade</hi> them to a sudden departure from that accursed City.</p> </div> <div n="42" type="gesture"> <pb n="80" facs="tcp:110295:55"/> <head>Confido. Gestus XLII.</head> <p>TO LEAN UPON ANOTHERS HAND, is their gesture who make a confiding use of the staffe of their age or affection, an expression im<g ref="char:EOLhyphen"/>porting that they much rely upon their faith and friendship: and often seene in the <hi>Hand</hi> of great Princes, when for greater state and ease they goe supported in this wise. The signification of which countenance of Majesty doth in effect shew that the Nobleman on whose <hi>Hand</hi> the King leaned, was next and subordinate in authority to himself, and that the waight of all the principall affaires of State did lye on his <hi>Hands.</hi> Thus in the Booke of the Kings of Judah we reade of a Prince (the <note place="margin">2 Kin. 7. 3.</note> same that mockt at the words of <hi>Elisha</hi> when he foretold of the releefe of Samaria) on whose <hi>Hand Iohoram</hi> King of Israel lean'd: that is, as the Glosse upon our Bibles hath it, a Prince to whom the King gave the charge &amp; oversight of things, as doth more plainly appeare by the 27. verse of the same Chapter. And the speech of <hi>Naaman</hi> to <hi>Elisha</hi> after hee had cured him of his Leprosie, <note place="margin">2 King. 5.</note> makes it more apparant: Onely herein let the Lord be mercifull to thy servant, that when my Master goeth into the house of <hi>Rimmon</hi> to wor<g ref="char:EOLhyphen"/>ship, and leane upon my <hi>Hand,</hi> &amp;c. Where <hi>Naa<g ref="char:EOLhyphen"/>man</hi> craveth to bee pardoned of zeale without knowledge, as <hi>M. Junius</hi> saith, it being no such <note place="margin">Wilsons Christ. Dict.</note> thing as should trouble his conscience to bow himselfe in an officious sort and civill duty to bend his body that his Lord might leane upon his <hi>Hand</hi> when he went into the Temple of the Idol <hi>Rimmon</hi> to adore. Thus <hi>Libo Drusus</hi> sustained by the <hi>Hand</hi> of his brother, entred into the Se<g ref="char:EOLhyphen"/>nate house to answer to that enormity hee was <note place="margin">Tacitus.</note> <pb n="81" facs="tcp:110295:55"/> accused of: who when hee saw <hi>Tiberius</hi> a great way off, he held up his <hi>Hands,</hi> imploring mercy with great humility. Which statelinesse of ge<g ref="char:EOLhyphen"/>sture was much used in Asia by great persons, and is at this day by your Italian Ladies.</p> </div> <div n="43" type="gesture"> <head>Impedio. Gestus XLIII.</head> <p>TO HOLD FAST ANOTHERS HAND in the signification of <hi>hindrance</hi> and <hi>restraint,</hi> is a gesture so obvious in the cholericke perturbati<g ref="char:EOLhyphen"/>ons of humane life, that it needs no illustration by example, since we may every day meet with satisfaction in the publique streets: for in quar<g ref="char:EOLhyphen"/>rells where there is any moderation or over ma<g ref="char:EOLhyphen"/>stering power on one side, this <hi>restraint</hi> of the <hi>Hand</hi> is used both with signification and advan<g ref="char:EOLhyphen"/>tage. To this gesture may be referred that of the Prophet <hi>Zechariah,</hi> A great tumult from the Lord <note place="margin">Zach. 14. 13. 14.</note> shall be among them, and they shall lay hold eve<g ref="char:EOLhyphen"/>ry one on the <hi>Hand</hi> of his neighbour, and his <hi>Hand</hi> shall rise up against the <hi>Hand</hi> of his neigh<g ref="char:EOLhyphen"/>bour, and <hi>Judah</hi> also shall fight at Jerusalem, &amp;c.</p> </div> <div n="44" type="gesture"> <head>Recordo. Gestus XLIV.</head> <p>TO IOG ONE ON THE ELBOW, is the usuall intimation of those who <hi>put others in minde,</hi> and take upon them the part of a Remembran<g ref="char:EOLhyphen"/>cer: a gesture very frequent in the common pas<g ref="char:EOLhyphen"/>sage of humane affaires: much practised by the <hi>Hands</hi> of the ancient Romane Nomenclators, as appeares by the testimony of <hi>Horace:</hi> <q> <l>Mercemur servum, qui dictet nomina, laevum <note place="margin">Horac. l. 1. Epist. 6.</note> </l> <l>Qui fodiat latus—</l> </q> </p> </div> <div n="45" type="gesture"> <head>Recom<g ref="char:EOLhyphen"/>mendo. Gestus. XLV</head> <p>TO TAKE ONE BY THE HAND in courtesie, to <hi>recommend</hi> them unto another by way of presentation, is an usuall expression in the <hi>Hands</hi> of men, a gesture significant and remark<g ref="char:EOLhyphen"/>able, <pb n="82" facs="tcp:110295:56"/> having beene tooke notice of by ancient Chronologers: for, the <hi>Hand</hi> according to the primitive intention of Nature, having by a ne<g ref="char:EOLhyphen"/>cessary consent of Nations beene ever chosen Chronologer of al remarkable actions, hath con<g ref="char:EOLhyphen"/>sequently proved its own Biographer. If there<g ref="char:EOLhyphen"/>fore we but cast an intuitive eye upon those me<g ref="char:EOLhyphen"/>morials the Right <hi>Hand</hi> of Time hath left fairly noted in the Left Palme of Antiquity, even by the old autography of the <hi>Hand,</hi> wee may spell out the sense of this naturall expression. For when <hi>Valentinian</hi> had a full purpose to adorne his sonne <hi>Gratian,</hi> a pretty young stripling, and <note place="margin">Ammian. Marcellin. lib. 7.</note> well growne, with the Imperiall Ensignes, when he had wrought the Souldiers to accept thereof, hee ascended up the Tribunall, and taking the youth by the Right <hi>Hand,</hi> hee brought him up before them, and in a publique Oration <hi>recom<g ref="char:EOLhyphen"/>mended</hi> him (as ordained Emperour) to the Ar<g ref="char:EOLhyphen"/>mie. Another Copie of this naturall gesture we finde in the <hi>Hand</hi> of <hi>Pertinax,</hi> refusing in modesty the Empire; pretending his age and meane de<g ref="char:EOLhyphen"/>scent: <note place="margin">Herodian. lib. 2.</note> who taking <hi>Glabrio</hi> by the <hi>Hand,</hi> and pul<g ref="char:EOLhyphen"/>ling him forth, placed him in the Imperiall Throne, <hi>recommending</hi> him as more fit for the Empire. And <hi>Commodus</hi> in a speech he made un<g ref="char:EOLhyphen"/>to the Souldiers of his Army, puts them in minde <note place="margin">Idem l. 1.</note> how his father <hi>Marcus</hi> when hee was an infant, carried him in his armes, and delivered him into their <hi>Hands, recommending</hi> him (as it were) to their tutelage and fidelity. Thus also <hi>Tiberius</hi> (though with dissimulation) tooke <hi>Nero</hi> and <hi>Drusus, Germanicus</hi> children, by the <hi>Hands,</hi> and <hi>re<g ref="char:EOLhyphen"/>commended</hi> <note place="margin">Tacitus Annal. l. 3.</note> them to the care of the Senate in a dissembling Oration he made. Thus <hi>Cyrus</hi> taking <pb n="83" facs="tcp:110295:56"/> <hi>Hystaspas</hi> by the Right <hi>Hand,</hi> gave her unto his <note place="margin">Xenoph. de Cyr. inst. lib. 8.</note> friend <hi>Gobrias,</hi> who having stretched out his <hi>Hand</hi> before, received her at his <hi>Hands.</hi> And this expression <hi>Raguel</hi> used when he gave his daugh<g ref="char:EOLhyphen"/>ter <hi>Sarah</hi> to wife to young <hi>Tobias,</hi> an expression <note place="margin">Tob. 7. 13</note> which delivered from <hi>Hand</hi> to <hi>Hand</hi> is one of the solemne rites of Matrimony to be used by the fa<g ref="char:EOLhyphen"/>ther of the Bride.</p> </div> <div n="46" type="gesture"> <head>Officiose duco. Gestus XLVI.</head> <p>TO LEAD ONE BY THE HAND, is their ex<g ref="char:EOLhyphen"/>pression who <hi>take care of the weaknesse and inability of others in matters of progressive mo<g ref="char:EOLhyphen"/>tion,</hi> used most commonly to young children whom wee <hi>would teach and assist to goe with more ease</hi> and safety: of which manuduction Holy Writ affords many examples. Thus <hi>Agar</hi> <note place="margin">Gen. 21. 18.</note> by commandement of the Angel held her childe by the <hi>Hand,</hi> which allegorically signifies the workes of the Law, that is, the Law comman<g ref="char:EOLhyphen"/>deth workes. Thus the Tribune tooke the Ne<g ref="char:EOLhyphen"/>phew of Saint <hi>Paul</hi> by the <hi>Hand.</hi> And to this <note place="margin">Act. 23. 19 Ezek. 45. 1</note> may be referred that of the Prophet <hi>Ezekiel,</hi> Thus saith the Lord unto <hi>Cyrus,</hi> whose Right <hi>Hand</hi> I have holden. And to the signification of this ge<g ref="char:EOLhyphen"/>sture appertains that of the Prophet <hi>Isaiah,</hi> con<g ref="char:EOLhyphen"/>cerning <note place="margin">Isa. 51. 18</note> the misery of Jerusalem, There is none to <hi>guide</hi> her among all the sonnes whom she hath brought forth: neither is there any that TAKETH HER BY THE HAND, of all the sonnes that shee hath brought up. This sense of gesture hath that also of the Author to the Hebrewes: In the <note place="margin">Heb. 8. 9.</note> day when I TOOK THEM BY THE HAND, to <hi>lead</hi> them out of the land of Aegypt. The like <note place="margin">Isa 41. 13 42. 6. Psal. 89. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>1</note> phrase of gesture occurres in divers other places of Scripture. But when this expression is used to <pb n="84" facs="tcp:110295:57"/> a female, and one of riper yeares, 'tis significant to present an officious and tender respect or ser<g ref="char:EOLhyphen"/>viceable affection. The aspiring affectation of women raised by Choppines to an artificiall ele<g ref="char:EOLhyphen"/>vation of stature, hath made this courtly garb of gesture more necessary and commodious to great Ladies, and hath preferr'd it to bee one of the eight parts of speech of a Gentleman-ushers Ac<g ref="char:EOLhyphen"/>cidence. Hence <hi>Ovid,</hi> a man well versed in such <note place="margin">Ovid. met. lib. 2.</note> obsequious expressions, makes <hi>Jupiter</hi> at his arri<g ref="char:EOLhyphen"/>vall into Crete, LEAD EUROPA BY THE HAND into the Cave of <hi>Dicte.</hi> This expression is some<g ref="char:EOLhyphen"/>times used to the blinde; for the <hi>Hand</hi> as it speaks by signes unto the dumb, so in a more necessary garbe of speech it officiates the place of an eye, and speaking in the conducting dialect of a friendly assistance, supplyes the defect of an ocu<g ref="char:EOLhyphen"/>lar direction. <hi>Samson</hi> when the Philistines had <note place="margin">Judg. 16. 26.</note> boared out his eyes, was beholden to the Lad that HELD HIM BY THE HAND, for the last at<g ref="char:EOLhyphen"/>chievement of his fatall strength. And in this sense the blind man and his leader are a kind of relatives.</p> </div> <div n="47" type="gesture"> <head>Impatien<g ref="char:EOLhyphen"/>tia<g ref="char:cmbAbbrStroke">̄</g> prodo. Gestus XLVII.</head> <p>TO APPLY THE HAND PASSIONATELY UNTO THE HEAD, is a signe of <hi>anguish, sor<g ref="char:EOLhyphen"/>row, griefe, impatiencie,</hi> and <hi>lamentation,</hi> used also by those who <hi>accuse</hi> or <hi>justifie</hi> themselves. The recourse and offer of nature in this <hi>relieving</hi> expression of the <hi>Hand,</hi> makes good the Adage, <hi>Ubi dolor, ibi digitus.</hi> The Prophet <hi>Jeremiah</hi> pro<g ref="char:EOLhyphen"/>phesying <note place="margin">Eras. Adag Jer. 2. 37.</note> against Judah, foretels that she should be brought to use this note or signe of <hi>lamenta<g ref="char:EOLhyphen"/>tion.</hi> ¶ And <hi>Tamar</hi> defloured by her brother <note place="margin">2 Sam. 13. 19.</note> <hi>Ammon,</hi> LAID HER HAND UPON HER HEAD, <pb n="85" facs="tcp:110295:57"/> as it were <hi>accusing</hi> or <hi>justifying</hi> her selfe, as <hi>Lo<g ref="char:EOLhyphen"/>rinus.</hi> <note place="margin">Lorinus in his coment. upon Numbers. Plutarch in the life of Solon.</note> And 'tis probable that the Shunamites childe when he cryed, My head, my head, made use of this <hi>dolorous</hi> expression of the <hi>Hand. Thales</hi> by a pretty Pageant put <hi>Solon</hi> into such a passion by making him beleeve his sonne was dead at Athens, that like a mad man he straight beganne to beat his head, like one <hi>impatient in affliction,</hi> and <hi>overcome with sorrow.</hi> The Head is the na<g ref="char:EOLhyphen"/>turall hieroglyphique of health, and the <hi>Hand</hi> of reliefe and protection, as being the Champion of the Head. Hence in the straits of imminent perils, or dolorous calamity, they usually meet in a Committee of safety. Hence <hi>Tiberius Grac<g ref="char:EOLhyphen"/>chus</hi> engaged in extreame danger, as it were <hi>ju<g ref="char:EOLhyphen"/>stifying</hi> himselfe, and recommending his life and safety, which depended on his Head, to the peo<g ref="char:EOLhyphen"/>ple <note place="margin">Florus.</note> of Rome, LAYING HIS HAND UPON HIS HEAD, went forward to the Capitoll: which by the sinister interpretation of his enemies turned to his prejudice, they inferring that by this signe he craved the Diadem. Some such passage you shall finde in <hi>Aristophanes,</hi> where <hi>Dicaepolis</hi> to this effect: <hi>Et si non vera profatus fuero <note n="*" place="margin">Aristoph. Acharnan.</note> manu supra caput imposita, quae<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> universus approbet po<g ref="char:EOLhyphen"/>pulus.</hi> </p> </div> <div n="48" type="gesture"> <head>Sollicite cogito. Gestus XLVIII.</head> <p>TORUE OR SCRATCH THE HEAD WITH THE HAND, is their naturall gesture who are in <hi>anguish</hi> or <hi>trouble of minde:</hi> for common<g ref="char:EOLhyphen"/>ly when we are in <hi>doubt,</hi> and <hi>uncertaine what to doe,</hi> we <hi>musing</hi> SCRATCH OUR HEAD. Hence by a proverbiall translation from this gesture, <hi>Ca<g ref="char:EOLhyphen"/>put fricare, seu digito scalpere,</hi> is used <hi>pro cogitare.</hi> <note place="margin">Eras. Adag</note> But why we should in <hi>earnest meditation</hi> so na<g ref="char:EOLhyphen"/>turally <pb n="86" facs="tcp:110295:58"/> expresse our <hi>endeavour</hi> by this recourse of the <hi>Hand</hi> to the head, to scratch where it doth not itch; is, may be, to rowze up our distracted intellect; or else the <hi>Hand,</hi> which is the Engi<g ref="char:EOLhyphen"/>neere of invention, and wits true <hi>Palladium,</hi> ha<g ref="char:EOLhyphen"/>ving a naturall procacity to bee acquainted with their phansie, officiously offers it selfe to facili<g ref="char:EOLhyphen"/>tate the dispatch of any affaires that perplex a faculty so neer ally'd unto it, the <hi>Hand</hi> in the col<g ref="char:EOLhyphen"/>laterall line of Nature, being couzen germane to the Fancie.</p> </div> <div n="49" type="gesture"> <head>Pudeo. Gestus XLIX.</head> <p>THE RECOURSE OF THE HAND TO THE FACE in <hi>shame,</hi> is a naturall expression, as <hi>Alexander Aphrodisaeus</hi> proves.<note place="margin">Alex. Aphr. l. 1. Probl. 15.</note> For, <hi>shame</hi> being a passion that is loath to see or be seene, the bloud is sent up from the breast by nature, as a mask or veile to hide the labouring face, and the apply<g ref="char:EOLhyphen"/>ing of the <hi>Hands</hi> upon the face is done in imita<g ref="char:EOLhyphen"/>tion of the modest act of Nature. Hence <hi>Licen<g ref="char:EOLhyphen"/>tius</hi> a Noble young man writing to <hi>Austin</hi> a lear<g ref="char:EOLhyphen"/>ned and sweet Poem, very cunningly alludes to this naturall expression. <q> <l>Et mea Calliope quamvis te cominus altum</l> <l>Horreat, &amp; <note n="*" place="margin">Licentius.</note> vultus abscondat—</l> </q> This declaration of <hi>shame</hi> by the <hi>Hand,</hi> we finde <hi>Marke Antony</hi> to have used after the battaile of Actium fought betweene him and <hi>Octavius Cae<g ref="char:EOLhyphen"/>sar.</hi> <note place="margin">Plutarch. in the life of Anton.</note> For he flying with a doting speed after <hi>Cleo<g ref="char:EOLhyphen"/>patra,</hi> who was fled before, having overtaken her, and being pluckt up into her Gally: at his first comming saw her not, but being <hi>ashamed</hi> and <hi>cast downe</hi> with his adverse fortune, went and sate downe alone in the prowe of the Ship, and said never a word, CLAPPING HIS HEAD <pb n="87" facs="tcp:110295:58"/> BETWEEN BOTH HIS HANDS. ¶ And this expression is not onely used in respect of our selves, but of others also, as daily experience and the actions of men doe declare. For when there were divers Oratours of Greece very fluent and elegant speakers, sent Ambassadours unto <hi>Philip,</hi> and <hi>Demosthenes</hi> had not spoken sufficiently for the honour of the Commonwealth, If there bee any credit to bee given to <hi>Aeschines</hi> his enemy, putting it downe in one of his Orations: <hi>Adje<g ref="char:EOLhyphen"/>cit ille etiam maxime ridenda, quarum collegas ita [pudebat] ut <note n="*" place="margin">Aeschines pro Ti<g ref="char:EOLhyphen"/>ma<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ch.</note> faciem obtegerent.</hi> The same <hi>Ae<g ref="char:EOLhyphen"/>schines</hi> in another Oration, where he describes the impudent audacity of a most notorious wic<g ref="char:EOLhyphen"/>ked man, who would speake openly in a pub<g ref="char:EOLhyphen"/>lique assembly of the Citizens naked; Such, saith hee, was the beastlinesse of that petulant and drunken man, that wise men put their <hi>Hands</hi> be<g ref="char:EOLhyphen"/>fore their eyes, blushing in the behalfe of the Commonwealth which used such Counsellours.</p> </div> <div n="50" type="gesture"> <head>Adoro. Gest. L.</head> <p>TO KISSE THE HAND, is their <hi>obsequious</hi> expression who would <hi>adore</hi> &amp; <hi>give respect</hi> by the courtly solemnity of a <hi>salutation</hi> or <hi>vale<g ref="char:EOLhyphen"/>diction.</hi> The gracefull carriage of the <hi>Hand</hi> in this officious obedience to the will, while it moves to the chiefest orifice of the minde. <hi>Ter<g ref="char:EOLhyphen"/>tullian</hi> and others have acknowledged to have the handsome sense of a civill complement. To whom <hi>Lucian</hi> consents. <hi>Qui adorant</hi> (saith S<hi rend="sup">t</hi>. <hi>Hierom) solent manum <note n="*" place="margin">Lucian. in Demo<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>h. Ene. Hierom. ad Russ.</note> deosculari.</hi> And in the phrase of <hi>Plautus</hi> this is <hi>Adorare suaviter.</hi> There is no expression of the <hi>Hand</hi> more frequent in the formalities of civill conversation, and he is a novice in the Court of Nature, who doth not <pb n="88" facs="tcp:110295:59"/> understand a <hi>basiér de la main:</hi> and he a clown in Humanity, who doth not speake to his betters in this <hi>respectfull</hi> language of the <hi>Hand.</hi> </p> </div> <div n="51" type="gesture"> <head>Distante<g ref="char:cmbAbbrStroke">̄</g> amicum revereor. Gest. LI.</head> <p>TO BRING THE HAND TO OUR MOUTH, AND HAVING KISSED IT, TO THROW IT FROM US, is their expression who would <hi>present their service, love, and respect to any that are distant from them.</hi> A gesture I have often observed to have beene used by many at publique shewes, to their friends, when their standings have beene remote from them. <hi>Tacitus</hi> calls this <note n="*" place="margin">Tacit. hist. lib. 1.</note> <hi>Jacere os<g ref="char:EOLhyphen"/>cula. Dion <note n="*" place="margin">Dion. Othon.</note> Oscula per digitos mittere. Otho</hi> who omitted no servile crowching for an Empire, after this manner threw his kisses abroad; and herein shew'd himselfe his crafts master, for hee had not often cast out this bait of <hi>courtesie,</hi> but the people bit at it, and swallowed this popular libation of the <hi>Hand.</hi> And when the Tide was once turn'd, the Senators contending and shoul<g ref="char:EOLhyphen"/>dering who should get first, defaced <hi>Galbas</hi> I<g ref="char:EOLhyphen"/>mage, extolled the Souldiers judgement, kissing <hi>Otho's Hand,</hi> and the lesse they meant it in heart, doing so much the more in outward appearance.</p> </div> <div n="52" type="gesture"> <head>Conscien<g ref="char:EOLhyphen"/>ter affir<g ref="char:EOLhyphen"/>mo. Gest. LII.</head> <p>TO LAY THE HAND OPEN TO OUR HEART, using a kinde of bowing gesture, is a garb wherein we <hi>affirm</hi> a thing, <hi>swear</hi> or <hi>call God to witnesse a truth,</hi> and so we seem as if we would openly exhibit unto sense, the <hi>testimony of our conscience,</hi> or take a tacite oath, putting in se<g ref="char:EOLhyphen"/>curity, that <hi>no mentall reservation doth basely divorce our words and meaning, but that all is truth that we now protest unto.</hi> This expressi<g ref="char:EOLhyphen"/>on hath been most observed in the ancient Gre<g ref="char:EOLhyphen"/>cians, <pb n="89" facs="tcp:110295:59"/> as <hi>Chrysippus</hi> saith, who from this naturall expression of the <hi>Hand,</hi> concludes the lodging of the soule to be about the heart. The Turkes at this day are observed most frequently to use this naturall forme of protesting, with whom the <hi>Hand</hi> spread upon the breast, is accounted equi<g ref="char:EOLhyphen"/>valent to the most solemne oath, insomuch as whatsoever they speake or promise using this gesture, may be beleeved as ingeniously spoken, and the accomplishment of that promise to be presumed of. If we would see this forme of <hi>sin<g ref="char:EOLhyphen"/>cere asseve<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ation</hi> in practise, our owne Histories afford us many examples. For the forme that hath been and is used at this day in judiciary tri<g ref="char:EOLhyphen"/>alls &amp; arraignments of Noble men who are tri<g ref="char:EOLhyphen"/>ed by their Peers, is, that when the Lord Steward or Clarke of the Crowne, asketh the Peers whe<g ref="char:EOLhyphen"/>ther the Noble man there arraigned be guilty or not, every one of them ceremoniously by his <hi>Hand</hi> to his breast, affirms upon his honor and consci<g ref="char:EOLhyphen"/>ence he is, or is not guilty, according as they find him. The particularizing of the examples I pur<g ref="char:EOLhyphen"/>posely omit, as unwilling to offend any Noble Personages who love not to heare of the tainted bloud of their Ancestours.</p> </div> <div n="53" type="gesture"> <head>Poeniten<g ref="char:EOLhyphen"/>tia<g ref="char:cmbAbbrStroke">̄</g> osten<g ref="char:EOLhyphen"/>do. Gest. LIII</head> <p>TO BEAT AND KNOCK THE HAND UP<g ref="char:EOLhyphen"/>ON THE BREAST, is a naturall expression of the <hi>Hand,</hi> used in <hi>sorrow, contrition, repentance, shame,</hi> and in <hi>reprehending our selves,</hi> or when any thing is irksome unto us, because the breast is the cabin of the heart; and this naturall proca<g ref="char:EOLhyphen"/>city of the <hi>Hand</hi> to this gesture, doth manifest the heart to be the seat of affections. This natu<g ref="char:EOLhyphen"/>rall ceremony is exemplified in sacred Writ; for <pb n="90" facs="tcp:110295:60"/> this was the <hi>penitentiall</hi> expression that the Publican used who went up to the Temple to <note place="margin">Luke 18. 13.</note> pray. Thus also the people who were witnesses of our Saviours sufferings, and the wonders that followed thereupon, beholding the things that were done, SMOTE THEIR BREASTS and re<g ref="char:EOLhyphen"/>turned. This habit of the <hi>Hand</hi> is much practi<g ref="char:EOLhyphen"/>sed <note place="margin">Luke 23. 48.</note> by the zelots in the Roman superstition, as a <hi>penitentiary</hi> expression most patheticall, who are wont also mysteriously to mince this natu<g ref="char:EOLhyphen"/>rall expression, and ceremoniously sometimes with two or three fingers only, lightly to strike upon their breast and mouth, a thing usuall with the ancient Ethniques of old. And in ancient times in <hi>testifying griefe</hi> &amp; <hi>mourning,</hi> and at fu<g ref="char:EOLhyphen"/>neralls, as a solemne kinde of behaviour, they used <note place="margin">Plutar. ad Apol. </note> this expression whom <hi>Plutarch</hi> calls <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. So in <hi>Cornelius Tacitus, Incendebat haec fletum, <note n="*" place="margin">Tacit. Hist.</note> pectus at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> os manibus verberans.</hi> And the acute Epigrammatist describing the corpo<g ref="char:EOLhyphen"/>rall adjuncts of <hi>sorrow</hi> and <hi>mourning:</hi> </p> <lg> <l>Quod fronte Selium nubila vides, Rufe,</l> <l>Quod ambulator porticum terit serus;</l> <l>Lugubre quiddam quod tacit piger vultus,</l> <l>Quod pene terram tangit indecens nasus;</l> <l>Et <note n="*" place="margin">Martial. l. 2. Epig.</note> dextra pectus pulsat, &amp; coma<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> vellit;</l> <l>Non ille amici fata [luget.]</l> </lg> <p> <hi>Gregory Nyssen</hi> when he would paint out as it were in apt colours of expression an <hi>unusuall griefe of mind,</hi> and as it were a certaine <hi>heat of anger,</hi> he useth the phrase of this habit, <note n="*" place="margin">Nyssen in funere pulcheriae.</note> <hi>pe<g ref="char:EOLhyphen"/>ctus manibus verberare.</hi> Touching the naturall intentions of the fist in this expression so custo<g ref="char:EOLhyphen"/>mary and significant in sorrow and repentance, the Fathers very elegantly and declaratively <pb n="91" facs="tcp:110295:60"/> deliver their opinions thus: We strike our breast with the <hi>Hand,</hi> as it were <hi>protesting against the</hi> <note place="margin">Cyp. de orat. Dom Hier. in vit. Hillar.</note> <hi>sins included in that mansion,</hi> as <hi>Cyprian:</hi> Or as if <hi>we would drive those evill cogitations from our heart,</hi> as <hi>Hierome:</hi> Or <hi>to rouse up our heart.</hi> as <hi>Theophylact:</hi> Or <hi>to appease the judge we take revenge upon our selves,</hi> as <hi>Chrysostome:</hi> Or <hi>to</hi> <note place="margin">Chrysost. Hom. 41. Aug. in Psal. 146.</note> <hi>chastise our flesh wherewith we have offended God,</hi> as <hi>Austin.</hi> </p> </div> <div n="54" type="gesture"> <head>Dolorem noto. Gest. LIV</head> <p>TO HOLD THE HANDS UPON THE LOINS, SIDES OR HIP, is their expression who <hi>féel some paine in those regions of the body,</hi> of<g ref="char:EOLhyphen"/>ten seen in those which feel the pains of travell, and in those who are troubled with Hipocon<g ref="char:EOLhyphen"/>driacall melancholy, and the Sciatica, or Hip<g ref="char:EOLhyphen"/>gout. This demeanour of the <hi>Hand</hi> is very de<g ref="char:EOLhyphen"/>clarative in the first sense, as appeares in the Pro<g ref="char:EOLhyphen"/>phesie of the Prophet <hi>Jeremiah,</hi> Demand, now <note place="margin">Jer. 30. 6.</note> and behold, if man travell with childe; where<g ref="char:EOLhyphen"/>fore doe I behold every man with HIS HANDS UPON HIS LOINES, as a woman with travell, and all faces turned into palenesse: upon which place, they who are curious may consult with <hi>Ghislerius.</hi> </p> </div> <div n="55" type="gesture"> <head>Indigna<g ref="char:EOLhyphen"/>tione ti<g ref="char:EOLhyphen"/>meo. Gest. LV.</head> <p>THE SMITING OF THE HAND UPON THE THIGH, in the practise and conversation of common life, was ever frequent, and is so deeply imprinted in the maners of men, that you shall in vaine perswade a man <hi>angry</hi> and <hi>inraged with griefe,</hi> to contain his <hi>Hand</hi> from this passion. <hi>Se<g ref="char:EOLhyphen"/>neca</hi> the Philosopher attributes this expression of <note place="margin">Sen. l. 1. de Ira cap. ul.</note> the <hi>Hand</hi> to <hi>anger,</hi> where he saith, <hi>Quid opus fe<g ref="char:EOLhyphen"/>mur ferire?</hi> In <hi>griefe</hi> it is also significant, as they <pb n="92" facs="tcp:110295:61"/> who are versed in <hi>Homer</hi> doe well know when they meet with those places wherein he de<g ref="char:EOLhyphen"/>scribes his <hi>Heroes</hi> provoked to <hi>anger</hi> and <hi>dolour,</hi> whom he calls <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. In the sacred oracles of the Prophets we have this expression noted &amp; described; for that holy Prophet speaking of <hi>Ephraim lamenting,</hi> Surely after I was con<g ref="char:EOLhyphen"/>verted, I <hi>repented,</hi> and after that I was instructed, <note place="margin">Jer. 31. 19.</note> I SMOTE UPON MY THIGH, &amp;c. which ge<g ref="char:EOLhyphen"/>sture in that Prophet hath the signification of <hi>re<g ref="char:EOLhyphen"/>pentance,</hi> with others of <hi>anger, dolour,</hi> and <hi>in<g ref="char:EOLhyphen"/>dignation.</hi> In the same sense it appeares in the Prophesie of the Prophet <hi>Ezechiel,</hi> Cry and howle, son of man; terrours by reason of the <note place="margin">Ezek. 21. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>2.</note> sword shall be upon my people; SMITE THERE<g ref="char:EOLhyphen"/>FORE UPON THY THIGH. <hi>Tully</hi> indeed as<g ref="char:EOLhyphen"/>cribes <note place="margin">Cicer. Tusc. 3.</note> it to <hi>mourning; Feminum &amp; capitis per<g ref="char:EOLhyphen"/>cussiones.</hi> The registers of common life, Histories, are full of examples of this habit of the <hi>Hand,</hi> bearing the character of this sense. Thus <hi>Cy<g ref="char:EOLhyphen"/>rus</hi> <note place="margin">Xenoph. l. 7. de inst. Cyr.</note> in <hi>Xenophon</hi> hearing of the death of <hi>Abrada<g ref="char:EOLhyphen"/>tas,</hi> SMOTE HIS HAND UPON HIS THIGH. And <hi>Flaccus</hi> President of Aegypt and <hi>Syria,</hi> ban<g ref="char:EOLhyphen"/>nished by <hi>Caius</hi> the Emperour, when he arrived <note place="margin">Philo. Jud in Flac.</note> at the Island Andros most <hi>miserably howling in his calamity,</hi> SMOTE HIS HANDS AND THIGHES. <hi>Fabius Dictator,</hi> when his Generall of the <hi>Cavaliere Minutius</hi> had almost cast away himselfe and his Army, at the sight thereof is <note place="margin">Plutarch in the life of Fabius.</note> said to have uttered his <hi>anger</hi> and <hi>dolour</hi> this way. And when <hi>Pompey</hi> had received let<g ref="char:EOLhyphen"/>ters from Rome advertising him what great mat<g ref="char:EOLhyphen"/>ters the people had passed in his behalfe, some say that at the receit of them (in the presence <note place="margin">Idem in the life of Pompey.</note> of his familiar freinds and they that were about <pb n="93" facs="tcp:110295:61"/> him &amp; rejoyced with him for congratulation) he knit his brows, and CLAPPED ON HIS THIGH, as though it <hi>grieved him</hi> to have such great offi<g ref="char:EOLhyphen"/>ces and charge laid upon him, one in the neck of another; by this dissimulation cloaking his ambi<g ref="char:EOLhyphen"/>tion. ¶ This gesture of the <hi>Hand</hi> is significant also in <hi>fear, admiration</hi> and <hi>amazement.</hi> Hence <hi>Plutarch</hi> relating the injuries that the Pirates <note place="margin">Plutarch in the life of Pom<g ref="char:EOLhyphen"/>pey.</note> whom <hi>Pompey</hi> vanquished did the Romans, saies, the greatest spite and mockery they used to the Romans was this; That when they had taken any of them, and that he cried he was a Citi<g ref="char:EOLhyphen"/>zen of Rome, and named his name, then they made as though they had been <hi>amazed</hi> and <hi>afraid</hi> of that they had done; for they CLAPPED THEIR HANDS ON THEIR THIGHS, and fell downe on their knees before them, praying him to forgive them.</p> </div> <div n="56" type="gesture"> <head>Data fide promitto. Gest. LVI</head> <p>TO STRIKE ANOTHERS PALM, is the habit and expression of those who <hi>plight their troth, give a pledge of faith and fidelity, promise, offer truce, confirme a league, buy, sell, grant, covenant, bargaine, give or take handsell, en<g ref="char:EOLhyphen"/>gage themselves in suretiship, refer their con<g ref="char:EOLhyphen"/>troversies to an arbiter, put to comprimise or chuse an umpier, engage themselves to be true and trusty, warrant</hi> and <hi>assure.</hi> That this gesture hath the sense and signification of <hi>faith</hi> and a so<g ref="char:EOLhyphen"/>lemne <hi>promise,</hi> is apparent by the frequent inti<g ref="char:EOLhyphen"/>mations of the Roman Poets, who by this ge<g ref="char:EOLhyphen"/>sture doe often imply <hi>faith.</hi> Thus the Prince of <note place="margin">Virgil Aeneid.</note> Latine Poesie in this of <hi>Dido,</hi> <q> <l>—En dextra [fides<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan>.]</l> </q> And in that of <hi>Anchises,</hi> <note place="margin">Idem.</note> </p> <p> <pb n="94" facs="tcp:110295:62"/> <hi>Dat dextram, at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> animu<g ref="char:cmbAbbrStroke">̄</g> presonti pignore firmat. Ovid</hi> no way ignorant of any matter of manuall expression, brings in <hi>Pandion</hi> taking his leave of <hi>Tereus,</hi> and his daughter <hi>Philomol</hi> demanding this <hi>pledge and pawn of faith.</hi> <q> <l>Ut [fidei pignus] <note n="*" place="margin">Ovid Me<g ref="char:EOLhyphen"/>tamorph.</note> dextras utra<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> popossit.</l> <l>Inter seque datas junxit.—</l> </q> And that lofty Tragedian brings in <hi>Licus</hi> suing for marriage with <hi>Megara,</hi> saying, <q> <l>[Sociemus] animos, [fidei hoc pignus] <note n="*" place="margin">Senec. in Here. sur.</note> cape continge dextram.—</l> </q> <hi>Martial</hi> according to the acute way of Epi<g ref="char:EOLhyphen"/>gramatists, <note place="margin">Martial Epigr.</note> taking a hint from the peculiar pro<g ref="char:EOLhyphen"/>perty of the right <hi>Hand</hi> in <hi>making promise,</hi> brings in <hi>Caesar</hi> in the whiske of one of his Epi<g ref="char:EOLhyphen"/>grams, answering two petitioners at once, by promising with both his <hi>Hands:</hi> <q> <l>Dum peteret pars haec myrinum pars illa triumphu<g ref="char:cmbAbbrStroke">̄</g> </l> <l>[Promisit] pariter Caesar utra<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> manu.</l> </q> <hi>Isidor</hi> saith, this gesture is the witnesse of <hi>faith</hi> and <hi>trust.</hi> In <hi>faith,</hi> saith <hi>Pliny,</hi> we put forth our <note place="margin">Pliny Nat. Hist.</note> Right <hi>Hand,</hi> or when we make a <hi>faithfull pro<g ref="char:EOLhyphen"/>mise.</hi> The Cynique in his symbole advising men <note place="margin">Diogenes.</note> to adde benignity to their courtship, covertly alludes to the propriety of this free expression, <q> <l>Give not unto thy friend a clinched <hi>Hand.</hi> </l> </q> And the symbole of <hi>Pythagor as,</hi> <q> <l>Doe not to every man extend thy <hi>Hand;</hi> </l> </q> wills us not promiscuously to prostitute this friendly token of expression. To which that of <hi>Lypsius</hi> may be referred, <hi>Vis dextram [fidei] mei [testem?] habes hic impressum, etsi coram <note n="*" place="margin">Lyps. Epi. Matth. O vand.</note>ipsam dare &amp; jungere mihispes est cum aulam vestram videbo.</hi> When the Hyrcanians of <hi>Cyrus</hi> Army expostulated with him in regard he seemed to <pb n="95" facs="tcp:110295:62"/> distrust them. <hi>Cyrus</hi> in <hi>Xenophon</hi> is said to have <note place="margin">Xenoph. Cyr lib. 4.</note> answered him thus, <hi>Cogito nobis omnibus [fidem] esse in anim is nostris, at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> in [nostris manibus.]</hi> This expression of the <hi>Hand</hi> the Greeks very elegant<g ref="char:EOLhyphen"/>ly note in the word <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. The Stoicks say <hi>faith</hi> is derived of the word <hi>facere</hi> to doe, be<g ref="char:EOLhyphen"/>cause all things that are <hi>faithfully promised,</hi> ought to be performed; most aptly therefore im<g ref="char:EOLhyphen"/>plied by the <hi>Hand</hi> the symbole of action. And <hi>faith</hi> is strengthned by this expression of REA<g ref="char:EOLhyphen"/>CHING OUT THE RIGHT HAND. How did <hi>Cicero</hi> condole the violation of <hi>promise</hi> made by <note place="margin">Tul. in Ant. Phi<g ref="char:EOLhyphen"/>lip. 11.</note> this <hi>speaking paction</hi> of the <hi>Hand? Dextrae, qua [fidei testes] esse solebant, perfidiae sunt &amp; scelere violatae. Virgil</hi> for an expression of breach of <hi>promise</hi> symbolically useth the prevarication of this gesture,—<hi>Fallere dextram.</hi> And in this sense some take that of the Prophet <hi>Isaiaeh,</hi> Is there not a lie in my right <hi>Hand?</hi> And to this, that of the <note place="margin">Isa. 44. 20.</note> Psalmist may be referred, whose <hi>Right Hand</hi> is a <hi>Right Hand</hi> of falshood, that is, as the glosse on <note place="margin">Psal. 144. 11.</note> our Bibles hath it, Though they STRIKE HANDS yet they keep not <hi>promise. Caius Ligarius</hi> used this expression of <hi>promising</hi> his aid, assi<g ref="char:EOLhyphen"/>stance and concurence in any secret confederacy <note place="margin">Plutar. in the life of Brutus.</note> with <hi>Brutus,</hi> who when <hi>Brutus</hi> came to see him being sicke in his bed, and said unto him, O <hi>Li<g ref="char:EOLhyphen"/>garius</hi> in what a time art thou sicke? <hi>Ligarius</hi> rising up in his bed, and taking him by the Right <hi>Hand,</hi> said unto him, <hi>Brutus,</hi> if thou hast any great enterprise in <hi>Hand,</hi> worthy of thy self, I am whole. <hi>Gobrias</hi> in <hi>Xenophon</hi> praiseth the <hi>Right</hi> <note place="margin">Xenoph. Cyr.</note> <hi>Hand</hi> of <hi>Cyrus</hi> for what it <hi>promised</hi> it performed. And the Danes, Swedes, and Norwegeans in whom the honest impressions of nature flow <pb n="96" facs="tcp:110295:63"/> from their <hi>Hands</hi> pure and unmixt without any <hi>fucus</hi> of dissimulation or affectation of art, doe most faithfully retaine the naturall sincerity of this expression of <hi>faith,</hi> for of those Northerne Nations our learned <hi>Barclay</hi> gives this commen<g ref="char:EOLhyphen"/>dation. <note place="margin">Barelay Icon. ani<g ref="char:EOLhyphen"/>morum. cap. 8.</note> They breake no <hi>promises</hi> when their HANDS ARE GIVEN. Such Religious obser<g ref="char:EOLhyphen"/>vers of their manuall <hi>faith</hi> were the ancient Medes and Persians. Hence <hi>Plethon Genistus</hi> <note n="*" place="margin">Plethon Genist.</note> <hi>manus porrectio maxima inter Persas censetur fi<g ref="char:EOLhyphen"/>des.</hi> Wherefore <hi>Cyrus</hi> in <hi>Xenophon</hi> in an Orati<g ref="char:EOLhyphen"/>on he made unto the Medes, saith, <hi>Hyrcanis qui<g ref="char:EOLhyphen"/>bus &amp; [jusjurandum] &amp; <note n="*" place="margin"> Rerum Graec. l. 2.</note>dextras dedi [fidem] ser<g ref="char:EOLhyphen"/>vabo, &amp; nunquam hoc deprechendar prodidisse.</hi> And <hi>Xenophon</hi> relating an agreement between the Persian and the Grecian Armies for a peaceable departure and safe conduct, having recited the Articles, saith, <hi>Haec utrin<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> [jurejurando] sancita sunt, <note n="*" place="margin"> Rerum Graec. l. 2.</note> dextra datae vicissim.</hi> A royall example of this declaration of the <hi>Hand</hi> we have in <hi>Da<g ref="char:EOLhyphen"/>rius,</hi> who after he was wounded by <hi>Bessus</hi> and the other conspirators, to the souldier of <hi>Alex<g ref="char:EOLhyphen"/>ander</hi> who found him sore wounded in his litter, but as yet alive, recommending in a speech he made of his master, touching his love and ac<g ref="char:EOLhyphen"/>knowledgement <note place="margin">Justin. lib. 11. and Quintus Curt.</note> of courtesie, and that he dyed his debter; in token whereof as a Kingly <hi>pledge of his faith,</hi> he gave the souldier HIS RIGHT HAND to carry unto <hi>Alexander,</hi> and these words being uttered, having STRETCRED OUT HIS HAND, hee gave up the ghost. <hi>Florus Josephus</hi> <note place="margin">Florus Joseph. l. 18. c. 12.</note> proves this expression of the <hi>Hand</hi> to have been in very great force and virtue among the Anci<g ref="char:EOLhyphen"/>ents. <hi>Artabanus</hi> (saith he) King of the Parthians, STRETCHING OUT HIS RIGHT HAND <hi>swore</hi> <pb n="97" facs="tcp:110295:63"/> to <hi>Anilaeus</hi> the Jew, that his brother <hi>Asinaeus</hi> might have safe accesse unto him, which with the Barbarians about to assemble, is a most cer<g ref="char:EOLhyphen"/>taine argument of <hi>trust.</hi> For after the RIGHT HAND GIVEN, with them it is neither lawfull to deceive or difficult, all suspitions and diffidence ceasing. Wherefore when he was moved by the master of his Horse that he might kill <hi>Asinaeus,</hi> he denyed to permit that against a man who had committed himselfe to his <hi>Faith con<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>nied</hi> BY GIVING THE RIGHT HAND, with an oath. To this expression that passage also of the Romane History may be referred, where <hi>Flavius</hi> cometh <note place="margin">Livie l. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> </note> to the Romane Generall <hi>Gracchus,</hi> enforming him that hee had begunne an enterprise of great consequence, for the accomplishing and full perfecting whereof hee needed the <hi>helping Hand</hi> of <hi>Gracchus</hi> himselfe: namely, that he had perswaded all the Fretors and Governours, who in that universall trouble of Italy had revolted to <hi>Annibal,</hi> to returne into the league and friend<g ref="char:EOLhyphen"/>ship of the Romanes; by many arguments I have used to them. Thus and thus were my words un<g ref="char:EOLhyphen"/>to them: and indeed but my words: Mary they had liever heare <hi>Gracchus</hi> himselfe speake, and heare the same from his owne mouth: they would more gladly talke with him in person, and TAKE HOLDOF HIS RIGHT HAND, which as the <hi>assured pawne</hi> of his <hi>faithfull promise</hi> he carryeth alwayes with him wheresoever he goeth, and they desire no more. This may bee further illu<g ref="char:EOLhyphen"/>strated by another passage of <hi>Livic,</hi> where <hi>Sy<g ref="char:EOLhyphen"/>phax</hi> <note place="margin">Livic l. 29</note> King of Numidia having contracted a new alliance with the Africans, by marrying <hi>Sophoni<g ref="char:EOLhyphen"/>sva</hi> the daughter of <hi>Asdrubal,</hi> allured by the faire <pb n="98" facs="tcp:110295:64"/> words of his new Spouse, sent into Sicily to <hi>Sci<g ref="char:EOLhyphen"/>pio</hi> to advise him not to passe over into Africke, nor rely upon any confidence of him, or build up<g ref="char:EOLhyphen"/>on his former <hi>promises. Scipio</hi> in his Letters which he dispatched by the same Ambassadours, requested him earnestly to be advised, and bethink himselfe that he breake not the rights either of friendship or hospitable league with him: or the league and society entred with the people of Rome: nor violate Justice and <hi>faithfull promise</hi> made BY GIVING RIGHT HANDS: nor yet beguile and abuse the gods, the Witnesses and Judges of all <hi>covenants</hi> and <hi>agreements</hi> made. ¶ <hi>Isidore</hi> saith, the surety of <hi>Peace</hi> is given with the <hi>Hand.</hi> And indeed all <hi>leagues, truces,</hi> and <hi>compacts</hi> are confirmed by this gesture of the <hi>Hand.</hi> Thus the <hi>league</hi> Trium-virat betweene <hi>Antonius Lepidus</hi> and <hi>Caesar</hi> was established at Confluents, betweene Perusia and Bononia, they IOYNE HANDS, and their armies embrace. <note place="margin">Dorlear<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> upon Ta<g ref="char:EOLhyphen"/>cit.</note> Which league they symbolically, expressed by three Right <hi>Hands</hi> embracing each other, with this Motto, <hi>Salus generis humani:</hi> a strange Im<g ref="char:EOLhyphen"/>presse to gull the world with and to cloake their ambitious confederacy. The King of Persia com<g ref="char:EOLhyphen"/>manded <note place="margin">Camer. hist. med.</note> his Ambassadours to make this expres<g ref="char:EOLhyphen"/>sion in his name. And in the same manner the ancient Emperours and Kings of Germany were wont to send their great men to <hi>conclude a peace,</hi> and determine affaires, when they could not goe themselves. <hi>Apollophanes Cyzicenus,</hi> who had in former times beene bound to <hi>Pharnabazus</hi> by the lawes of Hospitality, and was a guest at that <note place="margin">Xenoph. Per. Graec. lib. 4.</note> time with <hi>Agesilaus,</hi> promised him to bring <hi>Pharnabazus</hi> to a parly for <hi>confirmation of a <pb n="99" facs="tcp:110295:64"/> Peace,</hi> which <hi>Agesilaus</hi> hearing of, consented; so he having received, <hi>faithfull promise</hi> of safe conduct, and THE RIGHT HAND BEING GI<g ref="char:EOLhyphen"/>VEN, brought <hi>Pharnabazus</hi> into the appointed place, where having saluted one another, <hi>Phar<g ref="char:EOLhyphen"/>nubazus</hi> first of all PUT FORTH HIS RIGHT HAND, to which <hi>Agesilaus</hi> also IOYN'D HIS. Of this language of <hi>assurance</hi> expressed by the GI<g ref="char:EOLhyphen"/>VEN HAND, there called <hi>Dextra securitatis.</hi> The Bookes of the Macchabees are very pregnant. Thus when the 3. thousand Souldiers that <hi>Jona<g ref="char:EOLhyphen"/>than</hi> had sent to <hi>Demetrius</hi> to Antiochia at his <note place="margin">1 Macch.</note> request, (when the Citizens saw that the Jewes had gotten the <hi>upper Hand,</hi> and they were disap<g ref="char:EOLhyphen"/>pointed of their purpose of staying their King) made their supplication unto the King, say<g ref="char:EOLhyphen"/>ing, GIVE US THE RIGHT HAND [or <hi>grant us peace.]</hi> Thus they of Gaza made supplication unto <hi>Ionathan,</hi> and he GAVE THEM THE RIGHT <note place="margin">1 Macch. 11. 62. 1 Macch. 13. 45.</note> HAND [or <hi>made peace with them]</hi> When <hi>Si<g ref="char:EOLhyphen"/>mon</hi> had besieged Beth-sura, and fought against it a long season, and shut it up; at last they de<g ref="char:EOLhyphen"/>sired RIGHT HANDS TO BE GIVEN THEM, to whom GIVING THE RIGHT HAND, &amp;c. [that is, they desired <hi>peace,</hi> which he <hi>granted.]</hi> <note place="margin">For so the Glosse of our Bibles expound these pla<g ref="char:EOLhyphen"/>ces. 1 Macch. 13. 50.</note> When <hi>Simon</hi> had besieged Gaza, the people of that City cried with a loud voice, beseeching <hi>Si<g ref="char:EOLhyphen"/>mon</hi> TO GIVE THEM RIGHT HANDS, [that is, to <hi>grant</hi> them <hi>peace.]</hi> So they in the Castle at Jerusalem besought <hi>Simon</hi> that he would IOYNE RIGHT HANDS, which he gave them [or <hi>make peace</hi> with them, which he did.] Thus <hi>Andro<g ref="char:EOLhyphen"/>nicus</hi> <note place="margin">2 Macch. 4. 34.</note> comming to <hi>Onias</hi> who had fled to the San<g ref="char:EOLhyphen"/>ctuary at Daphne, hard by Antiochia, counselled him craftily, GIVING HIM HIS RIGHT HAND <pb n="100" facs="tcp:110295:65"/> with an oath, by that faire show of peace per<g ref="char:EOLhyphen"/>swaded him to come out: whom incontinently without any regard of righteousnesse, he slew ac<g ref="char:EOLhyphen"/>cording to <hi>Meuelaus</hi> instigation. So the No<g ref="char:EOLhyphen"/>mades <note place="margin">2 Maccab. 12. 11.</note> of Arabia being overcome, besought <hi>Ju<g ref="char:EOLhyphen"/>das</hi> A RIGHT HAND TO BE GIVEN THEM: which <hi>Iudas</hi> giving them, thereupon they SHOO<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> HANDS, and so departed to their Tents. And thus <hi>Antiochus Eupater</hi> communed with the men in <note place="margin">2 Maccab. 13. 22.</note> Beth-sura, and GAVE AND TOOKE THE RIGHT HAND, [or tooke <hi>truce</hi> with them.] ¶ The speech of <hi>Reuben</hi> to his father <hi>Jacob</hi> about <hi>Benja<g ref="char:EOLhyphen"/>mins</hi> delivering into his <hi>Hands,</hi> hath reference to <note place="margin">Gen. 42. 37.</note> this signification of <hi>trust.</hi> And that speech of <hi>Ju<g ref="char:EOLhyphen"/>dah</hi> unto his Father about the same busines, I will be surety for him; of my <hi>Hand</hi> shalt thou require <note place="margin">Gen. 43. 9</note> him. ¶ In the sense of <hi>fidelity</hi> all the Princes &amp; men of power, and all the sons of <hi>David</hi> GAVE THE HAND unto King <hi>Salomon.</hi> And the Pro<g ref="char:EOLhyphen"/>phet <note place="margin">1 Chron. 29. 24</note> <hi>Ezekiel</hi> emphatically declaring the perjury and infidelity of the King of Jerusalem, who had <note place="margin">Ezek. 17. 18.</note> broken the oath made with the King of Babel, which he had <hi>confirmed</hi> BY GIVING HIS HAND, denounceth these punishments: That he should dye in the midst of Babel, in the place of the King that had made him King, whose oath hee had despised, and whose covenant made with him he brake: Neither should <hi>Pharaoh</hi> King of Aegypt in whom he trusted deliver him. For hee hath despised the Oath, and broken the <hi>Covenant,</hi> YET LOE, HE HAD GIVEN HIS HAND! And verily all Nations have ever had a natu<g ref="char:EOLhyphen"/>rall respect unto the mystery of Faith, which hath her firme existence in the <hi>Hand,</hi> and have so esteemed the <hi>Right Hand,</hi> they thought the <pb n="101" facs="tcp:110295:65"/> touch thereof to be the most lively, significant and expresse <hi>pawne</hi> or <hi>pledge</hi> of <hi>faithfulnesse:</hi> whence all <hi>compacts, leagues, Grants, combina<g ref="char:EOLhyphen"/>tions, truces, proviso's, bargaines, covenants,</hi> and <hi>entercourses</hi> whatsoever, are held to be in<g ref="char:EOLhyphen"/>violably <hi>ratified,</hi> and to stand in full power, force, and virtue by the TOUCH of the <hi>insuring Hand.</hi> For when we GIVE OUR HAND, we doe seal<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> as it were an obligation or reall contract, by which presents we deeply ingage our selves to a punctuall accomplishment of that which our <hi>Hand</hi> had <hi>protested</hi> to; the <hi>Hand</hi> being bound as a surety that our deeds shall bee forth-comming, and be found answerable to our words: for who<g ref="char:EOLhyphen"/>soever forfeits the Recognizance of his <hi>Hand,</hi> he breaks the most sacred and strongest band of of Truth; and by falsifying his manuall faith proves a kinde of Renegado to himselfe. <hi>Caelius Rhodiginus</hi> thinkes there is some Pythagoricall <note place="margin">Cael. Rho. var. lect.</note> mystery in this authenticke guise of the <hi>Hand</hi> in <hi>warrantizing faithfull dealings,</hi> and that the ge<g ref="char:EOLhyphen"/>sture flowes from a secret and religious reve<g ref="char:EOLhyphen"/>rence to that comprehensive number <hi>Ten,</hi> for while each <hi>Hand</hi> doth extend five fingers which move to the comprehension of each other, they premit a resemblance of the <hi>Decades</hi> mystery, since meeting in their formall close they seem to greet one another in that number. <hi>Callymachus</hi> and <hi>Varro</hi> endeavour to render another reason, <note place="margin">Callymac. &amp; Varro.</note> drawne from the naturall authority and com<g ref="char:EOLhyphen"/>mand that consists in the virtue of the <hi>Right Hand.</hi> And verily <hi>Faith</hi> consists wholly in the <hi>Right Hand,</hi> and the left hath no obligatory force or virtue in it. For to give the left hand, or to take anothers given <hi>Right Hand</hi> with the <pb n="102" facs="tcp:110295:66"/> left, is not binding in point of naturall Faith. And therefore when <hi>Josippus Gorio</hi> the Jew, de<g ref="char:EOLhyphen"/>sired a Roman Souldier to give him his <hi>Right</hi> <note place="margin">Dorleans upon Ta<g ref="char:EOLhyphen"/>citus.</note> <hi>Hand</hi> in signe of <hi>Faith,</hi> he gave him his left, and drawing his sword with his <hi>Right Hand,</hi> slew him; and yet he cannot properly be said to have falsified his promise, since he gave him but his left hand, whose touch hath no assurance, but was ever held deceitfull and ominous. Therefore the oath of Faith in all adjurations was taken and required by the <hi>Right Hand.</hi> Hence <hi>Plautus, Haec per dextram tuam, dextrate retinente manu,</hi> <note place="margin">Plautus captiv.</note> <hi>obsecro, infidelior mihi ne sis quam ego sum tibi.</hi> To which may be referred that adjuration of <hi>Cicero, per dextram ipsam quam hospes hospiti por<g ref="char:EOLhyphen"/>rexisti.</hi> <note place="margin">Cicero pro Deje<g ref="char:EOLhyphen"/>taro Gal. Reg.</note> For, the Ancients were wont by this gesture of <hi>faith,</hi> to put their last will and com<g ref="char:EOLhyphen"/>mandement into the obliged <hi>Hand</hi> of their heirs, or executors. To which intent <hi>Masinissa</hi> sent to <hi>Manilius</hi> Proconsull of Africa, requesting him to send unto him, then at the point of death, <hi>Scipio</hi> <note place="margin">Valer. Max. l. 5.</note> <hi>Aemilianus</hi> who then served under his command as a Souldier, supposing his death to prove more happy, if he dyed embracing his <hi>Right Hand,</hi> and adjured him thereby, to performe his last wil and testament. <hi>Tarquinius Priscus</hi> sent for <hi>Servius</hi> to this purpose. Thus the friends of <hi>Germanicus</hi> <note place="margin">Liv. De cad. 1.</note> touching his <hi>Right Hand</hi> swore to revenge his death. And <hi>Micipsa</hi> King of Numidia after he <note place="margin">Tacit. Ar. pal. 2.</note> had adopted <hi>Jugurth,</hi> upon his death-bed used these words unto him, I adjure thee by this Right <hi>Hand</hi> [which he held] and by the allegi<g ref="char:EOLhyphen"/>giance thou owest to thy Country, that thou e<g ref="char:EOLhyphen"/>strange <note place="margin">Salust. de bello Ju<g ref="char:EOLhyphen"/>gurth.</note> not thy love and service from these thy kinsmen whom by favour and adoption I have <pb n="103" facs="tcp:110295:66"/> created thy brethren. To this, <hi>Virgil</hi> alluding to <note place="margin">Virg. Ae<g ref="char:EOLhyphen"/>neid. 7.</note> the generall custome: <q> <l>Fata per Aeneae juro dextram<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> potentem.</l> </q> Tibullus <hi>alludes to this gesture,</hi> <q> <l>Te teneam moriens deficiente manu. <note place="margin">Tib. Eleg.</note> </l> </q> The wilde Irish doe ordinarily use to sweare by this seat of faith and minister of virtue, the <hi>Right Hand,</hi> who at every third word are wont to lash out an oath, and among the rest, these, By my <note place="margin">Cambden in Britan.</note> God fathers <hi>Hand,</hi> by my gossips <hi>Hand,</hi> or by thy <hi>Hand,</hi> and for the performance of promise, and that a man may beleeve them, these are of grea<g ref="char:EOLhyphen"/>test weight to binde them: If one sweare by the <hi>Hand</hi> of an Earle, or of his owne Lord, or some mighty person, for if he be forsworne and con<g ref="char:EOLhyphen"/>vict of perjury, the said mighty man will wring from him perforce a great summe of money, and a number of cowes, as if by that perjury the greatest abuse and injury that might be, were of<g ref="char:EOLhyphen"/>fered to his name. And the Hebridian Scots <note place="margin">Hect. Boet lib. 2 ex quo Zin<g ref="char:EOLhyphen"/>guer. The<g ref="char:EOLhyphen"/>at. hum. vit.</note> and Mountainiers in their contracts sweare by the <hi>Hand</hi> of their Captaine, an ordinance obser<g ref="char:EOLhyphen"/>ved among them ever since <hi>Evenus</hi> the first King that exacted the oath of Faith at their <hi>Hands.</hi> ¶ But the indissoluble soder and inviolable bond of society, which old sincerity instructed by reason in the tacit force thereof thought the great oath and the strongest hold the Re-publick hath to keep the honour of her estate is Faith, then which there was never any thing held to be of greater credit or antiquity. Hence <hi>Xeno<g ref="char:EOLhyphen"/>phon</hi> hath <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>id est, publicam fidem.</hi> And <hi>Numa</hi> by his dedication of the <hi>Hand</hi> to Faith, and commanding the Flamins to exe<g ref="char:EOLhyphen"/>cute <note place="margin">Liv. lib. 1. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> Plut.</note> their functions with their <hi>Hands</hi> covered, <pb n="104" facs="tcp:110295:67"/> and wrapped close to their fingers ends, gave a notable testimony that he held Faith for holy and sacred after touching of the Right <hi>Hand,</hi> that it ought be kept and preserved, and that her seate was sacred and consecrated even upon the Right <hi>Hands,</hi> and therefore that it ought by no meanes to be violated: wherefore in particu<g ref="char:EOLhyphen"/>lar contracts among the Romans there was not any oath more religious and holy then the oath of Faith, a point of naturall doctrine that <hi>Numa</hi> did but enforce with his rituall additions. But the authority, reputation, consequence and dig<g ref="char:EOLhyphen"/>nity of the Publicke Faith was had in such sin<g ref="char:EOLhyphen"/>gular estimation, that men held their money no <note place="margin">Camer. Hist. med</note> where so safe as in the <hi>Hands</hi> of the Publicke State. Hence it is that we may see many ancient coines with two <hi>Hands</hi> joyned together, with this inscription of Faith kept; <hi>Fides Romanorum,</hi> <note place="margin">Pier. hier. lib. 35.</note> sometimes <hi>Fides legionum.</hi> And hence also it was that the Romans were wont to contrive the statues of those Princes that had deserved well of the Common-wealth, that by a <hi>Right Hand</hi> extended out they signified their Faith unto the same. <hi>Tully</hi> had reference to this State<g ref="char:EOLhyphen"/>oath, when he said, I gave Publicke Faith upon the promise of the Senators, that is to say, he of<g ref="char:EOLhyphen"/>fered forth his <hi>Right Hand,</hi> as a pledge thereof: and it is fit this naturall ceremony of an oath should be reverenced in the <hi>Hand,</hi> the chiefest seat of Fidelity, since it is the honest foundation of all right and equity. ¶ Nothing so ordinary in the common affaires of life as STRIKING HANDS, whether it be for confirmation of our bargaines, grants or covenants in the behalfe of our selves, or in undertaking by way of promise <pb n="105" facs="tcp:110295:67"/> and suretiship for others wherein the <hi>Hand</hi> as a surety is still engaged. And indeed the whole trade of the universe is driven by this driving stroke of the <hi>Hand:</hi> he that shall (as I have some<g ref="char:EOLhyphen"/>times done) walke upon the Royall Exchange among Merchants, meerly to observe their <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> <g ref="char:EOLhyphen"/>ter courses of buying and selling, shall soone be saisfied in the naturall force of this expression. But he that would see the vigour of this gesture in <hi>pur is naturalibus,</hi> must repaire to the Hors<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> Cirque, or Sheep Pe<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>s in Smith-field, where those crafty Olympique Merchants who <gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>ed the <hi>Hand</hi> of no Broker to speed the course of their affaires, will take you for no chapman, un<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> lesse you strike them good lucke, and smite them earnest in the palme. And I have sometimes in consort with my friend had good sport to set him to observe the pure and naturall efforts of these men in the heat of their dealings, and have suffered my selfe to bee a little smitten with the <hi>Hand</hi> of deceit, to gaine the curiosity of an ex<g ref="char:EOLhyphen"/>periment, a kinde of solace, pleasing to Philoso<g ref="char:EOLhyphen"/>phicall complexions, and such who hunt after the subtleties of Nature: wherein though I can<g ref="char:EOLhyphen"/>not brag of my bargain, yet I can afford my Rea<g ref="char:EOLhyphen"/>der a good penniworth. Their cunning manna<g ref="char:EOLhyphen"/>ging of the <hi>Hand</hi> in time and tone, I have some<g ref="char:EOLhyphen"/>times call'd the Horse-Rhetorique of Smithfield, which by calculation I have found to differ from the Fish Dialect of Billingsgate, in the mono<g ref="char:EOLhyphen"/>chord of motion, and peaceablenesse of accent. And he that shall undertake to out-write <hi>Mark<g ref="char:EOLhyphen"/>ham,</hi> and like <hi>Hocus Pacus</hi> to discover the subtle<g ref="char:EOLhyphen"/>ties of his own profession, wil not set forth the art of Hors-coursing well, if he omit the rule of buy<g ref="char:EOLhyphen"/>ing <pb n="106" facs="tcp:110295:68"/> and selling by this insurance and policy of the <hi>Hand.</hi> </p> <p>¶ But as concerning that perillous striking of the <hi>Hand</hi> for others, <hi>Salomon</hi> who was well ver<g ref="char:EOLhyphen"/>sed in the subtle notions of manuall utterance, acknowledging the signification thereof in sure<g ref="char:EOLhyphen"/>tiship, discommends the inconvenient and obli<g ref="char:EOLhyphen"/>gatory force of this expression: My sonne, if thou <note place="margin">Prov. 6. 1.</note> be surety for thy friend, if thou hast stricken thy <hi>Hand</hi> with a stranger, thou art snared, &amp;c. And in another place: Be not thou of those that strike <note place="margin">Prov. 22. 6</note> <hi>Hands,</hi> or of them that are sureties for debts. And the Wiseman striking again with the same <hi>Hand</hi> of reprehension: A man void of understanding striketh <hi>Hands</hi> and becommeth surety in the pre<g ref="char:EOLhyphen"/>sence of his friend. Wherein he checkes the in<g ref="char:EOLhyphen"/>discreet forwardnesse of some men in these kinde of undertakings, who offer themselves before the favour is required at their <hi>Hands,</hi> and at the very sight of and presence of his friend, without con<g ref="char:EOLhyphen"/>sideration <note place="margin">Dr. Jerm. mins pa<g ref="char:EOLhyphen"/>raphr. ob<g ref="char:EOLhyphen"/>servat. on the Prov.</note> or looking into the businesse, thrusts his <hi>Hands</hi> into the bond of suretiship. And such a man is here describ'd to bee a man wanting a heart, and surely it were well if such a one were without a <hi>Hand</hi> also: for since hee hath not un<g ref="char:EOLhyphen"/>derstanding in his heart to keep him from hurt, it were good he had no power in his <hi>Hand</hi> to doe himselfe hurt: especially if he be such a foole, as having strucken anothers <hi>Hand,</hi> and made him<g ref="char:EOLhyphen"/>selfe a surety, he striketh his owne <hi>Hands</hi> as ap<g ref="char:EOLhyphen"/>plauding himselfe for it, which may be the sense of this place. Surely such a foole may quickly wring his <hi>Hands</hi> together in sorrow, who before did clap his <hi>Hands</hi> in joy, and may strike him<g ref="char:EOLhyphen"/>selfe in anger with the same <hi>Hand</hi> wherewith in <pb n="107" facs="tcp:110295:68"/> the foolish kindnesse of suretiship he strucke the <hi>Hand</hi> of another. For he that hath strucken his <hi>Hand</hi> to be surety for his friend, had beene better that his friend had strucke him with a harder blow, when by striking his <hi>Hand</hi> he hath brought him, under the <hi>Hand</hi> of another, and <hi>behinde hand</hi> in the world. <hi>Salazar</hi> commenting upon these places of the Proverbs, renders this expression of <note place="margin">Salaz. comment. in Prov. Sal.</note> the <hi>Hand,</hi> according to Expositors. Variously, sometimes 'tis <hi>Manum desigere, volam percutere, in fidei jubentibus pro debitis manum pepigere, in fidei jussionibus stipulata manu side jubere.</hi> And he calls it sometimes <hi>Sonum securitatis vel assecurationis, scil. eum sonum quem in stipulationis, &amp; fideijussio<g ref="char:EOLhyphen"/>nis, seu assecurationis pacto manus manui conserta, &amp; illisa edore solet. Job</hi> also, eloquent in affliction, <note place="margin">Job 17. 3.</note> in his appeale from men to God, acknowledgeth the obligatory sense of this expression of the <hi>Hand,</hi> Lay downe now, put me in a surety with thee; who is hee that will STRIKE HANDS with me? By <hi>Tully</hi> this solemne bond or obli<g ref="char:EOLhyphen"/>gation of the <hi>Hand</hi> is called <hi>Nexus: Attici, te</hi> <note place="margin">Tul. ad Atticum lib. 7. Idem in paradox.</note> <hi>esse scribis mancipio, &amp; nexu: meum autem usu &amp; fructu.</hi> And in another place: <hi>Non enim ita di<g ref="char:EOLhyphen"/>cunt eos esse servos, ut sunt mancipia, quae sunt Do<g ref="char:EOLhyphen"/>minorum facta nexu aut aliquo jure civili.</hi> Hence in the Lawes of the twelve Tables we finde these words, <hi>Ut quae res mancipii essent, qui eas venderet, nexum faceret.</hi> To which may bee annexed that which <hi>Valerius Maximus</hi> reports of <hi>Titus Vetu<g ref="char:EOLhyphen"/>rius,</hi> <note place="margin">Valer. Max l 6.</note> who as his words are, <hi>Propter domesticam ruinam &amp; grave as alienum C. Plotio Nexum se dare admodum adolescentulus coactus esset.</hi> This ex<g ref="char:EOLhyphen"/>pression by gesture, by reason of the significati<g ref="char:EOLhyphen"/>on it hath in Nature, was not onely used in Te<g ref="char:EOLhyphen"/>staments, <pb n="108" facs="tcp:110295:69"/> in which the Heyre was taken by the <hi>Hand</hi> that hee might passe into the family of the Testator, and in the buying of servants, but also in all obligatory bargaines and pledges, as <hi>Hot<g ref="char:EOLhyphen"/>toman</hi> informes us: and indeed in buying and selling this <hi>Nexus</hi> was commonly used; a<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> when <note place="margin">Mottom. in leg. 12. Tab.</note> he that sold a commodity did undertake for the thing sold, and did oblige himselfe to make goo<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> whatsoever there lacked of the weight or ta<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> of the commodity bought, as the same <hi>Hottoman</hi> affirmes, which is as much as to undertake to be s<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>e<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>y for the thing it self; for suretiship is a spe<g ref="char:EOLhyphen"/>cies of bargaining. And according to <hi>Varro</hi> a free man when he had enthralled himselfe to servitude for money borrowed, untill hee had paid it hee was called <hi>Nexus, à nector, vel nexum quasi neo</hi> <note place="margin">Clem. Alex. Strom. l. 5.</note> <hi>s<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>m. Clemens Alexandrinus</hi> calls this Law-ex<g ref="char:EOLhyphen"/>pression <hi>Carpismum,</hi> because that he who did ob<g ref="char:EOLhyphen"/>lige himselfe unto another, or offered his faith, gave his wrest, to wit, the joynt whereby the <hi>Hand</hi> is joyned to the wrest, to be apprehended and wrung, to signifie that he was held oblig'd; custome having a little chang'd the most naturall forme, without impeachment of signification.</p> <p>¶ That this gesture is significant to <hi>licence, war<g ref="char:EOLhyphen"/>rant,</hi> and <hi>assure,</hi> is not difficult to prove. For thus <hi>Artaxerxes</hi> King of Persia by giving his Right <hi>Hand</hi> to <hi>Mithridates</hi> the brother of <hi>Ariobarzane<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>,</hi> <note place="margin">Probus in Datam.</note> promising to kill <hi>Datamen,</hi> gave him <hi>licence,</hi> and an open <hi>warrant,</hi> with pardon of punishment to doe what he would in that businesse. And Saint <hi>Paul</hi> when he would <hi>warrant</hi> and <hi>assure</hi> the Ga<g ref="char:EOLhyphen"/>latians, Corinthians, Colossians, and Thessal oni<g ref="char:EOLhyphen"/>ans, to whom he writ, that those Epistles were his, his salutations in the close intimate that they <note place="margin">Sclater on the Gal.</note> <pb n="109" facs="tcp:110295:69"/> were witten with his owne <hi>Hand.</hi> ¶ This ge<g ref="char:EOLhyphen"/>sture is also significantly used when we chuse an Umpire put to arbitration and comprimise. To which that of <hi>Job</hi> may be referred. Neither i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> <note place="margin">Job 9. 33.</note> there any dayes-man betwixt us that might lay his <hi>Hand</hi> upon us both. To which expression of gesture, that also of the Apostle Saint <hi>Paul</hi> seems <note place="margin">Galath. 3. 19.</note> to appertaine. The Law was given by Angels in <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> <hi>Hand</hi> of a Mediator, as if that Law of the Old Testament, about keeping whereof the people of Israel had covenanted with God, had (as by <note place="margin">Pintus de Chr. cru<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> </note> giving the <hi>Hand)</hi> come to that people by media<g ref="char:EOLhyphen"/>tion of <hi>Moses,</hi> and did prefigure what was to be done by the Angel of the Testament or Media<g ref="char:EOLhyphen"/>tor of a better Testament; to wit, that a better <note place="margin">Heb. 8. 6.</note> Law established between God and Man, the Mediator of the new Covenant mediating be<g ref="char:EOLhyphen"/>tween both the parties, and stretching out his armes in his suffering, had LAID HIS HANDS UPON THEM TO CONFIRME a more holy league and covenant.</p> </div> <div n="57" type="gesture"> <head>Reconci<g ref="char:EOLhyphen"/>lio. Gestus LVII.</head> <p>TO SHAKE THE GIVEN HAND is an expres<g ref="char:EOLhyphen"/>sion usuall in <hi>friendship, peacefull love, be<g ref="char:EOLhyphen"/>nevolence, salutation, entertainment,</hi> and <hi>bidding welcome; reconciliation, congratulation, giving thanks, vnlediction,</hi> and <hi>wel-wishing.</hi> This loving declaration of the <hi>Hand,</hi> the Greeke expresse in the word <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. An expression u<g ref="char:EOLhyphen"/>suall between those who <hi>desire to incorporate, com<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> or grow into one, and make a perfect joynt.</hi> The most happy point of amity, a naturall forme very rich in signification, since they who thus <hi>professe communion of good<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </hi> while they <hi>wil<g ref="char:EOLhyphen"/>lingly</hi> EMBRACE EACH OTHERS HAND signi<g ref="char:EOLhyphen"/>fie <pb n="110" facs="tcp:110295:70"/> that <hi>they are both content that their works shall be common;</hi> by this gesture speaking plain<g ref="char:EOLhyphen"/>ly, as if they in effect should say, <hi>What damage happens unto thée, I shall esteeme as my owne losse;</hi> and thy <hi>emolument and profit I shall en<g ref="char:EOLhyphen"/>tertaine as mine owne, and thou shalt finde me ready prest with a consonant and willing minde, both to yéeld to thée a share of my welfare, and re<g ref="char:EOLhyphen"/>ciprocally to beare a part of thy calamity.</hi> For, all this is the more significantly implied by this gesture, in regard, that <hi>works</hi> are the <hi>words</hi> of <hi>love;</hi> and the <hi>Hand</hi> is the Tongue of <hi>hearty good<g ref="char:EOLhyphen"/>will.</hi> The minde of man naturally desirous by some symbole or sententious gesture to utter and disclose herselfe in the affections of <hi>love,</hi> doth manifestly set forth her disposition by this <hi>courtly</hi> declaration of the <hi>Hand,</hi> a naturall <hi>complement</hi> where with she commonly sweetens her <hi>affecti<g ref="char:EOLhyphen"/>onate respects</hi> to others. And this naturall ex<g ref="char:EOLhyphen"/>pression seems to result from the sympathy be<g ref="char:EOLhyphen"/>tween the will and the <hi>Hand:</hi> for, the will affe<g ref="char:EOLhyphen"/>ctionately inclined and moved to stretch forth her selfe, the <hi>Hand,</hi> that is moved by the same spirit, willing to goe out and set a glosse upon the inward motion, casts it selfe into a forme ex<g ref="char:EOLhyphen"/>tending to a semblance of the inward appetite; neither is the <hi>Hand</hi> at any time found too short for such an expression if the will be disposed to cooperate with it. For, nature who hath inge<g ref="char:EOLhyphen"/>niously thought on many conveniences of ex<g ref="char:EOLhyphen"/>pression for the use and benefit of common life, among others, seems to have ordained the <hi>Hand</hi> to be the generall instrument of the minde, and endued it with a <hi>courteous</hi> appetite of closing with anothers. Therefore when the minde <pb n="111" facs="tcp:110295:70"/> would disclose the virtue, strength, and forcible operation of her <hi>favour</hi> and <hi>good-will,</hi> out of the abundance of her <hi>love</hi> she puts forth the <hi>Hand,</hi> and in that as it were the <hi>heart</hi> it self, with <hi>affecti<g ref="char:EOLhyphen"/>onate love;</hi> and receives them againe by a natu<g ref="char:EOLhyphen"/>rall bill of exchange in the <hi>Hand</hi> of another, which verily is a signe of <hi>mutuall agréement,</hi> and of a <hi>perfect conjunction;</hi> for which cause <hi>Pinda<g ref="char:EOLhyphen"/>rus</hi> a Poet of an aspiring wit, placed the heart <note place="margin">Pindarus</note> and <hi>Hand</hi> as relatives under one and the same parallel. To the naturall sense of this gesture appertains divers passages of <hi>Tacitus:</hi> The Lin<g ref="char:EOLhyphen"/>gones <note place="margin">Tacit. hist. lib. 1.</note> (saith he) according to their accustomed manner had sent gifts to the Legions <hi>right Hands</hi> in token of mutuall love and hospitality. The Centurion <hi>Sisenna</hi> carried in the name of the Sy<g ref="char:EOLhyphen"/>rian Army to the Souldiers of the guard <hi>right Hands</hi> in token of concord. And Ambassadours came from <hi>Artabanus</hi> King of the Parthians, cal<g ref="char:EOLhyphen"/>ling to minde their friendship and allyance with the Romans, and desiring to <hi>reni<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>e Right Hands.</hi> To bring this important gesture of the <hi>Hand</hi> in <hi>friendship</hi> a little nearer to the authenticke light of sacred History. So <hi>John</hi> to <hi>Jona<gap reason="illegible" resp="#APEX" extent="3 letters"> <desc>•••</desc> </gap> </hi> <note place="margin">2 Kings 10. 15. Gal. 29.</note> when he asked him whether his <hi>heart</hi> were right, give me thine <hi>Hand.</hi> So <hi>James</hi> and <hi>Cephas</hi> and <hi>John</hi> gave to <hi>Barnabas</hi> the <hi>Right Hand</hi> of <hi>fellowship,</hi> that is, they gave him their <hi>Hands</hi> in token of <hi>agreement</hi> in matters of doctrine.</p> <p>¶ That this gesture is significant in <hi>salutation, bidding welcome</hi> and <hi>entertainment,</hi> is apparent by many testimonies of the Ancients. <hi>Virgil</hi> in the first place witnesseth the same, complaining <note place="margin">Virg. Ae<g ref="char:EOLhyphen"/>neld. 8.</note> to his mother, thus, <q> <l>—Cur dextrae jungere dextram</l> <l> <pb n="112" facs="tcp:110295:71"/> Non datur—</l> </q> And in another place <hi> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> </hi> speaking to <note place="margin">Idem.</note> <hi> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> </hi> concerning his affection to <hi>Anchises,</hi> <q> <l>—Mil<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>i <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> j<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>venili <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> amare</l> <l>[Camp<gap reason="illegible" resp="#APEX" extent="3 letters"> <desc>•••</desc> </gap>are] virum &amp; <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> conjungert dextr<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</l> </q> Horac<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> also concerning himselfe, <note place="margin">Horac. l. 1. Satyr. 9.</note> <q> <l>A<gap reason="illegible" resp="#APEX" extent="3 letters"> <desc>•••</desc> </gap>rrit <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> mihi <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>mine tantum,</l> <l> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> quid a<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> dulcissime rerum?</l> </q> To this signe of salutation and entertainment appertaines that medall, whose inscription is, <hi>Tra<gap reason="illegible" resp="#APEX" extent="3 letters"> <desc>•••</desc> </gap>us Adrianus,</hi> wherein you may see the <note place="margin">Pier. Hie<g ref="char:EOLhyphen"/>roglyph. lib. 35.</note> Emperour himselfe joyning his <hi>Right Hand</hi> with the <hi>Hand</hi> of <hi>I<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>pi<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>er</hi> sitting, with this inscription placed under the base, <hi>ADVENTUS AUG.</hi> We read of <hi>Richa<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>d</hi> the second to have used this <note place="margin">Sir Rich. Bakers Chron. in the life of Rich. 2.</note> expression of welcome to his Nobles when they appeared at Westminster. <hi>M<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>ichans</hi> delivered this gesture as a certaine secret to his disciples, that when they met one another, they should salute by joyning <hi>Hands,</hi> by which signe they declared that they were <hi>delivered out of dark<g ref="char:EOLhyphen"/>nesse,</hi> as <hi>Epiph<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>s</hi> reporteth. And there is no <note place="margin">Epiphan. l. 3. Tom. 2. Con. haer. Xenop. Cyr. l. 6.</note> expression of <hi>love</hi> more frequent in the enter<g ref="char:EOLhyphen"/>courses of common life then this. Thus <hi>Abra<g ref="char:EOLhyphen"/>d<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>u<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </hi> in <hi>Xenophon</hi> comes to <hi>Cyrus,</hi> and taking him by the <hi>Right Hand,</hi> makes use of this <hi>grate<g ref="char:EOLhyphen"/>full</hi> expression: and both <hi>Xenophon,</hi> and all other Authors are full of such <hi>loving</hi> occurrences of the <hi>Hand,</hi> and mutuall declarations of <hi>hospitable love.</hi> Thus <hi>Pallas</hi> in <hi>Virgil</hi> entertaining <hi>Aeneas,</hi> and <hi>bidding <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>im welcome:</hi> <q> <l>—Nostris succede p<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>natibus hospes <note place="margin">Virgil Aeneid. 8. Tacit. l. 15</note> </l> <l>Accepit<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> manu dextra<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> amplexus inhaesi<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</l> </q> Thus <hi>Tiridates</hi> King of Armenia comming to <hi>Corbulo,</hi> lighted first from his horse, and <hi>Corbulo</hi> <pb n="113" facs="tcp:110295:71"/> did the like immediately, and both of them on foot joyned Right <hi>Hands.</hi> And when <hi>Cicero</hi> had fled out of Rome for feare of <hi>Antonius,</hi> who af<g ref="char:EOLhyphen"/>ter <note place="margin">Plutarch in the life of Cicero.</note> the death of <hi>Julius Caesar</hi> began to looke a<g ref="char:EOLhyphen"/>loft, and became fearfull to all men, as though he meant to make himselfe King: But afterwards condemning his dastardly feare, returned to Rome, there came such a number of people out to meet him, that he could doe nothing but take them by the <hi>Hands</hi> and embrace them: who to <hi>honour</hi> him came to meet him at the gate of the City, as also by the way to bring him to his house. This symbolicall expression of the <hi>Hand</hi> had a practicall signification among the Anci<g ref="char:EOLhyphen"/>ents, when the <hi>Hand</hi> given did <hi>assure the invio<g ref="char:EOLhyphen"/>lable observation of all the lawes of hospitality,</hi> which may receive some illustration from the noble practice of <hi>Pacuvius Calavius,</hi> who when <note place="margin">Liv. l. 23.</note> he had invited <hi>Annibal</hi> to supper, and <hi>Perolla</hi> his onely sonne after supper had told his father that he had now an opportunity to reconcile himselfe unto the Romanes, to let him seale it with the blood of <hi>Annibal;</hi> His father dehorting and con<g ref="char:EOLhyphen"/>juring him from the violation of the lawes of hospitality &amp; breach of covenant: There are not many houres past since that we sware by all the gods and holy hollowes in heaven, and by IOY<g ref="char:EOLhyphen"/>NING HAND IN HAND made <hi>faithfull promise</hi> and <hi>obliged</hi> our selves to communicate together with him, &amp; so to eat at the holy Table of sacred Viands, &amp;c. And when King <hi>Syphax</hi> was brought into the <hi>Praetorium</hi> or Generals pavilion, and <note place="margin">Liv. l. 3<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</note> there presented unto <hi>Scipio, Scipio</hi> was much mo<g ref="char:EOLhyphen"/>ved in minde to consider the state and fortune of the man, compared now to his present con<g ref="char:EOLhyphen"/>dition <pb n="114" facs="tcp:110295:72"/> [which more wrought upon him] when he remembred withall and called to minde, the <hi>hospitable entertainment,</hi> the GIVING INTER<g ref="char:EOLhyphen"/>CHANGEABLY OF THE RIGHT HAND, and the <hi>covenant</hi> betweene them, made both in pub<g ref="char:EOLhyphen"/>lique and private. Our Ancestors also had this expression of <hi>Hospitable love</hi> in a reall respect, when they knew no greater terme of reproach, then to call a man unhospitable. This expression of the <hi>Hand</hi> continues in force and estimation, and beares such sway among all Nations (espe<g ref="char:EOLhyphen"/>cially those that are Northward) that he seemes to be disarmed of all humanity, and to want the affability of expression, who doth (when there is occasion for it) omit this <hi>benevolent insinua<g ref="char:EOLhyphen"/>tion</hi> of the <hi>Hand.</hi> But concerning this familiar and naturall intimation of the <hi>Hand</hi> in point of <hi>salutation,</hi> the ancient Sages and men of sound<g ref="char:EOLhyphen"/>est judgement, have made a quaere whether the <hi>familiar</hi> contact bee so comely and laudable in the <hi>Hand</hi> of a prudent and religious man. A<g ref="char:EOLhyphen"/>mong the wise Masters, those who were given to pleasure, as <hi>Socrates, Plato,</hi> and others, wil<g ref="char:EOLhyphen"/>lingly <note place="margin">Cresollius Mystag. vol. 1.</note> admit of this embracing of the <hi>Hand,</hi> as an <hi>allurement</hi> to uncleane desire. But those that affected gravity, disallowed the promiscuous use thereof. Verily the Pythagoreans did give the <hi>Right Hand</hi> to none but men of their owne Sect, no not so much as to any of the same family, un<g ref="char:EOLhyphen"/>lesse to their Parents, as <hi>Iamblicus</hi> notes. And it <note place="margin">Iamblicus</note> appears by the most ancient observations of elder times, that holy men for the most part used in their <hi>salutations</hi> only to put forth the <hi>Hand;</hi> since so, the <hi>singular benevolence</hi> of a <hi>friendly</hi> minde may be expressed without any impeachment to <pb n="115" facs="tcp:110295:72"/> their virtue and gravity. <hi>Meletius</hi> of Antioch, a man endued with an incredible <hi>easinesse and swéetnesse of manners,</hi> and most deare to all good men, is said only to have put forth his af<g ref="char:EOLhyphen"/>fable and gracious <hi>Right Hand</hi> in <hi>salutations,</hi> to shew the force of his <hi>love</hi> and <hi>affection</hi> towards others, wherein he observed the lawes of com<g ref="char:EOLhyphen"/>mon humanity, and a <hi>courteous disposition,</hi> with<g ref="char:EOLhyphen"/>out any detriment to religious modesty. And at this day religious men in forreigne parts most commonly abstaine from embracing the <hi>Hands</hi> of others, without incurring the censure of incivility, and want of grace in behaviour, as taking the shaking of <hi>Hands</hi> in this sense, to be too <hi>blunt</hi> an expression for a <hi>Hand</hi> accustomed to matters of decorum, and the sacred tokens of divine reverence. ¶ In signe of <hi>congratulati<g ref="char:EOLhyphen"/>on</hi> the Huntsmen at the fall of the Boore slaine by <hi>Meleager</hi> with cheerfull shouts unfolding their joyes shake his victorious <hi>Hands,</hi> as <hi>Ovid</hi> elegantly feignes according to the naturall pro<g ref="char:EOLhyphen"/>perty of the <hi>Hand</hi> on such occasions. ¶ Nothing more ordinary then shaking of <hi>Hands</hi> in <hi>valedi<g ref="char:EOLhyphen"/>ction</hi> and <hi>taking leave</hi> of our friends, and <hi>bidding them farewell,</hi> of which Poets and Historians are not silent. <hi>Ovid</hi> brings in <hi>Cadmus</hi> at his transformation, speaking to his wife <hi>Hermione</hi> to <note place="margin">Ovid Metam. 4.</note> use this loving gesture of <hi>valediction,</hi> and to shake <hi>Hands</hi> with him while he yet had a <hi>Hand</hi> to shake. Thus <hi>Calanus</hi> the Indian Philosopher <note place="margin">Plutarch in the life of Alex. the Gre<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>.</note> about to sacrifice himselfe alive at the tombe of <hi>Cyrus,</hi> before he went up upon the funerall pile, he bad all the Macedonians that were there <hi>fare<g ref="char:EOLhyphen"/>well,</hi> and SHOOKE THEM BY THE HANDS. And <hi>Telutias</hi> when <hi>Hierax</hi> Admirall of the La<g ref="char:EOLhyphen"/>cedemonians <pb n="116" facs="tcp:110295:73"/> came in the interim that he was rescuing the Aeginetes besieged by the Atheni<g ref="char:EOLhyphen"/>ans, and tooke his ships from him; yet he went home very happy, for when about to <hi>depart</hi> he <note place="margin">Xenop. rerum Graec. l. 5.</note> tooke ship, there was not a souldier but SHOOK HIM BY THE HAND, and with other <hi>kinde</hi> ex<g ref="char:EOLhyphen"/>pressions <hi>wishing all happinesse</hi> unto him. ¶ That this gesture is significant in <hi>reconciliation</hi> is most manifest by our common practise and use thereof in the sense of that intention. Thus <hi>Mi<g ref="char:EOLhyphen"/>nutius</hi> and <hi>Fabius Maximus</hi> Dictator gave their <note place="margin">Liv. 22.</note> <hi>Hands</hi> one to another at the time of their <hi>recon<g ref="char:EOLhyphen"/>ciliation.</hi> And when <hi>Onatius Aurelius,</hi> a Knight of Rome had told the people what a vision he had seen in his dream, that <hi>Jupiter</hi> had appea<g ref="char:EOLhyphen"/>red to him that night, and willed him to tell them openly, that they should not put <hi>Pompey</hi> and <hi>Crassus</hi> out of their office, before they were <hi>re<g ref="char:EOLhyphen"/>conciled</hi> together; he had no sooner spoken the words, but the people commanded them to bee <hi>friends. Pompey</hi> sat still, and said never a word unto it. But <hi>Crassus</hi> rose, and TOOK POMPEY <note place="margin">Plutarch in the life of Crassus</note> BY THE HAND, and turning him to the people, told them aloud, My Lords of Rome, I doe no<g ref="char:EOLhyphen"/>thing unworthy of my selfe to <hi>séek Pompeyes friendship</hi> and <hi>favour</hi> first, since you your selves have called him the Great before he had any haire upon his face, and that you gave him the honour of triumph, before he was a Senator.</p> </div> <div n="58" type="gesture"> <head>Injurias remitto. Gestus LVIII.</head> <p>TO PRESSE HARD AND WRING ANO<g ref="char:EOLhyphen"/>THERS HAND, is a naturall <hi>insinuation of love, duty, reverence, supplication, peace,</hi> and of <hi>forgivenesse of all injuries.</hi> Hence Physitians the subtile and diligent observers of nature, <pb n="117" facs="tcp:110295:73"/> thinke that there is in the <hi>Hand</hi> a certaine secret and hidden vertue, and a convenient force or philtre to procure <hi>affection.</hi> Wherefore <hi>Themi<g ref="char:EOLhyphen"/>stius,</hi> he who coupled eloquence with the gra<g ref="char:EOLhyphen"/>vity of Philosophy, where he disputes of <hi>reconci<g ref="char:EOLhyphen"/>liation</hi> <note place="margin">Themist. Orat. 3.</note> and <hi>kniting</hi> together of <hi>hearts</hi> in the common bond of <hi>friendship,</hi> he would have the <hi>Hands</hi> of others to be laid hold on, and wrung with the fingers; for that, saith he, the <hi>Hands</hi> put forth a sting or goad, and are many times a con<g ref="char:EOLhyphen"/>venient spur to future <hi>amity.</hi> Hereupon beau<g ref="char:EOLhyphen"/>ties pale vassalls led by the forcible instinct of their passion, in preferring their <hi>amorous insi<g ref="char:EOLhyphen"/>nuations,</hi> doe much use this speaking touch of the <hi>Hand,</hi> a piece of <hi>covert courtship</hi> whereby they seem to strive to imprint upon their mi<g ref="char:EOLhyphen"/>strisses <hi>Hand</hi> a tacit hint of their <hi>affection,</hi> sugge<g ref="char:EOLhyphen"/>sted in this pressing flattery of the <hi>Hand;</hi> for lo<g ref="char:EOLhyphen"/>vers, I know not by what amorous instinct, next to the face, direct their <hi>passionate respects</hi> to the <hi>Hand</hi> of those they <hi>love;</hi> to this part they most usually accommodate their significant expressi<g ref="char:EOLhyphen"/>ons; this they devoutly wring and embrace, and by the discoursing compressions thereof, in<g ref="char:EOLhyphen"/>timate and suggest the <hi>eagernesse of desire,</hi> and their <hi>inexplicable apprehensions of joy &amp; griefe.</hi> Hence the great Master in the Art of love, un<g ref="char:EOLhyphen"/>derstanding the naturall force of this tacit <hi>confe<g ref="char:EOLhyphen"/>rence</hi> <note place="margin">Ovid. Me<g ref="char:EOLhyphen"/>tamor. l. 7.</note> and <hi>humble supplication,</hi> brings in <hi>Jason</hi> exhibiting his <hi>request</hi> to <hi>Medaea</hi> softly wringing her fair <hi>Hand:</hi> <q> <l>Ut vero caepit<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> loqui dextram<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> prehendit,</l> <l>Hospes, &amp; auxilium submissa voce rogavit.</l> </q> But this Chirothripsia, or griping anothers <hi>Hand,</hi> was never held a safe or warrantable ex<g ref="char:EOLhyphen"/>pression <pb n="118" facs="tcp:110295:74"/> in the <hi>Hand</hi> of any man, taken for the most part for a <hi>wanton essay</hi> or <hi>sly proofe</hi> of a tractable disposition, and a <hi>lascivious prologue</hi> and <hi>insinuation of lust.</hi> I willingly heare (saith <hi>Cresollius) Gregory Nyssen,</hi> whose voyce and ad<g ref="char:EOLhyphen"/>monitions <note place="margin">Cresol. in mystag. Greg. Nys. ora<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>. d<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> resurrect.</note> I prefer before all the learned School<g ref="char:EOLhyphen"/>men in the world. <hi>Solent manus ipso contactu va<g ref="char:EOLhyphen"/>lidae animae robur effoeminare,</hi> a proofe and experi<g ref="char:EOLhyphen"/>ment of whose observation may be understood out of a certaine short narration of <hi>Philostratus.</hi> There were in the stately Seraglio of the King <note place="margin">Philostra<g ref="char:EOLhyphen"/>tus in vita Apollonii.</note> of Persia many of the Kings concubines of ex<g ref="char:EOLhyphen"/>cellent beauty, who for their rare perfection of parts, and outward endowments of nature might well have stood in competition for the golden ball of Paris, upon one of which when a certain Eunuch had more curiously cast his eyes, he be<g ref="char:EOLhyphen"/>gan to be tickled with desire, and so netled with the itch of concupiscence, that he placed all his felicity in enjoying of her; wherefore he made frequent visits, carried himselfe very <hi>obsequious<g ref="char:EOLhyphen"/>ly</hi> unto her, sprinkled his discourse with <hi>amorous</hi> and allu<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ing words (and which he thought would most of all availe to set forward his de<g ref="char:EOLhyphen"/>signe, and to stir up and <hi>quicken the flame of af<g ref="char:EOLhyphen"/>fection)</hi> he WRUNG HER HAND, which when the over-seer of the Eunuchs perceived, he com<g ref="char:EOLhyphen"/>manded him, especially, in no wise to touch the neck or <hi>Hand</hi> of the woman: good counsell; which when he refused to follow, he fell into that foule action, which proved fatall unto him. ¶ This gesture as it is a token of <hi>duty</hi> and <hi>reve<g ref="char:EOLhyphen"/>rentiall love, Coriolanus</hi> used towards his mother <note place="margin">Plutarch in the life of Corio<g ref="char:EOLhyphen"/>lanus.</note> <hi>Volumnia,</hi> when overcome by her earnest per<g ref="char:EOLhyphen"/>swasions to withdraw his Army from Rome, he <pb n="119" facs="tcp:110295:74"/> cried out, Oh mother! what have you done to me? for HOLDING HER HARD BY THE RIGHT HAND, Oh mother! said he, you have wonne a happy victory for your Countrey, but mortall and unhappy for your sonne; for I see my selfe vanquished by you alone. ¶ This WRINGING OF ANOTHERS HAND, doth sometimes naturally imply <hi>peace,</hi> and a <hi>loving forgivenesse of all injuries.</hi> And how faithfull an interpretor of the minde the <hi>Hand</hi> hath con<g ref="char:EOLhyphen"/>tinued, even when the tongue hath failed, and men have been deprived of all wayes of delive<g ref="char:EOLhyphen"/>ring their mindes but by signes and tokens; and how intelligible this expression by gesture which we have now in <hi>Hand,</hi> hath been appre<g ref="char:EOLhyphen"/>hended to be in the extremity of silence, may sufficiently appeare by preferring the examples of two great Princes lying both speechlesse on <note place="margin">James Meyer lib 16. of the Annales of France.</note> their death-beds. The first example shall be in <hi>Philip</hi> Duke of Burgundy, the father of <hi>Charles</hi> slaine at the battell of Nancie; <hi>Charles</hi> having absented himselfe from his father for some faults, and his father falling very sicke in the City of Bruges, so that his speech failed him; <hi>Charles</hi> hearing of it came from Gant in post to Bruges, and falling on his knees before his father, did with warme teares beg humble pardon for all the griefes he had put him to, and besought him with lowly reverence, that he would vouchsafe him his fatherly blessing; his Confessour having told him in his ear, that if he could not speak he should at least-wise give his sonne some token and testi<g ref="char:EOLhyphen"/>mony of his <hi>good will</hi> towards him: The good Prince opened his eyes, and TAKING HIS SON BY THE RIGHT HAND, clasped it within his <pb n="120" facs="tcp:110295:75"/> owne so hard as he could, a signe of <hi>love</hi> and <hi>for<g ref="char:EOLhyphen"/>givenes.</hi> To match this with another of our own History, to wit, of <hi>Henry</hi> the eight, who falling sick, commanded the Archbishop (then at Croy<g ref="char:EOLhyphen"/>den) <note place="margin">Godwin in his An. Hen. 8.</note> should be sent for in all haste, who using all possible speed came not untill the King was speechlesse: as soone as he came, the King TOOKE HI<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> BY THE HAND, the Archbishop exhorting him to place all his hopes in Gods mercies through Christ, &amp; beseeching him that if he could not in words, he would by some signe or other testifie this his <hi>hope,</hi> who then WRIN<g ref="char:EOLhyphen"/>GED THE ARCHBISHOPS HAND AS HARD AS HE COULD, a signe of <hi>faith,</hi> and <hi>hope of mercy and forgivenesse,</hi> and shortly after de<g ref="char:EOLhyphen"/>parted.</p> </div> <div n="59" type="gesture"> <head>Suspicio<g ref="char:EOLhyphen"/>nem &amp; o<g ref="char:EOLhyphen"/>dium noto Gest. LIX</head> <p>TO DRAW BACKE THE UNWILLING HAND INSTEAD OF REACHING IT OUT TO IMBRACE THE HAND OF ANOTHER, is a sign of <hi>enmity</hi> likely to prove inveterate, used by those who <hi>flatly refuse to agrée,</hi> &amp; <hi>reject</hi> that proffered amity which they have in <hi>suspition.</hi> The example of <hi>Caius Popilius</hi> may seem very <note place="margin">Liv. l. 45. V<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>er. <gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>x. l. 6. cap. 4.</note> aptly to belong unto this gesture, who when he had met <hi>Antiochus</hi> foure miles distant from <hi>Alex<g ref="char:EOLhyphen"/>andria,</hi> after greeting and salutation, at the first comming, <hi>Antiochus</hi> PUT FORTH HIS RIGHT HAND to <hi>Popilius;</hi> but he delivered unto him a scrole written, and wished him before he did a<g ref="char:EOLhyphen"/>ny thing to read that script; after he had read the writing through, he answered he would devise with his friends, and consider what was best to be done. But <hi>Popilius</hi> according to his ordina<g ref="char:EOLhyphen"/>ry blunt manner of speech which he had by na<g ref="char:EOLhyphen"/>ture, <pb n="121" facs="tcp:110295:75"/> made a circle about the King with the rod he had in his <hi>Hand,</hi> and withall, make me an an<g ref="char:EOLhyphen"/>swer (quoth he) I advise you, such as I may re<g ref="char:EOLhyphen"/>port to the Senate, before you passe the com<g ref="char:EOLhyphen"/>passe of this circle. The King astonied at this so rude and violent a commandement, after he had stayed and paused a while; I will be content (quoth he) to doe whatsoever the Senate shall ordaine; then and not before, <hi>Popilius</hi> GAVE THE KING HIS HAND as a <hi>friend</hi> and <hi>ally.</hi> The <hi>stoutnesse</hi> of <hi>Sylla,</hi> and his <hi>resolution to be reconciled upon no other tearmes then his own,</hi> <note place="margin">Plutarch in the life of Sylla.</note> discovered it selfe by the same <hi>neglectfull</hi> carri<g ref="char:EOLhyphen"/>age of his <hi>Hand</hi> towards <hi>Mithridates,</hi> who when he came to him, and OFFERED TO TAKE HIM BY THE HAND; <hi>Sylla</hi> asked him first if he did accept of the peace, with the con<g ref="char:EOLhyphen"/>ditions <hi>Archelaus</hi> had agreed unto; nor untill <hi>Mithridates</hi> had made him answer that he did, would he accept of his proffered and <hi>suspected</hi> amity; for then, and not before, he resaluted, embraced and kissed him. Thus <hi>Fredericke</hi> part<g ref="char:EOLhyphen"/>ner and consort in the Kingdome with <hi>Uladisla<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> </hi> the second King of Bohemia, REFUSED TO GIVE HIS RIGHT HAND to <hi>Sobieslaus</hi> whom his father received into favour after he had at<g ref="char:EOLhyphen"/>tempted to raise garboyles in Moravia, preten<g ref="char:EOLhyphen"/>ding he had the gout in his <hi>Hand.</hi> And so that lofty and stately Prelate <hi>Dunstan</hi> REFUSED TO <note place="margin">Vincentius l. 24. c. 87.</note> GIVE KING EDGAR HIS RIGHT HAND, be<g ref="char:EOLhyphen"/>fore he was excommunicated, because he had defloured a Virgin, but rating him, Darest thou touch my <hi>Right Hand</hi> that hast ravished one de<g ref="char:EOLhyphen"/>voted to God, <hi>I will not be a friend</hi> to him that is an enemy to God, &amp; injoyned him seven years <pb n="122" facs="tcp:110295:76"/> penance, after which he was absolved, and the childe christned.</p> </div> <div n="60" type="gesture"> <head>Chare di<g ref="char:EOLhyphen"/>ligo. Gest. LX.</head> <p>VVE PUT FORTH BOTH OUR HANDS TO EMBRACE those we <hi>love,</hi> as if we would bring them home into our heart and bo<g ref="char:EOLhyphen"/>some, as some <hi>dear</hi> and <hi>pretious</hi> thing, as <hi>Aristotle</hi> gives the reason of the gesture. To which expres<g ref="char:EOLhyphen"/>sion <note place="margin">Arist. in Probl. Psal. 119. 48.</note> I find that of the Psalmist referred, My <hi>Hands</hi> will I lift up unto thy commandements which I have loved: A proverbiall speech taken from this intention of the <hi>Hand,</hi> as <hi>Simon de Muis</hi> ob<g ref="char:EOLhyphen"/>serves. <hi>Cornelius a Lapide</hi> notes the naturall <note place="margin">Simon de Muis comment. in omnes Psal. Cornel. a Lapid. in Cant. 2. 6.</note> disposition of the <hi>Hands</hi> in embracing, who com<g ref="char:EOLhyphen"/>menting upon the second of Canticles 6. His left <hi>Hand</hi> is under my head, and his <hi>Right Hand</hi> doth embrace me; for lovers and parents use to put their left hand under those they <hi>tenderly af<g ref="char:EOLhyphen"/>fect,</hi> and then with their <hi>Right Hand</hi> to EM<g ref="char:EOLhyphen"/>BRACE the whole body, and so bring them to their bosome, comprehending them in the com<g ref="char:EOLhyphen"/>passe of their armes, as in the most naturall circle of <hi>affection.</hi> </p> </div> <div n="61" type="gesture"> <head>Honoro. Gest. LXI</head> <p>TO APPREHEND AND KISSE THE BACKE OF ANOTHERS HAND, is their naturall expression who would give a token of their <hi>ser<g ref="char:EOLhyphen"/>viceable love, faith, loyalty, honourable respect, thankfull humility, reverence, supplication,</hi> and <hi>subjection.</hi> From this naturall gesture the Spa<g ref="char:EOLhyphen"/>niards tooke their usuall formes of salutation and valediction, whose complement usually is <hi>Baso les vostres mans,</hi> I kisse your <hi>Hand.</hi> The sonne of <hi>Sirac</hi> acknowledgeth the signification of this <note place="margin">Ecclesiast. 29. 5.</note> <hi>submissive</hi> gesture in that saying, Till he hath <pb n="123" facs="tcp:110295:76"/> received, he will kisse a mans <hi>Hand.</hi> If we should looke backe up on the actions of <hi>affectio<g ref="char:EOLhyphen"/>nate</hi> lovers, whose inflamed hearts have moved them to sacrifice kisses on this low altar of friend<g ref="char:EOLhyphen"/>ship, and to <hi>offer their service;</hi> by this modest in<g ref="char:EOLhyphen"/>sinuation of gesture, we might finde many pas<g ref="char:EOLhyphen"/>sages of historicall antiquity to confirme and il<g ref="char:EOLhyphen"/>lustrate the sense of this expression. How pas<g ref="char:EOLhyphen"/>sionate was <hi>Cyrus</hi> when he came to the place where his friend. <hi>Abradatas</hi> lay slaine, seeing his <note place="margin">Xenoph. de instit. Cyr. lib. 7.</note> wife sitting upon the ground by the dead body of her Lord? for bursting forth into this patheti<g ref="char:EOLhyphen"/>call ejaculation, O thou good and faithfull soule, art thou gone and left us, and there withall TOOKE HIM BY THE RIGHT HAND, and the <hi>Hand</hi> of his dead friend followed (for it was cut off with the cymeter of an Aegyptian) which <hi>Cyrus</hi> beholding it, much aggravated his sorrow. But <hi>Abradatas</hi> wife <hi>Panthea</hi> shriked out, and ta<g ref="char:EOLhyphen"/>king the <hi>Hand</hi> from <hi>Cyrus,</hi> KISSED IT, and fitted it againe to its place as well as she could. To match this president with another most illu<g ref="char:EOLhyphen"/>strious postscript of surviving <hi>affection,</hi> that bright mirrour of masculine constancie. <hi>T. Volumnius</hi> when he had long wept over the bo<g ref="char:EOLhyphen"/>dy of his friend <hi>M. Lucullus,</hi> whom <hi>Marke An<g ref="char:EOLhyphen"/>thony</hi> had put to death, because he tooke part with <hi>Brutus</hi> and <hi>Cassius,</hi> desired <hi>Anthony</hi> he <note place="margin">Valer. Max. l. 4.</note> might be dispatched upon the body of his friend, whose losse he ought not to survive; and having obtained his desire, being brought where he would be, having GREEDILY KISSED THE RIGHT HAND of <hi>Lucullus,</hi> he tooke up his head that lay there cut off, and applied it to his breast, and afterward submitted his neck to the <pb n="124" facs="tcp:110295:77"/> sword of the Conquerour. <hi>Valerius Maximus</hi> in the relation of this Story runs high in setting <note place="margin">Plutarch in the life of Cato-Utican.</note> out this <hi>hyperbole of friendship,</hi> and unmatchable paterne of Roman fidelity. ¶ <hi>Allusius</hi> the Cel<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>iberian used this expression of <hi>thankfull humi<g ref="char:EOLhyphen"/>lity</hi> to <hi>Scipio</hi> when he had received that unex<g ref="char:EOLhyphen"/>pected favour at his <hi>Hand</hi> to have his captive be<g ref="char:EOLhyphen"/>trothed wife preserved by him, and freely deli<g ref="char:EOLhyphen"/>vered unto him; seeing it could not be compre<g ref="char:EOLhyphen"/>hended nor equalled by any recompence or <note place="margin">Lewis de Mayern Turquet, Gen. Hist. Spain.</note> <hi>thanks,</hi> he was held seised with <hi>joy</hi> and <hi>shame,</hi> and taking <hi>Scipio</hi> by the <hi>Right Hand,</hi> prayed all the gods to requite the great favour he had done him, seeing he found himselfe insufficient to make any satisfaction as he desired. ¶ As this gesture is a signe of <hi>honour</hi> and <hi>obsequious reve<g ref="char:EOLhyphen"/>rence. Cato Utican</hi> had his HAND KIST by his Army in <hi>especiall honour</hi> of him at his depar<g ref="char:EOLhyphen"/>ture, <hi>Scipio</hi> the conquerour of Africa received the like <hi>respect</hi> and <hi>reverence</hi> from certaine Pi<g ref="char:EOLhyphen"/>rates, who when they had intreated him they <note place="margin">Tit. Livi. us l. 37.</note> might presume to approach into his presence, and to have a view of his person, he let them in, and immediately they went, and worshipped the posts and pillars of his gates, as if his house had been the harbour of some sacred deitie, and ha<g ref="char:EOLhyphen"/>ving laid their gifts and presents at his threshold, ran hastily to his HANDS AND KISSED THEM; which done, overjoyed as it were with so great a hapinesse, they returned home. <hi>Delapsa Coelo sidera hominibus si sese offerent [venerationis] ampli<g ref="char:EOLhyphen"/>us non recipient,</hi> saith <hi>Valerius.</hi> This token of <hi>love</hi> <note place="margin">Valer. Max. l. 2.</note> and <hi>honor</hi> may be further amplified out of <hi>Livie.</hi> For when <hi>T. Quintius</hi> had vanquished King <note place="margin">T. Livius lib. 33.</note> <hi>Philip,</hi> and proclaimed liberty by the Beadle to <pb n="125" facs="tcp:110295:77"/> many of the parts of Griece, as the Corinthians, Phocensions and others, there was such <hi>joy</hi> as men were not able to comprehend, at last when their joy was once confirmed by making the Beadle to cry it once againe, they set up such a shout, and followed it so with clapping of <hi>Hands,</hi> redoubling the same so often, as evidently it ap<g ref="char:EOLhyphen"/>peared, how there is no earthly good in the world more pleasing to a multitude then liberty is; and afterwards running apace unto the Ro<g ref="char:EOLhyphen"/>man Generall in such sort, that his person was in some danger of the multitude crouding so hard upon him alone to TOUCH HIS RIGHT HAND. Thus <hi>Charicles</hi> a Physitian departing from <hi>Tibe<g ref="char:EOLhyphen"/>rius</hi> <note place="margin">Tacit. Annal. l. 6</note> as it had been about some businesse of his owne, under colour of <hi>duty,</hi> TAKING HIM BY THE HAND, felt the pulse of his veines. Thus also we finde <hi>Gadatas</hi> and <hi>Gobrias</hi> in <hi>Xenophon</hi> <note place="margin">Xenoph. de inst. Cyr. l. 7.</note> <hi>worshipping</hi> the <hi>Right Hand</hi> of <hi>Cyrus.</hi> But the most unseasonable and servile use of this expres<g ref="char:EOLhyphen"/>sion the Senatours made towards <hi>Nero;</hi> when even in the height of their griefe, the City filled <note place="margin">Tacit. Annal. l. 15.</note> with funeralls, the Capitoll with sacrifices, one having his brother, another his sonne put to death, or friend, or neare kindred, gave thanks to the gods, deckt their house with bayes, fell downe at the Emperours knees, and WEARIED HIS RIGHT HAND WITH KISSES. It was a strange mischance that happened to the learned <hi>Oporin<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>s</hi> of the University of Basil, going about <note place="margin">Causia of Passion.</note> to use this courtly expression, to whom it being given in charge to receive the famous <hi>Erasmus</hi> by offering him presents of wine in the name of the City; he was prepared for it with a brave and a long Oration, but being trained up to the <pb n="126" facs="tcp:110295:78"/> Schooles (which hath little curiosity and quaint<g ref="char:EOLhyphen"/>nesse in complements) going about to kisse <hi>E<g ref="char:EOLhyphen"/>rasmus</hi> his <hi>Hand,</hi> full of the gout, he did it so roughly that he hurt him, and made him to cry out with paine he had put him to by his kisse, which made the good Professour lose himselfe, nor could he ever hit upon the beginning of his discourse, untill they plentifully had powred out some of the presented wine for him to drink, so to awaken his memory. ¶ In <hi>supplication</hi> this ge<g ref="char:EOLhyphen"/>sture is also significant; for it hath beene a cu<g ref="char:EOLhyphen"/>stome with all Nations in supplication to ap<g ref="char:EOLhyphen"/>peale unto the <hi>Hand</hi> of those from whom they expected aid, pressing upon it as that part whose touch was an omen of successe, tendering their requests thereto, because the power of doing doth most manifestly rest therein: whereas to touch the left hand was ever accounted an ill presaging osse. To this appertaines that of <hi>A<g ref="char:EOLhyphen"/>puleus, Juvenem quempiam &amp;c. in medium producit, cujus diu <note n="*" place="margin">Apul. l. 2. Asini au<g ref="char:EOLhyphen"/>rei.</note> manus deosculatus &amp;c. miserere, ait sa<g ref="char:EOLhyphen"/>cerdos.</hi> And the same Author in another booke presents us with this examplar confirmation, <hi>Pontianus ad pedes nostros advolutus, [veniam &amp; oblivionem praeteritorum omnium postulat] flens, &amp; <note n="*" place="margin">Idem in Apologia.</note> manus nostras osculabundus.</hi> Of which kinde of <hi>supplication</hi> exhibited with <hi>reverence</hi> and outward <hi>worship,</hi> declaring the inward <hi>affection,</hi> the Roman Annales are full of examples. Thus <hi>Sophonisba</hi> the wife of <hi>Syphax</hi> taken prisoner by <hi>Masanissa,</hi> desiring that it might be lawfull for her to open her mouth, and make an humble <note place="margin">T. Livius l. 30.</note> speech unto him her Lord, in whose only <hi>Hands</hi> lyeth her life and death; If I may be so bold (saith she) as to touch your knees, and that vi<g ref="char:EOLhyphen"/>ctorious <pb n="127" facs="tcp:110295:78"/> <hi>Right Hand</hi> of yours, &amp;c. to whom when as now she HELD HIM FAST BY THE HAND, and <hi>requested</hi> his protection, he GAVE HIS RIGHT HAND for <hi>assurance</hi> to performe her request. And when <hi>Mithridates</hi> cast him<g ref="char:EOLhyphen"/>selfe at the knees of <hi>Eunones; Eunones</hi> moved <note place="margin">Tacit. l. 12</note> with the nobility of the man, and the change of his fortunes, at his prayer which argued no base minde, lifted up the <hi>suppliant,</hi> and commended him that he had chosen the Adorsian nation, and his RIGHT HAND <hi>for obtaining pardon. Arche<g ref="char:EOLhyphen"/>laus</hi> <note place="margin">Plutarch <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> in the life of Sylla.</note> when he besought <hi>Sylla</hi> with teares in his eyes, to be contented with what the Ambassa<g ref="char:EOLhyphen"/>dours of <hi>Mithridates</hi> his master had excepted a<g ref="char:EOLhyphen"/>gainst his demands, TAKING HIM BY THE HAND, by <hi>intreaty</hi> at the end obtained of <hi>Sylla</hi> to send him unto <hi>Mithridates,</hi> promising that he would either bring him to agree to all the ar<g ref="char:EOLhyphen"/>ticles and conditions of peace that he demanded, or if he could not he would kill himselfe with his owne <hi>Hands.</hi> Thus also <hi>Nicias</hi> comming to <note place="margin">Plutarch in the life of Marcel.</note> <hi>Marcellus</hi> with tears in his eyes, and embracing his knees, and KISSING HIS HANDS, <hi>besought him to take pity</hi> of his poore Citizens. The <note place="margin">Tacit. Annal. l. 1</note> Souldiers of <hi>Germanicus,</hi> who upon pretence of this expression in their complaints, lamentations and supplications unto him, tooke him by the <hi>Hand</hi> as it were to kisse it, thrust his fingers into their mouths, that he might feele they were toothlesse. <hi>Hecuba</hi> comming as a <hi>suppliant</hi> to <note place="margin">Euripides</note> <hi>Ulisses</hi> to <hi>intreat</hi> for <hi>Iphigenia,</hi> as she addrest herselfe to TOUCH HIS RIGHT HAND he HID IT, thereby <hi>cutting off all hope of pardon.</hi> To <note place="margin">Plutarch in the life of Cato Utican.</note> this appertaines the speech of <hi>Lucius Caesar</hi> the kinsman of <hi>Julius Caesar</hi> the Conqueror, where <pb n="128" facs="tcp:110295:79"/> he praieth <hi>Cato</hi> to helpe him to make his oration which he should say unto <hi>Caesar</hi> in behalfe of the three hundred Merchants in Utica. And as for thee <hi>(Cato)</hi> saith he, I will KISSE HIS HANDS, and fall downe on my knees before him to <hi>in<g ref="char:EOLhyphen"/>treat</hi> him for thee. ¶ For the exemplifying this expression in the sense of <hi>faith, loyalty</hi> and <hi>sub<g ref="char:EOLhyphen"/>jection. Martin Flumee</hi> affords us an Historicall <note place="margin">Martin Flumee in his Hun<g ref="char:EOLhyphen"/>garian Hi<g ref="char:EOLhyphen"/>story.</note> and pregnant proofe in King <hi>John</hi> of Hungarie when with a great company of the Hungarian Nobility which he brought with him, he came to KISSE SOLYMANS HAND, and to <hi>acknow<g ref="char:EOLhyphen"/>ledge himselfe to him as his subject,</hi> and <hi>tributa<g ref="char:EOLhyphen"/>rie;</hi> who found him sitting under a canopie where he made no great countenance to move himselfe at the reverences he made, but shewing a great majesty, he GAVE HIM HIS RIGHT HAND in signe of <hi>amity</hi> which he KISSED. There is a pleasant Story agreeable to this pur<g ref="char:EOLhyphen"/>pose of <hi>Amalasuinta</hi> Queen of the Longobards, how when she after the death of the King her <note place="margin">Luitpran.</note> husband, being childlesse, had with great pru<g ref="char:EOLhyphen"/>dence and gravity governed the Kingdome, and was much magnified of her subjects, at the last her Nobles offered her a free power of chusing them a King out of the Nobility, whom she might make her husband, who having sent for one of her Nobles whom she preferred in her choice to the rest, and he supposing he had been sent for about som affaires of State, as soon as he saw the Queen, who was come out to meet him, he leapt from his horse and bowed himselfe to KISSE HER HAND; to whom she smiling, not my <hi>Hand,</hi> but my face, meaning that he was now no longer to be a <hi>subject,</hi> but her husband and <pb n="129" facs="tcp:110295:79"/> King. <hi>Aurelianus</hi> sent by <hi>Clodovaeus</hi> to <hi>Clotilda,</hi> of whose vertue he was enamoured, to finde means of accesse unto her, resolved to beg almes of her, for which cause he stood at the gate of a Church among a great rable of beggars expecting the <note place="margin">Causin Lady.</note> Princesse to come forth; she failed not to per<g ref="char:EOLhyphen"/>forme acts of charity to all the poore according to her custome, and perceiving this man who seemed of a generous aspect in these miserable rags, felt her heart seised with extraordinary pi<g ref="char:EOLhyphen"/>ty, beholding one of so good carriage reduced to such misery, and without any further enquiry, she gave him a piece of gold. <hi>Aurelianus</hi> see<g ref="char:EOLhyphen"/>ing this Royall <hi>Hand</hi> to charitably stretched out to succour a counterfeited want, whether he were transported with joy, or whether he was desirous to make himselfe observed by some act, he lifted up the sleeve of the Princesse, which according to the fashion of Robes then worne, covered all even unto her <hi>Hands,</hi> and having bared her <hi>Right Hand</hi> KISSED it with much <hi>re<g ref="char:EOLhyphen"/>verence;</hi> She blushing, yet passing on and shew<g ref="char:EOLhyphen"/>ing no resentment, afterwards sending for him, which was the scope of his desire, who comming to the place assigned him, <hi>Clotilda</hi> beholding him, soundly chid him for his boldnesse, in lifting up the sleeve of her garment, and KISSING HER HAND: He who was a most quaint courtier found out this evasion, and said, The custome of his Countrey permitted to kisse the lips of Ladyes at <hi>salutation;</hi> but the unhappinesse of his condition abased him so low hee could not aspire to the face; behold the cause why hee contented himselfe with the <hi>Hand,</hi> it be<g ref="char:EOLhyphen"/>ing a thing very reasonable to kisse a <hi>Hand,</hi> <pb n="130" facs="tcp:110295:80"/> which is the sourse of so many charities.</p> </div> <div n="62" type="gesture"> <head>Reservati<g ref="char:EOLhyphen"/>one saluto Gestus LXII.</head> <p>TO OFFER THE BACKE OF THE RIGHT HAND TO BE KISSED by others, which <hi>Plinie</hi> calls a religious ceremony used by all Na<g ref="char:EOLhyphen"/>tions,<note place="margin">Plinie Nat Hist. lib. 11.</note> is an expression of <hi>state</hi> used by <hi>proud</hi> and <hi>scornfull</hi> persons, who affect the garbe of great ones, and are willing to afford a <hi>sleight respect</hi> to one they thinke unworthy of a higher touch. <hi>Martiall</hi> very acutely jeers at the con<g ref="char:EOLhyphen"/>dition of such over-weening <hi>magnifico's;</hi> <note place="margin">Martial lib. 2. Ep. 22.</note> <q> <l>Basia das aliis, aliis das posthume dextram,</l> <l>Dicis, utrum mavis elige, malo manum.</l> </q> Many such apes of sovereignty our times afford who arrogate to themselves more honour then either their birth or fortunes can chalenge, such may see a copy of their improper expression in <hi>Marcellinus</hi> who describing the corrupt state of <note place="margin">Ammian. Marcel. l. 8</note> Rome in the dayes of <hi>Valentinian</hi> and <hi>Valens,</hi> shews how the Nobility some of them, when they began to be saluted, or greeted breast to breast, turned their heads awry when they should have been kissed, and bridling it like unto curst and fierce bulls, offered unto their flattering fa<g ref="char:EOLhyphen"/>vourites their knees or <hi>Hands</hi> to kisse, supposing that <hi>favour</hi> sufficient for them to live happily, and be made for ever. Indeed the favourites of fortune, and great Commanders of the world, with a little more reason have thought them much to wrong their majesty who in kissing presumed above their <hi>Hands.</hi> Examples of which imperious expression we have in <hi>Caligu<g ref="char:EOLhyphen"/>la,</hi> who as <hi>Dion</hi> reporteth of him was very spa<g ref="char:EOLhyphen"/>ring <note place="margin">Dion Cass. l. 59. Caligula.</note> of his <hi>Hand,</hi> except it were to Senatours, and to whom he offered this <hi>favour,</hi> they gave <pb n="131" facs="tcp:110295:80"/> him publicke thanks in the Senate for it, where<g ref="char:EOLhyphen"/>as all men saw him daily allowing this favour to dancers and tumblers. And <hi>Domitian</hi> to <hi>Caenis</hi> <note place="margin">Sueton Domit. cap. 12.</note> his fathers concubine newly returned out of Istria, and offering to kisse his lippes, hee PUT FORTH HIS HAND. And the younger <hi>Maxi<g ref="char:EOLhyphen"/>min</hi> is noted to have used the said <hi>stately</hi> expres<g ref="char:EOLhyphen"/>sion <note place="margin">Seldens Titles of Honours.</note> in his demeanour towards them that came to salute him, and not to have admitted any a<g ref="char:EOLhyphen"/>bove his <hi>Hand.</hi> A piece of state that hath been as improperly usurped by the proud Prelates of the Church, who have expected the same symbol of subjection from the humble mouths of their adorers. A reserved carriage which begat envy in the people to the greatest Emperours. Where<g ref="char:EOLhyphen"/>fore <note place="margin">Plinius in Panaegyr. ad Traja<g ref="char:EOLhyphen"/>num.</note> <hi>Pliny</hi> comending <hi>Trajan</hi> the Emperor in for<g ref="char:EOLhyphen"/>bearing this expression of <hi>state,</hi> &amp; condemning it in those that used it, saith, <hi>I am quo assensu senatus quo gaudio exceptus es, cum canditatis ut quem<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> no<g ref="char:EOLhyphen"/>mina veras? osculo occurres? devexus in planum, &amp; quasi unus ex gratulantibus, te miror magis, an improbem illos, qui efficerunt ut illud magnum vide<g ref="char:EOLhyphen"/>retur, cum velut affixi curulibus suis manum tan<g ref="char:EOLhyphen"/>tum, &amp; hanc cunctanter &amp; pigrè, &amp; [imputanti<g ref="char:EOLhyphen"/>bus] similes promerent?</hi> Yet in Princes whose tempers did enrich them with their peoples love, this demonstration of the <hi>Hand</hi> was held to be a note of <hi>Royall plausibility.</hi> Of this kinde of be<g ref="char:EOLhyphen"/>nigne and courteous Princes was <hi>Marcus Au<g ref="char:EOLhyphen"/>relius,</hi> as <hi>Herodian</hi> noteth, who was of so sweet a temper, and <hi>debonaire</hi> behaviour towards all men, that he would GIVE HIS HAND [<gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>] <note place="margin">Herodian Imper. Hist. lib. 1.</note> to every man that came to him, comman<g ref="char:EOLhyphen"/>ding his guard to keepe backe none that came unto him. The same Author speaking of the <note place="margin">Idem l. 3.</note> <pb n="132" facs="tcp:110295:81"/> Emperour <hi>Severus</hi> his entrance into Rome with his Army, and noting his <hi>plausibility</hi> the next day when he came to the Senate, where he made a smooth and plausible speech, and then (saith he) he GAVE HIS HAND to all the company, where he useth the same Greeke word as before. <hi>Absolon</hi> used this popular action of his <hi>Hand,</hi> as <note place="margin">2 Sam. 15. 5.</note> a bait to entice and steale away the hearts of the people from his father <hi>David:</hi> for, the text saies it was so, that when any man came nigh him to doe him obeysance, he put forth his <hi>Hand,</hi> and tooke him, and kissed him. <hi>Otho</hi> was of the same courtly complexion, and (as <hi>Tacitus</hi> <note place="margin">Cornel. T<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ci<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>us Hist. lib. 1.</note> observeth) was well skilled in the facit force of this <hi>popular insinuation,</hi> very ready to STRETCH FORTH HIS HAND, and to bow himselfe to every meane person, neither did he reject any, though comming single. The <hi>huma<g ref="char:EOLhyphen"/>nity</hi> of <hi>Alexander</hi> the Great, King of Macedon, a Prince of an invincible spirit, and noble temper, <note place="margin">Quintus Curtius lib. 10.</note> is most renowned in Histories; who although he was weakned with the violence of a disease (a thing most incredible to be spoken or heard) raising himselfe upon his couch, PUT FORTH HIS DYING HAND to all his souldiers that would, to touch it, and holding it in that posture untill all his Army had kissed, not untill then ta<g ref="char:EOLhyphen"/>king in his wearied arme: Upon which unimi<g ref="char:EOLhyphen"/>table act of <hi>Alexander, Valerius Maximus</hi> breaks forth into a most patheticall interrogatory, <hi>Quis</hi> <note place="margin">V<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ler. M<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>x. lib. 5.</note> <hi>autem manum osculari non curreret, quae jam fato oppressa maximi exercitus complexui, [humanitate] quam spiritu vividiore suffecit?</hi> Nor was the affa<g ref="char:EOLhyphen"/>bility of <hi>Cyrus</hi> King of Persia much lesse remark<g ref="char:EOLhyphen"/>able, <note place="margin">Xenoph. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>. Cyr. l<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>b. 8.</note> who declaring upon his death-bed, how <pb n="133" facs="tcp:110295:81"/> they should dispose of his body after his a, to wit, to bury it presently in the earth, and not to inclose it in any gold or silver urne; where<g ref="char:EOLhyphen"/>fore (saith he) if there be any of you, that would either touch my Right <hi>Hand,</hi> or behold my eye while I am yet alive, let them come neare; but when mine eyes are once closed, I crave of you my sonnes, that my body may be seene of no man, nor of you your selves; and having spoken these and other things, when he had given them all his <hi>Hand,</hi> he closed his eyes, and so dyed. Great Princes at this day expose not their <hi>Right Hand</hi> to be kissed, but to such whom they would <hi>welcome</hi> with some especiall grace. For when great Potentates intend to admit a friend into <hi>protection,</hi> or in their Royall goodnesse are plea<g ref="char:EOLhyphen"/>sed to re-admit some exile from their love, and would dispense with greater majesty a <hi>pardon</hi> royall for some passed offence, they use openly to offer and PRESENT THE BACKE OF THEIR RIGHT HAND, permitting them by that favour to reverence their power and high command; or the signification of that touch and honourable favour is as much as a firme signe of <hi>reconciliation</hi> and a <hi>gracious league</hi> obtained at their <hi>Hand.</hi> </p> </div> <div n="63" type="gesture"> <head>Furacita<g ref="char:EOLhyphen"/>tem noto. Gestus. LXIII.</head> <p>TO PUT FORTH THE LEFT HAND AS IT WERE BY STEALTH, is their significant endeavour who have <hi>an intent unséene to pur<g ref="char:EOLhyphen"/>loine and convey away something.</hi> From which fellonious action the Adage is derived, <hi>Utitur</hi> <note place="margin">Erasm. Adag.</note> <hi>manu sinistra,</hi> which translated, in the proverbiall sense is tooke up against cheates, and pilfering fellowes, who by a <hi>théevish sleight of Hand,</hi> <pb n="134" facs="tcp:110295:82"/> and slie way of robbery, can bereave one of a thing unperceived; for such <hi>Mercurialists</hi> who addresse themselves to filch, and lurching closely assay <hi>under-Hand</hi> to steale a thing <hi>Hand-smooth</hi> away, doe in the cursed <hi>Handicraft</hi> of theft, out of a kinde of cunning choice imploy the left hand, which is the hand that lyes more out of sight, and is farre lesse observed then the <hi>Right Hand</hi> is. A <hi>Hand</hi> which if it once grow dexte<g ref="char:EOLhyphen"/>rious by habituall theeving, will not be left; for if it once affect to keep it selfe in ure, it turnes to an incurable felon. And it may be worth our inquiry why the Law doth so expressely order theft to be punished in this <hi>Hand,</hi> for that the <note place="margin">See the Statut.</note> <hi>brawn of the left thumbe</hi> is branded in malefa<g ref="char:EOLhyphen"/>ctors, a kinde of penall pardon for the first trans<g ref="char:EOLhyphen"/>gression. And if it may be lawful to divine of the legality of this law-checke, I should thinke that there lyes some concealed symboll in the device, and that the estates assembled had regard to the fellonious procacity and craft of this guilefull <hi>Hand,</hi> which is prone by a slie insinuation with more subtile secrecie to present it selfe to any si<g ref="char:EOLhyphen"/>nister intention, &amp; doth no sooner move to such actions, but every finger proves a limetwig; which the ancient Aegyptians implied in their way of Hieroglyphique when they figured fura<g ref="char:EOLhyphen"/>city <note place="margin">Pier. in Hierogl. lib. 35.</note> or theft by a light fingured left hand put forth as it were by stealth. To open and unfold the subtile and occult conceptions of antiquity about the nature and disposition of the left hand, and to collect what hath been noted touching the sinister inclinations of this hand, whereby its naturall properties have propagated them<g ref="char:EOLhyphen"/>selves, and by action insensibly spread into the <pb n="135" facs="tcp:110295:82"/> manners and customes of men. First, it is the noted property of the left hand to be coverd, and to keep as it were a recluse in the bosome, or to be carried wrapped up in a cloake, lurking close<g ref="char:EOLhyphen"/>ly and lying as it were in ambuscado to entrap, and by a crafty fetch imperceptibely to make a prize of all that comes to <hi>Hand.</hi> Whence the Greeks from whom the facetiousnesse of man<g ref="char:EOLhyphen"/>ners and elegancie of learning (as some thinke) were first derived, signifie as much, who will therefore have the left hand named <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <note place="margin">Hesychius</note> <hi>lavam manum,</hi> because for the most part <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>tegi &amp; occultari soleat,</hi> whereup<g ref="char:EOLhyphen"/>on this hand being more idle, for idlenesse is a maine cause of theft, it is consequently more prone to this manuall transgression. This light<g ref="char:EOLhyphen"/>fingered hand being called by <hi>Isidor, Laeva quod</hi> <note place="margin">Isidor.</note> <hi>aptior sit ad levandum,</hi> to wit, to beguile, elude, lessen and diminish anothers goods. And <hi>Theo<g ref="char:EOLhyphen"/>critus</hi> <note place="margin">Theocri<g ref="char:EOLhyphen"/>tus in cha<g ref="char:EOLhyphen"/>ritibus.</note> following herein the opinion of antiquity, having noted the particular quality and behavi<g ref="char:EOLhyphen"/>our of this hand, and the private vice to which it is propense, concludes from the pitchy temper thereof, that the left hand signifies the captivity of unlawfull desire and rapacity; so that it hath for this cause been consecrated to <hi>Laverna</hi> the goddesse of theeves, as being by reason of its wily genius more fit and convenient for cousen<g ref="char:EOLhyphen"/>age and clandestine theevery; for being com<g ref="char:EOLhyphen"/>monly hid and involved in the bosome of a gown or cloake and waiting in obscurity, it comes to passe for the most part (men suspecting no such thing) that doing nothing and devoted to rest, yet being at liberty and ready to handle, it will be doing, and somewhat of other mens suffers <pb n="136" facs="tcp:110295:83"/> for it, while this purloining hand thinkes it selfe the proprietary of anothers goods. Hence that elegant recorder of the ancient fictions, with a Poeticall touch of his pen, sets a glosse upon this businesse thus, <q> <l>—Natae<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> ad furta sinistrae.</l> </q> And that quaint Comoedian long before him <note place="margin">Ovid. l. 13 Metamor. Plautus.</note> pointing out as it were with his finger the ge<g ref="char:EOLhyphen"/>nuine deceitfulnesse of this hand, called it, <hi>Fur<g ref="char:EOLhyphen"/>tificam laevam,</hi> the close and cunning pilferer: And <hi>Euphormio</hi> alluding to the same properties of this hand, saith, <hi>Turgentes occulos furtiva ma<g ref="char:EOLhyphen"/>nu</hi> <note place="margin">Euphor. Satyr. 1.</note> <hi>exfrico.</hi> And (indeed) <hi>laeva</hi> or <hi>sinistra</hi> ac<g ref="char:EOLhyphen"/>cording to the ancient manner of speaking used with the Ancients, notes one to be a thiefe. <note place="margin">Hadrian Card. de Serm. La<g ref="char:EOLhyphen"/>tino.</note> That subtill knave <hi>Asinius</hi> who was experienced in the crafty handling of things, and drawing them to his owne private advantage, used this hand as least suspected, when he had watched an opportunity at a feast to steale away some of the linnen; against whom <hi>Catullus</hi> in his stinging <note place="margin">Catullus Epigr. 12.</note> stile slings these words out of his crisped pen: <q> <l>Maruccine Asini manu sinistra,</l> <l>Non belle uteris, sed in ioco at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> vino</l> <l>Tollis lintea negligentiorum.</l> </q> Hence also when <hi>Sophiclodisca</hi> the baud in <hi>Plau<g ref="char:EOLhyphen"/>tus,</hi> <note place="margin">Plautus Persa Act. 2. Sc. 2.</note> upon suspition of felony demanded to see the <hi>Hand</hi> of <hi>Paeginum,</hi> and the lad like a crafty wag had put forth his <hi>Right Hand;</hi> she replied to him, <hi>ubi illa altera furtisica laeva,</hi> where is that other close and cunning pilferer the left hand. <hi>Auto<g ref="char:EOLhyphen"/>licus</hi> was expert in the slie feats of this hand, of whom <hi>Martial,</hi> <note place="margin">Martial Epigr.</note> <q> <l>Non erat Autolici tam piceata manus.</l> </q> And we read in <hi>Catullus</hi> of <hi>Porcius</hi> and <hi>Socratio,</hi> <note place="margin">Catullus.</note> <pb n="137" facs="tcp:110295:83"/> <hi>duae sinistrae Pisonis</hi> the two left hands of <hi>Piso,</hi> that is instruments of his by whose private convey<g ref="char:EOLhyphen"/>ance he received bribes; for although in regard, of their imployments under him, they might be said to be his <hi>Right Hands,</hi> yet in this sense of bri<g ref="char:EOLhyphen"/>bery, and close conveyance they were properly called his left hands. The Aegyptians in Hiero<g ref="char:EOLhyphen"/>glyphique <note place="margin">Pier. Hie<g ref="char:EOLhyphen"/>roglyph. lib. 35.</note> painted justice by an open left hand, as the colder, weaker and slower hand, and therefore lesse prone or able to apply it selfe to offer or doe any injury. But it is better for the Common-wealth that Judges should be without <hi>Hands,</hi> as the Theban Statues of Judges were, <note place="margin">Idem.</note> then in this sense to have a left hand.</p> </div> <div n="64" type="gesture"> <head>Benedico. Gestua LXIV.</head> <p>THE IMPOSITION OF THE HAND, is a na<g ref="char:EOLhyphen"/>turall gesture significantly used in <hi>condem<g ref="char:EOLhyphen"/>nation, absolution, pardon and forgivenesse, be<g ref="char:EOLhyphen"/>nediction, adoption, initiation, confirmation, con<g ref="char:EOLhyphen"/>secration, ordination, sanation,</hi> and <hi>in gracing our meales.</hi> That this gesture is of importance in <hi>condemnation</hi> is apparent by the commands of the old Law in case of temptation to Ethnicisme <note place="margin">Deut. 13. 9. 17. 7.</note> and practicall Idolatry. So when the sonne of Shelomith the daughter of <hi>Dibri</hi> of the tribe of <hi>Dan</hi> which she had by an Aegyptian) had blasphemed, the Lord by the hand of <hi>Moses</hi> <note place="margin">Levit. 24. 14.</note> commanded him to be brought forth without the campe, and all that heard him were to LAY HIS HAND ON HIS HEAD. And the laying of the <hi>Hand</hi> on the sacrifices head that was <hi>condem<g ref="char:EOLhyphen"/>ned</hi> <note place="margin">Levit. 1. 4. 8. 22. 2 Chron. 29. 23.</note> in the offerers stead, so often commanded in the Leviticall Law, points to the signification of this gesture. ¶ In <hi>absolution, pardon</hi> and <hi>for<g ref="char:EOLhyphen"/>givenesse,</hi> notwithstanding the identity of ge<g ref="char:EOLhyphen"/>sture, <pb n="138" facs="tcp:110295:84"/> there is a proper contrariety of expression, and this seems to be a naturall and paraphrasti<g ref="char:EOLhyphen"/>call gesture, very sutable to that petition in the Lords prayer, <hi>Forgive</hi> us our trespasses, AS we <hi>forgive</hi> them their trespasses against us. For, AS Nature teacheth us to raise our <hi>Hands</hi> to beg par<g ref="char:EOLhyphen"/>don and forgivenesse at the <hi>Hand</hi> of God; so she likewise moves us to the same expression of ge<g ref="char:EOLhyphen"/>sture, as most proper and significant to <hi>seale our pardons</hi> to others; implying, that who <hi>forgives</hi> shall be forgiven; and neither Nature nor Grace doth move us to aske pardon on any other terms. The phrase of this gesture is significantly tooke into the formes of the Civill Law; and hath been practised in Ecclesiasticall <hi>absolution. Parisiensis</hi> for this reason would have it a sacrament, because <note place="margin">Ulpian Pand. l. 42 <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>it. de re judic. Guliel. Paris de Sac. Po<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>n.</note> it hath a sacring and sanctifying signe, to wit, a sign having a naturall resemblance with inward sanctification it self, which is the <hi>Hand.</hi> To this gesture as it is cunningly made an Appenage to the Papall policie of auricular confession, I have nothing to say, only I finde that the ancient form of <hi>absolution</hi> was to hold both the <hi>Hands</hi> con<g ref="char:EOLhyphen"/>joyned <note place="margin">Francis-Coriol. de Sacr. poen.</note> over the parties head which was to be absolved; which may be also exhibited by one <hi>Hand</hi> laid in sequence of the other; or both con<g ref="char:EOLhyphen"/>joyned and held above the head, so appearing in the aire without any residence at all upon the head. The manner of performance at this day (it seems) is, to lay on both the extended <hi>Hands</hi> upon the head, so that they touch the crowne, and rest and settle downe thereon. ¶ As this gesture is significant in <hi>benediction,</hi> it was used by <hi>Isaac</hi> upon his death-bed when he <hi>blessed</hi> his sonne <hi>Jacob</hi> who supplanted <hi>Esau</hi> of his blessing <note place="margin">Gen. 27. 4</note> <pb n="139" facs="tcp:110295:84"/> by counterfeiting the rough <hi>Hands</hi> of his elder brother: And thus <hi>Jacob</hi> about to dye <hi>blessed</hi> his twelve sonnes, every one of them with a seve<g ref="char:EOLhyphen"/>rall <note place="margin">Gen. 40. 28.</note> <hi>blessing.</hi> Our Blessed Saviour who with the sacred gestures of his <hi>Hand,</hi> hath sanctified the expressions of ours, and made them a holy lan<g ref="char:EOLhyphen"/>guage, was often seen to use this expression of the <hi>Hand:</hi> whence the Church commenting up<g ref="char:EOLhyphen"/>on his action, saith, He by his outward gesture <note place="margin">Matth. 10. 13.</note> and deed declared his good will to little chil<g ref="char:EOLhyphen"/>dren, in that He embraced them in His Armes. LAID HIS HANDS UPON THEM and blessed them. And the very last expression that flowed from His sacred <hi>Hand</hi> was blessing: for at the time of His ascention He LIFTED UP HIS HANDS and blessed His Apostles, and while <note place="margin">Luke 24. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>0.</note> they beheld Him in this posture blessing them, He departed bodily from them ascending up in<g ref="char:EOLhyphen"/>to Heaven. Hence in all tacit posies of His as<g ref="char:EOLhyphen"/>cention, this figure of the sacred property of His <hi>Hand</hi> is most emphatically significant. ¶ That in conferring the blessings of primogeniture and <hi>adoption,</hi> this gesture of the Right <hi>Hand</hi> is more peculiarly significant, is excellently illustrated by the adoption of <hi>Ephraim</hi> unto the birthright of <hi>Manasseth</hi> by <hi>Jacob</hi> when he blessed <hi>Joseph</hi> sons: <note place="margin">Gen. 48. 8.</note> For, <hi>Joseph</hi> bringing his sonnes to be blessed of his father, tooke <hi>Ephraim</hi> in his <hi>Right Hand</hi> to<g ref="char:EOLhyphen"/>wards <hi>Israels</hi> left hand; and <hi>Manasses</hi> in his left hand, towards <hi>Israels Right Hand,</hi> so he brought them unto him: But <hi>Israel</hi> STRETCHED OUT HIS RIGHT HAND, and laid it on <hi>Ephraims</hi> head which was the younger, and his left hand upon <hi>Manasses</hi> head (directing his <hi>Hands</hi> on purpose) for <hi>Manasses</hi> was the elder. But when <hi>Joseph</hi> saw <pb n="140" facs="tcp:110295:85"/> that his father laid his <hi>Right Hand</hi> on the head of <hi>Ephraim,</hi> it displeased him, and he staid his fa<g ref="char:EOLhyphen"/>thers <hi>Hand</hi> to remove it from <hi>Ephraims</hi> head to <hi>Manasses</hi> head. And <hi>Joseph</hi> said unto his fa<g ref="char:EOLhyphen"/>ther, not so my father, for this is the eldest, put thy <hi>Right Hand</hi> upon his head: But his father re<g ref="char:EOLhyphen"/>fused and said, I know well my sonne, I know well; he shall be also a people, and shall be great likewise: But his younger brother shall be greater then he, and his seed shall be full of Nations: So he blessed them that day, and said, In thee <hi>Israel</hi> shall blesse and say, God make thee as <hi>Ephraim</hi> and <hi>Manasseth:</hi> And he set <hi>E<g ref="char:EOLhyphen"/>phraim</hi> before <hi>Manasseth.</hi> For the Historicall <note place="margin">Tiraquel. de jure primog. Dr. F. of the Ch. l. 5. cap. 2. Pererius in Gen.</note> sense of this expression, see <hi>Tiraquel</hi> and Dr. <hi>Field. Pererius, Rupertus,</hi> and <hi>Isidorus</hi> affirme, that in a mysticall sense this cancelling or crossing of the Patriarchs <hi>Hands</hi> in exhibiting his blessing and transferring the right of primogeniture to the younger, was representatively done to prefigure a mystery of the calling of the Gentiles, and the preferring of them before the Jewes: and that this was the first type or prefiguration of the manner of the promised Messiahs passion in the decreed way of redemption. ¶ The same ge<g ref="char:EOLhyphen"/>sture we use in <hi>gracing our meals,</hi> an expression very proper and significant: For, the <hi>Hands</hi> re<g ref="char:EOLhyphen"/>verently erected, without any other forme of speech annexed, seem naturally to pronounce this Grace.</p> <q>O Thou supreame Power, the giver of all good things, who openest with thy <hi>Hand,</hi> and fil<g ref="char:EOLhyphen"/>lest every living thing with thy blessings, vouch<g ref="char:EOLhyphen"/>safe, O Lord, <hi>benedicendo, benedicere,</hi> to let thy <pb n="141" facs="tcp:110295:85"/> <hi>Right Hand</hi> blesse, sanctifie, and confirme unto us the blessings of thy left.</q> <p>And it is a brand of prophane unmannerlines in the rough <hi>Hand</hi> of <hi>Esau</hi> that he was readier to strike <hi>Hand</hi> with a chapman to sell Gods bles<g ref="char:EOLhyphen"/>sing for his meat, then with his <hi>Hand</hi> to invite it to his meate. Whereas our Blessed Saviour thought blessing (bid by this reverend invitation of the <hi>Hand)</hi> a considerable guest at a feast, who to shew that man liveth not by bread only, upon all such occasions used the signification of this gesture. Thus He blessed the five loaves and <note place="margin">Mark. 6. 41.</note> two fishes wherewith he wrought his feeding miracle. And from this Chireulogia or act of blessing and giving thanks the Sacrament used at His last supper, is called the Eucharist. And in the tearmes and stile of School-men or natu<g ref="char:EOLhyphen"/>rall Divines to speake to the fundamentall point of this gesture now in <hi>Hand.</hi> The <hi>Hands</hi> and <hi>Blessing</hi> seem to be conjugates in the Schoole both of Nature and Grace. Benediction being a naturall rite neare allied unto the <hi>Hand,</hi> and of spirituall affinity with prayer. For, Religion and Grace disa<gap reason="illegible" resp="#APEX" extent="4 letters"> <desc>••••</desc> </gap> not the powers of naturall expressions, but advance them to a full and pu<g ref="char:EOLhyphen"/>rer perfection, improving the corporeall sense of those manifestations to a more spirituall and san<g ref="char:EOLhyphen"/>ctified signification. That inexhaustible foun<g ref="char:EOLhyphen"/>taine (therefore) of Blessing, our Blessed Savi<g ref="char:EOLhyphen"/>our having ordained himselfe a <hi>Hand,</hi> and ha<g ref="char:EOLhyphen"/>ving taken upon Him the corporeall nature of man was constantly pleased to honour the nature He had so taken, and to enforce by the precept and authority of His owne example, the signifi<g ref="char:EOLhyphen"/>cant <pb n="142" facs="tcp:110295:86"/> convenience, religious use and decent im<g ref="char:EOLhyphen"/>portance of this property of blessing annexed to the <hi>Hand.</hi> ¶ In <hi>consecration</hi> this gesture hath the like congruity of signification; for there was never any thing by the expresse command of any legislator to be hallowed by a dedication, but the <hi>Hand</hi> was called to, and injoyned to at<g ref="char:EOLhyphen"/>tend as a proper addition to confirm and sanctifie all other rites; not that there is any inherent holi<g ref="char:EOLhyphen"/>nesse in the <hi>Hand,</hi> or solemne forme of expressi<g ref="char:EOLhyphen"/>on, but an adherent only. The very heathens have acknowledged a significant vertue in this expres<g ref="char:EOLhyphen"/>sion of the <hi>Hand;</hi> for we read that <hi>Numa</hi> was <note place="margin">Plutarch in the life of Numa.</note> <hi>consecrated</hi> upon mount Tarpeian by the chiefe of the southsayers, called <hi>Augures, laying his Right Hand upon his head;</hi> a piece of superstiti<g ref="char:EOLhyphen"/>ous apishnesse they learned from the grand spiri<g ref="char:EOLhyphen"/>tuall Impostor. <hi>Moses</hi> a man skilfull in all the lear<g ref="char:EOLhyphen"/>ning of the Aegyptians, among which some se<g ref="char:EOLhyphen"/>crets of our Chirosophie were judiciously vey<g ref="char:EOLhyphen"/>led; by inspiration commanded the <hi>Right Hand</hi> of the high Priest, to wit, the thumbe thereof, or vice-hand to be hallowed with the oyle in his left palme, from thence called the Holy Finger, <note place="margin">Godwyn Jewish Antiq.</note> (a forme also observed in the Inauguration of Kings.) And the finger was used in all dippings and sprinklings of the Leviticall Law. The ground and foundation of this typicall expressi<g ref="char:EOLhyphen"/>on <note place="margin">Levit. 4. 6. 17. 25. 30. 34. 16. 14. 9. 9.</note> seems to be laid in nature; for, the <hi>Hand</hi> is conceived to be as it were a shadow or image of the Trinity; for the arme that proceeds from the body, doth represent the second Person who proceeds from the Eternall Father, who is as it were the body and spring of the Trinity, and the fingers which flow both from the body and <pb n="143" facs="tcp:110295:86"/> the arme, doe represent the Holy Ghost, who proceeds both from the Father and the Sonne. Hence <hi>Hierom</hi> upon the passage of <hi>Isaiah,</hi> To whom is the Arme of the Lord revealed, saies that the Arme of the Lord is mystically the Son <note place="margin">Hier. in Isaiah. 53. 1.</note> proceeding from the Father: To which some refer that of the Psalmist, He made strong his Arme. And the arme shadowes out the second Person in the Trinity in these respects; in coes<g ref="char:EOLhyphen"/>sentiality <note place="margin">Stump. Alleg. post part. vernal.</note> with the body coevallity, Ability, Utility, Agility and Flexibility. The fingers give an umbrage of the Holy Spirit in regard of their procession proceeding from the Arm and <hi>Hand,</hi> operation, the body working by the <hi>Hand</hi> and fingers, conjunction, taction, ostention, asper<g ref="char:EOLhyphen"/>tion, <note place="margin">Idem part Citata</note> distinction of joynts, equall numeration, &amp;c. Hence the Finger of God in Scripture signifies the Holy Spirit, If in the Finger of God I cast out divells; but then the word Finger must be <note place="margin">Gouschel. lib. 3. eloc. sacr. Scrip.</note> in the singular number, for in the plurall it hath other senses. ¶ It is also their gesture who would solemnly <hi>confer some spirituall or tempo<g ref="char:EOLhyphen"/>rall honour upon some person.</hi> This in the sacred language of Scripture is <hi>Chirothesia,</hi> and is a <hi>ma<g ref="char:EOLhyphen"/>triculating</hi> gesture, and the formall preposition proper to those who are to be openly installed or inaugurate in some new place of duty or of command; all creations relying on the <hi>honora<g ref="char:EOLhyphen"/>rie</hi> touch of the <hi>giving Hand,</hi> as the <hi>enduing</hi> en<g ref="char:EOLhyphen"/>signe that by evidence ensures the priviledges of investiture. And this manuall expression is so naturally important, that it proves in <hi>honorarie initiations,</hi> a fitter vestment to cloath the intenti<g ref="char:EOLhyphen"/>on in, then the airy texture of words; for it hath ever had a sacred efficacy to move the under<g ref="char:EOLhyphen"/>standing <pb n="144" facs="tcp:110295:87"/> by the sense, and to facilitate the over<g ref="char:EOLhyphen"/>ture of sacred affaires, as being of good note and consequence conducing and inviting to the knowledge of things abstruce, there being no other part of man that can so lively and empha<g ref="char:EOLhyphen"/>tically present by gesture the solemne images of <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>is intention, since by the motion of the <hi>Hand</hi> there is wrought in the minde of the beholder something that is, <hi>ex congru<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>,</hi> significant unto a thought, as that which suggests more unto the minde, then what is expressed unto the outer sense; for it hath more sollidity and weight then appeares in the bare <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> relation: And all gestures of the <hi>Hand</hi> being known to be of their very nature signs of imitation; the mystique pro<g ref="char:EOLhyphen"/>perty &amp; close intention of this gesture is not alone to represent it self, but to conduct and insinuate something else into the thought, which being (as it must ever be) an intelligible notion, as it is a signe or token it falls short and abates of the perfection of the thing that is implied by its out<g ref="char:EOLhyphen"/>ward signification: wherefore a <hi>Hand</hi> is but im<g ref="char:EOLhyphen"/>properly said to be the shadow of its counterfeit, which is wrought by a pencill in imitation of the life, although upon sight thereof we know and conclude it to have the semblance of a <hi>Hand,</hi> &amp; to be a draught or copy of the originall: so this gesture is but a manuall vision of the mind most conformable to expresse divine notions, which else would lose much of their lustre, and remaine invisible to the conceit of man. This forme of expression in <hi>ordination</hi> as it is agree<g ref="char:EOLhyphen"/>able to the canon of Nature, so it hath received confirmation by the <hi>Hand</hi> of God since it first appeared in the <hi>Hand</hi> of the Patriarchs, the first <pb n="145" facs="tcp:110295:87"/> dispensers of personall <hi>benediction,</hi> who used it to betoken the <hi>restrained intention of their votes unto them on whom they conferred their blessings:</hi> For we finde <hi>Moses</hi> by command <note place="margin">Numb. 27. 18.</note> PUTTING HIS HAND UPON <hi>Joshua</hi> the sonne of <hi>Nun</hi> to <hi>appoint him governour,</hi> who is said to be full of the Spirit, for <hi>Moses</hi> had LAID <note place="margin">Deut. 34. 9</note> HIS HANDS UPON him. And when <hi>Moses</hi> and <hi>Joshua</hi> had prayed, and LAID THEIR HANDS ON the seventy Elders, the Holy Spirit came up<g ref="char:EOLhyphen"/>on them. In <hi>choosing</hi> of Deacons this gesture <note place="margin">Acts 6. 6.</note> was used by the Apostles. And in the <hi>separati<g ref="char:EOLhyphen"/>on</hi> of <hi>Barnabas</hi> and <hi>Saul</hi> to be the Apostles of the Gentiles, this gesture is againe used. And <hi>Timothy</hi> is put in minde by St. <hi>Paul</hi> of the gift <note place="margin">Act. 13. 3. 2 Tim. 1. 6 1 Tim. 4. 14.</note> he received by this IMPOSITION OF HANDS: for not only the <hi>office</hi> but the <hi>ability</hi> were to<g ref="char:EOLhyphen"/>gether conferred upon many by this gesture, of which acquist we must not conceive the solemne gesture to be a naturall, but a morall cause, as be<g ref="char:EOLhyphen"/>ing the true manner &amp; form of <hi>impetration,</hi> God assenting, and by successe crowning the prayers of religious <hi>Hands;</hi> and shewed that what they did was by prayer and blessing in his name, they being, indeed, Gods <hi>Hands</hi> by which he rea<g ref="char:EOLhyphen"/>cheth Counsell and Religion, which as through their <hi>Hands</hi> are conveyed unto men, Christ ha<g ref="char:EOLhyphen"/>ving promised to open and shut them, to stretch them out and draw them in, as the <hi>Hand</hi> of man is guided by the spirit that is in man. This <hi>Chi<g ref="char:EOLhyphen"/>rothesia vel Chirotonia</hi> (for both occur in the new Testament) is used as an Ecclesiasticall gesture at this day in token of <hi>elevation</hi> or <hi>ordination, ele<g ref="char:EOLhyphen"/>ction,</hi> and <hi>separation.</hi> And <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>est quasi</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>id est <note n="*" place="margin">Bellarm. de contr. l. Tom. 2.</note> manus tendo seu attollo in signum <pb n="146" facs="tcp:110295:88"/> [suffragii.]</hi> To which appertains that cautionary symboll of St. <hi>Paul, Lay the Hand suddenly on no man;</hi> which Interpreters expound of the care that is to be used that none should be admitted into roomes of divine calling, but such who are <hi>called</hi> and are fit, <hi>Tam doctrina quam moribus:</hi> For no man can lay the <hi>Hand</hi> upon himselfe and be as <hi>Basil</hi> tearmes it, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, his own or<g ref="char:EOLhyphen"/>deiner; for that is parallel unto the crime of <hi>Jeroboam</hi> who filled his owne <hi>Hand;</hi> that is, <note place="margin">1 King. 13</note> ordained himselfe. ¶ To the signification and externall effects of IMPOSITION OF HANDS in <hi>confirmation, Tertullian</hi> elegantly, <hi>Caro * manus impositione adumbratur, ut &amp; anima spiritu illumi<g ref="char:EOLhyphen"/>netur.</hi> ¶ In <hi>sanation</hi> or <hi>conferring a corporall be<g ref="char:EOLhyphen"/>nefit</hi> on any, IMPOSITION OF HANDS is ve<g ref="char:EOLhyphen"/>ry naturall, significant and agreeable to the my<g ref="char:EOLhyphen"/>sterious intention; for, the <hi>Hand</hi> is the generall salve that is applied, and applies all remedies; for naturally <hi>ubi dolor, ibi digitus,</hi> and necessarily in point of topicall application, whose very ap<g ref="char:EOLhyphen"/>proach doth most sensibly import <hi>reliefe</hi> and <hi>ease.</hi> Our Blessed Saviour the great Physitian of soule and body, who did most of his miracles for restauration of bodily health, though he were the truth and substance, who gave an end to all legall shadowes, yet he most commonly used the shadow of this naturall gesture to the more visible and significant application of his miraculous cures. He gave sight to the blinde, yet not without touching the eye: Hearing to the deafe, not without thrusting his Finger into the eare; and speech to the dumbe, yet not with<g ref="char:EOLhyphen"/>out wetting the tongue, most with this gesture of IMPOSITION. Thus by TOUCHING <hi>Simons</hi> <note place="margin">Ma. 8. 15</note> <pb n="147" facs="tcp:110295:88"/> wifes mothers <hi>Hand</hi> He cured her of her feaver. Thus by PUTTING FORTH HIS HAND, AND TOUCHING the leper, He healed him of his leprosie. Thus by LAYING HANDS on the wo<g ref="char:EOLhyphen"/>man <note place="margin">Mark 1. 4<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</note> that was troubled with a spirit of infirmity, he loosed her from her dise<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>se, and made streight <note place="margin">Luke 131 13.</note> her bowed body. And it is said of Him that he could doe no great workes in his owne Coun<g ref="char:EOLhyphen"/>trey by reason of their unbeleefe, save that HE LAID HIS HANDS UPON a few sicke folkes, and <hi>healed</hi> them. And (indeed) their sutes that <note place="margin">Mark 6. 5<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </note> came unto him for helpe, were commonly ten<g ref="char:EOLhyphen"/>dered and expressed in such formes of speech as shewed that he much used this significant ex<g ref="char:EOLhyphen"/>pression of gesture. For, although as <hi>Fonseca</hi> truly <note place="margin">Fonseca.</note> observes, the flesh of our Saviour, for that it was the flesh of God, gave life and health to all that touched it, for a certain vertue went out from all parts of Him, and cured all men, (as the woman that had the issue of bloud experimentally found) yet He was pleased (so to honor the <hi>Hand)</hi> to use his <hi>Hand</hi> in the conveyance and application of that curative vertue, as that which in nature is the most important &amp; significant member of the body: he could have said the word only and it had been done, but he would speak reliefe with his <hi>Hand.</hi> Thus <hi>Jairus</hi> besought him to come and LAY <note place="margin">Luke 8. 41</note> THE HANDS UPON his sicke daughter that she might be healed and live: And they who brought the deafe and stammering man unto Him, be<g ref="char:EOLhyphen"/>sought <note place="margin">Marke 7. 30. ver. 33 Luke 8. 54. See Hook, in Eccles. polit.</note> Him to PUT HIS HAND UPON him, whose requests were graciously answered in this desired and his accustomed formeof ex<g ref="char:EOLhyphen"/>pression with his <hi>healing Hand.</hi> And Exposi<g ref="char:EOLhyphen"/>tors agree that they required no expression of <pb n="148" facs="tcp:110295:89"/> <hi>pity</hi> from our Saviours <hi>Hands</hi> then what they had observed him to use, thereby attributing un<g ref="char:EOLhyphen"/>to him the honour and right of the chiefe Pro<g ref="char:EOLhyphen"/>phet: For it was an expression used by the anci<g ref="char:EOLhyphen"/>ent Prophets as a holy charme against bodily in<g ref="char:EOLhyphen"/>firmities: And of the practice of this gesture at<g ref="char:EOLhyphen"/>tended with a visible successe, the Heathens were not ignorant, apparent by the speech of <hi>Naaman</hi> who was halfe wroth with <hi>Elisha</hi> for <note place="margin">1 Kings 5. 21.</note> omitting this expression or pledge of health, for the thought with himselfe that the Prophet would have come out and stood, and called upon the name of the Lord his God, and PUT HIS HAND UPON the place and heale the lepro<g ref="char:EOLhyphen"/>sie. After the ascention of our Saviour, his pro<g ref="char:EOLhyphen"/>mise <note place="margin">Mark 16. 17.</note> was fulfilled, that they should LAY THEIR HANDS ON the sicke, and they should be cured. Thus <hi>Paul</hi> received his sight by the LAYING <note place="margin">Act. 9. 17.</note> ON OF <hi>Ananias Hands.</hi> And thus <hi>Paul healed</hi> the father of <hi>Publius</hi> Governour of the Islle of <note place="margin">Acts 28.</note> Melita, now Malta. Thus <hi>Peter</hi> TAKING the Cripple that sat at the gate of the Temple called Beautifull BY THE RIGHT HAND, <hi>recovered</hi> <note place="margin">Act. 3. 7.</note> him of his lamenesse. But of all the <hi>curetorie</hi> mi<g ref="char:EOLhyphen"/>racles wrought by the vertue of this expression of the Apostles, the casting out of Divells, and freeing the possessed, most astonished the people, especially after those sons of one <hi>Sceva</hi> (a Jewish exorcist) had took in <hi>Hand</hi> to counterfeit that <note place="margin">Acts 19. 13.</note> powerfull gift by an unwarrantable imitation, and were soundly beaten for their apish and vain attempt: After the Apostles times, the exorcists (an order in the Primitive Church) used this <hi>cura<g ref="char:EOLhyphen"/>torie</hi> <note place="margin">Dr. Field of the Church l. 5.</note> adjunct in commending those to God who were disquieted with Divells. ¶ The curative <pb n="149" facs="tcp:110295:89"/> adjunct with a <hi>tangit te Rex sana te Deus</hi> is used in the conveyance of that Charisme or miraculous <note place="margin">See Dr. Tookers Charisma, seu Donu<g ref="char:cmbAbbrStroke">̄</g> sanationis</note> gift of healing, which derived from the infancie of the Church the inaugured Monarchs of this Land so happily enjoy: In which expression of their sanative vertue they not only surpasse the fabulous cures of <hi>Pyrrhus</hi> or <hi>Vespasian,</hi> of which <hi>Plinie</hi> and others make mention, but the pre<g ref="char:EOLhyphen"/>tended <note place="margin">Plinie Nat. Hist.</note> vertues of other Christian Monarchs. And indeed it is a maxime Ecclesiasticke, that no miracle is wrought out of the Church. And this miraculous imposition of the <hi>Hand</hi> in curing the disease called the <hi>Struma,</hi> which from the constant effect of that Sovereigne Salve, is cal<g ref="char:EOLhyphen"/>led the Kings Evill. His sacred Majesty that now is hath practised with as good successe as any of His Royall Progenitours.</p> </div> </div> <div type="illustrated_table_of_gestures"> <pb n="150" facs="tcp:110295:90"/> <list> <head>An Index of reference to the following Table, or Alphabet of naturall expressions.Which Gestures, besides their typicall signi<g ref="char:EOLhyphen"/>fications, are so ordered to serve for privy cyphers for any secret intimation.</head> <item>A <hi>Figures out the</hi> I <hi>Gesture.</hi> </item> <item>B <hi>Figures out the</hi> II <hi>Gest.</hi> </item> <item>C <hi>Figures out the</hi> III <hi>Gest.</hi> </item> <item>D <hi>Figures out the</hi> IV <hi>Gest.</hi> </item> <item>E <hi>Figures out the</hi> V <hi>Gest.</hi> </item> <item>F <hi>Figures out the</hi> VI <hi>Gest.</hi> </item> <item>G <hi>Figures out the</hi> VII <hi>Gest.</hi> </item> <item>H <hi>Figures out the</hi> VIII <hi>Gest.</hi> </item> <item>I <hi>Figures out the</hi> IX <hi>Gest.</hi> </item> <item>K <hi>Figures out the</hi> X <hi>Gest.</hi> </item> <item>L <hi>Figures out the</hi> XI <hi>Gest.</hi> </item> <item>M <hi>Figures out the</hi> XII <hi>Gest.</hi> </item> <item>N <hi>Figures out the</hi> XIII <hi>Gest.</hi> </item> <item>O <hi>Figures out the</hi> XIV <hi>Gest.</hi> </item> <item>P <hi>Figures out the</hi> XV <hi>Gest.</hi> </item> <item>Q <hi>Figures out the</hi> XVI <hi>Gest.</hi> </item> <item>R <hi>Figures out the</hi> XVII <hi>Gest.</hi> </item> <item>S <hi>Figures out the</hi> XVIII <hi>Gest.</hi> </item> <item>T <hi>Figures out the</hi> XIX <hi>Gest.</hi> </item> <item>V <hi>Figures out the</hi> XX <hi>Gest.</hi> </item> <item>W <hi>Figures out the</hi> XXI <hi>Gest.</hi> </item> <item>X <hi>Figures out the</hi> XXII <hi>Gest.</hi> </item> <item>Y <hi>Figures out the</hi> XXIII <hi>Gest.</hi> </item> <item>Z <hi>Figures out the</hi> XXIV <hi>Gest.</hi> </item> </list> <p>The necessary defect of these Chirograms in point of motion and percussion, which Art cannot expresse, must be supplied with imagi<g ref="char:EOLhyphen"/>nation, and a topicall reference to the order and number of their Gestures.</p> <p> <pb facs="tcp:110295:90" rendition="simple:additions"/> <figure> <p> <figure> <head>A Supplico.</head> </figure> </p> <p> <figure> <head>B Oro.</head> </figure> </p> <p> <figure> <head>C Ploro.</head> </figure> </p> <p> <figure> <head>D Admiror.</head> </figure> </p> <p> <figure> <head>E Applaudo.</head> </figure> </p> <p> <figure> <head>F Indignor.</head> </figure> </p> <p> <figure> <head>G Explodo.</head> </figure> </p> <p> <figure> <head>H Despero.</head> </figure> </p> <p> <figure> <head>I Otio indulgeo.</head> </figure> </p> <p> <figure> <head>K Tristitia<g ref="char:cmbAbbrStroke">̄</g> animi signo.</head> </figure> </p> <p> <figure> <head>L Innocentia<g ref="char:cmbAbbrStroke">̄</g> ostendo.</head> </figure> </p> <p> <figure> <head>M Lucri apprehensione<g ref="char:cmbAbbrStroke">̄</g> plaudo.</head> </figure> </p> <p> <figure> <head>N Libertatem resigno.</head> </figure> </p> <p> <figure> <head>O Protego.</head> </figure> </p> <p> <figure> <head>P Triumpho.</head> </figure> </p> <p> <figure> <head>Q Silentium postulo.</head> </figure> </p> <p> <figure> <head>R Iuro.</head> </figure> </p> <p> <figure> <head>S Assevero.</head> </figure> </p> <p> <figure> <head>T Suffrago.</head> </figure> </p> <p> <figure> <head>V Respuo.</head> </figure> </p> <p> <figure> <head>W Invitoo.</head> </figure> </p> <p> <figure> <head>X Dimittoo.</head> </figure> </p> <p> <figure> <head>Y Minor.</head> </figure> </p> <p> <figure> <head>Z Mendico.</head> </figure> </p> </figure> </p> </div> <div type="table_of_illustrated_gestures"> <pb facs="tcp:110295:91"/> <pb facs="tcp:110295:91" rendition="simple:additions"/> <pb facs="tcp:110295:92"/> <list> <head>An Index to the following Al<g ref="char:EOLhyphen"/>phabet of naturall Gestures of the HAND. Which Gestures, besides their typicall signi<g ref="char:EOLhyphen"/>fications, are so ordered to serve for privy cyphers for any secret intimation.</head> <item>A <hi>Figures out the</hi> XXV <hi>Gesture.</hi> </item> <item>B <hi>Figures out the</hi> XXVI <hi>Gest.</hi> </item> <item>C <hi>Figures out the</hi> XXVIII <hi>Gest.</hi> </item> <item>D <hi>Figures out the</hi> XXXIII <hi>Gest.</hi> </item> <item>E <hi>Figures out the</hi> XXXIV <hi>Gest.</hi> </item> <item>F <hi>Figures out the</hi> XXXV <hi>Gest.</hi> </item> <item>G <hi>Figures out the</hi> XLII <hi>Gest.</hi> </item> <item>H <hi>Figures out the</hi> XLIII <hi>Gest.</hi> </item> <item>I <hi>Figures out the</hi> XLV <hi>Gest.</hi> </item> <item>K <hi>Figures out the</hi> XLVI <hi>Gest.</hi> </item> <item>L <hi>Figures out the</hi> XLVII <hi>Gest.</hi> </item> <item>M <hi>Figures out the</hi> XLVIII <hi>Gest.</hi> </item> <item>N <hi>Figures out the</hi> XLIX <hi>Gest.</hi> </item> <item>O <hi>Figures out the</hi> L <hi>Gest.</hi> </item> <item>P <hi>Figures out the</hi> LII <hi>Gest.</hi> </item> <item>Q <hi>Figures out the</hi> LIII <hi>Gest.</hi> </item> <item>R <hi>Figures out the</hi> LV <hi>Gest.</hi> </item> <item>S <hi>Figures out the</hi> LVI <hi>Gest.</hi> </item> <item>T <hi>Figures out the</hi> LVII <hi>Gest.</hi> </item> <item>V <hi>Figures out the</hi> LIX <hi>Gest.</hi> </item> <item>W <hi>Figures out the</hi> LX <hi>Gest.</hi> </item> <item>X <hi>Figures out the</hi> LXI <hi>Gest.</hi> </item> <item>Y <hi>Figures out the</hi> LXII <hi>Gest.</hi> </item> <item>Z <hi>Figures out the</hi> LXIII <hi>Gest.</hi> </item> </list> <p> <pb facs="tcp:110295:92"/> <figure> <p> <figure> <head>A. Munero.</head> </figure> </p> <p> <figure> <head>B. Auxilium fero.</head> </figure> </p> <p> <figure> <head>C. Irascor.</head> </figure> </p> <p> <figure> <head>D. Demonstro non habere.</head> </figure> </p> <p> <figure> <head>E. Castigo.</head> </figure> </p> <p> <figure> <head>F. Pugno.</head> </figure> </p> <p> <figure> <head>G. Confido.</head> </figure> </p> <p> <figure> <head>H. Impedio.</head> </figure> </p> <p> <figure> <head>I. Recommendo.</head> </figure> </p> <p> <figure> <head>K. Officiosè duco.</head> </figure> </p> <p> <figure> <head>L. Impatientia<g ref="char:cmbAbbrStroke">̄</g> prodo.</head> </figure> </p> <p> <figure> <head>M. Sollicitè cogito</head> </figure> </p> <p> <figure> <head>N. Pudet.</head> </figure> </p> <p> <figure> <head>O. Adoro.</head> </figure> </p> <p> <figure> <head>P. Conscientèr affirmo.</head> </figure> </p> <p> <figure> <head>Q. Penitentia<g ref="char:cmbAbbrStroke">̄</g> ostendo.</head> </figure> </p> <p> <figure> <head>R. Indig<g ref="char:EOLhyphen"/>natione timeo.</head> </figure> </p> <p> <figure> <head>S. Data fide promitto.</head> </figure> </p> <p> <figure> <head>T. Reconcileo.</head> </figure> </p> <p> <figure> <head>U. Suspicione<g ref="char:cmbAbbrStroke">̄</g> et odiu<g ref="char:cmbAbbrStroke">̄</g> noto.</head> </figure> </p> <p> <figure> <head>W. Honoro.</head> </figure> </p> <p> <figure> <head>X. Reservatione saluto.</head> </figure> </p> <p> <figure> <head>Y. Furacitatem noto.</head> </figure> </p> <p> <figure> <head>Z. Benedico.</head> </figure> </p> </figure> </p> </div> </div> <div type="part"> <pb facs="tcp:110295:93"/> <pb n="157" facs="tcp:110295:93"/> <head>DACTYLOGIA, OR THE DIALECTS OF THE FINGERS.</head> <p> <seg rend="decorInit">T</seg>He <hi>Hand</hi> the great Artificer and active Contriver of most corpo<g ref="char:EOLhyphen"/>rall conceits, receiving good intelligence of the patheticall motions of the minde, proves a <hi>Summarie</hi> or <hi>Index,</hi> wherein the speaking habits thereof significantly appear, re<g ref="char:EOLhyphen"/>presenting in their appearance the present posture of the phansie. And as we can translate a thought into discoursing signes; so the conceptions of our minde are seen to abound in severall <hi>Dialects</hi> while the <hi>articulated Fingers</hi> supply the office of a voyce.</p> <div type="catalogue_of_digital_gestures"> <pb n="158" facs="tcp:110295:94"/> <head>A COROLLARIE OF THE Discoursing gesture of the <hi>Fingers.</hi> WITH AN Historicall Manifesto, exempli<g ref="char:EOLhyphen"/>fying their naturall significations.</head> <div n="1" type="gesture"> <head>Inventio<g ref="char:EOLhyphen"/>ne laboro. Gestus I.</head> <p> <seg rend="decorInit">T</seg>HE FINGER IN THE MOUTH GNAWN AND SUCKT, is a ge<g ref="char:EOLhyphen"/>sture of <hi>serious and déep medita<g ref="char:EOLhyphen"/>tion, repentance, envy, anger,</hi> and <hi>threatned revenge.</hi> The signification of <hi>inventive medi<g ref="char:EOLhyphen"/>tation,</hi> Poets the most accurate observers of Na<g ref="char:EOLhyphen"/>ture, have elegantly acknowledged. Thus <hi>Pro<g ref="char:EOLhyphen"/>pertius</hi> in the emendation of a verse: <q> <l>Et saepe <note n="*" place="margin">Propert. l. 2. eleg.</note> immeritos corrumpas dentibus ungues.</l> </q> Thus <hi>Persius</hi> of an ill verse: <q> <l>Nec Pluteum caedit nec <note n="*" place="margin">Pers. Sat. 5.</note> demorsos sapit ungues.</l> </q> And <hi>Horace</hi> of the sweating and sollicitous Poet. <q> <l>Saepe caput scaberet, <note n="*" place="margin">Satyr. 10.</note> vivos &amp; roderet ungues:</l> </q> who in another place describing the earnest po<g ref="char:EOLhyphen"/>sture of <hi>Canidia,</hi> brings her in gnawing her long <note place="margin">Idem Epod. 5.</note> nailes: <q> <pb n="159" facs="tcp:110295:94"/> <l>Hic inresectum saeva dente livido</l> <l>Canidia rodens pollicem.</l> </q> <hi>Inresectum aiunt, valde sectum, aut non resectum, id enim venificae magis convenit, longos curvos<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> ge<g ref="char:EOLhyphen"/>stare ungues quos incantationes suas [meditando] <note n="*" place="margin">Torrenti<g ref="char:EOLhyphen"/>us in Hor.</note> arrodant, quod [summam animi attentionem] de<g ref="char:EOLhyphen"/>monstrat:</hi> As <hi>Torrentius</hi> upon the place. And to this signification belongs that of the same Poet: <q> <l>De tener<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> [meditetur] ungui.</l> </q> And therefore in the Areopagetique School and Councel-house, they painted among others, <hi>Cleanthes</hi> for the signification of his <hi>earnest study</hi> in Arithmeticke and Geometrie, with HIS FIN<g ref="char:EOLhyphen"/>GERS GNAWN about, as <hi>Sydonius Apollinaris</hi> reports.<note place="margin">Syndon. Apol. l. 9. epist. 9.</note> <hi>Goropius</hi> very witily fetcheth the rea<g ref="char:EOLhyphen"/>son of this gesture from the Etimologie of the word <hi>Finger</hi> thus: <hi>Digiti manus significant inve<g ref="char:EOLhyphen"/>niendi desiderium, nam in prima lingua dicun<g ref="char:EOLhyphen"/>tur</hi> Vinger, <hi>qua vox denotat [invenire desidero] nam omis inveniendi facultas numeratione absolvitur, &amp; ad numerandi artem digiti maxime sunt compa<g ref="char:EOLhyphen"/>rati, numeros enim omnes digitis indicamus; quo fit ut merito nomen habent ab inveniendi desiderio.</hi> <note place="margin">Goropius in Hierog.</note> ¶ To the signification of <hi>repentance, Propertius</hi> alludes:<note place="margin">Propert. l. 3. eleg.</note> <q> <l>Ungue meam morso saepe querere fidem.</l> </q> To the intention of <hi>envy,</hi> that of <hi>Martial</hi> is referred: <q> <l>Ecce iterum <note n="*" place="margin">Martial. l. 4. epig. 27</note> nigros corrodit [lividus] ungues.</l> </q> <hi>Id est pro [invidia anxius] * corrodit ungues nigros:</hi> As <hi>Ramirez</hi> upon the place. ¶ This gesture is al<g ref="char:EOLhyphen"/>so a wilde expression of <hi>fierce anger</hi> and <hi>cruell revenge,</hi> as <hi>Aristotle</hi> advertiseth us, who when he had reckoned up those actions which are <note place="margin">Arist. l. 7. Ethic. c. 6.</note> done by reason of some <hi>disease</hi> or <hi>evill custome,</hi> <pb n="160" facs="tcp:110295:95"/> he puts downe this arrosion of the nailes, which the Interpreters of that place declare to be the <note place="margin">As Zui<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> <g ref="char:EOLhyphen"/>ger in Eth. Arist.</note> property of men <hi>inraged</hi> with <hi>choler,</hi> and silently <hi>threatning revenge.</hi> And the Italians, a revenge<g ref="char:EOLhyphen"/>full Nation, doe most usually declare by this ge<g ref="char:EOLhyphen"/>sture their <hi>gréedy coveting to be at Hand with revenge;</hi> and therefore that awfull Satyrist of the <hi>angry</hi> Potet: <q> <l>—Crudum chaerestratus unguem <note place="margin">Perseus Satyr. 5.</note> </l> <l>Abrodens ait haec—</l> </q> So they report of <hi>Orestes raging</hi> and transported with the <hi>furious appetite of revenge</hi> to have BITTEN HIS FINGER in <hi>Arcadia,</hi> where a <note place="margin">Pausanias</note> monument representing that expression of <hi>anger</hi> was built, as <hi>Pausanias</hi> hath left it recorded to posterity. And the masters of the Hierogly<g ref="char:EOLhyphen"/>phiques <note place="margin">Pierius in Hieroglyp l. 37.</note> pourtray out this gesture to the same significations: And if we see one BITE HIS THUMBE at us we soone infer he meanes us no good.</p> </div> <div n="2" type="gesture"> <head>Fleo. Gest. II.</head> <p>TO PUT FINGER IN THE EYE, is their ex<g ref="char:EOLhyphen"/>pression who <hi>crie,</hi> and would by that en<g ref="char:EOLhyphen"/>deavour of nature <hi>ease themselves</hi> and <hi>give vent to their conceived heavinesse.</hi> The reason of PUTTING FINGER IN THE EYE IN WEE<g ref="char:EOLhyphen"/>PING, is, because teares falling from the EYE, with their saltnesse procureth a kinde of itching about the carnell of teares, which requireth aid of the <hi>Finger</hi> to be expressed at their first fall: afterward the parts affected with that quality, and one teare drawing on another, such expres<g ref="char:EOLhyphen"/>sion is not so necessary. Besides this cause of rubbing the WEEPING EYE, a strange matter therein requireth wiping, which also moveth <pb n="161" facs="tcp:110295:95"/> the <hi>Finger</hi> to haste to the EYE watered with teares; but this is after a while, the other almost before any teare fall, as though they were ex<g ref="char:EOLhyphen"/>pressed with rubbing. Thus <hi>Moagetes</hi> the Ty<g ref="char:EOLhyphen"/>rant of Cibyra, when he was greatly affrighted at the minatory words of the Roman Consul, <hi>Cn.</hi> <note place="margin">Livie l. 38</note> <hi>Manlius,</hi> imposing the sum of five hundred talents in ready money to be laid down upon the naile, counterfeiting and pretending his needinesse, after much base huckling, and rising by little and little, one while hasting and wrankling, another while praying and intreating (and that with whining and PUTTING FINGER IN THE EYE) he was fetcht over at length, and came off to pay a good 100. talents of silver, and deliver ten medimnes of corne besides.</p> </div> <div n="3" type="gesture"> <head>Approbo. Gest. III.</head> <p>TO HOLD UP THE THUMBE, is the gesture of one <hi>giving his voice or suffrage,</hi> of one that <hi>helpeth with his word at the time of election,</hi> and of one shewing his <hi>assent</hi> or <hi>approbation</hi> as <hi>Flavius Vopiscus</hi> writeth. The putting forth of <note place="margin">Flavius Vopiscus.</note> the <hi>Finger</hi> also signifies <hi>an allowance of opinion, advice and judgement of others wisely uttered in our presence.</hi> </p> </div> <div n="4" type="gesture"> <head>Extollo. Gest. IV.</head> <p>TO HOLD UP BOTH THE THUMBS, is an ex<g ref="char:EOLhyphen"/>pression importing a <hi>transcendency of praise.</hi> Hence <hi>Horace <note n="*" place="margin">Horace Serm.</note> Utro<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> pollice, dixit, pro [summo favore.]</hi> <q> <l>Fautor <note n="*" place="margin">Horace Serm.</note> utro<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> tuam [laudabit] pollice ludum: </l> </q> Of which proverbiall speech, <hi>Porphyrius</hi> conceit runs thus: <hi>Utro<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> pollice, id est, utra<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> manu, sy<g ref="char:EOLhyphen"/>nechdoche à parte ad totum. An qui [vehementius laudat] * manus jungens, <note n="*" place="margin">Erasm, Adage.</note> jungit pollicem cum proxi<g ref="char:EOLhyphen"/>mo?</hi> <pb n="162" facs="tcp:110295:96"/> <hi>Acron</hi> another way <note n="*" place="margin">Erasm, Adage.</note> <hi>Utro<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> pollice, synech<g ref="char:EOLhyphen"/>doche, manu utra<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> sublata<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> pariter, ac saepius mota, hic enim gestus valde laudantis est: Sane utra<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> sicut ex iis concijci licet, proverbij origofuit, inquit E<g ref="char:EOLhyphen"/>rasmus.</hi> </p> </div> <div n="5" type="gesture"> <head>Collate<g ref="char:EOLhyphen"/>raliter monstro. Gestus V.</head> <p>TO POINT WITH THE TURNED OUT THUMBE is a note of demonstration; for as by divers gestures of the <hi>Thumbe</hi> wee fignifie the various motions of our minde, so by the same we are wont to point out, and shew those wee love, and such who deserve our commendations by PUTTING FORTH THIS FINGER, making it many times to usurpe the office of the Index, as may be collected out of <hi>Claudian:</hi> <note place="margin">Claud. de 6. Hon. Consulat.</note> <q> <l>—Gaudet metuens &amp; pollice [monstrat.]</l> </q> </p> </div> <div n="6" type="gesture"> <head>Indico. Gest. VI.</head> <p>THE FORE-FINGER PUT FORTH, THE REST CONTRACTED TO A FIST, is an expresse of <hi>command</hi> and <hi>direction;</hi> a gesture of the <hi>Hand</hi> most <hi>demonstrative.</hi> This <hi>Finger</hi> being <note place="margin">Beckman de orig. lat. ling.</note> called <hi>Index ab indicando, Deicticos</hi> by the Greeks, <hi>id est Demonstrator. Hinc [indigitare] verbum pro re satis idoneum, hoc est digito ostendere, vel digitum intendere:</hi> And hence some of the Heathen gods were called <hi>Dii indigiti,</hi> because it was un<g ref="char:EOLhyphen"/>lawfull to name them, or point them out as it <note place="margin">Festus.</note> were with this <hi>Finger.</hi> The force of this <hi>Finger</hi> in pointing out men of note and quality, Poets and Historians the accurate observers of the na<g ref="char:EOLhyphen"/>turall expressions of the <hi>Fingers,</hi> doe every where acknowledge in their writings, alluding thereunto. Thus the sinewie Epigrammatist: <q> <l>Rumpitur invidia quod turba semper ab omni</l> <l> <pb n="163" facs="tcp:110295:96"/> [Monstramur] <note n="*" place="margin">Martial Epigram.</note> digito—</l> </q> Thus <hi>Horace:</hi> <q> <l>Quod [monstror] * digito praeteriuntium.</l> </q> Thus the Schoole-Amorist: <q> <l>Saepe aliquis <note n="*" place="margin">Ovid A<g ref="char:EOLhyphen"/>mor. l. 3.</note> digito vatem [designat] euntem</l> <l>At<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> ait, hic hic est quem ferus urit amor.</l> </q> Thus that obscure Satyrist: <q> <l>At pulchrum est <note n="*" place="margin">Perseus Satyr. 1.</note> digito [monstrari] dicier hic est: </l> </q> Where the Satyrist (as <hi>Lubentius</hi> comments upon the place) taking an argument from the adjunct, seems to have respect unto the History of <hi>De<g ref="char:EOLhyphen"/>mosthenes</hi> which <hi>Cicero</hi> toucheth at, who was <note place="margin">Cicero <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>u<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>c. 5.</note> much affected with the mute encomium of this <hi>Finger,</hi> directed towards him by certaine wo<g ref="char:EOLhyphen"/>men that were drawing water, and saying <hi>this is Demosthenes;</hi> yet this is the same man <hi>Diogenes</hi> the Cinique pointed out in way of derision, not with the <hi>Index,</hi> but the middle <hi>Finger.</hi> To pa<g ref="char:EOLhyphen"/>rallel <note place="margin">Laert. l. 6.</note> this with another example drawne out of Historicall antiquity. The first time that <hi>The<g ref="char:EOLhyphen"/>mistocles</hi> <note place="margin">Plutarch in the life of The<g ref="char:EOLhyphen"/>m<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>stocles.</note> came to the Olympique games, after the victory obtained over <hi>Xerxes</hi> navie at Sea, he was no sooner come into the shew-place, but the people looked no more at them that fought, but all cast their eyes on him, <hi>shewing</hi> him unto the strangers that knew him not, with their <hi>Fingers,</hi> and by clapping of their <hi>Hands,</hi> did witnesse how much they esteemed him; who being a man am<g ref="char:EOLhyphen"/>bitious by nature, and covetous of honour, was so much tickled with this publick <hi>demonstration of their loves,</hi> that he confessed to his familiar friends, he then did begin to reap the fruit and benefit of his sundry and painfull services he had taken for the preservation of Greece. The natu<g ref="char:EOLhyphen"/>rall validity of this <hi>indigitation</hi> of persons, and <pb n="164" facs="tcp:110295:97"/> pronominall vertue of this <hi>Finger,</hi> when accen<g ref="char:EOLhyphen"/>tively put forth, appeared in the malipert demon<g ref="char:EOLhyphen"/>stration of <hi>Diphilus</hi> the Tragedian, when he a<g ref="char:EOLhyphen"/>cted <note place="margin">Cicero ad Attic. l. 2. Epist. 19.</note> in the Playes dedicated to the praise of <hi>A<g ref="char:EOLhyphen"/>pollo,</hi> who when he came to that verse in his part, <hi>Miseria nostra Magnus est,</hi> directing his <hi>Hand</hi> and pointing to <hi>Pompey</hi> sirnamed the <hi>Great,</hi> he gave it a remarkable pronunciation; and being con<g ref="char:EOLhyphen"/>strained by the people <hi>who with their Hands loud applause encouraged</hi> him) to repeat the same divers times; continuing in that <hi>demonstrat<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ve</hi> gesture, he drove out him that was guilty of too great and intollerable a power. But <hi>Pylades</hi> for such <note place="margin">Suetonius Augusto.</note> a speaking pranke of his <hi>Finger,</hi> came not off so well; for, <hi>Octavius Augustus Caesar</hi> banished him out of the City of Rome and Italy, because he had POINTED WITH HIS FINGER at a spe<g ref="char:EOLhyphen"/>ctatour who hissed him of the Stage, and so made him to be known. The valiant <hi>Boucicaut</hi> instead of speech used such a POINT OF DECLARA<g ref="char:EOLhyphen"/>TION with his <hi>Finger,</hi> and as it is likely shewing some other of his <hi>Fingers</hi> afterwards to signifie that he was a kin to him he pointed at, as the <hi>Fingers</hi> of his <hi>Hand</hi> which are brethren. For in that furious battell that <hi>Bajazet</hi> the Turkish Em<g ref="char:EOLhyphen"/>perour waged against the King of Hungarie, <note place="margin">Causin Soldier.</note> where there were many French-men, and the Count of <hi>Nevers,</hi> the Count of <hi>Ewe</hi> and <hi>March,</hi> and the valiant Marshall <hi>Boucicaut,</hi> who the next day being brought before <hi>Bajazet</hi> sitting under a pavilion spread for him in the field; <hi>Ba<g ref="char:EOLhyphen"/>jazet</hi> having heard by his Interpretour that the Count <hi>Nevers, Ewe</hi> and <hi>March,</hi> were neare kinsmen to the King of France, caused them to be reserved, commanding they should sit on the <pb n="165" facs="tcp:110295:97"/> ground at his feet, where they were inforced to behold the lamentable but cherie of their Nobili<g ref="char:EOLhyphen"/>ty. The valiant Marshall <hi>Boucicaut</hi> in his turne was produced; he who was wise, and particularly inspired by God in this extremity, made a signe with his <hi>Finger</hi> before <hi>Bajazet,</hi> who understood not his language, as if he would declare himselfe the kinsman of the Count of <hi>Nevers,</hi> who beheld him with an eye so pitifull, that it was of power to rent rocky hearts: <hi>Bajaz<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>t</hi> being perswaded by this signe that he was of the bloud Royall, caused him to be set apart to remaine a prisoner, where he after wards by his great prudence en<g ref="char:EOLhyphen"/>deavoured the liberty of those noble Gentlemen and his owne. ¶ Sometimes this <hi>Fingers [ibi]</hi> stands for an <hi>Aduerbe of place.</hi> And it was the custome of the Romans in the meetings of di<g ref="char:EOLhyphen"/>vers waies to erect a statue of Mercurie with the <hi>Fore-Finger</hi> pointing out the maine road, in imi<g ref="char:EOLhyphen"/>tation whereof, in this Kingdome we have in such places notes of direction; such is the <hi>Hand</hi> of St. <hi>Albans.</hi> And the <hi>demonstrative</hi> force of this <hi>Finger</hi> is such, that we use to forewarne and rebuke children for pointing at the Pallaces of Princes as a kinde of petty treason. The Roman Histories afford us a notable example of the pra<g ref="char:EOLhyphen"/>ctice <note place="margin">Plutarch in the life of Camil<g ref="char:EOLhyphen"/>lus.</note> of this moving <hi>Adverbe of place</hi> in <hi>Marcus Manlius Capitolinus;</hi> for when he was accused for moving sedition, and his matter came to pleading, the sight of the Capitoll troubled his accusers much, for the very place it selfe where <hi>Manlius</hi> had repulsed the Gaules by night, and defended the Capitoll, was easily seen from the Market-place where the matter was a hearing; and he himselfe POINTING WITH HIS HAND <pb n="166" facs="tcp:110295:98"/> shewed the place unto the gods, and weeping tenderly, he laid before them the remembrance of the hazard of his life in fighting for their safe<g ref="char:EOLhyphen"/>ty: This did move the Judges hearts to pity, so as they knew not what to doe, neither could they use the severity of the Law upon him, be<g ref="char:EOLhyphen"/>cause the place of his notable good service was ever still before their eyes; wherefore <hi>Camillus</hi> finding the cause of delay of Justice, did make the place of judgement to be removed without the City into a place called the Wood <hi>Petelian,</hi> from whence he could not shew them the Ca<g ref="char:EOLhyphen"/>pitoll, and having deprived him of this advan<g ref="char:EOLhyphen"/>tage, he was condemned. ¶ As it is a gesture of <hi>command</hi> and <hi>direction,</hi> imperious masters with a stately kinde of arrogancie often use it to their <hi>meniall</hi> servants who stand ready expe<g ref="char:EOLhyphen"/>cting but the signall of their <hi>commands,</hi> when they call them, not without a taunt, to execute the tacit pleasure of their lordly will; an expres<g ref="char:EOLhyphen"/>sion flowing into their <hi>Hand</hi> from the hautinesse of spirit, and an insolent humour of <hi>dominée<g ref="char:EOLhyphen"/>ring:</hi> And the signe of <hi>pride</hi> is the greater when men aff<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ct to have their mindes thus discried, and <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>u others to gueste at their meaning by what <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>heir talking <hi>Fingers</hi> exhibit, as if their high raised spirits disdained to discend so low as to explaine their minde in words, but thought it more then enough to signe out their intent with their <hi>Fingers.</hi> </p> </div> <div n="7" type="gesture"> <head>Terrorem incutio. Gest. VII.</head> <p>THE HOLDING UP OF THE FORE-FIN<g ref="char:EOLhyphen"/>GER, is a gesture of <hi>threatning</hi> and <hi>uphrai<g ref="char:EOLhyphen"/>ding.</hi> Hence this <hi>Finger</hi> is called <hi>[minax]</hi> or <hi>[mi<g ref="char:EOLhyphen"/>nitans]</hi> by the Latines, <hi>quod eo [minas inserimus] <pb n="167" facs="tcp:110295:98"/> &amp; in [exprobrando] utimur.</hi> The force of this <hi>Finger</hi> in <hi>denouncing threatnings</hi> when it is brandished in way of <hi>terrour, Seneca</hi> acknow<g ref="char:EOLhyphen"/>ledgeth, where he saith that of old in children, <hi>Solebat ciere lachrymas <note n="*" place="margin">Seneca de Constant,</note> digitorum motus.</hi> Hence also <hi>Plutarch</hi> borrowed his <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>de eo qui [alteri terrorem denunciat.]</hi> To this may be referred the relation of a worthy and right elegant Country-man of ours in his <note place="margin">Sir. Hen. Blunt in his voyage to the Le<g ref="char:EOLhyphen"/>vant.</note> voyage into the Levant, who being in the Isle Rhodes, and one morning prying up and down, a Turke met him, and <hi>threatning</hi> him for an English man and a spie, with a kinde of malici<g ref="char:EOLhyphen"/>ons posture, laying his <hi>Fore-Finger</hi> under his eye, he seemed to have the looke of a designe.</p> </div> <div n="8" type="gesture"> <head>Venerati<g ref="char:EOLhyphen"/>one saluto Gestus VIII.</head> <p>THE FORE-FINGER KISSED in the natu<g ref="char:EOLhyphen"/>rall greetings of the <hi>Hand,</hi> hath been ever tooke for a <hi>complementall salutation,</hi> and is used by those who <hi>adore, worship, give honor, hanks,</hi> or a <hi>faire resuect.</hi> Hence called, <hi>Digitus [salu<g ref="char:EOLhyphen"/>taris] vel [salutatorius]</hi> because this <hi>Finger</hi> as designed by nature to that office of <hi>respect,</hi> hath been thought most convenient to performe the ceremony of a <hi>salutation.</hi> And <hi>[Adoro]</hi> (saith <note place="margin">Selden Tid. of Honour.</note> learned <hi>Selden)</hi> hath its derivation from this ge<g ref="char:EOLhyphen"/>sture, <hi>quod ad ora sive os digitum [salutarem.]</hi> And the Hebrewes use the phrase of this gesture for <hi>veneration.</hi> As concerning the signification of <hi>thankes</hi> implied by this gesture, Sir <hi>Francis</hi> <note place="margin">Fran. Ve<g ref="char:EOLhyphen"/>rulam in his new Atlantis.</note> <hi>Bacon</hi> covertly acknowledgeth where he feignes a most proper and significant expression of the people of Bensalem, who lift their <hi>Right Hand</hi> to<g ref="char:EOLhyphen"/>wards heaven, and draw it softly to their mouth, which is the gesture they use when they <hi>thanke</hi> God.</p> </div> <div n="9" type="gesture"> <pb facs="tcp:110295:99"/> <head>Silentium indico. Gest. IX.</head> <p>THE LAYING OF THE FORE-FINGER UP<g ref="char:EOLhyphen"/>ON THE MOUTH, is their habit who would expresse their <hi>silence, conviction, shame, igno<g ref="char:EOLhyphen"/>rance, reverence, servile feare, modesty,</hi> a <hi>revol<g ref="char:EOLhyphen"/>ving meditation, admiration</hi> and <hi>amazement.</hi> After which manner also we <hi>crave</hi> and <hi>promise secrecie.</hi> To the signification of <hi>silence</hi> apper<g ref="char:EOLhyphen"/>taines the proverbiall phrase taken from this gesture, * <hi>Digitum ori imponere pro [silere.]</hi> Whence the Poet, <q> <l>—Digito compesce labellum.</l> </q> Hence the five spies of <hi>Dan</hi> unto the Priest of <hi>Micha, Hold thy peace,</hi> LAY THINE HAND UPON THY MOUTH.<note place="margin">Judges 18 19. </note> Hence also the coyners of the Hieroglyphiques introduce this gesture to note <hi>taciturnite.</hi> <note place="margin">Pierius Hierogly. l. 37.</note> ¶ To the signification of <hi>conviction</hi> or a <hi>modest ignorance,</hi> belongs that of the sonne of <hi>Syrach,</hi> If thou hast understan<g ref="char:EOLhyphen"/>ding <note place="margin">Ecclesia<g ref="char:EOLhyphen"/>sticus 5. 12</note> answer thy neighbour, if not, LAY THINE HAND ON THY MOUTH. ¶ To the significa<g ref="char:EOLhyphen"/>tion of <hi>admiration</hi> and <hi>amazement</hi> appertaines that of <hi>Job,</hi> Marke me, and be <hi>astonished,</hi> and <note place="margin">Job 21. 5.</note> LAY YOUR HAND UPON YOUR MOUTH. And to this note of admiration that of <hi>Apuleius</hi> may be refe<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>red, <hi>A<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ille <note n="*" place="margin">Apul. Me<g ref="char:EOLhyphen"/>tam. l. 1.</note> digitum à pollice proximum ori suo admovens, &amp; [in stuporem attonitus] Tace, Tace inquit.</hi> ¶ This gesture of the <hi>Index</hi> is like<g ref="char:EOLhyphen"/>wise important in <hi>craving silence.</hi> For after this sort was the effigies of <hi>Harpocrates,</hi> framed a<g ref="char:EOLhyphen"/>mong the Aegyptians, as a <hi>Monument of silence.</hi> And the Ancients were wont to weare in their rings the seale of <hi>Harpocrates,</hi> for this cause (saith <hi>Plinie)</hi> that they might <hi>declare silence</hi> and <hi>secre<g ref="char:EOLhyphen"/>cte</hi> <note place="margin">Plinie in his Nat. Hist.</note> of the businesse in <hi>Hand. Hinc redde Harpo<g ref="char:EOLhyphen"/>cratem <pb n="169" facs="tcp:110295:99"/> id est [tace.]</hi> Hence <hi>Alciat</hi> took his Em<g ref="char:EOLhyphen"/>bleme. <q> <p>Cum tacit haud quicquam differt sapientibus amens, stultitiae est index lingua<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> vox<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> suae.</p> <p>Ergo <note n="*" place="margin">Alciat Embl. 11.</note> premet labias, digitoque [silentia suadet,] &amp; sese Pharium vertit in Harpocratem.</p> </q> In this posture the image of <hi>Titus Livius</hi> of Pa<g ref="char:EOLhyphen"/>dua <note place="margin">Pieriu: Hierogl. l. 36.</note> was placed over the doore of the <hi>Praetorium</hi> of that City, for that he had comprised so much in his writings that he seemed to have <hi>denoun<g ref="char:EOLhyphen"/>ced silence</hi> to all other Writers. Hence <hi>Martia<g ref="char:EOLhyphen"/>nus Capella, Verum quidem redemitus puer ad <note n="*" place="margin">Martian. Capel. l. 1.</note> os compresso digito salutari [silentium commonebat.]</hi> And in allusion to t<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>s gesture, <hi>Ovid:</hi> <q> <l>Qui<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> premet vocem <note n="*" place="margin">Ovid Me<g ref="char:EOLhyphen"/>tam. l. 9.</note> digito<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> [silentia suadet.] </l> </q> The Aegyptian Priests, Indian Brachmans, the Persian Magi and the French Druides, and all the old Philosophers and wise men, very poli<g ref="char:EOLhyphen"/>tickly caused to mould <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>nd pourtrait their gods with their <hi>Fingers</hi> upon their lips, to teach men (their adorers) not to be too curious enquirers after their nature, or rashly fable forth what ever they imagine of them, lest that being discovered, they should have been found in the end to have been but men, either worthy in their time for warre or peace, and after their death deified. <hi>Heraiscus</hi> is reported to have come out of his mo<g ref="char:EOLhyphen"/>thers wombe with this <hi>Finger,</hi> the <hi>index of silence</hi> <note place="margin">Suid<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</note> fixed upon his lips, in the same manner as the Ae<g ref="char:EOLhyphen"/>gyptians feigne <hi>Orus</hi> to have been borne, and before him <hi>Sol;</hi> whereupon because this <hi>Finger</hi> clave to his mouth, it was faine to be removed by incision, and the sear remained alwayes in his lip, a conspicuous signe of his close and mysti<g ref="char:EOLhyphen"/>call nativity. ¶ As concerning the use of this <pb n="570" facs="tcp:110295:100"/> gesture to intimate <hi>we know somewhat, which neverthelesse we will not utter:</hi> or this way of <hi>promising secrecie</hi> when we are required, they are expressions that many times occur in the a<g ref="char:EOLhyphen"/>ctions of common life.</p> </div> <div n="10" type="gesture"> <head>Redarguo Gestus X.</head> <p>THE BOWING DOWNE OF THE FORE-FIN<g ref="char:EOLhyphen"/>GER FOR A <hi>checke of silence,</hi> and to <hi>redargue,</hi> is an action often found in the <hi>Hands</hi> of men. This gesture if objected with a more frequent motitation, obtaines the force of an ironicall ex<g ref="char:EOLhyphen"/>pression; and with the Ancients it was called <hi>Ciconia</hi> or the Storke, from the forme of a Storks bill pecking, which it seemes to imitate. That darke Satyrist the obscure richnesse of whose stile doth much depend upon such adjuncts of expression, alluding to this gesture: <q> <l>O Jane, à tergo quem nulla<note n="*" place="margin">Perseus Satyr. 1.</note> Ciconia pinsit.</l> </q> And St. <hi>Hierom</hi> whose workes are very curious<g ref="char:EOLhyphen"/>ly garnished with such criticall observations, ve<g ref="char:EOLhyphen"/>ry elegantly alludes to the same expression, <hi>Qui siscirent Holdam viris tacentibus prophetasse, nun<g ref="char:EOLhyphen"/>quam post tergum meum<note n="*" place="margin">Hierom in praef. ad Sopho<g ref="char:EOLhyphen"/>niam.</note> manum incurvarent in Ciconiam.</hi> The Greeks in this matter call it the Crow, as <hi>Causabon</hi> gathers out of <hi>Hesiod,</hi> thus in<g ref="char:EOLhyphen"/>terpreted, <note place="margin">Causabon upon Pers. Satyr. 1.</note> <hi>Cave inquit domum linquas imperfectam ne caput tibi tundat garrula Cornix.</hi> </p> </div> <div n="11" type="gesture"> <head>Compello Gest. XI.</head> <p>THE LIFTING UP AND BOWING OF THE INDEX TOWARDS THE FACE, is a usuall gesture of <hi>invitation</hi> as naturally significant to that intent, as the inward waving of the whole <hi>Hand;</hi> and is a naturall Synechdoche of gesture, whereby we use a part for the whole <hi>Hand:</hi> he that shall set himselfe to observe the manners <pb n="171" facs="tcp:110295:100"/> and discoursing gestures of men shall soone finde this observation to be true and valid.</p> </div> <div n="12" type="gesture"> <head>Veto. Gest. XII.</head> <p>THE RAISING UP AND BOWING THE FORE-FINGER FROM US, is a gesture natu<g ref="char:EOLhyphen"/>rall to those who <hi>becken a retreat</hi> or <hi>forbid,</hi> and is a Synechdoche of gesture whereby we signifi<g ref="char:EOLhyphen"/>cantly use the <hi>Index</hi> for the whole <hi>Hand</hi> Though I annex no example of this gesture, yet the vali<g ref="char:EOLhyphen"/>dity thereof is not much the lesse; and when all is done, somewhat must be left to observation; and if it be matter of oversight in the cursory reading over of some Histories, then my Rea<g ref="char:EOLhyphen"/>der hath an opportunity to oblige me by a more happy invention and application; yet prudent omissions have their places, and an universall forestalment of a Readers fancie or memory, is one of the foure and twenty properties of a moyling Pedant.</p> </div> <div n="13" type="gesture"> <head>Diffiden<g ref="char:EOLhyphen"/>tiam noto. Gestus XIII.</head> <p>TO FEEL WITH THE FINGERS ENDS, is their scepticall expression who <hi>endeavour to satisfie themselves by information of the Tact, in the qualities of a thing.</hi> A gesture that proceeds from the instinct of nature, whereby we know our <hi>Hand</hi> to be the judge and discer<g ref="char:EOLhyphen"/>ner of the touch, for although this touching ver<g ref="char:EOLhyphen"/>tue or tactive quality be diffused through the whole body within and without, as being the foundation of the animal being, which may be called <hi>Animalitas,</hi> yet the first and second quali<g ref="char:EOLhyphen"/>ties which strike the sense, we doe more curious<g ref="char:EOLhyphen"/>ly <note place="margin">Dr. Crook in his A<g ref="char:EOLhyphen"/>natomy.</note> and exquisitely feele in the <hi>Hand,</hi> then in the other parts, and more exactly where the <hi>Epider<g ref="char:EOLhyphen"/>mis</hi> or immediate organ of the outer touch is <pb n="172" facs="tcp:110295:101"/> thinnest, but most subtily in the <hi>grape</hi> of the <hi>In<g ref="char:EOLhyphen"/>dex,</hi> which being the only part of the body that hath <hi>temperamentum ad pondus,</hi> is by good right chiefe Touch-warden to the King of the five senses. The satisfaction the <hi>Hand</hi> gives the minde by this gesture, made <hi>Alciat</hi> (taking his hint from <hi>Plautus,</hi> who seems to me to have cal<g ref="char:EOLhyphen"/>led <note place="margin">Alciat Embl. 16. ex Plauto sumpt.</note> this expression <hi>manum occulatam)</hi> to represent in Embleme the certainty of things by an eye in a <hi>Hand.</hi> Hence <hi>manus oculata</hi> the Adage; and verily we may well beleeve this occular test or <note place="margin">Erasm. Adage.</note> feeling eye of the <hi>Hand. Thomas Dydimus</hi> as diffident as he was, received a palpable satisfacti<g ref="char:EOLhyphen"/>on <note place="margin">John 20. 27.</note> by this way of silent information.</p> </div> <div n="14" type="gesture"> <head>Mollicie<g ref="char:cmbAbbrStroke">̄</g> prodo. Gestus XIV.</head> <p>TO SCRATCH THE HEAD WITH ONE FIN<g ref="char:EOLhyphen"/>G<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>R, is a kinde of <hi>nice</hi> and <hi>effeminate</hi> ge<g ref="char:EOLhyphen"/>sture, bewraying a <hi>close inclination to vice;</hi> ob<g ref="char:EOLhyphen"/>served in many by cunning Motists who have found the way to prie into the manners of men. A gesture so remarkable that it grew into an Ad<g ref="char:EOLhyphen"/>age, <note n="*" place="margin">Plutarch in the life of Pom<g ref="char:EOLhyphen"/>pey.</note> <hi>Digito uno caput scalpere,</hi> by a metonymie of the adjunct signifying <hi>impudence</hi> &amp; <hi>effeminacy,</hi> taken by Critiques out of <hi>Juvenal,</hi> who hath gi<g ref="char:EOLhyphen"/>ven a satyricall lash at this gesture. <hi>Pompey</hi> was publickly upbraided to his face with this note of <hi>effeminacy</hi> by <hi>Clodius</hi> the Tribune, asking aloud these questions; who is the licenciousest Cap<g ref="char:EOLhyphen"/>taine in all the City? what man is he that seeks for a man? what is he that SCRATCHETH HIS HEAD WITH ONE FINGER? some that hee had brought into the market-place for that pur<g ref="char:EOLhyphen"/>pose, like a company of dancers or singers, when he spake and clapped his <hi>Hands</hi> on his gowne, answered him strait aloud to every que<g ref="char:EOLhyphen"/>stion, <pb n="173" facs="tcp:110295:101"/> that it was <hi>Pompey.</hi> As concerning the phrase of seeking for a man, that Prince of the Senate of Critiques, sayes that he hath read in an old manuscript of an Interpreter of <hi>Lucan</hi> ne<g ref="char:EOLhyphen"/>ver published, this distich: <q> <p>Magnus quem metuunt homines, <note n="*" place="margin">Joseph Scal.</note> digito caput uno scalpit, quid credas hunc sibi velle? virum.</p> </q> <hi>Molles enim solent virum quaerere. Cicero</hi> also ob<g ref="char:EOLhyphen"/>served in <hi>Caesar</hi> <note place="margin">Plutarch in the life of Caesar.</note> the same genuine fashion of his <hi>Hand,</hi> as appeares by the opinion he once had of <hi>Caesar:</hi> when (saith he) I consider how fairly he combeth his fine bush of haire, and how smooth it lyeth, and that I see him SCRATCH HIS HEAD WITH ONE FINGER ONLY, my minde gives me that such a kinde of man, should not have so wicked a thought in his Head, as to overthrow the state of the Common-wealth. By the way, I cannot but note, that two of the greatest Commanders Rome could ever boast of, concurrents intime, and competitors for the Empire of the World, should be both branded with one and the selfe-same note of <hi>effeminacie.</hi> </p> </div> <div n="15" type="gesture"> <head>Convici<g ref="char:EOLhyphen"/>um facio. Gest. XV.</head> <p>THE PUTTING FORTH OF THE MIDDLE-FINGER, THE REST DRAWN INTO A FIST on each side, which is then called <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> by the Greeks,<note place="margin">Pateus in electis.</note> vulgarly <hi>Higa,</hi> in the ancient Tongue, <hi>pugner à</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, is a naturall expression of <hi>scorne</hi> and <hi>contempt.</hi> This gesture is called <hi>Catapygon</hi> by the Athenians, <hi>id est, Cinaedus &amp;</hi> <note place="margin">Caelius.</note> <hi>scortum, quia pronus ad obscoenitatem &amp; quod [infa<g ref="char:EOLhyphen"/>miam concuteret] &amp; [convicium faceret]</hi> which is well noted by that elegant Epigrammatist: <q> <l>Rideto multum qui te Sextile Cinaedum </l> <l>Dixerit, &amp; <note n="*" place="margin">Martial Epigram.</note> digitum porrigito medium.</l> </q> <pb n="174" facs="tcp:110295:102"/> <hi>Id est, si te Sextile Cynaedum vocaveret, tu eandem contumeliam ei objice, &amp; repende, <note n="*" place="margin">As Rami<g ref="char:EOLhyphen"/>rez upon the place.</note> sublato medio digi<g ref="char:EOLhyphen"/>to, quae nota Cynaedi est, non solumenim ad [irrisio<g ref="char:EOLhyphen"/>nem] sed etiam ad [infamiam &amp; molliciem alicujus denotandum valet.</hi> [To which that of <hi>Plautus</hi> may be referred: <q> <l>In hunc <note n="*" place="margin">Plaut. in Pseudol.</note> intende digitum hic leno est.</l> </q> Hence also <hi>Martial</hi> calls this Finger, <hi>Digitum [impudicum.]</hi> <q> <l> <note n="*" place="margin">Martial Epigram.</note> Ostendit digitum sed [impudicum.]</l> <l>Derides quo<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> fur &amp; [impudicum.]</l> <l> <note n="*" place="margin">Martial Epigram.</note> Ostendis digitum mihi minanti?</l> </q> <hi>Perseus</hi> calls it <hi>[infamum.]</hi> <q> <l> <hi>Infami digito</hi>—<note place="margin">Perseus Satyr. 2.</note> </l> </q> With <hi>Acron</hi> and <hi>Porphyrius</hi> it is <hi>[famosus.] Eu<g ref="char:EOLhyphen"/>phormio</hi> calls it <hi>[improbum.] Et hic quidem <note n="*" place="margin">Euphor. Satyr. 1.</note> in<g ref="char:EOLhyphen"/>tendebat improbum reclusae digitum dextrae;</hi> descri<g ref="char:EOLhyphen"/>bing the posture of <hi>exprobration</hi> in some images. In another place the Epethite is <hi>flagitiosus,</hi> Cal<g ref="char:EOLhyphen"/>lion <hi>[flagitioso] digito superiorem explicans bar<g ref="char:EOLhyphen"/>bam.</hi> <note place="margin">Idem lib. eodem.</note> With <hi>Plantus</hi> it is <hi>[manus pullaria] à pal<g ref="char:EOLhyphen"/>pandis tentandis<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> pullis,</hi> &amp;c. (as <hi>Turnebus</hi> thinks.) <hi>[Petulans]</hi> and <hi>[lascivus]</hi> by others. Hence with the Athenians, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>id est scimalissare est praetentare digito ubi quemquam [flocci facere] ostendunt; nam et si proprie Graecis sit cum digito per<g ref="char:EOLhyphen"/>tentamus ecquid gallinam ova conceperit, tamen ver<g ref="char:EOLhyphen"/>bo eodem utantur cum protensum [contumeliose] <note n="*" place="margin">Caelius.</note> o<g ref="char:EOLhyphen"/>stendunt medium digitum,</hi> concerning which ex<g ref="char:EOLhyphen"/>pression <hi>Juvenal:</hi> <q> <l>—Cum fortuna ipse minaci </l> </q> <hi>Mandaret laqueum <note n="*" place="margin">Juvenal Satyr.</note> medium<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> ostenderet unguem, nam * medio digito aliquid monstrare per [ignomini<g ref="char:EOLhyphen"/>am] siebat, ob ejus [infamiam]</hi> as <hi>Lubinus</hi> upon the place. This pointing out with the Finger <pb n="175" facs="tcp:110295:102"/> in way of <hi>mockerie, Tertullian</hi> calls <hi>digito destina<g ref="char:EOLhyphen"/>re.</hi> <note place="margin">Tertul. de Pallio c. 4.</note> That the <hi>scoffing</hi> motion of this Finger moves an apprehension of what we intend, may plainly be gathered out of the Prophesie of the Prophet <hi>Isaiah,</hi> where he saith, If thou take a<g ref="char:EOLhyphen"/>way <note place="margin">Isaiah 58. 9.</note> from the midst of thee the yoke, the PUT<g ref="char:EOLhyphen"/>TING FORTH OF THE FINGER, and evill spea<g ref="char:EOLhyphen"/>king, which by the most of Expositors is con<g ref="char:EOLhyphen"/>ceived to be meant of this very gesture,<note place="margin">See Flac<g ref="char:EOLhyphen"/>cius in cla<g ref="char:EOLhyphen"/>vi script. Salomon Prov. 6. 13</note> although Divines have variously descanted upon the place. In this sense also that of the Wise man may be understood, The wicked man speaketh with his Finger, that is, his Finger by gestures and signs speaks <hi>scoffes.</hi> As Doctor <hi>Jermin</hi> in his paraphrasticall comment upon the place. <hi>Lam<g ref="char:EOLhyphen"/>pridius</hi> speaking of the notorious <hi>effeminacie,</hi> and luxurious <hi>impudencie</hi> of that sottish Empe<g ref="char:EOLhyphen"/>rour <hi>Heliogabalus</hi> among other expressions of his corrupted minde reports him to have used this, <hi>Nec enim unquam verbis pepercit infamibus, cum &amp; <note n="*" place="margin">Lampri<g ref="char:EOLhyphen"/>dius in Helioga<g ref="char:EOLhyphen"/>balo.</note> digitis [impudicitiam] ostentaret, nec ullus in con<g ref="char:EOLhyphen"/>ventu, &amp; audiente populo esset pudor.</hi> Thus <hi>Cali<g ref="char:EOLhyphen"/>gula</hi> was wont to <hi>flout</hi> and <hi>frump Cassius Chaerea</hi> <note place="margin">Sueton in Caligula.</note> Tribune of the <hi>Praetorian</hi> cohort in most <hi>oppro<g ref="char:EOLhyphen"/>brious</hi> tearmes as a <hi>wanton</hi> and <hi>effeminate</hi> per<g ref="char:EOLhyphen"/>son. And one while when he came unto him for a watch-word to give him <hi>Priapus</hi> or <hi>Venus;</hi> another while if upon any occasion he rendered thankes, to reach out unto him his <hi>Hand,</hi> not only fashioned, but wagging also after an obscene and filthy manner. Q. <hi>Cassius</hi> a right valiant man, and one that distasted the corrupted manners of those times, tooke this <hi>reproach of effeminacie</hi> so ill at <hi>Calligula's Hand,</hi> that he bore him a parti<g ref="char:EOLhyphen"/>cular grudge for this very cause, and was the <pb n="176" facs="tcp:110295:103"/> man that conspiring with <hi>Cornelius Sabinus</hi> his fellow Tribune, deprived him of life and Empire. Thus <hi>Diogenes</hi> when certain strangers in a great assembly were very inquisitive to know which was <hi>Demosthenes, Diogenes</hi> in <hi>derision</hi> PUTTING <note place="margin">Laert. in Diogen.</note> FORTH THIS FINGER instead of the <hi>Index,</hi> pointed him out and shewed him unto them, co<g ref="char:EOLhyphen"/>vertly thereby noting the <hi>impudent</hi> nature and <hi>effeminacie</hi> of the man. And it may be the en<g ref="char:EOLhyphen"/>vie and despite of <hi>Josephs</hi> brethren towards him <note place="margin">Gen. 37. 19.</note> shewed it selfe in the contumelious gesture of this <hi>Finger,</hi> which pointed out unto him their <hi>contempt</hi> of him when he was afar off, and wa<g ref="char:EOLhyphen"/>king towards them, when they said one unto a<g ref="char:EOLhyphen"/>nother, Behold this dreamer commeth!</p> </div> <div n="16" type="gesture"> <head>Contem<g ref="char:EOLhyphen"/>no. Gestus XVI.</head> <p>TO COMPRESSE THE MIDDLE-FINGER WITH THE THUMBE BY THEIR COM<g ref="char:EOLhyphen"/>PLOSION PRODUCING A SOUND AND SO CASTING OUT OUR HAND, is a gesture we use to signifie our <hi>contempt of unprofitable things,</hi> &amp; to shew by gesture how we <hi>sleight, contemne, in<g ref="char:EOLhyphen"/>sult,</hi> and <hi>undervalue</hi> any thing. This KNACK<g ref="char:EOLhyphen"/>ING with the <hi>Fingers</hi> was called by the ancient Romans * <hi>Crepitus,</hi> or <hi>Percussio digitorum.</hi> Hence that illustrious Poet expounding the sense of this expression makes mention of the Thumb, which he therefore calls <hi>argutum, id est, resonantem,</hi> whose verses very cleare for this businesse run thus: <q> <l>Cum poteret seram media jam nocte matellam</l> <l> <note n="*" place="margin">Martial Epigram.</note> Arguto madidus pollice Pa<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>aretus.</l> </q> <hi>Arguto pollice,</hi> that is, as he hath i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> in another place <note n="*" place="margin">Martial Epigram.</note> <hi>crepitu digitorum.</hi> And <hi>Propertius</hi> to the same purpose, <q> <pb n="177" facs="tcp:110295:103"/> <l>—At illi</l> <l> <note n="*" place="margin">Pr<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>pert us <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>. 7.</note> Pollicibus fragiles increpuere manus.</l> </q> The posture of the same expression prepared to create a sound; The statue of stone at Tharsis which <hi>Plutarch</hi> speaks of to have been made for <note place="margin">Plutarch in moral.</note> <hi>Sardanapalus</hi> after his death, and set over his grave, did significantly retaine, which statue was formed dancing after the Barbarian fashion, and <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>NACKING as it were with his <hi>Fingers</hi> over his head like an Anticke: the inscription was, <hi>Sar<g ref="char:EOLhyphen"/>danapalus</hi> <note place="margin">Arrian l. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> de exped. Alex.</note> the son of <hi>Anacynderaxa</hi> built <hi>Anchia<g ref="char:EOLhyphen"/>lus</hi> and <hi>Tarsus</hi> in one day, but thou my friend, <q> <l>Eat, drinke the wanton Leacher play,</l> <l>For nothing else is ought I say:</l> </q> signifying the <hi>undervaluing</hi> sound produced by such a KNACKING of the <hi>Fingers, ede, bibe &amp;c. nam caetera omnia sunt illius sonitus quem efficere manus solet,</hi> as <hi>Athaeneus</hi> hath it.</p> </div> <div n="17" type="gesture"> <head>Ironiam infligo. Gestus XVII.</head> <p>TO BEND THE MIDDLE-FINGER WHILE ITSTIFLY RESTETH UPON THE THUMB, AND SO IN IE STING-WISE TO LET IT OFF, is a <hi>triviall</hi> expression whereby we with a FIL<g ref="char:EOLhyphen"/>LIP inflict a <hi>trifling punishment,</hi> or a <hi>scoffe.</hi> This FILLIP with the <hi>Finger</hi> or naile, some thinke is so called <hi>à sono fictitio, qui cum Talitrum alicui impingitur, datur;</hi> and <hi>Talitrum à talione, est enim ludi genus inter pueros quo par pari refertur,</hi> <note place="margin">Jun.</note> <hi>vel recurvi digiti impressio, unde forte melior deno<g ref="char:EOLhyphen"/>minatio Latinae vocis à talo, convolutio digitorum quem emulatur,</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>Graecis.</hi> That this ge<g ref="char:EOLhyphen"/>sture was called <hi>Talitrum</hi> by the ancient Latines appears by <hi>Suetonius,</hi> who speaking of <hi>Tiberius,</hi> and the native vigour of his left Hand, <hi>Articulis</hi> <note place="margin">Suero<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> Tib. c. 6. 8.</note> <hi>ita firmis fuit, ut caput pueri vel etiam adolescentis <pb n="178" facs="tcp:110295:104"/> Talitro vulneraret.</hi> Sometimes they were said <note place="margin">Caelius.</note> <hi>scimalissare</hi> who in <hi>mockery</hi> used this gesture. A kinde of <hi>punishment</hi> we usually inflict upon un<g ref="char:EOLhyphen"/>happy wags. Hence that of <hi>Petronius, Ego du<g ref="char:EOLhyphen"/>rante</hi> <note place="margin">Petron Arb. Satyr</note> <hi>adhuc iracundia, non continui manum, sed caput miserantis stricto acuto<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> articulo percussi. Percus<g ref="char:EOLhyphen"/>sit</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>pueri Gitonis caput.</hi> This <hi>slighting</hi> expression of the <hi>Fingers</hi> gives such a <hi>slur of dis<g ref="char:EOLhyphen"/>grace</hi> if used to men, that it hath been thought such a <hi>disparagement</hi> as wounded a tender repu<g ref="char:EOLhyphen"/>tation. Sir <hi>Francis Bacon</hi> in his charge in the <note place="margin">Sir Fran<g ref="char:EOLhyphen"/>cis Bacon in his charge a<g ref="char:EOLhyphen"/>gainst du<g ref="char:EOLhyphen"/>ells.</note> Star-Chamber touching Duells, being then His Majesties Atturney Generall, informes against the hot spirited Gallants of those times, who pretended a defect in our Law that it hath pro<g ref="char:EOLhyphen"/>vided no remedy for FILLIPS. A strange thing that every touch or light blow of the person, (though they are not in themselves considerable save that they have got upon them the stampe of a <hi>disgrace,)</hi> should make these light things passe for such great matters. The Law of England, and all Laws hold these degrees of injury to the person, <hi>slander, battery, maime,</hi> and <hi>death;</hi> but for the apprehension of <hi>disgrace,</hi> that a FILLIP to the person should be a mortall wound to the reputation, he saith it were good that men would hearken to the saying of <hi>Gonsalvo</hi> the great and famous Commander, that was wont to say, a Gentlemans honor should be <hi>de t<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>la crassiore</hi> of a good strong warpe or web that every little thing should not catch in it, when as now it seems they are but of copweb-lawne, or such light stuffe, which certainly is weaknesse and not true great<g ref="char:EOLhyphen"/>nesse of minde, but like a sicke mans body, that is so tender that it feels every thing.</p> </div> <div n="18" type="gesture"> <pb n="179" facs="tcp:110295:104"/> <head>Contem<g ref="char:EOLhyphen"/>ptuose provoco. Gestus. XVIII.</head> <p>TO BECKEN WITH THE EARE-FINGER, is their usuall concise expression, who are ad<g ref="char:EOLhyphen"/>vanced by confidence to relie upon the strength of their ability, and would by a provoking sig<g ref="char:EOLhyphen"/>nall <hi>dare, chalenge, defie,</hi> and <hi>bid one prepare for an encounter,</hi> implying a <hi>strong presumption of the victory,</hi> as if they esteemed him as nothing in their <hi>Hand.</hi> To this expression <hi>Horace</hi> alludes, <q> <l>Crispinus <note n="*" place="margin">Horac<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> l. 1. Serm. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> </note> minimo me [provocat] accipe si vis</l> <l>Accipe jam tabulas—</l> </q> </p> </div> <div n="19" type="gesture"> <head>Avaritiam prodo. Gestus XIX.</head> <p>TO GRIPE THE LEFT HAND THE THUMBE CLUTCHED IN WITH ALL, is the hold-fast gesture of <hi>tenacious avarice,</hi> and significant to discover the <hi>miserable</hi> and <hi>penurious</hi> condition of a close-fisted niggard, a parcell of the chara<g ref="char:EOLhyphen"/>cter of an old pinch-penny. This catching and restrained gesture, is an expression often seen in the <hi>Hands</hi> of penny-fathers, and men of a terene complexion, and is parallel to the Thumbe under the girdle. The Aegyptian Mythologists who <note place="margin">Pieriu<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> Hierogl. l. 35.</note> were very quaint in their occult devices, used to paint out <hi>Avarice</hi> by this posture of the left hand: And they who allegorically interpret <note place="margin">Artemi<g ref="char:EOLhyphen"/>dorus de Somn. in<g ref="char:EOLhyphen"/>terp.</note> dreames make this hand the symboll of lucre, profit, gaine and increase, as the hand more fit<g ref="char:EOLhyphen"/>ting to retaine: for though it want the diligence and insinuating labour peculiar to the <hi>Right Hand,</hi> and hath not the faculty to scrape and get by such dexterious endeavours, notwithstanding being more dull and sluggish, the retentive appe<g ref="char:EOLhyphen"/>tite thereof is thereby increased, and it is the Misers maxime, and as it were the signet on his wretched hand: <q> <pb n="180" facs="tcp:110295:105"/> <l>Non minor est virtus quam quaerere parta tueri.</l> </q> This hand by the grave testimony of <hi>Solinus,</hi> <note place="margin">Solinus cap. 5. Camera<g ref="char:EOLhyphen"/>rius in Hor. Suc. Judges 5.</note> which <hi>Camerarius</hi> also affirmes, to doe any thing is lesse agile; but to beare burdens, and to com<g ref="char:EOLhyphen"/>prehend any thing strongly is more fit; for <hi>Jael</hi> tooke the hammer in her <hi>Right Hand,</hi> but the naile in her left, which she smote through the temples of <hi>Sisera:</hi> and the three hundred Souldiers of <hi>Gedeon</hi> held their lamps in their left hands, and <note place="margin">Judges 7.</note> the trumpets in their <hi>Right Hand,</hi> which <hi>Marius</hi> hath drawne into an allegorie of other signifi<g ref="char:EOLhyphen"/>cations. <note place="margin">Marius in Bibl.</note> </p> </div> <div n="20" type="gesture"> <head>Offensi<g ref="char:EOLhyphen"/>unculam resentio. Gest. XX.</head> <p>TO GIVE ONE A RAP WITH THE FIN<g ref="char:EOLhyphen"/>GERS HALF BENT, OR KNUCKLES, is their expression who would vent their <hi>sleight anger</hi> or <hi>dislike</hi> upon others; or would softly and <hi>mo<g ref="char:EOLhyphen"/>destly</hi> knocke at some doore. This posture of the <hi>Hand</hi> was called by the Ancients <hi>Condylus, Scilicet digiti articulus, aut nodus in curvitura quae digitis flectitur.</hi> The stroake inflicted with the <hi>Hand</hi> thus composed, hath from antiquity retai<g ref="char:EOLhyphen"/>ned the name of <hi>Condyl;</hi> this the Greeks call <note place="margin">Caelius Rhod. var. lect.</note> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. We read of a boy who attended at the banquet of <hi>Aeneas</hi> slaine by <hi>Hercules</hi> with a stroake of his <hi>Condyl,</hi> called <hi>Archias</hi> as <hi>Helleni<g ref="char:EOLhyphen"/>cus</hi> writes, other <hi>Eunomius,</hi> the sonne of <hi>Archi<g ref="char:EOLhyphen"/>teles,</hi> but in <hi>Phoronidos</hi> 2. he is named <hi>Cherias,</hi> who dyed of that blow in Calydon, although <hi>Hercules</hi> intended not his death, but chastisement. The Greeks also write that <hi>Thersites</hi> was slaine by the <hi>Condyles</hi> of <hi>Achilles,</hi> because he had struc<g ref="char:EOLhyphen"/>ken out the eye of <hi>Penthisilea</hi> slaine by him with his speare. This gesture is sometimes used by those who would signifie their <hi>desire of being <pb facs="tcp:110295:105"/> let in at a doore,</hi> and in this sense it was <hi>modestly</hi> used by <hi>Bagoas</hi> the Eunuch at the tent doore of <hi>Holofernes</hi> his master, whom he supposed to have slept with <hi>Judith. Dorleans</hi> upon <hi>Tacitus</hi> saith, <note place="margin">Judith 14.</note> he did <hi>plausum facere manibus</hi> to <hi>awaken</hi> his ma<g ref="char:EOLhyphen"/>ster, but it is most likely he used the sound of this gesture as a <hi>mannerly watchword</hi> to intimate his <hi>attendance</hi> without, and a <hi>desire to come in and speake with him;</hi> an expression that hath been ever used by such who came to salute or speake <note place="margin">See Dor<g ref="char:EOLhyphen"/>leans up<g ref="char:EOLhyphen"/>on Tacit.</note> with great persons in a morning, to intimate their <hi>modest</hi> and <hi>obsequious attendance,</hi> which they seemed by that low knock to <hi>desire their patrons to take notice of.</hi> </p> </div> <div n="21" type="gesture"> <head>Iram im<g ref="char:EOLhyphen"/>potentem prodo. Gestus XXI.</head> <p>TO PUT THE FINGERS INTO A GRIPE OR CLAW-LIKE ASPECT, and to SCRATCH or CLAW another therewith, is the <hi>impotent</hi> expression of a <hi>curst heart that eagerly desires to set a marke of its displeasure upon those that have provoked it to a splenitique use of its poun<g ref="char:EOLhyphen"/>ces.</hi> But this is no manly expression of the <hi>Hand,</hi> as more properly appertaining to children and vixens, who are prone upon any provocati<g ref="char:EOLhyphen"/>on to wreak their <hi>despite</hi> upon others with the talons of their <hi>indignation.</hi> Fury that hath furni<g ref="char:EOLhyphen"/>shed all men with weapons, left the tongue &amp; the nail to the impotent part of humanity, two vene<g ref="char:EOLhyphen"/>mous weapons, and apt to wranckle where they fasten. And if we see this naile-rubricke in the face of any, we are apt to infer that it is the marke of some such impotent creature.</p> </div> <div n="22" type="gesture"> <head>Stultitiae notam in<g ref="char:EOLhyphen"/>figo. Gestus XXII.</head> <p>TO PRESENT THE INDEX AND EARE-FINGER WAGGING, WITH THE THUMB <pb n="182" facs="tcp:110295:106"/> APLIED UNTO THE TEMPLES, is their expressi<g ref="char:EOLhyphen"/>on who would scornfully reprove any for failing in any exercise of wit, or for some absurd stumble of a tripping and inconsiderate lip, or for some errour in manners and behaviour: For, this most ridiculous affront implies such <hi>men to be Asses.</hi> The reason is, for that man only by natures pro<g ref="char:EOLhyphen"/>vident donation hath received cares fixt and im<g ref="char:EOLhyphen"/>moveable, whereas that which appears most moveable and stirring in that dull animall is his eares; and the WAGGING OF THE FIN<g ref="char:EOLhyphen"/>GERS goes for the WAGGING OF THE EARES, which cannot be done otherwise by reason of this naturall prohibition. <hi>Perseus</hi> alludes to this ironicall signification of the <hi>Fingers,</hi> <q> <l>Nec manus auriculas imitata est mobilis albas.</l> </q> Hence <hi>Manum addere</hi> the Adage, a metaphor ta<g ref="char:EOLhyphen"/>ken <note place="margin">Perseus Satyr. 4. Erasm. Adag.</note> from this gesture. The same gesture if you take away the motion, is used in our nimble<g ref="char:EOLhyphen"/>fingered times to call one Cuckold, &amp; to present the badge of Cuckoldry, that mentall and imagi<g ref="char:EOLhyphen"/>nary horn; seeming to cry, O man of happy note, whom fortune meaning highly to promote, hath stucke on thy fore-head the earnest-penny of succeeding good lucke; all which upbraiding tearmes many understand by this gesture only of the <hi>Fingers;</hi> for in this sense the common use hath made it the known signall of disparage<g ref="char:EOLhyphen"/>ment, so naturally apt are the <hi>Fingers</hi> to speake scoffes: For, lacivious disdaine masked by scorn under the disguise of a facetious wit, out of an itching disposition hath been ever very prone to devise and happen upon waies to vent her con<g ref="char:EOLhyphen"/>ceited bitternesse, it being the guise, of overwee<g ref="char:EOLhyphen"/>ning wit to despise and undervalue others: <pb n="183" facs="tcp:110295:106"/> Hence comes your scornfull frumpe and drie scoffe, keen jeers that wit hath turned up trump, wherein the dealer rubbeth with a gibe, making another his laughing stocke; which cunning game is received into Rhetoricke, and called an Ironie, a Trope, which gives a man leave closely to carpe at the manners of men, wherein what which is expressed by words, the contrary is shewn by the gesture: nay we may make a wity board without the helpe and concurrence of an unhappy word, and your broad verball jest is no<g ref="char:EOLhyphen"/>thing neare so piquant as these foule habits of reproach by gesture, which broch men as it were with a spit, and having once entred into the quicke like shafts with barbed heads a long time gaule with a sticking mischiefe: and to this feat of mockery the <hi>Fingers</hi> have been proclive to fashion out contempt, provoked forward by a naturall dicacity.</p> </div> <div n="23" type="gesture"> <head>Improbi<g ref="char:EOLhyphen"/>tatem ob<g ref="char:EOLhyphen"/>jicio. Gestus XXIII.</head> <p>TO LOCKE THE THUMBE BETWEENE THE NEXT TWO FINGERS, is an <hi>ironicall</hi> vulga<g ref="char:EOLhyphen"/>risme of the <hi>Hand</hi> used by Plebeians when they are contumeliously provoked thereunto, and see that they cannot prevaile by vieing words, their spleene appealing to their <hi>Fingers</hi> for aid, who thus armed for a dumbe <hi>retort,</hi> by this <hi>taunting</hi> gesture seem to say <hi>avant.</hi> This position of the <hi>Fingers</hi> with the Ancients was called <hi>Higa,</hi> and the moderne Spaniards by objecting the <hi>Hand</hi> formed to this <hi>reproachfull</hi> expression, imply as <note place="margin">Ramirez upon Mart</note> much as if they should say <hi>paedicavi te,</hi> with us it is usually their garbe who <hi>mocke</hi> little children.</p> </div> <div n="24" type="gesture"> <pb n="184" facs="tcp:110295:107"/> <head>Parcè do. Gest. XXIV.</head> <p>TO GIVE VVITH TWO FINGERS, is a <hi>parcimonious</hi> expression of the <hi>Hand</hi> of<g ref="char:EOLhyphen"/>ten seen in <hi>clutch-fists niggards,</hi> and <hi>pinch-pennies,</hi> from whose gesture the Adage came, <hi>Dare con<g ref="char:EOLhyphen"/>tracta manu, id est [parce &amp; frigide aliquid dare.]</hi> Hence the Spaniards in the propriety of their Tongue, expresse <hi>covetousnesse</hi> by a <hi>short Hand,</hi> and <hi>bounty</hi> by a long and <hi>large Hand.</hi> These phrases do often occur in <hi>Guzman,</hi> which I take for a subtile contexture of the proverbiall riches and gravity of the Spanish Tongue. <hi>Salomon</hi> dislikes this gesture, where he saith, <hi>Let not thy Hand be open to take, and closed when thou shouldest give.</hi> And <hi>Artaxerxes</hi> the son of <hi>Xerxes,</hi> who was <note place="margin">Plutarch Apotheg.</note> sirnamed <hi>Long Hand,</hi> because he had one <hi>Hand</hi> longer then another, was wont to say, that as a Prince (who was Gods image upon earth) he had a <hi>Hand</hi> to <hi>give,</hi> to wit, a <hi>right Hand</hi> very <hi>long;</hi> the other to with-hold and take away, to wit, a left <hi>Hand,</hi> contracted and very short; ad<g ref="char:EOLhyphen"/>ding that it was a more Princely and Royall property, to <hi>give,</hi> then to take away.</p> </div> <div n="25" type="gesture"> <head>Numero Gestus XXV.</head> <p>TO BEGIN WITH THE FIRST FINGER OF THE LEFT HAND, AND TO TELL ON TO THE LAST FINGER OF THE RIGHT, is the naturall and simple way of <hi>numbring</hi> &amp; <hi>compu<g ref="char:EOLhyphen"/>tation:</hi> for, all men use to count forwards till they come to that number of their <hi>Fingers,</hi> and being come to that number, prompted as it were by nature to returne at this bound or But of nume<g ref="char:EOLhyphen"/>ricall immensity, (about which all numbers are reflected and driven round,) they repeat againe the same numbers returning unto unity from <pb n="185" facs="tcp:110295:107"/> whence their account began, which we must not account as an accident, but a thing propaga<g ref="char:EOLhyphen"/>ted from the fountaine of nature, since it is ever done and that by all Nations. For the <hi>Fin<g ref="char:EOLhyphen"/>gers</hi> by an ordinance of nature, and the unrepeal<g ref="char:EOLhyphen"/>able statute of the great Arithmetician, were ap<g ref="char:EOLhyphen"/>pointed to serve for casting counters, as quicke and native digits, alwaies ready at <hi>Hand</hi> to assist us in our computations. Hence some have cal<g ref="char:EOLhyphen"/>led man a naturall Arithmetician, and the only creature that could reckon and understand the mistique laws of numbers, because he alone hath reason, which is the spring of arithmeticall ac<g ref="char:EOLhyphen"/>count; nay that divine Philosopher doth draw the line of mans understanding from this compu<g ref="char:EOLhyphen"/>ting <note place="margin">Plato.</note> faculty of his soule, affirming that therefore he excells all creatures in wisdome, because he can account: and indeed not the least of the more subtill part of reason doth depend upon this A<g ref="char:EOLhyphen"/>rithmeticall infused quality. Hence we account such for idiots and halfe-sould men who cannot tell to the native number of their <hi>Fingers.</hi> And if we count the dole of nature, and those num<g ref="char:EOLhyphen"/>bers that were borne with us and cast up in our <hi>Hand</hi> from our mothers wombe, by Him who made all things in number, weight &amp; measure, we shall finde that there are five <hi>Fingers</hi> ranged up<g ref="char:EOLhyphen"/>on either <hi>Hand,</hi> which quinary construction of the <hi>Fingers,</hi> as being of a mysticall perfection is much canvased by the Pythagoran Philosophers, <note place="margin">Plutarch Moral.</note> and called marriage, because it is a compound of the first numerall male and female; it is also fitly tearmed nature, because being multiplied it de<g ref="char:EOLhyphen"/>termins and rebounds upon it selfe, for five times five makes twenty five, and multiplied, by an old <pb n="186" facs="tcp:110295:108"/> number it still representeth it selfe, for if you take five unto five by doubling the Cinque you make the Decade; and there is in it a naturall vertue or faculty to divide, as appeares in the <hi>Fingers</hi> of each <hi>Hand,</hi> so that nature seems to have tooke more delight to order and compose things ac<g ref="char:EOLhyphen"/>cording to the number of five, then to fall upon any other forme that might have proved spheri<g ref="char:EOLhyphen"/>call. Hence <hi>Plutarch</hi> observes that the Anci<g ref="char:EOLhyphen"/>ents were wont to use the verbe <hi>pempasesthai</hi> <note place="margin">Plutarch in moral.</note> when they would signifie to number or to reckon. And the <hi>Memphian</hi> Priests in their Hierogly<g ref="char:EOLhyphen"/>phiques, by a <hi>Hand,</hi> the <hi>Fingers</hi> set upright, used to figure out Arithmeticke. Great is the perfe<g ref="char:EOLhyphen"/>ction of the totall summe of our <hi>Fingers,</hi> for Ten is the fount and head of all numbers, for this is compounded of 1. 2. 3. and 4. which united, summe up Ten; the most compleat of numbers, as possest of the formes of all the others, for both the eaven and odde, the square, cubique, plaine, the linear, the monade, and compound, with all the rest, are comprised in the Decade; which therefore <hi>Pythagoras</hi> the Samian, who was thought to be the first Author of the name Phi<g ref="char:EOLhyphen"/>losophie, as <hi>Plutarch</hi> affirmes, concludes the De<g ref="char:EOLhyphen"/>narie to be the most absolute perfection of num<g ref="char:EOLhyphen"/>bers, because as the Poet saith we have, <q> <l>—Tot digitos per quos [numerare] solemus. <note place="margin">Ovid. l. 1. Fastorum.</note> </l> </q> <hi>Hadrianus Junius</hi> by an elegant and neat discrip<g ref="char:EOLhyphen"/>tion, seems to allude to the intention of nature in devising the <hi>Hand</hi> so fit for all accounts, that it may serve for a counting table;</p> <lg> <l>Porrigor in ramos quinos, &amp; quilibet horum</l> <l>Diditur in triplices nodos, nisi quintus egeret <note place="margin">Hadrian Jun. in Aenigmat</note> </l> <l>Uno, qui solus respondet robore cunctis</l> <l> <pb facs="tcp:110295:108"/> Undi<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> colligulis surgo, in vallum<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> resid<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </l> <l>Ast Abaci desit si forte, ego munia praste.</l> </lg> <p> <hi>Abacus</hi> being a counting-table, such as Arith<g ref="char:EOLhyphen"/>meticians use.</p> </div> </div> <div type="table_of_gestures"> <pb facs="tcp:110295:109"/> <list> <head>An Index to the following Al<g ref="char:EOLhyphen"/>phabet of naturall Gestures of the FINGERS. Which Gestures, besides their typicall signi<g ref="char:EOLhyphen"/>fications, are so ordered to serve for privy cyphers for any secret intimation.</head> <item> <hi>A</hi> Figures out the <hi>I</hi> Gesture.</item> <item> <hi>B</hi> Figures out the <hi>II</hi> Gest.</item> <item> <hi>C</hi> Figures out the <hi>III</hi> Gest.</item> <item> <hi>D</hi> Figures out the <hi>IV</hi> Gest.</item> <item> <hi>E</hi> Figures out the <hi>V</hi> Gest.</item> <item> <hi>F</hi> Figures out the <hi>VI</hi> Gest.</item> <item> <hi>G</hi> Figures out the <hi>VII</hi> Gest.</item> <item> <hi>H</hi> Figures out the <hi>IX</hi> Gest.</item> <item> <hi>I</hi> Figures out the <hi>X</hi> Gest.</item> <item> <hi>K</hi> Figures out the <hi>XI</hi> Gest.</item> <item> <hi>L</hi> Figures out the <hi>XII</hi> Gest.</item> <item> <hi>M</hi> Figures out the <hi>XIII</hi> Gest.</item> <item> <hi>N</hi> Figures out the <hi>XIIII</hi> Gest.</item> <item> <hi>O</hi> Figures out the <hi>XV</hi> Gest.</item> <item> <hi>P</hi> Figures out the <hi>XVI</hi> Gest.</item> <item> <hi>Q</hi> Figures out the <hi>XVII</hi> Gest.</item> <item> <hi>R</hi> Figures out the <hi>XVIII</hi> Gest.</item> <item> <hi>S</hi> Figures out the <hi>XIX</hi> Gest.</item> <item> <hi>T</hi> Figures out the <hi>XX</hi> Gest.</item> <item> <hi>V</hi> Figures out the <hi>XXI</hi> Gest.</item> <item> <hi>W</hi> Figures out the <hi>XXII</hi> Gest.</item> <item> <hi>X</hi> Figures out the <hi>XXIII</hi> Gest.</item> <item> <hi>Y</hi> Figures out the <hi>XXIV</hi> Gest.</item> <item> <hi>Z</hi> Figures out the <hi>XXV</hi> Gest.</item> </list> <p> <pb facs="tcp:110295:109"/> <figure> <p> <figure> <head>A. Inventione labo<g ref="char:EOLhyphen"/>ro.</head> </figure> </p> <p> <figure> <head>B. Fleo.</head> </figure> </p> <p> <figure> <head>C. Approbo.</head> </figure> </p> <p> <figure> <head>D. Extollo.</head> </figure> </p> <p> <figure> <head>E. Collateralitèr monstro.</head> </figure> </p> <p> <figure> <head>F. Indico.</head> </figure> </p> <p> <figure> <head>G. Terrorem icutio</head> </figure> </p> <p> <figure> <head>H. Silentiu<g ref="char:cmbAbbrStroke">̄</g> indi<g ref="char:EOLhyphen"/>co.</head> </figure> </p> <p> <figure> <head>I. Redarguo.</head> </figure> </p> <p> <figure> <head>K. Compello.</head> </figure> </p> <p> <figure> <head>L. Veto.</head> </figure> </p> <p> <figure> <head>M. Diffidentia<g ref="char:cmbAbbrStroke">̄</g> noto.</head> </figure> </p> <p> <figure> <head>N. Mollitiem prodo.</head> </figure> </p> <p> <figure> <head>O. Conviciu<g ref="char:cmbAbbrStroke">̄</g> facio.</head> </figure> </p> <p> <figure> <head>P. Contemno.</head> </figure> </p> <p> <figure> <head>Q. Ironiam infligo.</head> </figure> </p> <p> <figure> <head>R. Contemptuosè provoco.</head> </figure> </p> <p> <figure> <head>S. Avariciam prodo.</head> </figure> </p> <p> <figure> <head>T. Offensiunculam resentio.</head> </figure> </p> <p> <figure> <head>V. Iram impotente<g ref="char:cmbAbbrStroke">̄</g> prodo.</head> </figure> </p> <p> <figure> <head>W. Stultitiae notam insigo.</head> </figure> </p> <p> <figure> <head>X. Improbitatem objicio.</head> </figure> </p> <p> <figure> <head>Y. Parce Do.</head> </figure> </p> <p> <figure> <head>Z. Numero.</head> <p>1 2 3 4 5</p> </figure> </p> </figure> </p> </div> </div> </body> <back> <div type="errata"> <pb facs="tcp:110295:110"/> <pb facs="tcp:110295:110"/> <head>Courteous Reader, in some co<g ref="char:EOLhyphen"/>pies thou shalt find these mistakes, hereafter mentioned, which I pray thee charitably to amend, or not to censure.</head> <p>PAge 3. line 18. for an read in, p. 22. l. 6. r. all good things, p. 43. l. 20. the paragraph <hi>indica<g ref="char:EOLhyphen"/>tive</hi> belongs to the last paragraph of that ge<g ref="char:EOLhyphen"/>sture in p. 44. p. 62. l. 26 r. Rabbin, p. 76. l. 17. r. <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, p. 73. l. r. manners, p. 76. 34. leave out of, p. 83. l. 7. r. the, p. 90. in the margin r. <hi>Pulcheriae</hi> with a Capitall, p. 94. l. 6. r. <hi>utras<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan>,</hi> ibid. l. 30. r. affection, ibid. l. 32. r. <hi>impressam,</hi> p. 96. l. 30. r. STRETCHED, p. 112. l. 33. r. <hi>dextram<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan>,</hi> p. 17. l. 34 r. <hi>Chirothlipsia,</hi> p. 141. l. 15. r. instituted, p. 143. l. 10. r. coevality, p. 149. l. 1. r. <hi>sanat,</hi> p. 161. l. 16. r. 1000. p. 167. l. 19. r. <hi>thanks,</hi> ibid. p. l. 14. malicious, p. 17 and 64. a marginall quotation superfluous.</p> </div> </back> </text> <text xml:lang="eng"> <front> <div type="engraved_title_page"> <pb facs="tcp:110295:111"/> <pb facs="tcp:110295:111" rendition="simple:additions"/> <pb facs="tcp:110295:112"/> <p> <pb facs="tcp:110295:112"/> <figure> <head>CHI<g ref="char:EOLhyphen"/>RONO<g ref="char:EOLhyphen"/>MIA</head> </figure> </p> </div> <div type="title_page"> <pb facs="tcp:110295:113"/> <p> <pb facs="tcp:110295:113"/> CHIRONOMIA: Or, The Art of Manuall Rhetorique. <hi>WITH THE</hi> Canons, Lawes, Rites, Ordi<g ref="char:EOLhyphen"/>nances, and Institutes of RHETO<g ref="char:EOLhyphen"/>RICIANS, both Ancient and Moderne, Touching the artificiall managing of the <hi>HAND</hi> in Speaking. Whereby the Naturall GESTURES of the <hi>HAND,</hi> are made the Regulated Ac<g ref="char:EOLhyphen"/>cessories or faire-spoken Adjuncts of RHETORICALL Utterance. <hi>With</hi> TYPES, <hi>or</hi> CHIROGRAMS: A new illustration of this Argument. By <hi>J. B.</hi> Philochirosophus.</p> <q>Ratio est Manus Intellectus; Rationis Oratio; Orationis Manus. <bibl>Scal.</bibl> </q> <p>LONDON: Printed by <hi>Tho: Harper,</hi> and are to be sold by <hi>Richard Whitaker,</hi> at his shop in Pauls Church-yard, 1644.</p> </div> <div type="dedication"> <pb facs="tcp:110295:114"/> <pb facs="tcp:110295:114"/> <head>TO HIS HONOVRED FRIEND <hi>WILLIAM DICONSON</hi> ESQUIRE.</head> <opener> <salute>SIR,</salute> </opener> <p> <seg rend="decorInit">A</seg>Fter I had once well relished the sweet<g ref="char:EOLhyphen"/>nesse of your con<g ref="char:EOLhyphen"/>versation; having calculated your temper and disposition according to the meridian of Friendship, I soone proposed you to my selfe as an Idea and patterne of all Humanity. This <pb facs="tcp:110295:115"/> apprehension I have of your virtues, is so deeply setled in my understanding, that I finde it difficult to restraine affection from dilating upon this Argu<g ref="char:EOLhyphen"/>ment, even to a Panegyrique: Yet I confesse I doe not more truly honour and revere you under any one notion, as I doe in that relation you stand in to my worthy Friend your Son, a relation which you have made more reverend and ami<g ref="char:EOLhyphen"/>able, by the felicity of your com<g ref="char:EOLhyphen"/>portment. There, Nature and Education are in their Zeniths. This is the <hi>Achma</hi> of worldly Beatitudes, when by a recipro<g ref="char:EOLhyphen"/>call invention, without the con<g ref="char:EOLhyphen"/>fusion <pb facs="tcp:110295:115"/> of distance and proximi<g ref="char:EOLhyphen"/>ty, reverence and affection; there results by converse, <hi>Idem Alter, &amp; Alter Idem:</hi> were not this a truth that hath oft beene visible to discerning eyes, I might be thought a little to play the Poet, and this assertion taken for an Allegory. Sir, the congruity of this Art, with your Nature, in gaining upon the affections of men, hath made me pitch upon you as a compe<g ref="char:EOLhyphen"/>tent Iudge and Patron: To you therefore I consecrate this Fruit of my <hi>Hand,</hi> as to one well read in the prudentiall Laws of Civill Conversation, and by consequence knowing, to man<g ref="char:EOLhyphen"/>age <pb facs="tcp:110295:116"/> the <hi>Hand,</hi> of your Intellect and Reason (your reason and speech) to the best advantage and utterance of discretion and honesty. Be pleased in returne of those expresses of your affe<g ref="char:EOLhyphen"/>ction and respect I have recei<g ref="char:EOLhyphen"/>ved from you, to accept of this demonstration of respect from him, who is</p> <closer> <signed>Your faithfull friend to command, IO. BULVVER.</signed> </closer> </div> <div type="encomium"> <pb facs="tcp:110295:116"/> <head>To his affectionate Friend the Authour, On HIS CHIRONOMIA.</head> <lg> <l>THe <hi>Hand</hi> of Nature plac'd the Eye and Eare</l> <l>As Parallels within <hi>Minerva's</hi> spheare:</l> <l>Th'ast set the Understandings Optique line</l> <l>Above the common sense of Discipline,</l> <l>By Thy life-speaking Types, engraven by</l> <l>A keen beame borrow'd from Thy Muses eye.</l> <l>The sprucer Arts of Speech will grow more neat</l> <l>And rich in utterance, by Thy conceit.</l> <l> <hi>Demosthenes</hi> might here his garbe refine,</l> <l>And <hi>Cicero</hi> out-act his <hi>Cateline:</hi> </l> <l>Nay, in Thy Glasses typicall Expresse,</l> <l>Commanding <hi>Rhoterique</hi> may mend her dresse.</l> <l>Th'ast drawn all bookes <hi>de Oratore,</hi> dry:</l> <l>And <hi>Polychronicons</hi> but few will buy,</l> <l>While they may have Thy <hi>Hand</hi> to draw and mend</l> <l>All Action by, their Mindes can well intend.</l> <l> <hi>Alcides</hi> Chaine is Thine by just surprize,</l> <l>Plac'd in Thy <hi>Hand,</hi> fix'd to the peoples eyes;</l> <l>Who may'st with greater sway by this <hi>Hands</hi> tongue</l> <l>The Wise command, then he his long-ear'd throng.</l> </lg> <closer> <signed>Singularis amicitiae ergo, THO. DICONSON, <hi>Med. Templ.</hi> </signed> </closer> </div> <div type="encomium"> <pb facs="tcp:110295:117"/> <head>To his loving friend the Author, On HIS CHIRONOMIA.</head> <lg> <l>VVHat dream last night I had! how sweet! how high!</l> <l>And when I wak'd, how I desir'd to die!</l> <l>If death such sleep had been: <hi>Minerva's</hi> Phane</l> <l>Me thought wide open flew to entertaine</l> <l>Thy faire <hi>Chironomie,</hi> which there install'd</l> <l>Was by <hi>Wits</hi> Hand the new <hi>Pall<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>dium</hi> call'd.</l> <l>The <hi>Graces</hi> Hand in Hand appear'd, in signe</l> <l>Of honour, acting with the Triple Trine,</l> <l>The new perswasive gestures of thy Art:</l> <l>But when I saw Thy active <hi>Muses</hi> part</l> <l>So well perform'd, I lost my ravish'd sense,</l> <l>Orecome by her <hi>Hands</hi> silent Eloquence.</l> <l>May this good Omen strike Thee luck, and force</l> <l>The Worlds dull eye to like Thy <hi>Hands</hi> discourse,</l> <l>Untill the Honours on Thy Front that stick,</l> <l>We count with the Right Hands Arithmetique.</l> </lg> <closer> <signed>J. D.</signed> </closer> </div> <div type="encomium"> <pb facs="tcp:110295:117"/> <head>Ad summum GESTUUM Artificem, &amp; <hi>Chiromysten,</hi> in CHIRONOMIAM.</head> <lg> <l>CVm Venerem spectas blandam mirare figuram</l> <l>Omnia concinno membra decore nitent.</l> <l>Omnia sint formosa, tamen superantur ab Vno;</l> <l>Non habuit talem vel Cytherea Manum:</l> </lg> <lg> <head>Ad eundem.</head> <l>HOc si sit verum, senior quod prodidit olim</l> <l> <note n="*" rend="inter">[Pulcher quod <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, ex sententia Julii Scaligeri.]</note> <hi>Scaliger,</hi> haud poterit pulchrior esse liber.</l> </lg> <lg> <head>Ad eundem.</head> <l> <hi>A</hi>Ltera jam teritur Bellis Civilibus aestas,</l> <l>Luxuriátque novo sanguine tristis humus:</l> <l>Tu tamen in tuto es, nec territat hosticus ensis;</l> <l>Defendit Manuum Te numerosa <hi>MANUS.</hi> </l> </lg> <lg> <head>Ad eundem.</head> <l> <hi>GYthing's</hi> commended, so is <hi>Martin</hi> too,</l> <l>For Hands of any sort: but their Pens doe</l> <l>Fall short of thy Quills worth; th'are at a stand,</l> <l>Admiring You that write a better <hi>Hand.</hi> </l> </lg> <closer> <signed>JO. HARMARUS, <hi>Oxoniensis</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>.</signed> </closer> </div> <div type="encomium"> <pb facs="tcp:110295:118"/> <head>Amico suo ingeniosissimo, in <hi>CHIRONOMIAM.</hi> </head> <lg> <l> <hi>CHIRONOMON,</hi> gestus Naturae legibus effers,</l> <l>Commensuratos, Rhetoricos<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> facis.</l> <l>Articulis, Digitis, Abacumrationis adornas,</l> <l>Calcula et in Digitos mittere viva doces.</l> <l>Sculpturae secreta typis manifesta renident,</l> <l>Adventu lucis splendidiora novae.</l> <l>Tunc fugienda notas, sed naevos primus Agentis,</l> <l>Chirosolaecismos praevaricantis, habes.</l> <l>Rhetoris invadis gravido comprensa maniplo,</l> <l>Omnia puncta, gravi suavis ubique <hi>MANU:</hi> </l> <l>Dulce decus Charitum! Manuali semper ab ore</l> <l>Verbula commenso gesta decore sonant.</l> </lg> <closer> <signed>R. G. <hi>Nomenclator Chiro-musae.</hi> </signed> </closer> </div> <div type="preface"> <pb facs="tcp:110295:118"/> <head>Of the necessitie and dignitie of this Art of <hi>MANUALL RHETORICK.</hi> </head> <head>PRAELUDIUM.</head> <p> <seg rend="decorInit">H</seg>Ow prevalent Gestures accom<g ref="char:EOLhyphen"/>modated to perswade, have ever been in the <hi>Hand;</hi> both the Ancient Worthies, as al<g ref="char:EOLhyphen"/>so Use and daily Experience make good, it being a thing of greater moment then the vulgar thinke, or are able to judge of: which is not onely confined to Schooles, Theaters, and the Man<g ref="char:EOLhyphen"/>sions of the Muses; but doe appertaine to Churches, Courts of Common pleas, and the Councell-Table; where we daily see many admirable things done by those, who in the course of Humanitie and profitable studies, have been well instructed and inform'd in this facultie of the <hi>Hand.</hi> And the wisedom of the Ancients is in good part placed in this care and diligence, That they who were nourished to the hopes of great dignities, should have <pb facs="tcp:110295:119"/> composed and comely motions, which might signifie an ingenious Minde, and adorne their very Eloquence. Some may perchance i<g ref="char:EOLhyphen"/>magine, that this <hi>Manuall</hi> Rhetorique is a vaine and unnecessary Art, because they see little writ by the Greekes, who were the Do<g ref="char:EOLhyphen"/>ctors of Eloquence; and but few things there<g ref="char:EOLhyphen"/>of by the Latines: when yet these men of excellent wits of both Nations, have with great artifice beautified all the sublime kindes of Eloquence, to heighten the Grandieure of a majestique Utterance. <hi>Cresollius</hi> alleadgeth many causes why this one part of most noble Science seemes (though not as neglected, yet) passed by and omitted by those great lights of Antiquitie. For, the Greekes borne in a regi<g ref="char:EOLhyphen"/>on, which by reason of the thinnesse and puri<g ref="char:EOLhyphen"/>tie of the aire, was more fertile of good wits then any other productions; had naturally both motions of the Minde and Body to ex<g ref="char:EOLhyphen"/>plaine and unfold their cogitations and re<g ref="char:EOLhyphen"/>condite senses with an incredible facilitie: by reason whereof they l<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>sse needed the precepts of this Art. For since they had two Palae<g ref="char:EOLhyphen"/>stra's, wherein a double <hi>Chironomia</hi> was pra<g ref="char:EOLhyphen"/>ctised, one of Armes, another of Peace, and proper to the pacifique temper of Humanitie: a domesticall Theater, Doctors and Rheto<g ref="char:EOLhyphen"/>rique Professors, and publique Declamati<g ref="char:EOLhyphen"/>ons; having in common among them, such <pb facs="tcp:110295:119"/> illustrious aides of Pronunciation; no marvell that so few Rhetoricians have left any Manu<g ref="char:EOLhyphen"/>scripts of the Conformation of gesture; this artifice of the <hi>Hand</hi> being a thing so common, and as it were naturall unto them. Which vo<g ref="char:EOLhyphen"/>lubility of a prompt &amp; easie nature, wonder<g ref="char:EOLhyphen"/>fully accommodating it selfe to all things, made the Satyrist say, that the whole Nation <note place="margin">Juvenal. Satyr. 3.</note> of the Greekes were Comoedians: for in the Scene and Theater, and in graphicall assimi<g ref="char:EOLhyphen"/>lating and imitating the affections, there were few of any Nation could match them, and none that could out-act them. And as they were very studious in all kinds of literature; when they apply'd their minds to eloquence, it cannot be said how they excel'd in gesture, by the force and guide of Nature; which per<g ref="char:EOLhyphen"/>chance was the cause why the Stagerite said, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> to be <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, That Rhetorique was <note place="margin">Arist. l. 3. Rhet.</note> naturall, and that any one, without the instru<g ref="char:EOLhyphen"/>ctions of a Teacher, seems to be of himself &amp; by a Naturall ingenie, fit to raise motions in himselfe and others. But the Romans come<g ref="char:EOLhyphen"/>ing out to speake, not from under the Cano<g ref="char:EOLhyphen"/>pie of <hi>Minerva,</hi> but the Pavilion of <hi>Mars,</hi> be<g ref="char:EOLhyphen"/>ing not of so ready &amp; polished a wit, thought it convenient and necessary to have books of Institutions for the Conformation of these Rhetoricall expressions: of which, <hi>Plotius</hi> and <hi>Nigidius,</hi> two great Doctors in these E<g ref="char:EOLhyphen"/>legancies, <pb facs="tcp:110295:120"/> (to omit others) published their beauteous Commentaries. They that follow <hi>Aristotle</hi> in his mistaken opinion of <hi>Action,</hi> esteeming these Chironomicall Notions as things of no great matter, are much deceived: for that great Doctor of the <note n="*" place="margin">Aristot. Schoole neere A<g ref="char:EOLhyphen"/>thens.</note> <hi>Lyceum</hi> (as <hi>Cre<g ref="char:EOLhyphen"/>sollius</hi> well observes) spake rather of himselfe, then of all men in generall: who being of a most excellent wit, and by Nature furnished with all ornaments, he contemned Rhetori<g ref="char:EOLhyphen"/>cians, as seeing himself to have little need of those petty Rules which were carried about for the conformation of Manuall gestures. For else, he had <hi>Demosthenes</hi> in his eyes, a man wholly composed of this Artifice, and turn'd after a manner, upon the wheele of Rhetorique: who at first, by reason of his naturall imperfection herein, was much dis<g ref="char:EOLhyphen"/>couraged: by which it appeares, that an Ora<g ref="char:EOLhyphen"/>tour is not borne, but made: and to speake well and laudably, there is need of studie and striving, before the facultie can be attained. For as for this opinion of ignorant men, who thinke that Gestures are perfect enough by Nature, and that the climate availes nothing, it being not materiall whether the <hi>Hand</hi> be moved hither or thither: that every one may please himselfe, observing no rule or admoni<g ref="char:EOLhyphen"/>tion of Rhetoricians: The daily Example of speakers refute. For we see many both in sa<g ref="char:EOLhyphen"/>cred <pb facs="tcp:110295:120"/> and prophane places, so preposterously &amp; ilfavoredly expressing their minds, that 'tis a wonder how any eye can behold them with attention. Certainly, men polished with Hu<g ref="char:EOLhyphen"/>manitie, cannot without loathing, behold the praevarications of such durty and slovenly Oratours, and with a just indignation distaste their inconsiderate action. If the Naturall mo<g ref="char:EOLhyphen"/>tions were absolutely compleat, &amp; sufficient<g ref="char:EOLhyphen"/>ly fit to open &amp; unfold the sense of the Mind; or were accommodated to gaine good will, or opportune for the incredible force and va<g ref="char:EOLhyphen"/>rietie of the affections; would these goodly Orators and lovers of faire speech so bewray themselves, and wallow in the dirt? But this is enough, to prove that the actions of the <hi>Hand</hi> are not perfect by Nature. Therefore let those upstart and tumultuarie Oratours bragge as much as they will, of the force of Nature, and facilitie of Gestures. Reason, and the sayings of the learned Ancients doe not onely gainsay them, but prove these Cosme<g ref="char:EOLhyphen"/>tique gestures of the <hi>Hand</hi> to be things of great moment, &amp; the very Palme and Crown of Eloquence. Had the ancient pieces of this Art (which ingenious Oratours writ of old, more for the benefit of after-times then their own) come to our <hi>Hands,</hi> men might have beene more ready in speaking then they are, and not so prone in these points, to offend <pb facs="tcp:110295:121"/> the discreeter part of their Auditory; but since those helpes are lost, I cannot see how an Oratour can be perfect and absolutely compleat, that hath not consulted with the Oracle of <hi>Quintilian,</hi> about this Manuall pro<g ref="char:EOLhyphen"/>nunciation; whose institutions contain all those ancient subtleties that escaped the injurious <hi>Hand</hi> of Time. Things which of old, they were wont to learne with their Grammar, as <hi>Sidonius Apollinaris</hi> witnesseth, which per<g ref="char:EOLhyphen"/>chance, was the reason why <hi>Polihymnia,</hi> whom that learned Senatour affirmes to have <note place="margin">Cassiodor.</note> taught the Elegancie of Gesture, the same by the Greeks is said to have taught Gram<g ref="char:EOLhyphen"/>mar and Letters. And indeed <hi>Decencie</hi> of ex<g ref="char:EOLhyphen"/>pression doth so depend upon this Art, that (as Grammarians observe) <hi>Decencie</hi> is pro<g ref="char:EOLhyphen"/>perly spoken of <hi>Gesture,</hi> and motions of the <hi>Hand</hi> and <hi>Body,</hi> and it so exalts Beauty from the concrete into the abstract, that Nature and the tacit voice, and assent of all men, allow of it as a thing very materiall in commerce, and is so look'd for at the <hi>Hand</hi> of an Orator, that the defects of extemporarie and jejune Ora<g ref="char:EOLhyphen"/>tions, have been covered by the Elegancies of this Artifice; and those that have come off unhandsomly with their expressions, for want of these comely and palliating graces of Elo<g ref="char:EOLhyphen"/>cution, were ever laughed at, and justly de<g ref="char:EOLhyphen"/>rided.</p> </div> </front> <body> <div type="part"> <pb n="1" facs="tcp:110295:121"/> <head>CHIRONOMIA: OR, THE ART OF Manuall Rhetoricke.</head> <p> <seg rend="decorInit">T</seg>HE Clazomenian Sage (as <hi>Plu<g ref="char:EOLhyphen"/>tarch</hi> reports of him) upon a curious speculation of the pro<g ref="char:EOLhyphen"/>perties and motions of the <hi>Hand,</hi> as it were in an extasie of <note place="margin">Anaxago<g ref="char:EOLhyphen"/>ras.</note> admiration, concluded Man to be the wisest of all creatures, because he had <hi>Hands,</hi> as if they were the spring and fountaine of all intellectuall and artificiall elegancies: which opinion of <hi>Anaxagor as, Galen</hi> with <note place="margin">Galen de usu partiu<g ref="char:cmbAbbrStroke">̄</g> lib. 1.</note> great elegancie and humanity, by way of inversion corrects, That because Man was the wisest of all creatures, therefore he had <hi>Hands,</hi> given him, the <hi>Hands</hi> being added, that as he was the most intelligent, so he might have fit organs to do and explain what his knowledge did inlight him unto; <hi>Art</hi> in the <hi>Hand</hi> being the same with <hi>Science</hi> in the <hi>Intellect;</hi> nor is the Genius of Na<g ref="char:EOLhyphen"/>ture <note place="margin">Arist. de part. Ani<g ref="char:EOLhyphen"/>mal lib. 4 cap. 10.</note> silent herein. <hi>Plutarch</hi> endeavours to give an Allegoricall interpretation of this saying of <pb n="2" facs="tcp:110295:122"/> <hi>Anaxagoras, Manus est causa sapienti<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>. Manus id est experientia, est causa sapientia.</hi> But in re<g ref="char:EOLhyphen"/>gard <note place="margin">Plutarch in moral.</note> of the Rhetoricall properties of the <hi>Hand,</hi> Man may well be called <hi>Chiresophus, id est, Manu sapiens,</hi> Hand-wise. <hi>Galen</hi> excellently observes <note place="margin">Galen de usu part. lib. 1.</note> Man to be armed by Nature with three weapons, Reason, the loud weapon of the <hi>Tongue,</hi> and the <hi>Hand,</hi> which may be gave the hint to the President of the Colledge of Critiques to make them all <note place="margin">Scaliger <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>xercit.</note> three <hi>Hands,</hi> in that golden saying of his, where<g ref="char:EOLhyphen"/>in he subtilly sets forth the Rhetoricall force and dignity of the <hi>Hand, Ratio est manus intellectus, ra<g ref="char:EOLhyphen"/>tionis oratio, orationis manus.</hi> Hence the <hi>Hand,</hi> the famous <hi>companion of Reason</hi> hath ever obtained the preheminence in gesture, and been the <hi>Do<g ref="char:EOLhyphen"/>mius fac totum</hi> in all matters of corporeall elo<g ref="char:EOLhyphen"/>quence, as appeares by the cleare testimony of the learned Sages, and the <hi>Chirogrophie</hi> of elder Time. <hi>Hippocrates</hi> calls the <hi>Hand, Optimum di<g ref="char:EOLhyphen"/>cendi magistrum.</hi> The brother of <hi>Basil</hi> very copi<g ref="char:EOLhyphen"/>ously <note place="margin">Hippocra tes in lib. de flatibus Greg. Nyss. l. de Hom. c. 8.</note> sets out the Rhetoricall worth of this goodly <hi>Scepter and Caduceus of ingenuity. Rectè statuitur, manus esse proprium quoddam naturae lo<g ref="char:EOLhyphen"/>quendi facultate praeditae instrumentum, hunc potissi<g ref="char:EOLhyphen"/>mum ad finem effict as ut earum opere expiditior in no<g ref="char:EOLhyphen"/>bis sermonis esset usus. Cassiodorus</hi> saw also the force of this Hand-maid of wisdome, and living <note place="margin">Cassiod. l. de Anima cap. 18.</note> implement of elocution, <hi>Manus singulariter da<g ref="char:EOLhyphen"/>tae ad multas cogitationes nostras communitur ex<g ref="char:EOLhyphen"/>plicandas.</hi> The younger <hi>Plinie</hi> would have this <note place="margin">Plin. Jun. lib. Epist. 19.</note> saying marked and registred, <hi>Recitantium propria pronunciationis adjumenta esse manus.</hi> And one taking his hint out of the Poesie of <hi>Homer,</hi> makes this honourable mention thereof, <q> <l>Desectis manibus pereunt quo<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> Palladis artes.</l> </q> <pb n="3" facs="tcp:110295:122"/> Hence the Latines significantly call the <hi>Hand,</hi> <note place="margin">Chiron.</note> <hi>Manum à manando quod hoc instrumento potissi<g ref="char:EOLhyphen"/>mum actiones è nobis emanent.</hi> Therefore the <note place="margin">Meletius de nat. Hom.</note> Greeks for good cause seem to have called the <hi>Hands,</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>ab utilitate,</hi> for that they are not only assistant to eloquence, but doe incredibly conduce to all the offices of Rea<g ref="char:EOLhyphen"/>son and Humanity. For it is the choisest Friend of Art, the Artificer of Elocution, the Brother of the phansie, and Remembrancer to her that dwells backwards in the high Towre of Pallas, the Bodies will and Intellect, the Gift, the wit, and ingenuity of the outer man, and the better Genius of the Microcosme: In which <hi>Minerva's</hi> darlings, the Phalanx of the Muses, and the Pierian Band, are trained &amp; exercised as in a convenient <hi>Palestra</hi> or <hi>Gymansium.</hi> The Lo<g ref="char:EOLhyphen"/>gisticall motions that appear in the <hi>Hands</hi> of Dis<g ref="char:EOLhyphen"/>putants, as they demonstrate the large command of the signifying faculty of the Body which flows not only into the vocall organs, but proceeds so far, as to the <hi>Hands:</hi> so they significantly argue the <hi>Hand</hi> to be a peculiar instrument of reasonable nature, especially ordeined to set a glosse upon the vocal expressions of the mind. The <hi>Hand</hi> being a part so prompt &amp; officious to afford the Tongue necessary aid, so powerfully inclined by its na<g ref="char:EOLhyphen"/>turall gifts and abilities to bring reliefe to rea<g ref="char:EOLhyphen"/>son, so apt and fit on all essayes to deale in mat<g ref="char:EOLhyphen"/>ters of expression, and to affect the hearers mindes, that whereas Man by a happy endow<g ref="char:EOLhyphen"/>ment of nature is allowed two instruments, <hi>Speech</hi> and a <hi>Hand,</hi> to bring his concealed thoughts unto light; the <hi>Tongue</hi> without the <hi>Hand</hi> can utter nothing but what will come forth <pb n="4" facs="tcp:110295:123"/> lame and impotent, whereas the <hi>Hand</hi> without the discourse of the Tongue, is of admirable and energeticall efficacie, and hath atchieved many notable things. All Histories abound with the exploits of the <hi>Hand,</hi> which hath performed and brought to passe more things by a significant si<g ref="char:EOLhyphen"/>lence, then the Tongue hath ever done by an audible demonstration. <hi>Apollonius Tyaneus</hi> by <note place="margin">Philostra<g ref="char:EOLhyphen"/>tus in vita Apollonii</note> his most famous example alone, shall serve to cleare this point, who when he had with an in<g ref="char:EOLhyphen"/>credible religion observed the Pythagorean si<g ref="char:EOLhyphen"/>lence, neither had suffered any word to fall from him during the space of five whole yeares; yet when he came into Cities labouring of sedition, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>manu at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> vultu sedabat dis<g ref="char:EOLhyphen"/>cordias:</hi> After which manner hee travelled through Pamphylia, Cilicia, and other regions of the earth: For whatsoever is exprest by the <hi>Hand</hi> is so manifestly spoken, that men of the most obtuse understanding that are not able to con<g ref="char:EOLhyphen"/>ceive of the words pronounced in an unknown Tongue, to whom an Oratours spent oyle is meerly lost, because their rich and elegant ex<g ref="char:EOLhyphen"/>pressions in conceits transcend the pitch of their capacity: yet these may see and perceive the in<g ref="char:EOLhyphen"/>tention of the <hi>Hand,</hi> which by gestures makes the inward motions of the minde most evident: for, all men (a thing nature hath so appointed) are stirred &amp; moved by the same motives of the mind, and doe in others understand and take notice of the same moving demonstrations, by experience judging and approving in themselves those affe<g ref="char:EOLhyphen"/>ctions that outwardly appeare to worke upon others. Hence the ingenious are forced to con<g ref="char:EOLhyphen"/>fesse that all things are more expressive in the <pb n="5" facs="tcp:110295:123"/> <hi>Hand,</hi> as that which doth garnish the sense of words, and gives the shape, figure, and winning glory unto eloquence. This strengthens <hi>Speech</hi> with nerves, and the sinewed cords of twisted Reason. <hi>Speech</hi> divided from the <hi>Hand</hi> is un<g ref="char:EOLhyphen"/>found, and brought into a poore and low condi<g ref="char:EOLhyphen"/>tion, flags and creeps upon the ground. The babling Tongue (indeed) may have a long and spacious walke, and the full mouth may prate and run ore with large and loud impertinencies, but without the concurrence of the <hi>Hand,</hi> the mouth is but a running sore and hollow fist<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>a of the minde, and all such ayery trash but the cracks of an uprofitable lip that wants the assi<g ref="char:EOLhyphen"/>stance of those native Orators which were de<g ref="char:EOLhyphen"/>signed to attend the perfect issue of a well deli<g ref="char:EOLhyphen"/>vered cogitation: for what can we expect from that eloquence that neglects the motions of the <hi>Hand?</hi> or what can we conceive can be wrought out of that which is maimed and deformed, that should bee able to worke upon the affections? Whence a grave Father, an Author of Classicall authority (the high pitch of whose fancie some <note place="margin">Greg. Nyss<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> l. de Hom. opi<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ic.</note> may chance to admire) borne on the rapture of his thought, run so high in his expressions, that he denies that man could have enjoyed the ho<g ref="char:EOLhyphen"/>nour of an articulate voice, had not nature plan<g ref="char:EOLhyphen"/>ted this magazine of <hi>Speech</hi> in the body, and sto<g ref="char:EOLhyphen"/>red it with native ammunition for the defence and arming of <hi>orall reason.</hi> And verily if Man were disarmed of this native weapon, or organ intended for the speciall advancement of utte<g ref="char:EOLhyphen"/>rance, wanting the subtle force of his <hi>Hand</hi> and <hi>Fingers,</hi> the expression of his Tongue would be very weake and unhewed; for the motions of <pb n="6" facs="tcp:110295:124"/> the <hi>Hand</hi> in pronunciation, doe much enrich and endeare the expressions of the Tongue, which without them would many times appeare very meane: And if we consider the orations yet remaining among the ruines of former ages which were publickly pronounced, wee may cease to admire the advantages they have had over others, or themselves only penned; so that we may not so much wonder how they having been armed by discourse and voyce (together with the emphatical assistance of the <hi>Hand)</hi> have produced such prodigious effects: For, these gracefull aids of Speech and advantages are so peculiar to <hi>pronunciation</hi> and the <hi>Hand,</hi> that the Pen or Preffe knoweth not what they mean. This <note place="margin">Fabius lib 11. cap. 3. de Inst. Orat.</note> is sufficiently confirmed by what <hi>Quintilian</hi> re<g ref="char:EOLhyphen"/>ports of <hi>Hortensius,</hi> a long time Prince of Ora<g ref="char:EOLhyphen"/>tors, afterwards Coevall and Competitour with <hi>Cicero,</hi> but alwayes accounted the second, whose writings notwithstanding were so short of that fame of his living eloquence of pronunciation, that it appeares there was somewhat in those O<g ref="char:EOLhyphen"/>rations he pronounced which pleased very well, which they who came afterwards to read could not finde; the gifts of speaking and writing well, although compatible, yet not so inseparable that he who pretends to one, must necessarily bee possest of both. That Virgin Monarch, Queene <hi>Elizabeth</hi> of famous memory, whose Apo<g ref="char:EOLhyphen"/>thegmes may passe among the Oracles of Royall Reason, and Civill Prudence, having heard, or rather seen a Sermon that was preached before Her with the advantage of pronunciation, was much affected and taken therewith, and having the same Sermon afterwards presented unto <pb n="7" facs="tcp:110295:124"/> Her, when She came to read it, and found not the insinuations of elocution and gesture, gave Her judgement of it, That it was one of the best Sermons She ever heard, and the worst she ever read.</p> <p>Not only prophane, but sacred Authours have taken notice of this solemne bond and Rhetori<g ref="char:EOLhyphen"/>call obligation between the <hi>Hand</hi> and the mouth, and have not only allowed the language of the <hi>Fingers</hi> by which the Ancients were wont to speake, but have likewise punctually set downe the office of these sides-men the <hi>Hands,</hi> and gravely noted their necessary imployment and concurrence to the more advantagious setting out of speech. Among the recorded advanta<g ref="char:EOLhyphen"/>ges of gesture and Rhetoricall uniformity, the observation of <hi>Noverinus</hi> is not to be passed o<g ref="char:EOLhyphen"/>ver <note place="margin">Noveri<g ref="char:EOLhyphen"/>nus in e<g ref="char:EOLhyphen"/>lect. sacr.</note> in silence, whose ingenious animadversion it is, that the Septuagint in their version of the Proverbs, where <hi>Solomon</hi> bringeth in wisdome <note place="margin">Cap. 1. v. 24.</note> speaking; and where St. <hi>Hieroms</hi> translation, or the vulgar Latine hath it, <hi>Extendi manum meam,</hi> in the Septuagint translation it is <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>&amp; extendebam sermones;</hi> for that speech may have life and efficacie in it, the <hi>Hands</hi> must goe out, and gesture must appeare to the eye that it may give evidence to both senses: And <hi>Solomon</hi> where he accuseth the sloathfull man for not <note place="margin">Proverb. 19. 14.</note> bringing his <hi>Hand</hi> to his mouth, seems to have cast an eye upon the old Aegyptian symboll, and to have said, his <hi>Hands</hi> touch not his lips, his a<g ref="char:EOLhyphen"/>ction agrees not with his voyce: For to this sense the Exposition of Saint <hi>Gregory</hi> may with little wresting be drawn, <hi>Manum ad os porrigere, est voci suae opera concordare;</hi> a good dependance &amp; <pb n="8" facs="tcp:110295:125"/> necessary relation, the <hi>Hand</hi> is joyned to the lips, and the lips must be so knit and held with the <hi>Hands,</hi> that sometimes our very words and spee<g ref="char:EOLhyphen"/>ches are turned into <hi>Hands,</hi> as the Septuagint in this place insinuate. And it is observable that the Spirit that is called the <hi>Finger</hi> of God, appeared under the form of fiery Tongues, a most excellent <note place="margin">Acts 2. 3.</note> connexion land it may be not without a Rhetori<g ref="char:EOLhyphen"/>call mystery of divine and powerfull elocution, the gift of speaking being granted hereby as well to the <hi>Hand</hi> as the <hi>Tongue,</hi> and a doore of utterance opened by the Spirit in both; no mar<g ref="char:EOLhyphen"/>vell therefore that they of <hi>Listra</hi> seeing the chiefe Speaker of the Apostles speaking in the power of these Tongues, as this <hi>Finger</hi> gave him utterance, tooke <hi>Paul</hi> for <hi>Mercury</hi> their imagi<g ref="char:EOLhyphen"/>nary <note place="margin">Acts 13. 12.</note> god of eloquence. Since (therefore) the <hi>T<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>gue</hi> is obliged to the <hi>Hand,</hi> it will become e<g ref="char:EOLhyphen"/>legant Divines to be good at Action, bring thy <hi>Hand</hi> to thy Mouth, and tye thy <hi>Tongue</hi> to thy <hi>Finger,</hi> and thou hast a most perfect symboll of Rhetoricall heat and divine expression.</p> <p>For the <hi>Hand</hi> of the Artificer the worke shall be commended; and the wise ruler of the people for his speech, saith the son of <hi>Syrach.</hi> It stands him in Hand therefore who would emblazon the <note place="margin">Ecclus. 9. 17.</note> armes of the Queen of the affections Eloquence, to use her owne pencill the <hi>Hand,</hi> of a most se<g ref="char:EOLhyphen"/>cret property to quicken speech for where Elo<g ref="char:EOLhyphen"/>quence swayes the Scepter, the graces of utte<g ref="char:EOLhyphen"/>rance forsake their place and the feeblenesse of the proper forces of the Tongue are perceived, if they be not this way relieved by the <hi>Hand,</hi> by whose armes and allurements (as it were by main force) the ancient Orators have so often extorted <pb n="9" facs="tcp:110295:125"/> approbation from their auditors, and by this third supply of elegant deportment, invading the minde through the eye, with easie accesses put themselves into the possession of the people: And questionlesse those brave generous formes of discourse wherein Art hath beene married to a<g ref="char:EOLhyphen"/>bundance, and richnesse of speech mixed with sweetnesse and majesty of action, wherewith those great and strange conceptions of the An<g ref="char:EOLhyphen"/>cients have been so curiously limbed and plen<g ref="char:EOLhyphen"/>tifully adorned and graced, are but too slenderly taken notice of in these times, the perfections whereof can be of no meane importance, when without the helpe of this great secret, neither or<g ref="char:EOLhyphen"/>nament of Art, nor grace of Nature can be but in part pleasing, nor (as one well observes) shall all the reasons the Tongue can alledge, per<g ref="char:EOLhyphen"/>swade <note place="margin">Balzack.</note> a very woman, resolving to resist: For, the <hi>Hands</hi> are those common places and To<g ref="char:EOLhyphen"/>piques of nature, which receive most of those extraordinary motions which appeare in Ora<g ref="char:EOLhyphen"/>tions, the high excesse, Enthusiasmes, raptures, and commanding beauty of expressions are here found: For, although gesture naturally floweth out with the voyce, yet comelinesse and beauty are the decent issues of apt motion, which ap<g ref="char:EOLhyphen"/>peare in a sweet delivery, anticipating the eare by the eye. And to speake seriously, this artifice of the <hi>Hand</hi> is no lesse necessary to excellent discourses and conceits, then discipline among Souldiers, without which courage is of no effect, and valour most commonly proveth unprofit<g ref="char:EOLhyphen"/>able: They therefore, who in publicke, and be<g ref="char:EOLhyphen"/>fore those who are versed in the Art of wel<g ref="char:EOLhyphen"/>speaking fall short in Manuall performance, <pb n="10" facs="tcp:110295:126"/> suffering the glory of Eloquence to receive dise<g ref="char:EOLhyphen"/>minution in their <hi>Hands;</hi> do no lesse then cast an aspersion upon the Art they professe, and abuse their hearers; since no speech ought to be pub<g ref="char:EOLhyphen"/>lique if you intend to performe it negligently, and not to allow it all the ornaments whereof it is capable; for the polishing whereof wee need not go far, since the <hi>Hand</hi> is able to accommodate the <hi>Tongue</hi> in such occasions, as that which hath a greater variety of Synonymous expressions, and is able to outvie it in equivalent variations. This is sufficiently proved by the old emulation between that famous Oratour <hi>Cicero</hi> and <hi>Roscius</hi> the great<g ref="char:punc">▪</g> Master in the Art of Action; for it is certaine that most eminent Oratour would often contend and strive avie with <hi>Roscius</hi> whether he should more often expresse the same sentence in gesture; or whether he himselfe by the copi<g ref="char:EOLhyphen"/>ousnesse of his cloquence in a differing speech and variety of expression pronounce the same; which raised <hi>Roscius</hi> to that height and perfecti<g ref="char:EOLhyphen"/>on of knowledge, that he wrote a booke, where<g ref="char:EOLhyphen"/>in he compared Eloquence with the Art or Sci<g ref="char:EOLhyphen"/>ence of Stage-players: And indeed the fame and estimation of <hi>Roscius</hi> grew hereupon so great, that learned Ca<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>o made a question whe<g ref="char:EOLhyphen"/>ther <hi>Cicero</hi> could write better then <hi>Roscius</hi> could speake and act; or <hi>Roscius</hi> speake and act better then <hi>Cicero</hi> write. Hence a certaine moderne Authour reckoning up nine kinde of wits usuall at this day, makes up his account thus: <hi>Im<g ref="char:EOLhyphen"/>primis,</hi> <note place="margin">In Specu<g ref="char:EOLhyphen"/>lo Humo<g ref="char:EOLhyphen"/>rum.</note> a Simian or Apish wit; an Arcadian wit, an Autolican or embezled wit, a chance-medley wit, a smirke, quick and dextericall wit, and a Roscian wit, which is only in gesture, when <pb n="11" facs="tcp:110295:126"/> one can farre more wittily expresse a thing by a dumbe externall action, then by a lively inter<g ref="char:EOLhyphen"/>nall invention, more by gestures then jests. This was in that Pantomimicall <hi>Roscius,</hi> who could vary a thing more by gestures then either <hi>Tully</hi> could by phrase, or he by his witty speeches. And as concerning such men wee may say of them as once <hi>Cicero</hi> said of <hi>Piso,</hi> They are wise only by signes. These Actors, the cunning coun<g ref="char:EOLhyphen"/>terfeiters of mens manners, were called <hi>Panto<g ref="char:EOLhyphen"/>mimi</hi> from their multivarious imitation, their fa<g ref="char:EOLhyphen"/>culty, <hi>Ars gestitulatoria</hi> by the Romans, which one <hi>Teletes</hi> is said to have found out, or at least to have much amplified, who is reported to have been so excellent in this subtill artifice of his <hi>Hands,</hi> that he could expresse by them whatso<g ref="char:EOLhyphen"/>ever <note place="margin">Athaeneus l. 1.</note> could be spoken by word of mouth. And we read of a certaine Philosopher, one <hi>Memphis</hi> <note place="margin">Idem.</note> by name, a master in this faculty, whose excel<g ref="char:EOLhyphen"/>lencie therein when the same Authour would signifie, <hi>Tacens</hi> (saith he) <hi>gestu omnia nobis mani<g ref="char:EOLhyphen"/>festius indicabat, quam qui artem dicendi se docere profitentur,</hi> in the reigne of <hi>Domitian, Bathillus</hi> was famous for these measures of the <hi>Hand,</hi> con<g ref="char:EOLhyphen"/>cerning whom the Satyrist: <q> <l>Chironomon Ledam molli saltante Batillo. <note place="margin"> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>uvenal l. 1. Satyr. 6.</note> </l> </q> <hi>Saltationem manibus gesticulantis Ledae representan<g ref="char:EOLhyphen"/>te mimo,</hi> as <hi>Farnaby</hi> upon the place. We read al<g ref="char:EOLhyphen"/>so of one <hi>Mnestor</hi> a famous Pantomime, much <note place="margin">Sueton. Calig. cap. 55. lib. 4. Cassiodor var. Epist. ult.</note> affected by <hi>Caligula.</hi> </p> <p> <hi>Cassidorus</hi> elegantly describing one of these Pantomimes, <hi>Tunc illa sensuum manus occulis ca<g ref="char:EOLhyphen"/>norum carmen exponit, &amp; per signa composita quasi quibusdam liter is, edocet intuent is aspectum, in illa<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> leguntur apicesrerum, &amp; non scribendo facit quod <pb n="12" facs="tcp:110295:127"/> Scriptura deolaravit. Monstraletus</hi> in his Chro<g ref="char:EOLhyphen"/>nicle makes mention of a company of these <note place="margin">Monstra<g ref="char:EOLhyphen"/>let. in Chron. Carol. 7. Franc.</note> <hi>Chironomons,</hi> who before Trinity house in Pa<g ref="char:EOLhyphen"/>ris represented the passion of our Saviour with<g ref="char:EOLhyphen"/>out any words at all, but by the mystery of gesti<g ref="char:EOLhyphen"/>culations of his <hi>Hands,</hi> all things being very ex<g ref="char:EOLhyphen"/>actly and graphically acted by them. These <hi>Chi<g ref="char:EOLhyphen"/>ronomons</hi> of old being sent for from the Theater to banquets, carved up foules and other viands to their Symphonies: To which <hi>Juvenal</hi> alludes, <q> <l>Nec minimo sane discrimine refert <note place="margin">Juvenal. Satyr. 8.</note> </l> <l>Quo gestu lepores &amp; quo gallina secetur.</l> </q> Hence <hi>Petronius, Ad symphoniam gesticulatus lace<g ref="char:EOLhyphen"/>rebat obsonia.</hi> And <hi>Juvenal:</hi> <note place="margin">Idem Sat. 5.</note> <q> <l>Structorem interea nequa indignatio desit</l> <l>Saltantem vide as &amp; Chironomonta volanti</l> <l>Cultello.</l> </q> <hi>Lipsius</hi> confounds these structores or carvers, <note place="margin">Caelius l. 5. Antiq. lect. c. 9.</note> with the <hi>Chironomonts.</hi> The scene of this Art (as is thought) lay first in Syracusa, and that these <hi>Chironomicall</hi> expressions sprang from the im<g ref="char:EOLhyphen"/>mane cruelty of <hi>Hieron,</hi> the Tyrant of that City, who among other his barbarous edicts, prohibited the Syracusians all commerce of speech; and the vocall liberty of communication, comman<g ref="char:EOLhyphen"/>ding them to call for their necessaries by nods and significant motions of their <hi>Hands,</hi> eye and feete, which soone necessitated them to fall into these dancing conferences and declarations of their mindes. The first man that usurped the name of <hi>Chironomon</hi> or <hi>Pantomime</hi> a<g ref="char:EOLhyphen"/>mong the Romans, was <hi>Pylades</hi> when he came out of Asia: an Art which about the time of <hi>Nero</hi> was brought to that authority and per<g ref="char:EOLhyphen"/>fection, that many Writers both Greeke and La<g ref="char:EOLhyphen"/>tine <pb n="13" facs="tcp:110295:127"/> as a thing most wonderfull cried it up to the skies. Hence <hi>Demetrius</hi> the Cynique who lived in the time of <hi>Nero,</hi> seeing one of these <hi>Pan<g ref="char:EOLhyphen"/>tomimi</hi> dancing the masque of <hi>Mars</hi> and <hi>Venus:</hi> <q> <l>Vlderis ipsis manibus loqui: <note place="margin">Lucian de saltatione.</note> </l> <l> <hi>Or as</hi> Lucian <hi>hath it,</hi> Non agere, sed arguta manu effari.</l> </q> And wee read of a certaine Prince who com<g ref="char:EOLhyphen"/>ming out of <hi>Pontus</hi> about businesse to <hi>Nero,</hi> then resident at the head of the Roman Empire, when <note place="margin">Caelius l. 5. Antiq. lect. cap. 3.</note> he together with others had seen this <hi>Chironomon</hi> dancing so conspicuously, that although he could not heare nor understand what was sung (for they were all semi-Grecians for language) yet they understood all things very perfectly: This Prince when he was to returne home, and <hi>Nero</hi> had invited him with much courtesie and love, and liberally bad him aske what he would at his <hi>Hands,</hi> promising him readily to grant his desire; Give me, quoth he, Roy all Sir, this <hi>Chironomer,</hi> and with this gift you shall highly pleasure me: <hi>Nero</hi> demanding what that fellow might ad<g ref="char:EOLhyphen"/>vantage him in his affaires at home, I have quoth he (most sacred Emperour) many barbarous neighbours differing in language, to understand whom, I need a great number of Interpreters, which are not easie to be had; therefore when I shall stand in need of an Interpretour, this man by significant motions of his <hi>Hands</hi> shall inter<g ref="char:EOLhyphen"/>pret all things unto me. And concerning these artfull gestures of the <hi>Hand,</hi> and loquacity of the <hi>Fingers,</hi> we must understand many passages of the ancient Poets, and Philosophers. Thus is <note place="margin">Lib. de consulat. Maul. Theodor.</note> that of <hi>Claudian</hi> to be understood: <q> <l>Qui nutu manibus<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> loquax.</l> </q> <pb n="14" facs="tcp:110295:128"/> And that of <hi>Sydovins Apollinaris:</hi> <q> <l>Clausis faucibus &amp; loquente gestu.</l> </q> To this also belongs that of <hi>Petronius:</hi> <note place="margin">Petron in Analectis.</note> <q> <l>Puer manu loquaci.</l> </q> And what another speaking of this Art hath: <note place="margin">Anony<g ref="char:EOLhyphen"/>mus lib. 4. Epigr.</note> </p> <lg> <l>Egressus scoenam populum Saltator adorat</l> <l>Solerti pendet prodere verba manu.</l> <l>Pugnat, ludit, amat, bacchatur, vertitur, adstat,</l> <l>Illustrat verum cuneta decore replet.</l> <l>Tot linguae quot membra viro, mirabilis est ars</l> <l>Quae facit articulos voce silente loqui.</l> </lg> <p>The Poet here saith very aptly, <hi>Articulos loqui,</hi> for that these Pantomimi did not only delight in gestures of the <hi>Hand,</hi> but more especially in mo<g ref="char:EOLhyphen"/>tions of the <hi>Fingers. Theoricus</hi> King of Italy called this, <hi>Musicam mutam,</hi> still musicke, <hi>quae ore</hi> <note place="margin">Cassiodo<g ref="char:EOLhyphen"/>rus l. 1. var Epist. 20.</note> <hi>clauso manibus loquitur, &amp; quibusdam gesticulatio<g ref="char:EOLhyphen"/>nibus facit id intelligi, quod vix narrante lingua, aut scripturae textu posset agnosci.</hi> To this appertains <note place="margin">S. Cyprian de specta<g ref="char:EOLhyphen"/>culis.</note> that of St. <hi>Cyprian, Vir ultra mulierum molliciom dissolutus, cui ars sit verba manibus expedire.</hi> And that of <hi>Seneca, Mirare solemus scoenae peritos, quod in omnem significationem rerum &amp; affectuum parata</hi> <note place="margin">Seneca Epist. 121.</note> <hi>illorum est manus, &amp; verborum velocitarem gestus assequitur.</hi> But of all that have touched at this <note place="margin">Cassiodo<g ref="char:EOLhyphen"/>rus lib. 6. Epist. ult.</note> Art, most wittily <hi>Cassiodorus, Hic sunt additae Or<g ref="char:EOLhyphen"/>chestarum loquacissim<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> manus, linguosi digiti, silenti<g ref="char:EOLhyphen"/>um clamosum, expositio tacita, quam musa polyhymnia reperisse narratur, ostendexs homines posse, &amp; sine oris affatu, suum velle declarare.</hi> And indeed the Prince of Roman Poets where he handles the names &amp; <note place="margin">Virg. in Epig.</note> inventions of the nine Muses, ascribes the fin<g ref="char:EOLhyphen"/>ding out of this kind of utterance to <hi>Polyhymnia.</hi> <q> <l>Signat cuncta manu loquitur Polyhymnia gestu.</l> </q> The learned observation of these premises made <pb n="15" facs="tcp:110295:128"/> the ancient Masters of the <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ieroglyphiques who <note place="margin">Pier. Hier. lib. 35.</note> used to decypher a distinct and articulate voyce by a Tongue, adde a <hi>Hand</hi> comprehending the same, to note out eloquence, by that conceit im<g ref="char:EOLhyphen"/>plying, that speech stood in need of that moist organ the Tongue, but pronunciation required a <hi>Hand,</hi> to wit, an artificiall helpe to set it off, and make it beautifull to the eye. And the first inven<g ref="char:EOLhyphen"/>ter <note place="margin">Zeno E<g ref="char:EOLhyphen"/>leates. As Arist. writeth.</note> of the Art of Logique, to note the moods and brevity of argumentation, exhibited Logique by a <hi>Hand</hi> comprest into a Fist, and Rhetoricke by an open and dilated <hi>Hand,</hi> which is but <hi>pug<g ref="char:EOLhyphen"/>nus expansus.</hi> Analogicall to this, is that symboll of the Cynique, <hi>Manus non sunt proferendae com<g ref="char:EOLhyphen"/>plicatae</hi> <note place="margin">Diogenes.</note> <hi>confusis digitis,</hi> which insinuates that speech should not be perplext in the delivery, but should be open plaine and free, for then speech labours of a blinde crampe, when it is too con<g ref="char:EOLhyphen"/>cise, confused or obscure. Hence Phisiogno<g ref="char:EOLhyphen"/>mers according to their rule <hi>ad apparentiaem,</hi> infer such men to be full of words whose manners and common use it is to hold the <hi>Hand</hi> spread out with the <hi>Fingers.</hi> ☜These <hi>Hand</hi> Critiques observing the apparent manners of men, say, That he who customarily useth much action of his <hi>Hand,</hi> in his talke, is a faire speaker, and neat in his language. And that ancient Interpretour of dreames, in his Allegoricall inferences, makes the <hi>Hand</hi> to signi<g ref="char:EOLhyphen"/>fie <note place="margin">Artemid. de Som. interp. l. 1. cap. 44.</note> reason, understanding, speech and languages, which as it were by the conduct of letters, or rather an opportune speech, declares the tacit affections of the minde. <hi>Ribera</hi> ob<g ref="char:EOLhyphen"/>serves, <note place="margin">Ribera Comment in proph. minor,</note> that the <hi>Hand</hi> in Scripture doth not only signifie the divine suggestions of Prophesie, but also all kinde of speech, especially wherein there <pb n="16" facs="tcp:110295:129"/> is any thing commanded: and he addes the rea<g ref="char:EOLhyphen"/>son,. <hi>Quia sicut manns movet, it a movet locutio praecipiens.</hi> The reasons why grave Antiquity did render and understand all kinde of speech and language (as <hi>Pierius</hi> notes) by a <hi>Hand,</hi> are, for that the moving and significant extention of the <note place="margin">Pierius in Hierogl.</note> <hi>Hand</hi> is knowne to be so absolutely pertinent to speech, that we together with a speech expect the due motion of the <hi>Hand</hi> to explaine, direct, enforce, apply, apparrell, &amp; to beautifie the words men utter, which would prove naked, unlesse the cloathing <hi>Hands</hi> doe neatly move to adorne and hide their nakednesse, with their comely and mi<g ref="char:EOLhyphen"/>nisteriall parts of speech: And words would have but a cold lodging in the eares of the audi<g ref="char:EOLhyphen"/>tors, if the <hi>Hand</hi> should not be the Harbinger of the Tongue, to provide and prepare the eye for their better entertainment; for as words paint out the image of the minde: So these suffragans of speech by a lively sense afford that shadow which is the excellencie of the vocall pourtrai<g ref="char:EOLhyphen"/>cture. Since as these gestures of the <hi>Hand</hi> alone, and by themselves doe speak and shew the men<g ref="char:EOLhyphen"/>tall springs from whence they naturally arise; so invited by Art to the aid of Eloquence, they be<g ref="char:EOLhyphen"/>come the Accessories and faire spoken Adjuncts of speech. Hence the first Artificers of Manuall Rhetoricke, hit on the right veine of Oratorie, when conducted by a learned curiosity of wit they tooke in hand that polite device, and ele<g ref="char:EOLhyphen"/>gant design of reducing the usuall gestures of Na<g ref="char:EOLhyphen"/>ture into strict rules of Art, preparing the undi<g ref="char:EOLhyphen"/>gested motions of Nature, and making them more formall, and fit for the intention of Rhe<g ref="char:EOLhyphen"/>toricke, whose life and force they made much to <pb n="17" facs="tcp:110295:129"/> consist in the just demeanour of the <hi>Hand,</hi> whose motions appeare as emphaticall to the eye, as speech doth to the eare, two ports of sense, through which all passions finde an entrance to ceaze upon the minde. And hence such Orators have ever won the prise, and have had their <hi>Hands</hi> crowned with the Olympique palme of Eloquence, who have excelled in the subtill notions of this Art; who conceiving Rheto<g ref="char:EOLhyphen"/>ricke to consist most in a decent motion of the body, bestowed well neare as much paines to adapt their gestures to Rhetoricall significations, as in the elegant disposing of their choice flowers; the <hi>Hands</hi> so surpassing in dignity all the other corporall adjutants of mans wit, that there can bee no eloquence without them. And they perceiving that action <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> most sway with the people, who most commonly are led by sense, which is moved by some adequate object; that without the true knowledge of this secret of Art, none could be accounted in the number of good Oratours, &amp; that a mean Oratour instru<g ref="char:EOLhyphen"/>cted in this knacke of action, did oft excell the most eminent; they bent their whole endeavours for the attaining this quality. <hi>Demosthenes</hi> who deserves the sirname of <hi>Chirocrates</hi> for his active judgement in these Rhetoricall endeavours, he was wont to compose the action and gesture of his body by a great looking-glasse, and for fur<g ref="char:EOLhyphen"/>ther acquaintance with this faculty, he entertain<g ref="char:EOLhyphen"/>ned <hi>Andronicus</hi> the Stage-player, by whom be<g ref="char:EOLhyphen"/>ing instructed in this Art after he had reformed the defect that was before in his Orations for want of Action, he grew very famous for Elo<g ref="char:EOLhyphen"/>quence; insomuch that <hi>Aeschines</hi> the Oratour <pb n="18" facs="tcp:110295:130"/> who in a discontent left <hi>Athens,</hi> and came to keep a Schoole at <hi>Rhodes,</hi> and begun to teach the Art of Rhetorique, when he otherwhiles read <note place="margin">Plutarch in the life of Aeschi<g ref="char:EOLhyphen"/>nes the O<g ref="char:EOLhyphen"/>ratour.</note> unto the Rhedians (and that with action and gesture) the Oration he had pronounced against <hi>Ctesiphon:</hi> when all the hearers marveiled there<g ref="char:EOLhyphen"/>at, and namely, how possibly he could be cast, if he acted such an Oration: You would never wonder at the matter (quoth he) my Masters of <note place="margin">Valer. Max. lib. a cap. 10. de pro<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>ne. &amp; apto mot<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> corp.</note> Rhodes, if you had been in place, and heard <hi>De<g ref="char:EOLhyphen"/>mosthenes,</hi> and seen the vigorous sharpnesse of his eyes, the terrible weight of his countenance, a sweet voyce accommodated to every word, and the efficacious motions of his <hi>Hand</hi> and body. This Art was generally practised by all the emi<g ref="char:EOLhyphen"/>nent Oratours of <hi>Athens,</hi> unlesse perchance in that sad and solemne Session of the Areopagites, where when they were to speak without affecti<g ref="char:EOLhyphen"/>on, in an obscure and darke place, there was no cause why they should use the motio<g ref="char:cmbAbbrStroke">̄</g>s of the <hi>hand</hi> </p> <p>Among the Romane Oratours, <hi>Cicero</hi> to this intent made use of <hi>Roscius</hi> the Comoedi<g ref="char:EOLhyphen"/>an, and <hi>Aesope</hi> the Tragaedian, in his time the Masters of this kind of learning, who was wont to call <hi>Roscius</hi> for his great skill in these subtle<g ref="char:EOLhyphen"/>ties of the <hi>Hand, Delicias suas,</hi> his Darling: and upon a time, in a most eloquent Oration, he re<g ref="char:EOLhyphen"/>buked the people of <hi>Rome,</hi> because while <hi>Roscius</hi> was acting, they made a noyse. What an apt Scholler he proved, and what his opinion was of this Art, appeares by his book <hi>de Oratore,</hi> where<g ref="char:EOLhyphen"/>in he so highly extolls Action, the practice whereof help'd to intitle him to the principality of Eloquence. <hi>Plutarch</hi> relating the force of <hi>Cicero's</hi> eloquence, by reason of the sweet grace <pb n="19" facs="tcp:110295:130"/> of his pronunciation, reports him in his Oration <note place="margin">Plutarch in the life of Ci<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ero.</note> <hi>pro Ligario,</hi> so marveilously to have moved <hi>Cae<g ref="char:EOLhyphen"/>sar,</hi> [one that could well skill in Manuall Rhe<g ref="char:EOLhyphen"/>torique] that he changed divers colours, and shewed plainly by his countenance, that there was a marveilous alteration in all the parts of him. For, in the end, when he came to touch the battaile of <hi>Pharsalia,</hi> then was <hi>Caesar</hi> so troubled, that his body shooke withall, and be<g ref="char:EOLhyphen"/>sides, certaine bookes which he had, fell out of his hands, and he was driven against his will to set <hi>Ligarius</hi> at libertie. Therefore the malice of <hi>Antonie</hi> forced teares and lamentations into the <note place="margin">Idem ibid.</note> eyes of the Romans, when they saw <hi>Cicero's</hi> Right Hand, the instrument of his divine Elo<g ref="char:EOLhyphen"/>quence, with which he penn'd and pronounced the Phillippiques, nail'd fast unto his head, and set upon the <hi>Rostrum</hi> or Pulpit of Common pleas in the <hi>Forum. Cn. Lentulus</hi> also, for his excel<g ref="char:EOLhyphen"/>lencie in this Art, was more famous then for his vocall eloquence. <hi>C. Lentulus, P. Lentulus, C. Gracchus, L. Apuleius Saturnius, Crassus,</hi> and <hi>C. Julius Caesar,</hi> were men expert in this mysterie. <hi>Antonius,</hi> he used the Asiatique phrase in his plea<g ref="char:EOLhyphen"/>dings, which carried the best grace and estima<g ref="char:EOLhyphen"/>tion at that time, full of ostentation and bravery of gesture. As for <hi>Q. Pompeius,</hi> sirnamed <hi>Bithy<g ref="char:EOLhyphen"/>nicus, C. Macer, Manilius Sura, &amp;c.</hi> they lost the estimation of good Oratours, for their defici<g ref="char:EOLhyphen"/>encie in this Art. But above all, most actively eloquent was <hi>Q. Hortensius</hi> the Oratour; one could not tell whether they should most desire to run to <hi>heare,</hi> or <hi>see</hi> him speake: his presence and aspect did so a dorne and become his words, and assist his periods to accomplish all their <pb n="20" facs="tcp:110295:131"/> numbers; and againe, his verball expressions were so conformable to his gesture, and so ele<g ref="char:EOLhyphen"/>gantly <note place="margin">Aul. Gell. lib. 1. cap. 5</note> administred unto his <hi>hand,</hi> that for cer<g ref="char:EOLhyphen"/>taine, <hi>Aesop</hi> and <hi>Roscius,</hi> two famous Actors of those times, were often observ'd to croud into the Assembly when he was pleading, that they might by imitation transferre some of his expres<g ref="char:EOLhyphen"/>sive <note place="margin">Val. Max. lib. 8. de apte motu corp.</note> gestures from the Forum to the Theater. Some Lawyers and Divines I have observed to have been very prevalent by virtue of this arti<g ref="char:EOLhyphen"/>fice of the <hi>Hand,</hi> even in these times: among whom, most eminent was that much lamented Dr. <hi>Donne;</hi> of whom an ingenious friend thus in his Elegiack knell:</p> <lg> <l>Yet have I seen thee in the Pulpit stand, <note place="margin">Mr. Mayne, of Christ Church Oxford.</note> </l> <l>Where one might take notes from thy look &amp; <hi>hand.</hi> </l> <l>And from thy speaking action beare away</l> <l>More Sermon then some Teachers use to say.</l> <l>Such was thy cariage, and thy gesture such,</l> <l>As could devide the heart, and conscience touch:</l> <l>Thy motion did confute, and one might see</l> <l>An error vanquish'd by deliverie.</l> </lg> <p>Such (as <hi>Sconerus</hi> notes) was the action of the Prophets and Ecclesiasticall Oratours in the Primitive times, plainly Heroique, as may be col<g ref="char:EOLhyphen"/>lected out of Sacred Writ, and some Commen<g ref="char:EOLhyphen"/>tators thereon, in whom the Eloquence of the Prophets is graphically described.</p> <p>Nature exhorts all men to Action consentane<g ref="char:EOLhyphen"/>ous to the stile of their Elocution: which inbred and commodious propensitie, unlesse illustrated by Art, and confirmed by exercitation, is, as <hi>Tra<g ref="char:EOLhyphen"/>pezuntius</hi> notes, but as a field untill'd, which runs <pb n="21" facs="tcp:110295:131"/> wild with disorder'd productions. Art being the Imitator which perfects Nature, makes her actio<g ref="char:cmbAbbrStroke">̄</g>s more dilucid, illustrious and sweet, by her positive accommodations. For whatsoever Nature doth institute in the individuals worthy observation, reduced into one exact idea, built upon generall precepts, by a perpetuall order, Art doth expose under one aspect of the Understanding: And Nature againe placed by Art, beholds the excel<g ref="char:EOLhyphen"/>lent actions of eminent men, and expresses them by a happy exercitation. Wherefore the ancient Rhetoricians, who cast their eyes upon Nature, and insisted in her steps, whose Art was princi<g ref="char:EOLhyphen"/>pally bent to imitate the severall actions of the Mind with a decent and comely grace; admit<g ref="char:EOLhyphen"/>ted no gesture to the <hi>hand,</hi> but what they did find by an accurate collation to have some similitude with the truth of Nature. That which <hi>Philostratus Junior</hi> requires of a Painter, who would be emi<g ref="char:EOLhyphen"/>nent <note place="margin">Philost. jun. de I<g ref="char:EOLhyphen"/>conib.</note> by his <hi>Hand,</hi> is more necessary to an Ora<g ref="char:EOLhyphen"/>tour. He would have him that would seeme to manage that Art skilfully, to be a man endued with a good fancy and a sound judgement, a<g ref="char:EOLhyphen"/>ctively apt to every thing, and industrious in the observing of mens natures, and assimilating their manners, and counterfeiting of all things which in the gesture and composition of the body, are the signes and notes of the tacite mind and affections. And indeed, then shall the hand of an eloquent man move aptly, and as to the purpose applyed to expresse what he takes in hand, when he hath converst with Nature, and insinuated himselfe into all the veines of the af<g ref="char:EOLhyphen"/>fections of the <hi>Hand,</hi> &amp; by diligent study hath at<g ref="char:EOLhyphen"/>tained to an exquisite experience in the proper<g ref="char:EOLhyphen"/>ties <pb n="22" facs="tcp:110295:132"/> of the fingers, and what the naturall motions of the <hi>Hand</hi> are wont to be. Hence Philosophers, who can discern of the naturall causes of things, have a notable advantage: for he shall most ele<g ref="char:EOLhyphen"/>gantly &amp; judiciously manage his <hi>Hand,</hi> &amp; mode<g ref="char:EOLhyphen"/>rate the gestures thereof, who by the discipline of Philosophie shall apply and conforme himselfe neerest to the nature &amp; varietie of the affections.</p> <p>Hence <hi>Demosthenes,</hi> being demanded the que<g ref="char:EOLhyphen"/>stion, Which was the first point of Eloquence? <note place="margin">Plutarch i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> the life of Demost.</note> he answered, Action: Which the second? He answered, Action: and which was the third, he said, Action, still. Wherefore in the Olympian Games, at that famous assembly of <hi>Greece,</hi> that Theater of Honour, where the Arts, wisdome, and the illustrious Vertues were recompenced with publique honours; there, in the sight of the <note place="margin">Cresol. in Antholo<g ref="char:EOLhyphen"/>gia sacra.</note> people of <hi>Greece,</hi> after the sound of a Trumpet, wherewith the mindes of the standers by were rowzed up to attend the solemne commendati<g ref="char:EOLhyphen"/>on of the publique Cryer; the <hi>Hands</hi> were first crowned, before the Head, as S. <hi>Chrysostome</hi> ad<g ref="char:EOLhyphen"/>vertiseth <note place="margin">Chrysost. Hom. 2. de Davide,</note> us. For when the <hi>Brabutia,</hi> which were most skilfull Judges, would declare, that all the glory of the Victors did proceed from the Hand or Action; and that in the first place, In<g ref="char:EOLhyphen"/>dustry, labour, and skill were crowned by them; not the shoulders of the triumphant Olympia<g ref="char:EOLhyphen"/>niceans, but their <hi>Hands</hi> were decked and prai<g ref="char:EOLhyphen"/>sed with the glorious Palm. Skilfully therefore S. <note place="margin">Ambros. 62 Hexa<g ref="char:cmbAbbrStroke">̄</g>. cap. 13.</note> <hi>Ambrose: Palma manus victricis ornatus est.</hi> And Victorie is called, <hi>Dea palmaris:</hi> and <hi>victoriosus,</hi> with <hi>Isidor,</hi> is <hi>palmosus.</hi> But why the Palme was given to them that overcame, and why the boughes thereof have been proposed as rewards <pb n="23" facs="tcp:110295:132"/> to such as were victorious in Artes or Armes, according to that of the Poet: <note place="margin">Horace lib. 1. Od.</note> <q> <l>————Palma<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> nobilis,</l> <l>Terrarum dominos evehit ad deos.</l> </q> There are who alleadge this reason: For that the fruit of the Palme doth resemble the Hand and fingers, and are thereof by the Greekes na<g ref="char:EOLhyphen"/>med <hi>dactili,</hi> that is, <hi>digiti,</hi> fingers: for, the great <note place="margin">See Sandes Travaile<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> lib. 1.</note> ends of the branches appeare like hands stretch<g ref="char:EOLhyphen"/>ed forth, and the dates as fingers. It seemed therefore right, the Palm should be given to them whose Hands were skilfull in Arts, and Fingers cunning in battail; since the chief weight &amp; illu<g ref="char:EOLhyphen"/>strious honour of all triumphs depend upon the <hi>hand</hi> or <hi>action,</hi> or as if the fruit of the Palm were peace. And <hi>Tullie,</hi> when he had unfolded all the <note place="margin"> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> Orat.</note> ornaments of a costly and copious eloquence, he casts up all in the summary of these grave words: <hi>Sed haec omnia perinde sunt ut agu<g ref="char:cmbAbbrStroke">̄</g>tur:</hi> implying, that without a pleasing and opportune Action, all the other aydes of Speech would become vaine and unprofitable. <hi>Talaeus</hi> is in the right, where he saith, that many Infants by the dignity of Acti<g ref="char:EOLhyphen"/>on, <note place="margin">Talaeus in Rhet.</note> have often reap'd the fruit of Eloquence; while many eloquent men through the deformity of gesture, have been accounted very babies in Expression. For whereas Nature assignes to each motion of the Minde its proper <hi>gesture, countenance,</hi> and <hi>tone,</hi> whereby it is signifi<g ref="char:EOLhyphen"/>cantly exprest; this grace of Gesture is concei<g ref="char:EOLhyphen"/>ved to be the most elegant and expressive virtue of the three; install'd by <hi>Plato</hi> among the Civill virtues, as the speech and native eloquence of the Body; for that those Elegant conceptions that inrich the pregnant Mind, incite the minde <pb n="24" facs="tcp:110295:133"/> by some stratagem of wit, to finde out apt and fit expressions: and while she labours to be free in powring out her hidden treasures, she im<g ref="char:EOLhyphen"/>prints upon the body the active hints of her most generous conceits, darting her rayes into the body, as light hath its emanation from the Sun: which eloquent impressions, a kinde of speech most consonant to the minde, are in the moving of the Hand so neatly wrought and emphatically produced, that the <hi>Hand</hi> many times seemes to have conceived the thought. He therefore that would purchase the repute of an accomplish'd Rhetorician, must pursue the knowledge of this Art, which consists in understanding the lawfull garbe and ordered motions of the <hi>Hand,</hi> the most puissant Agent of the soule, and which hath by some been called <hi>Mens corporis,</hi> or the Minde of the Body; the voyce of Philosophie admonishing in <hi>Epictetus,</hi> no lesse to be minded by a Rheto<g ref="char:EOLhyphen"/>rician then a Philosopher: <q> <l>Ne digitum quidem temerè extendere.</l> </q> </p> <p>Some notions of this Manuall Rhetorique are <note place="margin">Epict. Enchirid.</note> derived from the Heroique ages of the world, and were approved and allowed of by <hi>So<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>ates.</hi> Yet in the dayes of <hi>Aristotle</hi> were not delivered by any, as digested into any forme of Art, which had been a Subject worthy of his pen: but, <hi>in Chirologicis dormivit Aristoteles.</hi> The Art was first formed by Rhetoricians; afterwards ampli<g ref="char:EOLhyphen"/>fied by Poets and cunning Motists, skilfull in the pourtraicture of mute poesie: but most strangely inlarged by Actors, the ingenious counterseiters of mens manners. The first Romane Oratour that collected these Rhetoricall motions of the <hi>Hand</hi> into an Art, translating so much from the <pb n="25" facs="tcp:110295:133"/> Theater to the Forum, as stood with the gravity of an Oratour, was surely <hi>Quintilian,</hi> unto whose <note place="margin">Quintil. in Ruer. inst.</note> curious observation in the <hi>Hand,</hi> I referre those who out of curiositie desire to be more punctu<g ref="char:EOLhyphen"/>ally informed in these most subtle and abstruce notions of the <hi>Hand,</hi> which they may also finde recited in <hi>Vosoius</hi> his Rhetorique, a mysterie in great request with the ancient Sophisters and Rhetoricians, and properly handled by them, although some not well advised, would have them considered in the Aethiques: for there is distinction to be made between that which Mo<g ref="char:EOLhyphen"/>ralists call <hi>Actionem moratam</hi> or <hi>civitem,</hi> and <hi>Ora<g ref="char:EOLhyphen"/>toriam,</hi> which the Greekes call <hi>Hypocris<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>n,</hi> and <hi>Quintil. Chiromomiam,</hi> which are acco<g ref="char:cmbAbbrStroke">̄</g>modated to move the affections of the Auditors. And indeed the gestu<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>s of Rhetoricall utterance doe pre<g ref="char:EOLhyphen"/>suppose the Aethique precepts and the lawes of civill conversation. The Ancients, especially the Grecians, were men ever very inventive of such subtleties, had a <hi>Palestra,</hi> or place of exercise for this purpose. <hi>Talaeus</hi> preferres these Canonicall gestures before the artifice of the Voyce, although his Commentator will allow the preheminence of this Art only among Nati<g ref="char:EOLhyphen"/>ons <note place="margin">Claudius Minos in Talaeum.</note> of divers tongues, and not where the assem<g ref="char:EOLhyphen"/>bly is of one lip. <hi>Keckerman</hi> gives the voyce the dignity of precedence for our times: but he is no better than a precision in Rhetorique, of whose conceit let the learned judge, since he confesseth the Jesuites (known to be the greatest proficients in Rhetorique of our times) instruct their disciples after this manner. And how won<g ref="char:EOLhyphen"/>derfully they have improved and polished this kind of ancient Learning, appeares sufficiently <pb n="26" facs="tcp:110295:134"/> by the Labours of three eminent in this facultie: <hi>Cresollius de gestu Oratoris, Voellus de arte di<g ref="char:EOLhyphen"/>cendi,</hi> and <hi>Causinus de Eloquentia. Alstedius</hi> <note place="margin">Alstedius in Rhet.</note> could wish we had some booke of the Pronunci<g ref="char:EOLhyphen"/>ation of the Ancients, that we might take out of it such gestures as did square with our times: such a Booke as <hi>Laertius</hi> praises. And <hi>Schonerus</hi> wishes for Types and Chirograms, whereby this <note place="margin">Laert. l2. in vita Theodori.</note> Art might be better illustrated then by words. Which defect in this Art I have here attempted to supply (and as I hope) with reasonable suc<g ref="char:EOLhyphen"/>cesse. If I have miscarried in any, it is the more pardonable, since in all my search after these sub<g ref="char:EOLhyphen"/>tleties of the <hi>Hand,</hi> I never met with any Rheto<g ref="char:EOLhyphen"/>rician or other, that had picturd out one of these Rhetoricall expressions of the Hands and fin<g ref="char:EOLhyphen"/>gers; or met with any Philologer that could exactly satisfie me in the ancient Rhetoricall po<g ref="char:EOLhyphen"/>stures of <hi>Quintilian. Franciscus Junius</hi> in his late Translation of his <hi>Pictura veterum,</hi> having given the best proofe of his skill in such Antiquities, by a verball explanation thereof. That which inabled me to advance so farre in this Art, is the insight I have purchased in the ground-work or foundation of all Rhetoricall pronunciation, to wit, the Naturall Expressions of the <hi>Hand.</hi> </p> <div type="canons_of_manual_rhetoric"> <pb n="27" facs="tcp:110295:134"/> <head>THE CANONS OF RHETORICIANS TOUCHING The Artificiall managing of the HAND in Speaking. With an Historicall Manifesto, ex<g ref="char:EOLhyphen"/>emplifying the Rhetoricall Actions thereof.</head> <div n="1" type="canon"> <head>Canon I.</head> <p> <hi> <seg rend="decorInit">T</seg>He <hi>Hand</hi> lightly o<g ref="char:EOLhyphen"/>pened, timorously displayed before the breast, and let fall by short turnes under the hea<g ref="char:EOLhyphen"/>ving <pb n="28" facs="tcp:110295:135"/> shoulders, is an <hi>humble</hi> and neat action, becomming those who <hi>daunted</hi> and <hi>dismaid,</hi> begin to speak as if their tongue were <hi>afraid</hi> to encounter with the publicke eare; and such who shunning a profuse excesse of words, would <hi>sparingly</hi> ex<g ref="char:EOLhyphen"/>presse their Mindes, or <hi>asswage</hi> and <hi>mitigate</hi> the censorious ex<g ref="char:EOLhyphen"/>pectation of their Auditours, by an ingenious insinuation of a <hi>diminutive</hi> Action.</hi> </p> <p> <hi>Quintilian</hi> thinks that <hi>Demosthenes</hi> in that low<g ref="char:EOLhyphen"/>ly <note place="margin">Fabius Inst. Rhet. lib. 11.</note> and fearfull Oration for <hi>Ctesiphon,</hi> began with his <hi>Hand</hi> composed after this manner: And that <hi>Ciero's Hand</hi> was formed to this composition of gesture in the beginning of his Oration; for <hi>Archias</hi> the Poet, when he said, <hi>Si quid est in me <gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>genii (judices) quod s<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ntio quam sit exiguum.</hi> </p> </div> <div n="2" type="canon"> <head>Canon II.</head> <p> <hi>THe stretching forth of the <hi>Hand</hi> is the forme of plea<g ref="char:EOLhyphen"/>ding, <pb n="29" facs="tcp:110295:135" rendition="simple:additions"/> and hath a secret <hi>helpe</hi> and <hi>preparative</hi> to ready spea<g ref="char:EOLhyphen"/>king, and commendeth an <hi>A<g ref="char:EOLhyphen"/>pology</hi> or any set speech to the Auditours.</hi> </p> <p>In the memorialls of Antiquity, in the writings of the old Annales, the lineaments of Pictures, and ancient Statues, we shall finde this postute of <hi>preparation</hi> in the <hi>Hands</hi> of famous Oratours. <hi>Aristides</hi> reports, that Prince of Oratours, <hi>M<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>l<g ref="char:EOLhyphen"/>tiades</hi> <note place="margin">Aristides.</note> to have been so painted in Grece to the e<g ref="char:EOLhyphen"/>ternall monument of his memory, stretching out his <hi>Right Hand</hi> only, as he was wont most honou<g ref="char:EOLhyphen"/>rably to speake unto his people. <hi>Phillip</hi> that e<g ref="char:EOLhyphen"/>loquent <note place="margin">Coelius var. lect. Cicer. de Orat.</note> man, was wont to say, that he did so rise up to speake that hee knew not his first word, yet he said he used to speake excellently well, when he had once warmed his Arme. And <hi>Marcellinus</hi> observing the demeanour of <hi>Valin<g ref="char:EOLhyphen"/>tinian</hi> about to make a publicke speech, when he had <hi>put forth his Hand</hi> (saith he) that he might speake more <hi>readily.</hi> That divine Oratour and chief Speaker of the Apostles, used this Action as a <hi>preparative</hi> to his ensuing <hi>Apologie:</hi> for when <hi>Agrippa</hi> had permitted <hi>Paul</hi> to speake for him<g ref="char:EOLhyphen"/>selfe, <hi>Paul</hi> stretched out the <hi>Hand,</hi> and <hi>answe<g ref="char:EOLhyphen"/>red</hi> for himselfe. This forme of <hi>pleading</hi> is to be seene in the ancient Statues of Roman Ad<g ref="char:EOLhyphen"/>vocates.</p> </div> <div n="3" type="canon"> <pb n="30" facs="tcp:110295:136"/> <head>Canon III.</head> <p> <hi>THE indulgent putting forth of the <hi>Hand</hi> towards the Auditours, signifying a kinde of <hi>Humdnity,</hi> and <hi>good will,</hi> is a <hi>benevolent</hi> action, fit for those who <hi>praise</hi> or <hi>congratulate,</hi> and is of great efficacie to move the affections.</hi> </p> <p>This Action had a singular grace and comeli<g ref="char:EOLhyphen"/>nesse in <hi>Meletius,</hi> that reverend Bishop of Anti<g ref="char:EOLhyphen"/>och, a man invironed with a guard of all the Vertues, with which Action of his <hi>Hand;</hi> as with the engine of good will, he seemed to lift up the hearts of his hearers with him; therefore <hi>Gregory Nyssen</hi> attributes to him, <hi>Com<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>m dextram &amp; veluti lenocinio orationis perfusam, qua <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap> cum</hi> <note place="margin">Greg. Nyff. de St. Melet.</note> <hi>or is facundia digites commovere soleat.</hi> </p> </div> <div n="4" type="canon"> <head>Canon IV.</head> <p> <hi>THe gentle and wel-orde<g ref="char:EOLhyphen"/>red <hi>Hand,</hi> throwne forth by a moderate projection, the <hi>Fingers</hi> unfolding themselves <pb n="31" facs="tcp:110295:136"/> in the motion, and the shoul<g ref="char:EOLhyphen"/>ders a little slackned, affords a fa<g ref="char:EOLhyphen"/>miliar force to any <hi>plaine con<g ref="char:EOLhyphen"/>tinued speech</hi> or <hi>uniforme dis<g ref="char:EOLhyphen"/>course;</hi> and much graceth any matter that requires to be hand<g ref="char:EOLhyphen"/>led with a more <hi>lofty stile,</hi> which we would faine fully present in a more gorgeous excesse of words.</hi> </p> <p>The comelinesse of this Action (which best suites with them who remove &amp; shift their stan<g ref="char:EOLhyphen"/>ding) appears herein, that by this emanation of the Arm, and delivery of gesture, speech is so well pronounced and powred forth, that it seems to flow out of the <hi>Hand.</hi> </p> </div> <div n="5" type="canon"> <head>Canon V.</head> <p> <hi>THE <hi>Hand</hi> directed to<g ref="char:EOLhyphen"/>wards the Auditours, with a kinde of <hi>impetuous agita<g ref="char:EOLhyphen"/>tion of the Arme,</hi> maintaining its gravity with a swift recourse, <pb n="32" facs="tcp:110295:137"/> is an action <hi> <gap reason="illegible" resp="#APEX" extent="1 span"> <desc>〈…〉</desc> </gap> of vehemencie,</hi> fit to <hi> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>, de<g ref="char:EOLhyphen"/>nounce, reprehend,</hi> and <hi> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>,</hi> and by its extension, implies <hi>po<g ref="char:EOLhyphen"/>wer,</hi> and a <hi>prevalent authority.</hi> </hi> </p> <p>This Action is not seasonable untill an Oration begin to wax hot and prevalent, and the discour<g ref="char:EOLhyphen"/>sing appetite of the <hi>Hand:</hi> be rowsed up, and well heated by a Rhetoricall provocation, and is sufficiently affected to move according to the nimble contention of the Tongue. And then this glittering dart of speech, like lightning, or the shaking of <hi>Apollo's</hi> beams, expatiates it selfe into a glorious latitude of elocution: The Ora<g ref="char:EOLhyphen"/>tion with this militarie gesture, as it were, pow<g ref="char:EOLhyphen"/>ring out it selfe. The left arme (if any thing is to be done with it) is to be raised, that it may make as it were a right angle.</p> </div> <div n="6" type="canon"> <head>Canon VI.</head> <p> <hi>THe <hi>Hand</hi> restrained and kept in, is an argument of <hi>modesty,</hi> and <hi>frugall pronunciati<g ref="char:EOLhyphen"/>on, a still</hi> and <hi>quiet</hi> action, su<g ref="char:EOLhyphen"/>table to a milde and <hi>remisse</hi> de<g ref="char:EOLhyphen"/>clamation.</hi> </p> <p> <pb n="33" facs="tcp:110295:137"/> This Action with <hi>Tully,</hi> is <hi>Molli brachio ageres</hi> with <hi>Fabius, M<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>lli articulo: Gladiatorem vehement is impetus, adversarii,</hi> mollis articulus <hi>excepit.</hi> And in the Primitive times of elocution, when elo<g ref="char:EOLhyphen"/>quence began to flowre and bud, and insolencie was rarely entertained. Oratours were wont to keep their <hi>Hands</hi> within their cloaks, for so, as <hi>Aeschines</hi> will have it, those ancient Oratours, <note place="margin">Eschines in Timar.</note> Princes of Greece, in most account, both for their language and judgement <hi>(Pericles</hi> and <hi>Themi<g ref="char:EOLhyphen"/>stocles)</hi> were wont to declame; as an action most sutable to conserve their modesty. And he fet<g ref="char:EOLhyphen"/>cheth his argument of so laudable a custome from the statue of <hi>Solon,</hi> which the ancient Statu<g ref="char:EOLhyphen"/>aries, skilfull in the counterfeiting mens maners made for <hi>Solon</hi> at <hi>Salamina,</hi> in this posture to note his moderation and modesty; with which signi<g ref="char:EOLhyphen"/>fication there was the like statue long after his time erected at Rome for <hi>Scipio.</hi> And verily <hi>Aeschines</hi> who approved of this posture of the <hi>Hand</hi> as an Index of moderation, he observed it himselfe even in the heat of reprehension and re<g ref="char:EOLhyphen"/>proofe; but this animadversion of <hi>Aeschines</hi> who spitefully carped at the important gestures of the <hi>Hand,</hi> the Oratour <hi>Demostheues</hi> did after<g ref="char:EOLhyphen"/>wards most elegantly deride and explode; for that statue of <hi>Solon,</hi> saith he, the Salaminians say was not dedicated above fifty yeares agoe: But from <hi>Solon</hi> to this present time are two hundred and forty yeares, so that the work-man who ex<g ref="char:EOLhyphen"/>pressed that gesture, no not his grandfather, were then alive. But it cannot be denied that such a thing might be with the Ancients, which <hi>Aes<g ref="char:EOLhyphen"/>chines</hi> knew rather by conjecture, then any cer<g ref="char:EOLhyphen"/>taine assurance: For we read of one <hi>Polemon</hi> a <pb n="34" facs="tcp:110295:138"/> deboyse young man, who upon hearing of <hi>Xeno<g ref="char:EOLhyphen"/>crates,</hi> became modest, and drew his <hi>Hand</hi> with<g ref="char:EOLhyphen"/>in <note place="margin">Valer. Max.</note> his cloake. And the gravest Writers report of <hi>Cleon</hi> that turbulent Oratour of Athens, to have <note place="margin">Plutarch in Nicia.</note> been the first that opened his cloake in spea<g ref="char:EOLhyphen"/>king. This rationall conceit prevailed also with the Romans, for although in the ancient statnes of Lawyers in Rome, we finde the <hi>Right Hand</hi> put forth, the forme of pleading: yet the first year they were called to the Bar, they were not to put forth the <hi>Hand,</hi> nor a young Advocate per<g ref="char:EOLhyphen"/>mitted to plead after the same manner as an anci<g ref="char:EOLhyphen"/>ent Practitioner. <hi>Cicero</hi> hath left a certificate of this custome, <hi>Nobis olim annus erat unus ad co<g ref="char:EOLhyphen"/>hibendum</hi> <note place="margin">Cicero pro Coelio</note> <hi>brachium constitutus, ut exercitatione lu<g ref="char:EOLhyphen"/>do<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> campestri Tunicati uterentur;</hi> which garbe of the restrained <hi>Hand,</hi> as it is an argument of frugall pronunciation, the great Prelates of Rome ob<g ref="char:EOLhyphen"/>serve at this day when they speake before the <note place="margin">Pierius in Hierogl.</note> Pope, as that great Master of the Hierogly<g ref="char:EOLhyphen"/>phiques testifies. But when wit which lay a<g ref="char:EOLhyphen"/>sleep in those rude and simple times, began to be rowzed up and instructed with Arts, those streights of bashfulnesse were inlarged, the <hi>Hand</hi> released and set at liberty, and a more freer course of pleading brought in, not that modesty should be excluded mens manners, which is a great ornament of life; but that speech might have a greater force to worke upon the affecti<g ref="char:EOLhyphen"/>ons of men. Now, to use this fearfull demeanour of the <hi>Hand,</hi> were the part of one void of com<g ref="char:EOLhyphen"/>mon sense and humanity; against whom that of <hi>Quintilian</hi> might be brought, who reprehended <note place="margin">Fabius Inst. Rhet.</note> those who in pleading inhibited the <hi>Hand,</hi> as if the businesse were done sluggishly.</p> </div> <div n="7" type="canon"> <pb n="35" facs="tcp:110295:138"/> <head>Canon VII.</head> <p> <hi>THe <hi>Hand</hi> put forth and rai<g ref="char:EOLhyphen"/>sed aloft, is an action of <hi>congratulatory exclamation and amplification of joy.</hi> </hi> </p> <p>This is drawn from Nature into the Schooles and discipline of Rhetoricians, who prescribe <note place="margin">Cresol. Vacat. Aut.</note> this free and liberall motion of the <hi>Hand,</hi> as a fit <hi>periphr<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>sis</hi> of gesture upon such occasions, and most consonant to the intention of Nature.</p> </div> <div n="8" type="canon"> <head>Canon VIII.</head> <p> <hi>THe <hi>Hand</hi> collected, the <hi>Fin<g ref="char:EOLhyphen"/>gers</hi> looking downewards, then turned and resolved, is a set form accommodated to their intention who would openly <hi>produce their reasons.</hi> </hi> </p> <p>The artificiall conceit of this Action is, that it seems as it were indeed <hi>to bring forth with it, some hidden matter to make the argument in Hand more Rhetorically apparent.</hi> </p> </div> <div n="9" type="canon"> <head>Canon IX.</head> <p>THe hollow <hi>Hand</hi> raised a<g ref="char:EOLhyphen"/>bove the shoulder with <pb n="36" facs="tcp:110295:139"/> some kinde of grave motion of the wrest, doth <hi>cheere, exhort, embolden</hi> and <hi>encourage.</hi> </p> </div> <div n="10" type="canon"> <head>Canon X.</head> <p>THe palme (the Fingers all joyned together) turn'd up, and by the return of the wrest, in one motion, spread and tur<g ref="char:EOLhyphen"/>ned about with the <hi>Hand,</hi> is an action convenient for <hi>admira<g ref="char:EOLhyphen"/>tion.</hi> </p> </div> <div n="11" type="canon"> <head>Canon XI.</head> <p>THe <hi>Hand</hi> (the Fingers all joyned at their tops) refer<g ref="char:EOLhyphen"/>red to the vocall passage of the minde, doth <hi>lightly admire;</hi> and fits their occasion who in the in<g ref="char:EOLhyphen"/>terim are moved with <hi>sudden indignation,</hi> and in the end fall to <hi>deprecate, amazed with fear.</hi> </p> </div> <div n="12" type="canon"> <pb n="37" facs="tcp:110295:139"/> <head>Canon XII.</head> <p>THe turned up <hi>Hand,</hi> (the Thumbe bent in, and the other Fingers remisse) transfer<g ref="char:EOLhyphen"/>red to the Northern side of our body, and then prone to our South side, so, lightly waved to and fro<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>, doth very aptly <hi>distin<g ref="char:EOLhyphen"/>guish contraries,</hi> and may <hi>sh<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>w the variety of numbers.</hi> </p> </div> <div n="13" type="canon"> <head>Canon XIII.</head> <p>THE <hi>hand</hi> after one sort is not still disposed to <hi>aske a questi<g ref="char:EOLhyphen"/>on;</hi> yet commonly when wee <hi>demand,</hi> however it be compo<g ref="char:EOLhyphen"/>sed, we use to change or turne our <hi>hand,</hi> raising it a little up<g ref="char:EOLhyphen"/>wards.</p> </div> <div n="14" type="canon"> <head>Canon XIV.</head> <p>THE <hi>hand</hi> erected, and then so moved, that the inside is tur<g ref="char:EOLhyphen"/>nedout, <pb n="38" facs="tcp:110295:140"/> is a sensible Action that apparently presents <hi>the least di<g ref="char:EOLhyphen"/>sparity</hi> or <hi>difference.</hi> </p> </div> <div n="15" type="canon"> <head>Canon. XV.</head> <p>THE <hi>Hand</hi> that by alternate motions contracts and un<g ref="char:EOLhyphen"/>folds it selfe, doth aid them in their pronunciation who are ve<g ref="char:EOLhyphen"/>ry <hi>instant to urge a thing.</hi> </p> </div> <div n="16" type="canon"> <head>Canon XVI.</head> <p> <hi>THE turning of the <hi>Hand</hi> may serve to signifie an <hi>easie dex<g ref="char:EOLhyphen"/>terity of performance.</hi> </hi> </p> <p>This is a magistrall notion raised upon this principle, that the <hi>Hand</hi> is so borne to Action, and so prompt to expedite all accounts of significati<g ref="char:EOLhyphen"/>on, that nothing seems more easie then the mo<g ref="char:EOLhyphen"/>tion of the <hi>Hand.</hi> Hence the Greeks very inge<g ref="char:EOLhyphen"/>niously call that which is proclive and easie to be done <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, as if it were no more difficult then to stir the <hi>Hand;</hi> for the ancient Greeks call the <hi>Hands</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. Hence <hi>Manus non verterim,</hi> the Adage, <hi>pro eo, quod est, nihil omnino laboro,</hi> a forme of speech used by <hi>Apuleius.</hi> The Carthagi<g ref="char:EOLhyphen"/>nian Ambassadour used this adjunct of demon<g ref="char:EOLhyphen"/>stration <note place="margin">In Apolo<g ref="char:EOLhyphen"/>g<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>a.</note> <pb n="39" facs="tcp:110295:140"/> to <hi>Andromachus</hi> at the City Tauromeni<g ref="char:EOLhyphen"/>on, for in his bold speech wherein he threatned in the name of the Carthaginians, to make quick dispatch to the overthrow of Tauromenion, he shewed first the palme of his <hi>Hand,</hi> then the back of his <hi>Hand,</hi> threatning him that his City should be so turned over<hi>-hand,</hi> if he did not quickly send <note place="margin">Plutarch in the life of Timo<g ref="char:EOLhyphen"/>leon.</note> away the Corinthians: <hi>Andromachus</hi> turning his <hi>Hand</hi> up and downe as the Ambassadour had done, bad him be going, and that with speed, out of his City, if he would not see the keele of his Gally turned upwards. This Action as it is ex<g ref="char:EOLhyphen"/>pressive to the <hi>easinesse of performance,</hi> is Ca<g ref="char:EOLhyphen"/>nonicall enough, but as a demonstration of the Cities or Gallyes overthrow, it is Apochryphall.</p> </div> <div n="17" type="canon"> <head>Canon XVII.</head> <p> <hi>THE <hi>Hand</hi> brought to the sto<g ref="char:EOLhyphen"/>macke, and spread gently thereon, is a gesture of Rheto<g ref="char:EOLhyphen"/>ricall <hi>asseveration.</hi> </hi> </p> <p>But whether it be convenient to touch the breast with the <hi>Hand;</hi> the sonnes of Rhetoricians have made enquiry in their learned Disputati<g ref="char:EOLhyphen"/>ons: Some would have the <hi>Hand</hi> to be onely turned, and so referred to the Breast: Others say, we may touch the Breast with our Fingers ends; both, in the opinion of <hi>Cresollius</hi> may bee done without reprehension, when we speake any thing concerning our selves, and that our speech glydes with a calme and gentle streame. But the touch doth most availe in a sharpe and inflamed <pb n="40" facs="tcp:110295:141"/> stile, when the motions of the minde are by A<g ref="char:EOLhyphen"/>ction unfolded: As when an Oratour would ex<g ref="char:EOLhyphen"/>presse an incredible ardour of love lodged in his bosome, and cleaving to his very marrow; or griefe deeply setled in his yearning bowells; in signifying these and such like affections, none can rebuke an Oratour if he shaltouch his Breast with his <hi>Fingers</hi> ends only. <hi>Cresollius</hi> makes little doubt, but <hi>Tully</hi> used this gesture, when he said, <note place="margin">M. Tul. 2. in An<g ref="char:EOLhyphen"/>ton.</note> <hi>miserum me, &amp;c.</hi> for in such occasions, the splen<g ref="char:EOLhyphen"/>dour of pronunciation is lacking, neither have words sufficient force to make the minde altoge<g ref="char:EOLhyphen"/>ther intelligible, unlesse the <hi>Hand</hi> be brought to the Breast.</p> </div> <div n="18" type="canon"> <head>Canon XVIII.</head> <p> <hi>THE shewing forth of the <hi>Hand,</hi> or beckning with the same, are Rhetorically sig<g ref="char:EOLhyphen"/>nificant to <hi>speake</hi> to, <hi>call after, invite, bring in,</hi> and <hi>warne to come.</hi> </hi> </p> <p> <hi>Tullie,</hi> in the Epilogue of his Oration for <hi>Plan<g ref="char:EOLhyphen"/>cius,</hi> <note place="margin">Cicero in Epilog. Planc.</note> which did abound and overflow with la<g ref="char:EOLhyphen"/>mentation, very commodiously explain'd him<g ref="char:EOLhyphen"/>selfe by this Rhetoricall <hi>compellation,</hi> where with most excellent artifice he <hi>call'd Plancius,</hi> and bids him come unto him, that he might touch and imbrace him. <hi>Cresollius</hi> rather prefers the first action to the <hi>Hand</hi> of an Oratour, and would <note place="margin">Cresol. va<g ref="char:EOLhyphen"/>cat Aut.</note> <pb n="41" facs="tcp:110295:141"/> have <hi>invitations</hi> signified by putting forth the <hi>Hand</hi> onely, without any waving motion; for, that Beckning with the Hand, in his judgement, is the propertie of an unskilfull multitude, and of men of small account, who want gravitie and moderation; who doe not onely induce and ap<g ref="char:EOLhyphen"/>ply their bent-in-Hand to this <hi>perswasive</hi> behavi<g ref="char:EOLhyphen"/>our, but doe also revoke and bow back their whole body, and wind and wrest about their very sides: Who though he doe not forbid or repudiate this <hi>calling</hi> gesture of the <hi>Hand</hi> alone, yet if the body be drawne in withall, he would have it referr'd to the Stage, and to places of common resort.</p> </div> <div n="19" type="canon"> <head>Canon XIX.</head> <p> <hi>THe <hi>Hand</hi> rais'd &amp; stretched out with the arme, or the <hi>Hand</hi> waved towards the audi<g ref="char:EOLhyphen"/>tors, are adva<g ref="char:cmbAbbrStroke">̄</g>tageous actions for them who would imply a <hi>gene<g ref="char:EOLhyphen"/>rous confidence,</hi> and their <hi>autho<g ref="char:EOLhyphen"/>ritie</hi> and <hi>abilitie to effect a thing:</hi> it serves also to <hi>call for,</hi> and <hi>de<g ref="char:EOLhyphen"/>mand silence,</hi> and for the <hi>prologue</hi> to an act of <hi>pacification.</hi> </hi> </p> <p>This Canon is grounded upon the Axiome in Nature, That there does appeare in the <hi>Hand</hi> <pb n="42" facs="tcp:110295:142"/> as 'twere a Naturall marke of the <hi>Majestie</hi> and <hi>Authoritie</hi> of Man. Hence <hi>Ovid,</hi> in this Rhetori<g ref="char:EOLhyphen"/>call sense, attributing a <hi>Majesticall Gravity</hi> to the <hi>Hand</hi> of <hi>Jupiter,</hi> <q> <l>—qui postquam voce manu<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> </l> <l>Murmura compressit, tenuere silentia cuncti, <note place="margin">Ovid. lib<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>. Meta<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</note> </l> <l>Substitit &amp; clamor, pressus gravitate regentis.</l> </q> And <hi>Statius</hi> speaking of the action of <hi>Jupiters</hi> Hand in a Councell of the gods, advanc'd to the same purpose: <q> <l>—veniam don<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap> pater ipse sedendi</l> <l>Tranquilla jubet esse man<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>—<note place="margin">Statius l. 1. Thebaid.</note> </l> </q> Hence <hi>Aelian</hi> of <hi>Jul. Aug.</hi> <q> <l>Manu semper cos placare cuperet. <note place="margin">Aelian Spartian, in Jul. Aug. Stat. lib. 1. Syl.</note> </l> </q> But though the <hi>Hand</hi> onely put forth, and ad<g ref="char:EOLhyphen"/>vanced with <hi>authoritie,</hi> is of force to <hi>asswage tumults,</hi> and <hi>procure audience,</hi> (as <hi>Domitian</hi> in <hi>Statius) Dextra [vetat pugnas]—</hi>Yet if a certaine kinde of motion be there withall exhibi<g ref="char:EOLhyphen"/>ted, it will be of more force and dignitie; which <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> or <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, words which the Greekes use in this case, doe import. <hi>Herodians</hi> phrase is, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, the proper word in this businesse is <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>: the Greekes also say, <note place="margin">Lib. de a<g ref="char:EOLhyphen"/>nima &amp; re<g ref="char:EOLhyphen"/>sur.</note> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>: with <hi>Greg. Nyss.</hi> 'tis <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>: others <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, some also, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, almost in the same sense, al<g ref="char:EOLhyphen"/>though this last, seems to signifie something lesse, onely the lifting up of the Hand. Verily, <hi>Cor<g ref="char:EOLhyphen"/>nutus</hi> upon <hi>Perseus</hi> grants as much: <hi>Magna</hi> (saith he) <hi>&amp; profutura hominibus locuturi [tacere</hi> <note place="margin">Cornut. ad Pers. Sa<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>. 4</note> <hi>jubent] moventes manum.</hi> See the Naturall ge<g ref="char:EOLhyphen"/>stures, <hi>Gest.</hi> XVI. for examples of Oratours using this Action.</p> </div> <div n="20" type="canon"> <pb n="43" facs="tcp:110295:142"/> <head>Canon XX.</head> <p>THE <hi>Hand</hi> propellent to the left-ward, the left shoulder brought forward, the Head inclined to the South<g ref="char:EOLhyphen"/>ward of the Body, is an action accommodated to <hi>aversation, execration,</hi> and <hi>negation.</hi> </p> </div> <div n="21" type="canon"> <head>Canon XXI.</head> <p>TO shake the <hi>Hand,</hi> with bended browes, doth <hi>ab<g ref="char:EOLhyphen"/>horre, deny, dislike, refuse,</hi> and <hi>disallow.</hi> </p> </div> <div n="22" type="canon"> <head>Canon XXII.</head> <p>The <hi>hand</hi> resilient or leape<g ref="char:EOLhyphen"/>ing back to the <note n="*" place="margin"> <hi>Pl<gap reason="illegible" resp="#APEX" extent="3 letters"> <desc>•••</desc> </gap>nic<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>,</hi> the Right Hand is the South of the Mi<g ref="char:EOLhyphen"/>crocosme; the Left, the North.</note> North<g ref="char:EOLhyphen"/>ward of the Body, whence it did descend, makes an action fit to <hi>abominate,</hi> and to accom<g ref="char:EOLhyphen"/>pany words of <hi>refusall</hi> or <hi>dislike,</hi> and may serve also in point of <hi>admiration.</hi> </p> </div> <div n="23" type="canon"> <pb n="44" facs="tcp:110295:143"/> <head>Canon XXIII.</head> <p>THe <hi>Hand</hi> with a gentle percussion, now grea<g ref="char:EOLhyphen"/>ter, now lesse; now flat, now sharpe, according to the diver<g ref="char:EOLhyphen"/>sitie of the affections, is fitted to <hi>distinguish the Comma's &amp; brea<g ref="char:EOLhyphen"/>thing parts of a sentence.</hi> </p> </div> <div n="24" type="canon"> <head>Canon XXIV.</head> <p> <hi>BY his <hi>Hand</hi> referr'd unto him, an Oratour may <hi>shew himselfe,</hi> when he speakes any thing concerning himselfe.</hi> </p> <p> <hi>Caesar</hi> used this patheticall demonstration of himselfe, when one accused <hi>Brutus</hi> unto him, <note place="margin">Plutarch in the life of Brutus.</note> and bad him beware of him: What, said he a<g ref="char:EOLhyphen"/>gaine, clapping his <hi>Hand</hi> on his breast; Thinke ye that <hi>Brutus</hi> will not tarry till this Body dies?</p> </div> <div n="25" type="canon"> <head>Canon XXV.</head> <p>The <hi>Hand</hi> bent into a fist, and the Pulpit or Barre strooke therewith, is an action of Rhe<g ref="char:EOLhyphen"/>toricall heate, and very artifici<g ref="char:EOLhyphen"/>ally <pb n="45" facs="tcp:110295:143"/> accompanies <hi>Anger,</hi> and a more <hi>vehement contention.</hi> </p> </div> <div n="26" type="canon"> <head>Canon XXVI.</head> <p> <hi>The <hi>palm</hi> strook upon a book, (held usually in the left hand of an Orator) doth serve to <hi>ex<g ref="char:EOLhyphen"/>cite</hi> and <hi>rowze up the Auditours.</hi> </hi> </p> <p>This action is commonly used by our Moderne Oratours, and hath succeeded in the place of smiting upon the thigh, which cannot well be performed in our deep and little pulpits.</p> </div> <div n="27" type="canon"> <head>Canon XXVII.</head> <p> <hi>TO clap the <hi>hand</hi> suddenly upon the breast, is an acti<g ref="char:EOLhyphen"/>of <hi>increpation,</hi> proper in their hands, who would <hi>arrest their speech, and non-suit it by silence,</hi> and by a carefull stop restraine their tongue, and call back as it were their reprehended words, &amp; put in a Rhetoricall Demur, <pb n="46" facs="tcp:110295:144"/> or crosse bill against their owne Declaration.</hi> </p> <p> <hi>To this Action, that of</hi> Homer <hi>appertaines:</hi> <q> Pectore autem percusso, [animum increpuit] <note place="margin">Homer. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>di<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</note> sermone.</q> </p> </div> <div n="28" type="canon"> <head>Canon XXVIII</head> <p>THe <hi>Hand</hi> brought unto the stomack, &amp; in a remisse garb spread thereon, doth <hi>conscienci<g ref="char:EOLhyphen"/>ously assevere,</hi> &amp; becomes them who <hi>affirme any thing of them<g ref="char:EOLhyphen"/>selves.</hi> </p> </div> <div n="29" type="canon"> <head>Canon XXIX.</head> <p> <hi>THE Breast stricken with the <hi>Hand,</hi> is an action of <hi>Griefe, sorrow, repentance,</hi> and <hi>indigna<g ref="char:EOLhyphen"/>tion.</hi> </hi> </p> <p>This is a very patheticall motion in Nature, &amp; Rhetorical in Art; and action in use with the anci<g ref="char:EOLhyphen"/>ent Oratours, and with a profitable signification practised by the Jesuits; who are wont, not only with a light approach to touch the Breast, but sometimes also to beat upon it with the <hi>Hand;</hi> which they doe, for the most part, to testifie <hi>anguish</hi> of minde, <hi>repentance,</hi> and matters of <pb n="47" facs="tcp:110295:144"/> <hi>Mortification;</hi> which they acte and perso<g ref="char:EOLhyphen"/>nate with such substantiall abundance of speech, with such motion of the body, and such immi<g ref="char:EOLhyphen"/>nent gesture, that while they beat their Breasts, they raise oftentimes great motions in the minds of their Auditors, and religious teares are drawne from the eyes of many. Which Rheto<g ref="char:EOLhyphen"/>ricall action of the <hi>Hand</hi> is not alwaies (to an inch) framed by the precepts of Rhetoricians, nor by line and levell fitted to the rule of Art, nor weighed, as 'twere, in the Goldsmiths bal<g ref="char:EOLhyphen"/>lance; for they who assume this gesture, strike their breast with an audible stroake, when they judge it fit for their purpose; although some, who are more studious of eloquence, doe not heartily admit of this loud contact of the Hand; who with a peaceable meeknesse bringing the quiet Hand unto the breast, by the forcible at<g ref="char:EOLhyphen"/>chievements of that pronunciation, procure a dreadfull influence to fall upon their Auditory. But in a Senate of the Learned, and a solemne Assembly of venerable personages, a vehement percussion of the breast is not convenient; but is to be remitted to the Theater, lest (as my Au<g ref="char:EOLhyphen"/>thor <note place="margin">Cresol.</note> saith) some Stripling in Eloquence, should tacitely throw at them that out of the Comoe<g ref="char:EOLhyphen"/>die; <note place="margin">Plautus in milit. glo<g ref="char:EOLhyphen"/>rioso.</note> <q> <p>Hic pectus digitis pultat, cor credo evoca<g ref="char:EOLhyphen"/>turus foras.</p> </q> </p> </div> <div n="30" type="canon"> <head>Canon XXX.</head> <p> <hi>THE Forehead stricken with the <hi>Hand,</hi> is an action of <hi>dolour, shame,</hi> and <hi>admiration.</hi> </hi> </p> <p> <pb n="48" facs="tcp:110295:145"/> <hi>Quintilian</hi> grants this to have been used by some turbulent Oratours in their pleadings, even <note place="margin">Fabius lib 2. cap. 22.</note> in his time, and very availeable with them, who by a popular ostentation of Eloquence, hunted after the applause of the people. His words are these: <hi>Jam collidere manus, terrae pedem incutere; fe<g ref="char:EOLhyphen"/>mur, pectus, frontem caedere, mire ad [pullatu<g ref="char:cmbAbbrStroke">̄</g> circulu<g ref="char:cmbAbbrStroke">̄</g>] faciunt.</hi> Yet Oratours of very good esteeme, by their practice commended the use and significa<g ref="char:EOLhyphen"/>tion of this gesture; but in <hi>Epilogue</hi> onely, and a certaine <hi>fiery amplification;</hi> when for the moving of passion, these <hi>tragicall</hi> expressions of the <hi>Hand</hi> are held comely and convenient. A gesture with the Greekes and Latines of equall use and signification, as farre as our understanding can light us to the knowledge of those Rhetoricall ornaments of Expression, in fashion with the Ancients. And it was wont to attend upon three causes; to <hi>Dolour, Shame, and Admiration.</hi> In <hi>great griefe,</hi> they thought it of old a very expres<g ref="char:EOLhyphen"/>sive demeanour of the Hand. <hi>Cicero</hi> commen<g ref="char:EOLhyphen"/>deth it in <hi>Brutus. Dionysius Halicarnassensis</hi> ac<g ref="char:EOLhyphen"/>knowledgeth <note place="margin">Dyonis. Hal. Rom. Antiq. l. 10 Cicero ad Attic. l. 1. Ep. 1. Liv<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>e, l. 25 Q<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> Curti<g ref="char:EOLhyphen"/>us, lib. 7. Apuleius Metamor. lib. 1. Hel. Aeth. Hist. l. 10. Libanius in Basilico</note> the use of this gesture: <hi>Percutientes frontes, &amp; aspectus tristes prae se ferentes. Cicero</hi> insinuates as much to his friend: <hi>Puto te [ingemu<g ref="char:EOLhyphen"/>isse] ut frontem ferias. Livie</hi> calls this affection of the Hand, <hi>Capitis offensationem: [Flere] omnes &amp; offensare capita.</hi> With <hi>Q. Curtius,</hi> it is, <hi>Os converberare: Is tum [flere] caepit, &amp; os converbe<g ref="char:EOLhyphen"/>rare; [moestus] non ob suam vicem, &amp;c.</hi> In <hi>Apu<g ref="char:EOLhyphen"/>leius</hi> the gesture stands thus, <hi>Dextra saevi<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>nte fron<g ref="char:EOLhyphen"/>tem replaudere.</hi> The Greeks say <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, and <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, and <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. Hence <hi>Heliodorus</hi> of his old man, <hi>Cum feriisset frontem &amp; coll<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>crumasset.</hi> And <hi>Liba<g ref="char:EOLhyphen"/>nius</hi> <pb n="49" facs="tcp:110295:145"/> of the Persian King, <hi>Caput identidem percuti<g ref="char:EOLhyphen"/>ens deplorat:</hi> And we read it to have been the forme of <hi>lamentation</hi> used by the Spartans at their funeralls. But of this <hi>dolorons</hi> adjunct of <hi>discontent,</hi> and <hi>angry</hi> symptome of <hi>grieved</hi> nature, <hi>Tullie</hi> in a kinde of medley of naturall invasions, and Rhetoricall impressions of the <hi>Hand</hi> upon <note place="margin">Ci<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>ro, Tusc. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</note> the assailed Body, makes this rehearsall: <hi>Mul<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> <g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>bres lac<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>rationes g<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>narum Pectoris, feminum, capi<g ref="char:EOLhyphen"/>tis percussio.</hi> That this gesture was used in signi<g ref="char:EOLhyphen"/>fication of <hi>shame,</hi> S. <hi>Chrysostome</hi> declares, who when he had upon a time, with an incredible force of utterance, rehearsed divers impious and <note place="margin">Chrysost. Hom 2<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>. ad pop. Ant.</note> ridiculous superstitions observed by some of the people, he made the whole multitude of his au<g ref="char:EOLhyphen"/>ditors <hi>ashamed.</hi> Of whose <hi>shame</hi> he puts down three visible arguments, in words sounding to this effect: <hi>Vultum operuistis, Frontem percussistis, &amp; ad terram inclinastis.</hi> This <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> in another place hee expresseth in his owne <note place="margin">Idem Serm. 56.</note> language thus: <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. That it was significant in <hi>wonder</hi> and <hi>admiration,</hi> appeares by <hi>Nonnus</hi> a great Poet, who attributes this gesture <note place="margin">Nonnus in Johan. Ev<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>g. paraph.</note> to <hi>admiration,</hi> in his paraphrase of the sacred Hi<g ref="char:EOLhyphen"/>storie of S. <hi>John;</hi> where, of <hi>Nathanael, wondring</hi> at the doctrine of our Saviour: <q> <l> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>.</l> <l>Prae admiratione Frontem divina manu feriens.</l> </q> <hi>Hannibal</hi> used this adjunct of expression as a stra<g ref="char:EOLhyphen"/>tagem, at the battaile of <hi>Ca<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>nes:</hi> who when <hi>Giscon,</hi> a man of like state and nobilitie with himself<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>, told him that the enemies seemed afar off to be a great number; <hi>Hannibal [rubbing his</hi> <note place="margin">Plutarch in the li<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>e of Fabius.</note> <hi>forehead]</hi> answered him: Yea, said he, but there is another thing more to be <hi>wondred</hi> at then you <pb n="50" facs="tcp:110295:146"/> thinke of, <hi>Giscon. Giscon</hi> straight asked, What? Mary, saith he, this; That of all the great num<g ref="char:EOLhyphen"/>ber of Souldiers you see yonder, there is not a man of them called <hi>Giscon,</hi> as you are. This merry answer, delivered contrary to their expectation that were with him, looking for some great weighty matter [sutable to his gesture] made them all laugh a good.</p> <p>This gesture, although it was with these sen<g ref="char:EOLhyphen"/>ses admitted the hands of the Ancients, yet it appeares to <hi>Cresollius</hi> in the possibilitie of a doubt, whether or no it can now with any ad<g ref="char:EOLhyphen"/>vantage <note place="margin">Cresol. l. 1.</note> be done, it being little used by Advo<g ref="char:EOLhyphen"/>cates, and the more judicious sort of men, that speake in publique; unlesse perchance by such who are of a more hot complexion, and are apt to boyle over with a sudden motion, whose cho<g ref="char:EOLhyphen"/>ler in the seething, bubbles into action; for men of this temper, soone moved, as having a naturall inclination to anger, in the vehement fervencie of passion, hastily and swiftly with the <hi>Hand</hi> touch the forehead or cap: which action, be<g ref="char:EOLhyphen"/>cause there manifestly appeares in it the virtuall effect and commotion of Nature, it commonly escapes the lash of reprehension. But faintly and childishly apply'd, and sav<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ring more of School<g ref="char:EOLhyphen"/>artifice then the intentionall operation of Nature, it is condemned as feigned and adulterate; for which reason, my Author concurres in opinion with <hi>Quintilian,</hi> and adjudgeth it worthy of banishment from the Hand of an Oratour, and <note place="margin">Rhet. Inst.</note> to bee consined to the Theater, and the ri<g ref="char:EOLhyphen"/>diculous Hands of Mimicks. Unlesse it seeme good to any to reserve it as a relique of Divine Courtship, which they report the <hi>Polo<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ians</hi> to <pb n="51" facs="tcp:110295:146"/> doe, who in their Churches at their holy myste<g ref="char:EOLhyphen"/>ries, are wont to beat their fore-heads with the <hi>Hand.</hi> </p> </div> <div n="31" type="canon"> <head>Canon XXXI.</head> <p> <hi>THe Thigh smitten with the <hi>Hand,</hi> was the gesture of one <hi>pleading more vehemently,</hi> of one <hi>grieved</hi> and <hi>fuming with indignation,</hi> of one <hi>taking notice of an others errour, or confessing himselfe deceived.</hi> </hi> </p> <p> <hi>Tullie</hi> believed that action of an Oratour <note place="margin">Cicero in Bruto &amp; advers. M. Callid.</note> feighned, who in some grievous matter deser<g ref="char:EOLhyphen"/>ving the sharpest hate and heaviest <hi>indignation,</hi> did not use this expression; for he calls <hi>Callidius</hi> a cold and dull Oratour, and argues his guilt from hence, that in his Oration, <hi>Ne<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> frons percussa fo<g ref="char:EOLhyphen"/>ret nec femur.</hi> The first Oratour that used this ge<g ref="char:EOLhyphen"/>sture, <note place="margin">Plu<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>arch in Gracch.</note> by the testimony of the old Annales, was <hi>Cleon,</hi> who when he pleaded in Athens, that fa<g ref="char:EOLhyphen"/>mous mansion of the Muses, transported with a certaine vehemencie, and provocation of spirit, and moved with <hi>indignation,</hi> smote his thigh, which when he had vented with other such like signes of a fierce and turbulent disposition, many wise men thought him to have thrust all decorum and <gap reason="illegible" resp="#APEX" extent="4 letters"> <desc>••••</desc> </gap>ible moderation out of the Pulpit: This, many afterwards did imitate, at the first thought ill of for the novelty, but in the use of common life <pb n="52" facs="tcp:110295:147"/> very frequent. This gesture prudently, and with good advice exhibited, hath a cunning force to <hi>amplifie</hi> and <hi>enlarge</hi> a thing, and to <hi>shake</hi> and <hi>asto<g ref="char:EOLhyphen"/>nish</hi> the minds of the Auditours. <hi>Scopelianus</hi> a man of greatest account for eloquence, as <hi>Philostratus</hi> hath delivered it to posterity, that he might <note place="margin">Philostra<g ref="char:EOLhyphen"/>tus lib. 1. de vita Sophorum.</note> <hi>rowze</hi> up himselfe and his Auditours, now and then used this patheticall demeanour of the <hi>Hand:</hi> This, as it was oftentimes necessary in the Forum, so very fecible in those large pewes, where those that were retained in causes did plead: but in our times, and the manner of plea<g ref="char:EOLhyphen"/>ding which we now use, it is neither so frequent, neither can it so commodiously be done: But a<g ref="char:EOLhyphen"/>nother thing hath succeeded in the room there<g ref="char:EOLhyphen"/>of, which the writings of the Ancients are si<g ref="char:EOLhyphen"/>lent in; for the Advocates eagerly beat the Bar with their <hi>Hands,</hi> and sometimes so madly and importunately, that the standers by heartily wish their <hi>Hands</hi> qualified with some Chiragracall prohibition. This blemish and infirmity of the <hi>Hand,</hi> hath crept also into holy places, and there are many Preachers found, who with an incon<g ref="char:EOLhyphen"/>siderate rashnesse shake the innocent Pulpit, while they wax warme, and conceive a vehe<g ref="char:EOLhyphen"/>ment action to excell. This action as it is least unseemly when the wicked deceits and notori<g ref="char:EOLhyphen"/>ous dishonesties of men are called in question, so used without judgement, it argues a turbulent and furious motion of a vaine minde, and dulls the Auditours.</p> </div> <div n="32" type="canon"> <head>Canon XXXII.</head> <p> <hi>THe left hand thrust forth with the Palme turned <pb n="53" facs="tcp:110295:147"/> backward, the left shoulder raised, so that it may aptly con<g ref="char:EOLhyphen"/>sent with the head bearing to the <hi>Right Hand,</hi> agrees with their intention who <hi>refuse, ab<g ref="char:EOLhyphen"/>hor, detest,</hi> or <hi>abominate</hi> some ex<g ref="char:EOLhyphen"/>ecrable thing, against which their mindes are bent as a di<g ref="char:EOLhyphen"/>stastefull object, which they would seem to <hi>chase away,</hi> and <hi>repell.</hi> </hi> </p> <p>With this Action these, and things of the like nature, are to be pronounced: <q> <l>Haud equidem tali me dignor honore,</l> <l>—Dii talem terris avertite postem!</l> </q> </p> </div> <div n="33" type="canon"> <head>Canon XXXIII.</head> <p> <hi>THe left hand explained into a Palme, obtaines a forme of <hi>perspicuity.</hi> </hi> </p> <p>These two last Canons are exceptions against the generall maxime of <hi>Quintil. Manus sinistra nunquam sola gestum facit.</hi> </p> </div> <div n="34" type="canon"> <pb n="54" facs="tcp:110295:148"/> <head>Canon XXXIV</head> <p>BOth the turned out Palmes bent to the left side, is a more passionate forme of <hi>dete<g ref="char:EOLhyphen"/>station,</hi> as being a redoubled action.</p> </div> <div n="35" type="canon"> <head>Canon XXXV.</head> <p>BOth <hi>Hands</hi> objected with the Palmes adverse, is a fore-right adjunct of pronunci<g ref="char:EOLhyphen"/>ation, fit to helpe the utterance of words comming out in <hi>dete<g ref="char:EOLhyphen"/>station, despite</hi> and <hi>exprobration.</hi> </p> </div> <div n="36" type="canon"> <head>Canon XXXVI</head> <p>BOth <hi>Hands</hi> extended forth, the Palmes driving out to both sides, doubles the Action to all the same intents and pur<g ref="char:EOLhyphen"/>poses of <hi>aversenesse.</hi> </p> </div> <div n="37" type="canon"> <pb n="55" facs="tcp:110295:148"/> <head>Canon XXXVII</head> <p>BOth <hi>Hands</hi> clasped and wrung together, is an Acti<g ref="char:EOLhyphen"/>on convenient to manifest <hi>griefe</hi> and <hi>sorrow.</hi> </p> </div> <div n="38" type="canon"> <head>Canon XXXVIII.</head> <p>BOth <hi>Hands</hi> dejected, make <hi>supplication</hi> more Canoni<g ref="char:EOLhyphen"/>call.</p> </div> <div n="39" type="canon"> <head>Canon XXXIX.</head> <p>BOth <hi>Hands</hi> a little or farre dis-joyned, shew the <hi>man<g ref="char:EOLhyphen"/>ner</hi> and <hi>abundance.</hi> </p> </div> <div n="40" type="canon"> <head>Canon XL.</head> <p> <hi>BOth <hi>Hands</hi> extended out forward together, is an A<g ref="char:EOLhyphen"/>ction commodious for them who <hi>submit, invoke, doubt, speak</hi> to, <hi>accuse,</hi> or <hi>call by name, implore</hi> or <hi>attest.</hi> </hi> </p> <p>With this Action are such as these to be set off to the best of utterance, <hi>Vos Albani Tumuli at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> <pb n="56" facs="tcp:110295:149"/> Luci, vos, inquam, imploro at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> obtestor!</hi> And that <hi>addubitation</hi> of <hi>Gracchus, Quo me miser conferam?</hi> <note place="margin">Cicer. pro Milone.</note> <hi>quo vertam? in Capitoliumne? at fratri<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> sanguine redundat, an domum? &amp;c.</hi> The same emphasis of action is required to that of <hi>Cicero, Tu ex edito</hi> <note place="margin">Idem pro Milone.</note> <hi>monte latialis Jupiter, cujus ille lucos, nemora, sines<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> saepe omni ne<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ario stupro &amp; scelere macularat.</hi> </p> </div> <div n="41" type="canon"> <head>Canon XLI.</head> <p> <hi>BOth <hi>Hands</hi> lightly smitten together, is convenient e<g ref="char:EOLhyphen"/>nough to expresse a certaine <hi>anxious and turbulent heat of co<g ref="char:EOLhyphen"/>gitation</hi> of an Oratour, that can<g ref="char:EOLhyphen"/>not sufficiently explaine his minde, or doe as he would.</hi> </p> <p> <hi>Cresollius</hi> conceives that <hi>infringere articulos,</hi> that <hi>Qintillian</hi> speaks of as an elegant and come<g ref="char:EOLhyphen"/>ly action in the <hi>Hands</hi> of the ancient Rhetorici<g ref="char:EOLhyphen"/>ans, and so commendable that they used it as a Manuall <hi>introduction</hi> to their Orations, was no other but this Action.</p> </div> <div n="42" type="canon"> <head>Canon XLII.</head> <p> <hi>THe <hi>Hands</hi> gently set toge<g ref="char:EOLhyphen"/>ther by a sweet approach, causing a low sound by their <pb n="57" facs="tcp:110295:149"/> light encounter or complosion, make an opportune cadence of Action, to attend the <hi>close</hi> or <hi>pe<g ref="char:EOLhyphen"/>riod of a sentence.</hi> </hi> </p> <p>This Action was commended by the practice of <hi>Proaeresius</hi> that accomplished Oratour, of old time, the Master of brave speech, and grace in ready speaking, who publickly pleaded his cause at Athens to the great admiration of all men, of whom one of his Auditours, <hi>Eunapius,</hi> thus speaks: <hi>Proaeresius orditur flumen quodaam orationis singu<g ref="char:EOLhyphen"/>los periodos pulsu manum finiens.</hi> </p> </div> <div n="43" type="canon"> <head>Canon XLIII.</head> <p>BOth <hi>Hands</hi> smitten together with a certaine kinde of gra<g ref="char:EOLhyphen"/>vity, doth <hi>affirme</hi> with Rheto<g ref="char:EOLhyphen"/>ricall <hi>asseveration.</hi> </p> </div> <div n="44" type="canon"> <head>Canon XLIV.</head> <p>BOth the Palmes held respe<g ref="char:EOLhyphen"/>ctive to the body, declare <hi>benevolence.</hi> </p> </div> <div n="45" type="canon"> <head>Canon XLV.</head> <p> <hi>BOth Palms held averse be<g ref="char:EOLhyphen"/>fore the Breast, denote <hi>com<g ref="char:EOLhyphen"/>miseration.</hi> </hi> </p> <p> <pb n="58" facs="tcp:110295:150"/> This Action, with this signification, I have ob<g ref="char:EOLhyphen"/>served in some ancient painted tables, the <hi>Hands</hi> of cunning Motists. And verily, without the knowledge of the naturall and artificiall proper<g ref="char:EOLhyphen"/>ties of the <hi>Hand,</hi> as <hi>Franciscus Junius</hi> well ob<g ref="char:EOLhyphen"/>serves, <note place="margin">Francise. Jun. de pictura veterum.</note> it is impossible for any Painter, or Carver, or Plastique to give right motions to his works or <hi>Hand;</hi> for as the History runnes and ascribes passions to the <hi>Hand,</hi> gestures and motions must come in with their accommodation. The no<g ref="char:EOLhyphen"/>tions (therfore) of this <hi>Hand</hi> may bee of good use for the advancement of those curious Arts.</p> </div> <div n="46" type="canon"> <head> <hi>Canon</hi> XLVI.</head> <p>THe <hi>Hands</hi> addrest to both sides, are well disposed to <hi>satisfie</hi> or to <hi>request.</hi> </p> </div> <div n="47" type="canon"> <head> <hi>Canon</hi> XLVII.</head> <p>IF both <hi>Hands</hi> by turnes be<g ref="char:EOLhyphen"/>have themselves with equall Art, they fitly move to set off any matter that goes by way of <hi>Antithesis</hi> or <hi>opposition.</hi> </p> </div> <div n="48" type="canon"> <head> <hi>Canon</hi> XLVIII</head> <p>VVE may use likewise the advantage of both <hi>Hands,</hi> when wee would <pb n="59" facs="tcp:110295:150"/> present by some ample gesture the <hi>immensity of things;</hi> some <hi>spaces far and wide extent,</hi> a <hi>great number, almost infinite, large af<g ref="char:EOLhyphen"/>fections,</hi> or when the voyce is reiterate by <hi>conduplication.</hi> </p> </div> <div n="49" type="canon"> <head> <hi>Canon</hi> XLIX.</head> <p> <hi>BOth <hi>Hands</hi> modestly ex<g ref="char:EOLhyphen"/>tended and erected unto the shoulder points, is a proper forme of <hi>publicke benediction,</hi> for the <hi>Hands</hi> of an Ecclesiasticall Oratour when hee would dis<g ref="char:EOLhyphen"/>misse his Auditours.</hi> </p> <p>It was the custome of the Hebrew Divines, to <note place="margin">Godwin in his booke of the anci<g ref="char:EOLhyphen"/>ent rites of the Heb.</note> observe this Decorum in elevation of the <hi>Hands</hi> for solemne Benediction. And the Romanists who in matter of ceremony much emulate the externall devotion of the Jew, in all their exten<g ref="char:EOLhyphen"/>sions and elevations of the <hi>Hand,</hi> which they use in blessing, keepe them within these prescribed bounds: Not that there is any mystery in this point, only the elevation of the <hi>Hand</hi> declares that we have chosen heavenly things, according <pb n="60" facs="tcp:110295:151"/> to <hi>Origen,</hi> and the extension or spreading out of <note place="margin">Origen Hom. 11. in cap. 17. Exod. Basil in Isaiah. Tertul. de Orat. cap. 13. Gavantus Comment in Rubri<g ref="char:EOLhyphen"/>cas Rom.</note> the <hi>Hands</hi> signifies the effectuall force of prayers, as <hi>Basil</hi> expounds it. <hi>Tertullian</hi> therefore regu<g ref="char:EOLhyphen"/>lating the <hi>Hands</hi> in this rite to a decencie of mo<g ref="char:EOLhyphen"/>tion, would have them temperately and mo<g ref="char:EOLhyphen"/>destly erected; whereupon it seems to me, the Pa<g ref="char:EOLhyphen"/>pists conforming their Rubrique to the Jewish Talmud, limit the Priests <hi>Hands,</hi> not to over<g ref="char:EOLhyphen"/>top, or exceed the distance of the shoulders. This solemne Action, according to some modern Expositors, implies the solemnity of a presentati<g ref="char:EOLhyphen"/>on of the Auditours to God in prayer, and doth denote unto them Gods favourable goodnesse, <note place="margin"> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ookers Eccles. polit.</note> protection, and spirituall <hi>Benediction,</hi> desires God to confirme the blessing given, who opens with his <hi>Hands,</hi> and fills all creatures with his blessings, and seems to wish the accomplishment of all that is comprised in their Manuall vote. That Priestly Blessing or solemne <hi>Benediction,</hi> with which the Priests under the Law blessed the People, was apparantly uttered and pronounced by this advancement of Gesture: because they could not lay their <hi>Hands</hi> on all the Congrega<g ref="char:EOLhyphen"/>tion, they lifted them up onely to the shoulder<g ref="char:EOLhyphen"/>points: <note place="margin">Godwins Jewish Antiq.</note> the ordinary forme that was then in use, was to impose the <hi>Hand,</hi> which could not be done with any decent expedition: and this the Levites conferred face to face, from the place where they stood. Such a solemne <hi>Benediction</hi> was that where with <hi>Melchisedech</hi> is said to have blessed <hi>Abraham,</hi> when he met him in his re<g ref="char:EOLhyphen"/>turne <note place="margin">Heb. 7. 7.</note> from the slaughter of the Kings, and blessed him. The like was practised by the <hi>Hand</hi> of <hi>Aaron,</hi> when he lift up his <hi>Hands</hi> towards the people, and blessed them. And <hi>Symon</hi> the High <note place="margin">Levit. 9. 22.</note> <pb n="61" facs="tcp:110295:151"/> Priest, the sonne of <hi>Onias,</hi> in finishing the so<g ref="char:EOLhyphen"/>lemne service, lifted up his <hi>Hands</hi> over the whole Congregation of the children of Israel, to give <note place="margin">Ecclus. 50. 20. Psal. 134.</note> the blessing of the Lord with his lips. The peo<g ref="char:EOLhyphen"/>ple bowing themselves, that they might receive a blessing from the most High. The forme of which solemne <hi>Benediction</hi> the Psalmist gives us: <hi>Lift up your</hi> Hands <hi>to the Sanctuary, and praise the Lord. The Lord that hath made heaven and earth, Blesse thee out of Sion.</hi> For thus the Levites used to praise the Lord, and blesse the People. Spirituall <hi>Benediction</hi> having been ever accom<g ref="char:EOLhyphen"/>panied with this sacred Manifesto of the <hi>Hands.</hi> Hence we finde it observed, that among the Hebrewes of old, when the Priest blessed the People, they used to erect three fingers, to wit, the Thumbe, the Index, and middle finger; by which number of their fingers they tacitely im<g ref="char:EOLhyphen"/>plyed a Secret of the Trinitie. <hi>P<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>trus Blessensis</hi> seemes to allude to this action of the Hand. <hi>His</hi> <note place="margin">Petr. Bless. Tract. contr. Jud. perfidiam.</note> <hi>Benedictionibus sacerdos alios Benedicens, protrusas ante vultum suum Palmas utrasque tenebat. Cum vero dicebat, Dominus, quod &amp; Hebraico illo trino &amp; uno nomine exprimebant, Tres digitos priores, id est, Policem, Indicem, &amp; Medium utrius<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> ma<g ref="char:EOLhyphen"/>nus, rectum &amp; altius erigebat, &amp; dicto it à, Domino, digitos remittebat ut prius. Addit statim: Quid per trium digitorum elevationem melius quâm Tri<g ref="char:EOLhyphen"/>nitatis</hi> <note place="margin">Salomon Trecensis Comment in Script. idem te<g ref="char:EOLhyphen"/>statur.</note> <hi>excellentia mysticè intelligi potest? a qua sci<g ref="char:EOLhyphen"/>licet vera &amp; plena Benedictio.</hi> A Gesture of the <hi>Hand,</hi> used in the same sense and signification, by the Pope at this day: who when he is carried upon mens shoulders in solemne procession, with the same posture of his Right Hand, and number of his fingers, bestowes his Canonicall <pb n="62" facs="tcp:110295:152"/> <hi>Benedictions</hi> upon the people, onely wa<g ref="char:EOLhyphen"/>ving them into a Crosse. <hi>Buxtorfius</hi> sayes, <note place="margin">Buxtorf. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>n Synag. Jud.</note> that the moderne Jews, at the feast of their Passe<g ref="char:EOLhyphen"/>over, when the Priest at the end of their Prayers Blesseth the people, he extends and spreads a<g ref="char:EOLhyphen"/>broad his <hi>Hands</hi> and <hi>Fingers,</hi> which they call <hi>Ch<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>umim,</hi> whereupon <hi>Schechina</hi> or the Glorie and Majestie of God, doth rest upon the <hi>Hands</hi> of the Priest: wherefore they give a strict charge that none of the people presume to looke upon their Hands at that time, unlesse he would be imitten with blindnesse. And in the Feast of <hi>Re<g ref="char:EOLhyphen"/>conciliation,</hi> when the Priest pronounceth the Blessing, he extends out his <hi>Hands</hi> towards the people; the people presently hide their eyes with their Hands, it being unlawfull for any to behold the <hi>Hands</hi> of the Priest; as it is written: <hi>Behold he stands behind the wall, he looketh forth at the window, shewing himselfe through the Lattice:</hi> <note place="margin">Cant. 2. 9.</note> That is, God stands behinde the Priest, and looketh through the windowes and lattices; that is, through the spread <hi>Hands,</hi> and dis<g ref="char:EOLhyphen"/>persed <hi>Fingers</hi> of the Priest, which the He<g ref="char:EOLhyphen"/>brewes cast the windowes and lattices of the <note place="margin">Gavantus in Com<g ref="char:EOLhyphen"/>ment. in Rubric. Rom. Eccl.</note> <hi>Hand.</hi> The Rubriques of the Romish Rites, which seeme a little to squint this way, prescribe three formes of <hi>Benediction</hi> for the <hi>Hands</hi> of the Priest. The holding up of the <hi>Hands</hi> be<g ref="char:EOLhyphen"/>fore the breast: The crossing of the Thumbes: and the turning the little finger towards the people. All which have their severall seasons and significations in their Liturgie. Our blessed Saviour was a manifest observer of the Naturall <note place="margin">See Math. 10. 53. Luk. 24. 50</note> forme of <hi>Benediction,</hi> and hath sanctified the Gesture to a more divine importance. After <pb n="63" facs="tcp:110295:152"/> Christ<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> ascension, the Apostles communicating the vertue of his last <hi>Benediction,</hi> to o<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>hers; in th<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> conveyances thereof used the same expressions by gesture, and were famous for the effectuall force of their prospering <hi>Hands:</hi> their exempla<g ref="char:EOLhyphen"/>ry action was copied out by then successors, the illustrious, Fathers of the Primitive Church, whose <hi>Hands</hi> preserved Blessing, as their lips Knowledge. Christians in those <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ges being de<g ref="char:EOLhyphen"/>voutly ambitious of such benefits, thought them<g ref="char:EOLhyphen"/>selves happy when they could receive this spi<g ref="char:EOLhyphen"/>rituall favour at their <hi>Hands.</hi> </p> <p>There is a story in <hi>Gregorie Nyssen,</hi> of a Deacon of the Bishop of <hi>N<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ocaesaria,</hi> who in respect of <note place="margin">Greg. Nyss. in vita Thau<g ref="char:EOLhyphen"/>maturgi.</note> the wonderful strange things which he wrought by his inspired <hi>Hands,</hi> was sirnamed <hi>Thaumatur<g ref="char:EOLhyphen"/>gus.</hi> Which Deacon being to goe a long and adventurous journey, requested a Blessing at the <hi>Hands</hi> of his Dioce<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>an; who li<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ting up his <hi>Hands,</hi> most willingly bestowed this <hi>Manuall viaticum</hi> upon him. This comfortable elevation of the <hi>Hand</hi> in <hi>Benediction,</hi> hath a force at this day in the <hi>Hands</hi> of our Reverend Divines: And (ve<g ref="char:EOLhyphen"/>rily) there is no Blessing formally confer'd, or authentically administred, unlesse the <hi>Hands</hi> de<g ref="char:EOLhyphen"/>note their suffrages by their visible attendance, and appeare in a due conformitie to the words ditected unto the eare. And I never saw any Grave or Orthodox Divine from the Pulpit, <hi>dis<g ref="char:EOLhyphen"/>missing</hi> the People with a Blessing, without this adjunct and formall concurrence of the <hi>Hands.</hi> </p> </div> </div> <div type="table_of_gestures"> <pb n="64" facs="tcp:110295:153"/> <list> <head>An Index to the following Rhetoricall Alphabet of MA<g ref="char:EOLhyphen"/>NUALL Significations.</head> <item>A <hi>Figures out the</hi> XIX <hi>Canon.</hi> </item> <item>B <hi>FIgures out the</hi> I <hi>Can.</hi> </item> <item>C <hi>FIgures out the</hi> II <hi>Can. digit.</hi> </item> <item>D <hi>FIgures out the</hi> III <hi>Can. digit.</hi> </item> <item>E <hi>FIgures out the</hi> II <hi>Can.</hi> </item> <item>F <hi>FIgures out the</hi> X <hi>Can.</hi> </item> <item>G <hi>FIgures out the</hi> IX <hi>Can.</hi> </item> <item>H <hi>FIgures out the</hi> VIII <hi>Can.</hi> </item> <item>I <hi>FIgures out the</hi> XXVI <hi>Can. digit.</hi> </item> <item>K <hi>FIgures out the</hi> XI <hi>Can.</hi> </item> <item>L <hi>FIgures out the</hi> XXIV <hi>Can.</hi> </item> <item>M <hi>FIgures out the</hi> XXXII <hi>Can.</hi> </item> <item>N <hi>FIgures out the</hi> XXXIII <hi>Can.</hi> </item> <item>O <hi>FIgures out the</hi> VII <hi>Can.</hi> </item> <item>P <hi>FIgures out the</hi> XLVII <hi>Can.</hi> </item> <item>Q <hi>FIgures out the</hi> VIII <hi>Can. Digit.</hi> </item> <item>R <hi>FIgures out the</hi> XLIV <hi>Can.</hi> </item> <item>S <hi>FIgures out the</hi> XLV <hi>Can.</hi> </item> <item>T <hi>FIgures out the</hi> XLVIII <hi>Can.</hi> </item> <item>V <hi>FIgures out the</hi> XXXIV <hi>Can.</hi> </item> <item>W <hi>FIgures out the</hi> XXXV <hi>Can.</hi> </item> <item>X <hi>FIgures out the</hi> XL <hi>Canon.</hi> </item> <item>Y <hi>FIgures out the</hi> XXXVII <hi>Can.</hi> </item> <item>Z <hi>FIgures out the</hi> XLIX <hi>Can.</hi> </item> </list> <p>The use of this following Table, besides the ex<g ref="char:EOLhyphen"/>hibition of the Manuall Figures of Rhetorick, may be for an Alphabet of Privie cyphers, for any kinde of Secret intimation.</p> <p>To make up the <hi>Alphabet,</hi> C. D. I. Q. are taken in, out of those supernumerary Gestures, fol<g ref="char:EOLhyphen"/>lowing, under the Title of <hi>Indigitatio.</hi> </p> <p> <pb facs="tcp:110295:153"/> <figure> <p> <figure> <head>A Pacificat.</head> </figure> </p> <p> <figure> <head>B Auditores mitigabit.</head> </figure> </p> <p> <figure> <head>C Meotericis orditur.</head> </figure> </p> <p> <figure> <head>D ad monstrandu<g ref="char:cmbAbbrStroke">̄</g> valet.</head> </figure> </p> <p> <figure> <head>E Modus agendi.</head> </figure> </p> <p> <figure> <head>F Admiratur.</head> </figure> </p> <p> <figure> <head>G Hortatur.</head> </figure> </p> <p> <figure> <head>H Rationes profert.</head> </figure> </p> <p> <figure> <head>I Flocci facit</head> </figure> </p> <p> <figure> <head>K Deprecatur</head> </figure> </p> <p> <figure> <head>L Sic ostendebit seipsum.</head> </figure> </p> <p> <figure> <head>M Negabit.</head> </figure> </p> <p> <figure> <head>N ꝑspicuitatem illustrat.</head> </figure> </p> <p> <figure> <head>O Exclamationem aptat</head> </figure> </p> <p> <figure> <head>P Antithes in exornat.</head> </figure> </p> <p> <figure> <head>Q Argumenta digorit.</head> </figure> </p> <p> <figure> <head>R Benovolentiam ostendit.</head> </figure> </p> <p> <figure> <head>S Com<g ref="char:cmbAbbrStroke">̄</g>iserationem denotut.</head> </figure> </p> <p> <figure> <head>T Im<g ref="char:cmbAbbrStroke">̄</g>ensitatem aperit.</head> </figure> </p> <p> <figure> <head>V Valdè aversatur.</head> </figure> </p> <p> <figure> <head>W Execratione repellit.</head> </figure> </p> <p> <figure> <head>X Addubitabit.</head> </figure> </p> <p> <figure> <head>Y Dolebit.</head> </figure> </p> <p> <figure> <head>Z Benedictione dimittit.</head> </figure> </p> </figure> </p> </div> </div> <div type="canons_of_manual_rhetoric"> <pb facs="tcp:110295:154"/> <pb n="67" facs="tcp:110295:154"/> <head>INDIGITATIO: Or, The CANONS of the Fingers.</head> <div n="1" type="canon"> <head>Canon I.</head> <p> <hi> <seg rend="decorInit">T</seg>He two inferior <hi>Fin<g ref="char:EOLhyphen"/>gers</hi> shut in, and the other three presen<g ref="char:EOLhyphen"/>ted in an eminent posture in the extended <hi>Hand,</hi> is a <hi>speaking</hi> Action, significant to <hi>demand silence,</hi> and <hi>procure audience.</hi> </hi> </p> <p>The ancient Oratours, when they prepar'd to speake to the incomposed multitude, used this <pb n="68" facs="tcp:110295:155"/> action. Of which gesture of the <hi>Fingers, Apu<g ref="char:EOLhyphen"/>leius</hi> hath left a certificate, where <hi>Telephron, por<g ref="char:EOLhyphen"/>rigit</hi> <note place="margin">Apuleius lib. 2. Me<g ref="char:EOLhyphen"/>tamorph.</note> <hi>dextram, &amp; instar oratorum conformat articu<g ref="char:EOLhyphen"/>lum, duobus<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> infimis conclusis digitis, caeteros emi<g ref="char:EOLhyphen"/>nentes porrigit, &amp; infesto pollice clementer subrigens, i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>sit. Fulgentius</hi> expounds this common fashi<g ref="char:EOLhyphen"/>on of the <hi>Hand</hi> after this manner, <hi>Ita<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> composi<g ref="char:EOLhyphen"/>tus in dicendi modum erectis<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> in iotam duobus digi<g ref="char:EOLhyphen"/>tis, tertium pollice comprimens, ita verba exorsus est,</hi> who differ not much, but that one makes the Thumbe erect, the other comprest. Many have made mention of this matter, <hi>Libanius</hi> where he <note place="margin">Libanius Curr. Heroum.</note> describes <hi>Nestor</hi> painted in the middest of the Hero's, <hi>Orationem apud ipsos habere videbatur, id<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> significare conformatione digitorum,</hi> but what that conformation of the <hi>Fingers</hi> was, he doth not explaine. But the most usuall garbe of the <hi>Hand</hi> in way of preparative to speech, was this of <hi>A<g ref="char:EOLhyphen"/>puleius.</hi> Which posture of the <hi>Hand</hi> preparing the Auditours attention, is found in many Sta<g ref="char:EOLhyphen"/>tues of the Ancients. There is a Colossus at Rome, which in times past stood in the Baines of <hi>Anthony,</hi> the left hand whereof leaneth upon a club; but the two first <hi>Fingers</hi> of the <hi>Right Hand</hi> extended out with the Thumbe, such as of old time was the gesture of Oratours speaking, as <hi>Grutterus</hi> notes, which most authenticall co<g ref="char:EOLhyphen"/>pie of speech they seem to have followed, whose <note place="margin">Grutterus in Sylloge inscript.</note> <hi>Hand</hi> the golden History of the Crosse in Cheap was, for there were to be seene two statues of mitred Prelates having their <hi>Hands</hi> figured in this manner, as if they were speaking to the peo<g ref="char:EOLhyphen"/>ple. And in old hangings, in whose contexture, most part of the Historicall discourse is represen<g ref="char:EOLhyphen"/>ted and insinuated by gestures of the <hi>Hand:</hi> And <pb n="69" facs="tcp:110295:155"/> in all ancient painted tables where any counter<g ref="char:EOLhyphen"/>feit of speech is exhibited, nothing so obvious and remarkable as this Rhetoricall posture of the <hi>Fingers.</hi> And the inventions and painted Histo<g ref="char:EOLhyphen"/>ries of our moderne Artists in their representati<g ref="char:EOLhyphen"/>ons of speech had in publicke, have a constant relation and respect unto this ancient forme of the <hi>Fingers.</hi> And over the ancient images of the Prophets, which pollished by the <hi>Hands</hi> of the Jesuits, come over to us from the Mart, there is usually a <hi>Hand</hi> extended out of Heaven, impail'd about with rayes, the <hi>Fingers</hi> retaining this ge<g ref="char:EOLhyphen"/>sture, as it were the <hi>Index</hi> of God speaking to his Prophets, as He was wont to doe of old, when He stirred up their hearts, and suggested His sacred Oracles unto them. For since they could not by any fitting semblance or fancied pourtraiture of inventive wit, describe God as He is in Himselfe; lest impiety should have tain<g ref="char:EOLhyphen"/>ted their imagination, and they should seeme to make the Prophet equall to his God, they would not by a grosse discription shadow out God speaking Face to face, because the Face pre<g ref="char:EOLhyphen"/>sents the Person, <hi>Nudam Divinam Essentiam,</hi> as <hi>Brixian;</hi> cleerly as he is in Himselfe: but Hee <note place="margin">Ric<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>hiard Brixian Symb.</note> hath never been seen in that manner by dreame or vision of His Seers, nor is it possible any mor<g ref="char:EOLhyphen"/>tall eye should endure the infinite lustre of so great a Majesty: therefore to evade the pro<g ref="char:EOLhyphen"/>phanenesse of that presumptuous errour, they on<g ref="char:EOLhyphen"/>ly displaied a <hi>Hand</hi> from Heaven, to that intent of signification, as a more lawfull note, and as it were a member more remote from the face; and because the <hi>Hand</hi> is the <hi>Index,</hi> and signe of inspi<g ref="char:EOLhyphen"/>ration, and that Divine power and impulsive ra<g ref="char:EOLhyphen"/>vishment <pb n="70" facs="tcp:110295:156"/> wherewith the Prophets were raised up to Prophesie. For, Prophesie if it be strong, with the Hebrewes it is called the <hi>Hand,</hi> as <hi>Ribe<g ref="char:EOLhyphen"/>ra</hi> observes;<note place="margin">Ribera Comment in Proph. minor.</note> in which sense the <hi>Hand</hi> of God is taken in divers places of <note n="*" place="margin">So 2 King 3. 15. 2 Chron. 30. 12. Isa. 8. 11. Ezek. 1. 3. 3 14. &amp; 22 8. 1. 33. 22 37. 1. 40. 1 &amp;c.</note> Scripture; for the Pro<g ref="char:EOLhyphen"/>phets used to call that Spirit the <hi>Hand</hi> of God which fell upon them when He did inspire their disposed soules, and heating them with the ravi<g ref="char:EOLhyphen"/>shing influence of a Prophetique fire, by a terrible illustration, filled them strangely full of His re<g ref="char:EOLhyphen"/>vealed will. <hi>Cornelius a Lapide</hi> affirmeth him<g ref="char:EOLhyphen"/>selfe to have seen the like description of the Pro<g ref="char:EOLhyphen"/>phets in the ancient Bibles of the Vatican Li<g ref="char:EOLhyphen"/>brary; and in his Comment upon the four greater Prophets,<note place="margin">Cornel. à Lapide Comment in 4 Proph major.</note> he hath prefixed to their Prophesies their severall effiges after the same manner; which, as it is probable, were copied out of the Vatican Bibles.</p> </div> <div n="2" type="canon"> <head> <hi>Canon</hi> II.</head> <p>THe Thumbe erect, the o<g ref="char:EOLhyphen"/>ther <hi>Fingers</hi> gently bent in, is a convenient composition of the <hi>Hand</hi> for an <hi>exordium,</hi> and to lead to the forming of the other actions of the <hi>Hand;</hi> oft used by our modern Chi<g ref="char:EOLhyphen"/>ronomers.</p> </div> <div n="3" type="canon"> <pb n="71" facs="tcp:110295:156"/> <head> <hi>Canon</hi> III.</head> <p>IF any thing be to be <hi>shewed,</hi> the Thumb must be bent in, the other foure <hi>Fingers</hi> remisse.</p> </div> <div n="4" type="canon"> <head> <hi>Canon</hi> IV.</head> <p>THe <hi>Index</hi> joyned to the Thumbe, the other <hi>Fin<g ref="char:EOLhyphen"/>gers</hi> remisse, is another forme of the <hi>Hand,</hi> fit for an <hi>exordium.</hi> </p> </div> <div n="5" type="canon"> <head> <hi>Canon</hi> V.</head> <p> <hi>THe middle <hi>Finger</hi> applied unto the Thumbe, the o<g ref="char:EOLhyphen"/>ther three let loose, is a fashion of the <hi>Hand,</hi> most of all com<g ref="char:EOLhyphen"/>modious for a <hi>Proem.</hi> </hi> </p> <p>This Action must be performed with a gentle motion to both sides, the <hi>Hand</hi> a little put forth, the Head together with the shoulders, with a shrinking modesty, regarding that part to which the <hi>Hand</hi> is carried. In <hi>Narration</hi> the same gesture, but a little more produced and certaine; in <hi>Exprobration</hi> and <hi>arguing,</hi> sharpe and instant; for in these parts of an Oration it is put forth longer, and appeares in a larger extent. Which should bee the best Rhetoricall figure of the <pb n="72" facs="tcp:110295:157"/> <hi>Hand</hi> to frame it to expresse by Art what it can<g ref="char:EOLhyphen"/>not so well insinuate by Nature; neither by the use and practice of experienced and eloquent men that now are, nor by any advertisement of the Ancients can be certainly collected, since they differ much about the matter; some pro<g ref="char:EOLhyphen"/>nounce with the unfolded <hi>Hand,</hi> these holding it downwards, others contract it, and make thereof a Fist; some frame their action by the fourth Canon, some by the fifth Canon: Which <hi>Quintilian</hi> commends above all other formes allowed to be of any moment, to set a glosse or vernish upon discourse. So many Oratours, so many varying and different formes of speaking. But <hi>Cresollius</hi> whose judgement is Oracular in <note place="margin">Cresol. de gest. orat. lib. 2.</note> such matters, conceives that posture best ob<g ref="char:EOLhyphen"/>served by an Oratour, that when hee pronoun<g ref="char:EOLhyphen"/>ceth with the open <hi>Hand,</hi> held abroad, and set at liberty, he would not hold it wholly down, nor altogether upwards, but in a certaine meane, which as it is (according to the opinion of Phy<g ref="char:EOLhyphen"/>sitians) most naturall, as he notes it out of the two grand Patriarchs of Physicke, so it seemes <note place="margin">Hippoc. l. de fractis, &amp; Galen de motu Muscul<g ref="char:EOLunhyphen"/>orum l. 2.</note> to him most easie and agreeable to modesty, although this ought to be in common use, yet up<g ref="char:EOLhyphen"/>on occasion the <hi>Hand</hi> may fall into the other po<g ref="char:EOLhyphen"/>stures.</p> </div> <div n="6" type="canon"> <head> <hi>Canon</hi> VI.</head> <p>THe two middle <hi>Fingers</hi> brought under the <hi>thumb,</hi> is an Action more <hi>instant</hi> and <pb n="73" facs="tcp:110295:157"/> <hi>importunate,</hi> and doth <hi>urge</hi> more then is convenient for an Exor<g ref="char:EOLhyphen"/>dium or Narration.</p> </div> <div n="7" type="canon"> <head> <hi>Canon</hi> VII.</head> <p> <hi>THE top of the <hi>Fore-finger</hi> moved to joyne with the naile of the <hi>Thumbe</hi> that's next unto it, the other fingers in re<g ref="char:EOLhyphen"/>mitter, is opportune for those who <hi>relate, distinguish,</hi> or <hi>ap<g ref="char:EOLhyphen"/>prove.</hi> 'Tis also fit for them that <hi>mildly councell,</hi> and becomes the phrases of <hi>pompous Elocuti<g ref="char:EOLhyphen"/>on,</hi> with which <hi>Rhetoricians</hi> polish and enrich their Orati<g ref="char:EOLhyphen"/>ons. 'Tis seasonable also for <hi>Narrations</hi> and <hi>Panegyriques,</hi> where a soft &amp; pellucid Orati<g ref="char:EOLhyphen"/>on flowes with the copious streames of Eloquence, and it <pb n="74" facs="tcp:110295:158"/> availes in any <hi>painted kinde of speech,</hi> and agrees with an <hi>Epi<g ref="char:EOLhyphen"/>dixis.</hi> </hi> </p> <p> <hi>Cresollius</hi> commends this composition of the <hi>Fingers,</hi> as most comely of all others, and con<g ref="char:EOLhyphen"/>sonant to ingenious dispositions, if the arme be extended out fore-right, which best agrees with a <hi>manly</hi> and <hi>couragious</hi> speech: or the <hi>Arme</hi> a lit<g ref="char:EOLhyphen"/>tle bent and the <hi>Hand</hi> lifted up before; a gesture much affected by elegant men.</p> </div> <div n="8" type="canon"> <head> <hi>Canon</hi> VIII.</head> <p>THe two last <hi>Fingers</hi> drawn to the bottome of Cythe<g ref="char:EOLhyphen"/>rea's brawny hill, or the pulpe of the <hi>Thumb;</hi> the <hi>Thumb</hi> ap<g ref="char:EOLhyphen"/>prest unto the middle joynt of the two next: if the Dexter <hi>Hand</hi> so form'd, doe smite with a light percussion on the sinister <hi>Palme,</hi> it doth conspicuously <hi>distribute</hi> &amp; <hi>digest</hi> the numbers, arguments, and members of an Oration.</p> </div> <div n="9" type="canon"> <pb n="75" facs="tcp:110295:158"/> <head> <hi>Canon</hi> IX.</head> <p>THe top of the <hi>Thumb</hi> joyn'd to the middle of the naile of the Right Index, the other Fingers remisse; is fit to <hi>distin<g ref="char:EOLhyphen"/>guish contraries.</hi> </p> </div> <div n="10" type="canon"> <head> <hi>Canon</hi> X.</head> <p>THE left <hi>Thumb</hi> prest downe by the <hi>Index</hi> of the Right Hand, doth <hi>urge</hi> and <hi>instantly enforce</hi> an argument.</p> </div> <div n="11" type="canon"> <head> <hi>Canon</hi> XI.</head> <p>THE top or grape of the left <hi>Index</hi> gently apprehended, puts the <hi>Hand</hi> into a Rhetorical shape for <hi>disputation.</hi> </p> </div> <div n="12" type="canon"> <head> <hi>Canon</hi> XII.</head> <p>THE middle joynt of the left <hi>Index</hi> apprehended, intends more <hi>earnestnes,</hi> and sublimates the sense of words unto a point of greater <hi>vehemencie.</hi> </p> </div> <div n="13" type="canon"> <pb n="76" facs="tcp:110295:159"/> <head> <hi>Canon Canon</hi> XIII.</head> <p>THE upper joynt of the <hi>Index</hi> apprehended, the two next <hi>Fingers</hi> a little bowed, the <hi>eare-finger</hi> in the meane time scarce bent at all; hath a Rhetoricall force in <hi>Disputations.</hi> </p> </div> <div n="14" type="canon"> <head> <hi>Canon</hi> XIV.</head> <p>THE <hi>Mid-finger</hi> prest to the <hi>Palm,</hi> and the others at their own behest, makes the <hi>Hand</hi> competently apt for to <hi>upbraid.</hi> </p> </div> <div n="15" type="canon"> <head> <hi>Canon</hi> XV.</head> <p>THE two <hi>Middle-fingers</hi> bent inward, and their Extremes presented in a fork, doth object a <hi>scoffe,</hi> and doth <hi>contumeliously reproach.</hi> </p> </div> <div n="16" type="canon"> <head> <hi>Canon</hi> XVI.</head> <p>THE <hi>Vice-hand,</hi> or <hi>Thumb,</hi> ex<g ref="char:EOLhyphen"/>tended out with the <hi>Eare-Finger,</hi> the other <hi>Fingers</hi> drawn <pb n="77" facs="tcp:110295:159"/> in; doth denote <hi>amplitude.</hi> </p> </div> <div n="17" type="canon"> <head> <hi>Canon</hi> XVII.</head> <p>THE <hi>Thumbe</hi> that presents it selfe upright, out of a Right<g ref="char:EOLhyphen"/>hand bent into a Fist; is a <hi>grave Masculine</hi> action, fit to advance the sense of <hi>Magnanimitie.</hi> </p> </div> <div n="18" type="canon"> <head> <hi>Canon</hi> XVIII.</head> <p>THE <hi>Thumbe</hi> turn'd out, by a received custome, is made an act of <hi>Demonstration.</hi> </p> </div> <div n="19" type="canon"> <head> <hi>Canon</hi> XIX.</head> <p> <hi>THe three last <hi>Fingers</hi> contra<g ref="char:EOLhyphen"/>cted close to the <hi>Palme,</hi> and compress'd by the <hi>Champion</hi> of the <hi>Hand,</hi> and the <hi>Index</hi> dis<g ref="char:EOLhyphen"/>play'd in full length; <hi>upbraides:</hi> is a point of <hi>indigitation,</hi> most <hi>demonstrative.</hi> </hi> </p> <p>The force in this indicatorie action, <hi>Antonie</hi> <note place="margin">Anton. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>. de Orat.</note> noted <hi>Crassus</hi> to have skilfully used to his pur<g ref="char:EOLhyphen"/>pose, <pb n="78" facs="tcp:110295:160"/> in expressing his earnest griefe, and the ve<g ref="char:EOLhyphen"/>hement affection of his minde: <hi>Quae me hercule, Crasse, cùm à te tractantur in causis horrere soleo; tanta vis animi, tantus dolor, oculis, vultis, gestis,</hi> Digito denique isto tuo, <hi>significari solet.</hi> Other very excellent Pleaders, imitated this notable gift of Nature, or exquisite endeavour and affe<g ref="char:EOLhyphen"/>ction of Art, in that wealthy Oratour; as we may gather out of the monuments of the Ancients. To whom (saith <hi>Cresollius)</hi> thus speaking, we may cry out; as <hi>Seneca</hi> reports a faire-spoken O<g ref="char:EOLhyphen"/>ratour <note place="margin">Seneca l. 8 Contro.</note> once did in a certaine Declamation of his: <hi>O Digitum multa significantem!</hi> </p> </div> <div n="20" type="canon"> <head> <hi>Canon</hi> XX.</head> <p>THe <hi>Index</hi> erected from a <hi>Fist,</hi> doth <hi>crave and expect attenti<g ref="char:EOLhyphen"/>on;</hi> and, if mov'd, it doth <hi>threaten</hi> and <hi>denounce.</hi> </p> </div> <div n="21" type="canon"> <head> <hi>Canon</hi> XXI.</head> <p> <hi>THe <hi>Index</hi> advanced from a <hi>sist,</hi> and inclin'd respective to the shoulder; hath a great facultie to <hi>confirme, collect</hi> and <hi>refute.</hi> </hi> </p> <p>This seemes to be that Action, which <hi>Tertul<g ref="char:EOLhyphen"/>lian</hi> sayes, <hi>Hermogenes</hi> was wont to use; to wit, <note place="margin">Tertul. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>d Hermog. cap. 27.</note> <hi>Nutu Digiti accommodato:</hi> and he calls it, <hi>Leno<g ref="char:EOLhyphen"/>cinium pronunciationis.</hi> Indeed, this Action can doe much in gathering together, and reciting the <pb n="79" facs="tcp:110295:160"/> matter to be debated and concluded by reason; to wit, when that, we take up from others, is such, as cannot be denyed, and doth seeme necessarily to follow, especially in <hi>Contro<g ref="char:EOLhyphen"/>versies</hi> and <hi>Disputations,</hi> when the falsitie of erronious opinions, are with great <hi>gravitie</hi> of speech and <hi>asseveration refuted:</hi> in which case <hi>Cresollius</hi> dares pronounce that of <hi>Phrynicus</hi> in the Comoedie; <q> <l>Stimulum &amp; aculeum quendam habent in <note place="margin">Athen. l. 4.</note> Digitis.</l> </q> </p> </div> <div n="22" type="canon"> <head> <hi>Canon</hi> XXII.</head> <p>THe <hi>Jndex</hi> (the rest com<g ref="char:EOLhyphen"/>pos'd into a <hi>Fist)</hi> turn'd down perpendicular; doth <hi>urge, inculcate</hi> and drive the point into the heads of the Auditours.</p> </div> <div n="23" type="canon"> <head> <hi>Canon</hi> XXIII.</head> <p>BOth the <hi>Indexes</hi> joyn'd, and pyramidically advanc'd; doe <hi>exalt the Force that flowes from more splendid and glorious Elocution</hi> </p> </div> <div n="24" type="canon"> <head> <hi>Canon</hi> XXIV.</head> <p> <hi>BOth the <hi>Indexes,</hi> with a countenance averse, dire<g ref="char:EOLhyphen"/>cted <pb n="80" facs="tcp:110295:161"/> to one side, doe point out an <hi>ironicall intention.</hi> </hi> </p> <p>This Action although it may with honesty e<g ref="char:EOLhyphen"/>nough be done by an Oratour, yet to doe it of<g ref="char:EOLhyphen"/>ten, and to charge them strongly and vehement<g ref="char:EOLhyphen"/>ly against them that are present, as if he would dig out the eyes of his Auditory: <hi>Cresollius</hi> makes a question whether such may be thought lesse out of their wits then that miserable matron <hi>Hecuba,</hi> who with great force and violence flew upon <hi>Polymnestor:</hi> <q> <l>—Et digitos in per<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ida lumina condit: <note place="margin">Ovid. l. 13 Metamor.</note> </l> </q> Or ever a whit modester then <hi>Cleodemus, Qui intento digito Zenothenidi oculum effodit in convi<g ref="char:EOLhyphen"/>vio;</hi> for this is rather the garbe of those who rage <note place="margin">Lucian in Convivio.</note> and rave like mad men, then of those who with understanding and moderation exercise the fa<g ref="char:EOLhyphen"/>culty of the <hi>Hand</hi> in speaking.</p> </div> <div n="25" type="canon"> <head> <hi>Canon</hi> XXV.</head> <p> <hi>THE <hi>Middle Finger</hi> put forth, and brandish'd in extent, is an action fit to <hi>brand</hi> and <hi>upbraide men with sloth, effeminacie, and notorious vi<g ref="char:EOLhyphen"/>ces.</hi> </hi> </p> <p>This action is Magistrall in Rhetorique, but grounded upon Nature: for this Finger, as some <pb n="81" facs="tcp:110295:161"/> Chiro Crittiques was for its sloath and unactive<g ref="char:EOLhyphen"/>nesse placed in the middest, as seeming to stand in need of the defence of the other neighbouring <hi>Fingers,</hi> and being longer then the rest, length and lazinesse going usually <hi>Hand</hi> in <hi>Hand,</hi> it may helpe to relate in a more open way of expressi<g ref="char:EOLhyphen"/>on, the notoriousnesse of their vices, who exceed others in vildenesse as far as this idle Finger ap<g ref="char:EOLhyphen"/>pears eminent above the rest.</p> </div> <div n="26" type="canon"> <head> <hi>Canon</hi> XXVI.</head> <p> <hi>THe middle <hi>Finger</hi> strong<g ref="char:EOLhyphen"/>ly comprest by the <hi>Thumbe,</hi> and their collision producing a flurting sound, and the <hi>Hand</hi> so cast out, is an A<g ref="char:EOLhyphen"/>ction convenient to <hi>slight</hi> and <hi>undervalue,</hi> and to expresse the vanity of things, in searching after which things, and the im<g ref="char:EOLhyphen"/>moderate care of keeping them, the industry and strength of most mens wit are imperti<g ref="char:EOLhyphen"/>nently exercised and spent.</hi> </p> <p> <pb n="82" facs="tcp:110295:162"/> <hi>Cresollius</hi> though he give a tolleration to this knacking adjunct of expression, yet he would have it sparingly used, and adds in an assembly of the people, for in the solemne Session of learned and judicious men, this action, perchance, as ta<g ref="char:EOLhyphen"/>ken from the sceane and <hi>Hands</hi> of Mimiques, is to be rejected, and left unto the customary levity of men.</p> </div> <div n="27" type="canon"> <head>Canon XXVII.</head> <p> <hi>IF the Ring <hi>Finger</hi> by a single Action goe out of the open <hi>Hand,</hi> as it were to serve the Tact, it may much advance their utterance, who in discourse touch and handle a matter lightly.</hi> </p> <p>This is a Magistrall notion of my owne, ne<g ref="char:EOLhyphen"/>ver thought on by any Ancient or Moderne Rhetorician, for all I can finde, (unlesse <note place="margin">Inst. Rhet. lib. 11.</note> <hi>Quintilians Interim Quartus oblique reponitur,</hi> darkely allude unto it) but, grounded upon the same principles of observation as all their precepts of gesture are. <hi>Galen</hi> saies this is the <hi>Finger</hi> we use to put out when we would touch any thing lightly; and the ancient Physitians u<g ref="char:EOLhyphen"/>sed <note place="margin">Galen de usu part.</note> gently to stir their cordialls; and <hi>Collyriums</hi> with this <hi>Finger,</hi> thence called <hi>Medicus,</hi> upon which ground of Nature, I was induced to cast in my mite into the treasury of this Art.</p> </div> <div n="28" type="canon"> <pb n="83" facs="tcp:110295:162"/> <head>Canon XXVIII</head> <p>THe Eare <hi>Finger</hi> appea<g ref="char:EOLhyphen"/>ring erect out of a bended Fist, doth by that action obtain a force to explaine more subtill things.</p> </div> <div n="29" type="canon"> <head>Canon XXIX.</head> <p> <hi>THe Right <hi>Index,</hi> if it Mar<g ref="char:EOLhyphen"/>shal-like goe from <hi>Finger</hi> to <hi>Finger,</hi> to note them out with a light touch, it doth fit their purpose who would <hi>num<g ref="char:EOLhyphen"/>ber their arguments,</hi> and by a visible distinction set them all on a row upon their <hi>Fingers.</hi> </hi> </p> <p> <hi>Hortensius</hi> the Oratour was wont after this manner to set his arguments all on a row upon his <hi>Fingers:</hi> But although he excelled in this way of numbring, and dividing arguments upon his <hi>Fingers,</hi> yet others used that fashion al<g ref="char:EOLhyphen"/>so, the <hi>Fingers</hi> having been devoted after a cer<g ref="char:EOLhyphen"/>taine manner for the numbring of things by an universall and naturall custome; as we may learne out of St. <hi>Hierom,</hi> for he speaking of a <note place="margin">S Hierom Epist. 51.</note> <pb n="84" facs="tcp:110295:163"/> certaine smatterer in learning swollen with a conceit of his owne skill, <hi>Cum caepissit in digitis partire causam, &amp;c.</hi> And <hi>Tully</hi> significantly to <note place="margin">Tullie Divin. in Verrem.</note> the same purpose, <hi>Quid? cum accusationis tuae membra dividere caperit, &amp; in digitis suis singulas partes causae constituere? Quintilian</hi> denies thi<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> gesture admittance to the <hi>Hand</hi> in a mournfull cause, perchance, because it seems to have a cer<g ref="char:EOLhyphen"/>taine splendour and elegancie of Artifice, <hi>Ansi de morte silii sui, vel injuria quae morte sit gravior dicendum patri fuit, aut argumenta diducet in digi<g ref="char:EOLhyphen"/>tos, aut propositionum ac partitionum captavit lepo<g ref="char:EOLhyphen"/>rem?</hi> This gesture of the <hi>Hand</hi> is not to be used unlesse the distinctions and distributions be sub<g ref="char:EOLhyphen"/>stantiall and weighty, being things of great mo<g ref="char:EOLhyphen"/>ment which we desire, should fix &amp; take deep im<g ref="char:EOLhyphen"/>pression in the mindes of men, and of which we are accurately and subtilly to dispute, for in this case it is advantagious to use the <hi>Fingers.</hi> It seems probable to <hi>Cresollius</hi> that <hi>Tully</hi> used this gesture when he made mention to the Romans of the ho<g ref="char:EOLhyphen"/>nourable <note place="margin">Cicero pro lege manil.</note> Captaine, in whom he did note these foure notable things, <hi>Scientiam rei militaris, vir<g ref="char:EOLhyphen"/>tutem, autoritatem, &amp; faelicitatem,</hi> which he after<g ref="char:EOLhyphen"/>wards amplified distinctly and particularly, with a most high and rich variety of utterance. This numeration by the <hi>Fingers,</hi> doth likewise availe in an Epilogue, and <hi>Anachephalasis,</hi> as when we reckon up all the chiefe heads and aides of a matter in question, which have been brought in and alledged for the advancement of truth, or which have been evidently refuted or proved. Hence in the Areopagetique Schooles or Coun<g ref="char:EOLhyphen"/>cel-house at Athens, they painted <hi>Chrisippus</hi> with his <hi>Fingers</hi> in this posture, for the signification <pb n="85" facs="tcp:110295:163"/> of numbers; and our moderne Artists when they would exhibit Arithmeticke counting, ob<g ref="char:EOLhyphen"/>serve the same gesture of the <hi>Fingers.</hi> Such a Statue of Arithmeticke there is in the new Ovall Theater, lately erected for the dissecting Anato<g ref="char:EOLhyphen"/>mies in Barber-Surgeons Hall in London.</p> </div> <div n="30" type="canon"> <head>Canon XXX.</head> <p> <hi>TO lift up, or put forth some of the <hi>Fingers,</hi> is a plaine way of Rhetoricall A<g ref="char:EOLhyphen"/>rithmeticke fit to signifie a small number, a simple action ser<g ref="char:EOLhyphen"/>ving well enough their occasi<g ref="char:EOLhyphen"/>ons who would inculcate two or three chiefe points to an ig<g ref="char:EOLhyphen"/>norant multitude.</hi> </p> <p> <hi>Roscius</hi> made use of this Arithmeticall intima<g ref="char:EOLhyphen"/>tion instead of speech, when he rose to speake a<g ref="char:EOLhyphen"/>gainst the Lawes <hi>Gabinius</hi> had propounded for <hi>Pompeyes</hi> Authority against the Pyrates: for <note place="margin">Plutarch in the life of Pompey</note> when he could have no audience, and that hee saw he could not be heard, he made a signe with his <hi>Fingers</hi> that they should not give <hi>Pompey</hi> a<g ref="char:EOLhyphen"/>lone this Authority but joyne another unto him; while he was signifying this by the gesticulation of his <hi>Hand,</hi> the people being offended with him, made such a threatning out<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>rie upon it, that a <pb n="86" facs="tcp:110295:164"/> Crow flying over the Market-place at that in<g ref="char:EOLhyphen"/>stant was stricken blinde, and fell downe among the people. Then <hi>Roscius</hi> held not only his <note place="margin"> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ion lib. 36. de Bello Pyratico.</note> <hi>Tongue,</hi> but his <hi>Hand</hi> also. This is most proper<g ref="char:EOLhyphen"/>ly performed by the <hi>Fingers</hi> of the left hand. <hi>Cresollius</hi> commends this way of numeration in the <hi>Hands</hi> of our moderne Divines. So some of the Fathers when they did expound the mystery of the Sacred Trinity, they lifted up three <hi>Fin<g ref="char:EOLhyphen"/>gers</hi> of the <hi>Right Hand.</hi> But this simple way of computation hath been entertained since the an<g ref="char:EOLhyphen"/>cient manner of account hath growne somewhat out of use. For, the ancient Rhetoricians who lived in that age wherein Wit and Industry were in their prime taking their hint from Nature, by an accommodation of Art reduced all numbers into gestures of the <hi>Hand,</hi> which did represent as it were the lively images of numbers: And this Art of <hi>Manuall Rhetoricke</hi> was so punctually observed by the ancient Rhetoricians, that it was accounted a great absurdity and disparage<g ref="char:EOLhyphen"/>ment to them that erred through a false and in<g ref="char:EOLhyphen"/>decent gesture of computation, as appeareth plainly by <hi>Quintilian</hi> who gives in this testimo<g ref="char:EOLhyphen"/>ny <note place="margin">Quintil. Rhet Inst. lib. 1. c. 10</note> thereof; <hi>In causis Actor si digitorum incerto aut indecoro gestu à computatione dissentit, judicatur indoctus.</hi> And <hi>Apuleius</hi> reprehends this in <hi>Ruf<g ref="char:EOLhyphen"/>finus</hi> the Lawyer, for that by a deceitfull gesture <note place="margin">Apul. in Apolog. lib. 2.</note> of his <hi>Fingers</hi> he added twenty yeares: Whose words alluding to the same Arithmeticall ex<g ref="char:EOLhyphen"/>pressions run thus: <hi>Si tringinta annos per decem dixisses, possis videri pro computationis gestu errasse,</hi> <note place="margin">Idem A<g ref="char:EOLhyphen"/>pologia l. <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </note> <hi>quos circulares debueris digitos aperuisse. Quin ve<g ref="char:EOLhyphen"/>ro qua <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>r<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ginta, quae facilius caeteris porrecta palmula significantur, ea quadraginta tu dimidio a<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ges; non <pb n="87" facs="tcp:110295:164"/> potes digitoru<g ref="char:cmbAbbrStroke">̄</g> gestu errasse, nisi forte triginta anno<g ref="char:EOLhyphen"/>rum Pudentilla ratus, cujus<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> anni Consules <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ume<g ref="char:EOLhyphen"/>rasti.</hi> This <hi>Manuall Arithmeticke</hi> was much in use with the Ancients, as appears by the frequent allusions to it in Authenticke Authours, the knowledge whereof will bring much light to many obscure and difficult places which occurre in divers old Writers, which cannot be under<g ref="char:EOLhyphen"/>stood without the knowledge of this <hi>Manuall A<g ref="char:EOLhyphen"/>rithmetick.</hi> To trace it a little through the gloomie <note place="margin"> <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>. Senec. Epist. 88.</note> walks of Antiquity. Thus <hi>Seneca: Numerare docet me Arithmetica avarici<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> accommodare digitos. Tertullian</hi> thus: <hi>Cum digitorum supputatoriis ge<g ref="char:EOLhyphen"/>sticulis</hi> <note place="margin">Tertul. Apol. c. 90 Mart. Ca<g ref="char:EOLhyphen"/>pel. l. 2. de nupt. Phil. &amp; Merc. Plin. Jun. Epist. 20. lib. 2. Aug. de Civit. Dei l. 18. c. 53. Plutarch in Apoth.</note> <hi>assidendum. Martian. Capella</hi> thus: <hi>In digitos calculum<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> distribuit.</hi> The younger <hi>Plinie</hi> thus: <hi>Componit vultum, intendit oculos, movet la<g ref="char:EOLhyphen"/>bra, agitat digitos, nihil computat.</hi> St. <hi>Augustin</hi> thus: <hi>Omnium vero de hac re calculantium digitos resolvit,, &amp; quiescere jubet. Orontes,</hi> son in law to King <hi>Artaxerxes</hi> was wont to compare Cour<g ref="char:EOLhyphen"/>tiers, <hi>Computatorum digitis;</hi> for like as they make a <hi>Finger</hi> sometimes stand for one, another time for ten thousand; even so those that be about Princes at one time, can do all at once, and ano<g ref="char:EOLhyphen"/>ther time as little or rather just nothing. And <hi>Quintilian</hi> in disallowing one of those numeri<g ref="char:EOLhyphen"/>call <note place="margin">Quintil. Inst. Rhet. lib. 11.</note> gestures to be used to a Rhetoricall intenti<g ref="char:EOLhyphen"/>on, acknowledgeth the Arithmeticall force and validity thereof. To these allusions appertains that of I know not what Poet: <q> <l>Utile sollicitis computat articulis.</l> </q> Hence grew the Adage, <hi>Ut in Digitos mittere:</hi> that <note place="margin">Erasm. Adage.</note> is, to number in the most accurate and exact way.</p> <p>Their manner was, to reckon upon the Left Hand, untill they came to 100. and from thence <pb facs="tcp:110295:165"/> began to reckon upon their Right <hi>Hand. Salo<g ref="char:EOLhyphen"/>mon</hi> is thought to allude to this, where he faith, <note place="margin">Prov. 3. 16.</note> <hi>Wisedome commeth with length of dayes upon her Right</hi> Hand: meaning (as some expound that <note place="margin">Salazar super hoc multa ingeniose. Godwyn antiq. Jud. Pier. in Hierogl.</note> place) that Wisedome should make them live a long age, even to an 100 yeares. <hi>Pierius</hi> in af<g ref="char:EOLhyphen"/>firmation of this artificiall way of account, brings in a facetious Epigram of one <hi>Nichar<g ref="char:EOLhyphen"/>chus</hi> a Greeke Poet, jesting at <hi>Cotyttaris,</hi> an old Hagg, who dissembling her true age, began a<g ref="char:EOLhyphen"/>gaine to number her yeares upon her left <hi>Hand.</hi> The epigram rendred by him in latine, runs thus:</p> <lg> <l>Multum garrula anus, caput omne Cotyttaris alba,</l> <l>Propter quam Nestor non sit adhuc senior.</l> <l>Quae cervos annis superavit, quae<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> sinistra</l> <l>Vitae iterum caeptet connumerare dies.</l> <l>Vivit adhuc, cernit, pede firma est, virginis instar,</l> <l>Plutonem ut dubites passum aliquid gravius.</l> </lg> <p>To this, <hi>Juvenal</hi> speaking of the long life of</p> <lg> <l> <hi>Nestor,</hi> doth also allude. <note place="margin">Satyr.</note> </l> <l>Rex Pylius magno si quicquam credis Homero,</l> <l>Exemplum vitae fuit à Cornice secund<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>,</l> <l>Faelix nimirum, qui tot per secula vitam,</l> <l>Distulit, at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> suos jam Dextra computat annos.</l> </lg> <p> <hi>Chrysologus</hi> upon the Parable of the 100 <hi>sheep,</hi> <note place="margin">Chrysol. in P<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>r<gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>. centum o<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ium.</note> hath a most excellent conjecturall meditation, alluding to this artificiall Custome. <hi>Which of you having a 100 sheep, and if he lose one, &amp;c.</hi> Why not 50? why not 200? but 100. Why not 4? why not 5? but 1. And he shewes, that he griev'd more for the number, than the losse; for the losse of one, had broke the century, and brought it back from the <hi>Right hand</hi> to the <hi>left,</hi> shutting up his account in his <hi>Left hand,</hi> and left him nothing in his <hi>Right, &amp;c.</hi> The first posture in the <hi>Right <pb n="89" facs="tcp:110295:165"/> hand,</hi> wherein the Eare-finger is circularly bent <note place="margin">Beda de Indig. &amp; Scholiast. J. Novi<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> in ag.</note> in; by <hi>Bede</hi> is referr'd to Virgins, as that which expresseth, as it were, the Crown of Virginitie. The Gesture <hi>[Thirty]</hi> is referr'd to Mariage; for the very Conjunction of the fingers, as it were, with a soft kisse embracing and coupling them<g ref="char:EOLhyphen"/>selves, paints out the Husband and Wife. S. <hi>Hierome,</hi> willing to explaine the reason why <note place="margin">Hier. l. 1. in Jovian. in princip.</note> S. <hi>Paul</hi> would have a widow indeed, chosen not under 60 yeares of age: to shew why this num<g ref="char:EOLhyphen"/>ber is so properly referr'd to widowes, very learnedly betakes himselfe unto the Hierogly<g ref="char:EOLhyphen"/>phique of this number, wherein the <hi>Thumbe</hi> i<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> deprest by the <hi>upper Finger,</hi> and very streightly girded by the same: It shewes (saith he) in what streights Widowhood is afflicted, which is so restrained in on every side. <hi>Capella</hi> bringing in <note place="margin">Mart. Ca<g ref="char:EOLhyphen"/>pella, l. 7. de Nupt. Plut. &amp; Merc. in principio.</note> <hi>Arithmetique,</hi> at the mariage of <hi>Philologie;</hi> and <hi>Mercurie</hi> describing the posture of her <hi>Fingers: Digiti verò Virginis recursantes, &amp; quadam incom<g ref="char:EOLhyphen"/>prehensae mobilitatis scaturigine vermiculati. Qu<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> mox ingressa septingentos decem, &amp; septem numeros complicatis in eo digitis Jovem salutabunda subre<g ref="char:EOLhyphen"/>xit.</hi> Which made the Numbers 70. and 17. And <hi>Philosophie</hi> standing by, <hi>Tritonides</hi> enquires of her what <hi>Arithmetique</hi> might meane by those postures of her <hi>Fingers?</hi> To whom <hi>Pallas:</hi> She Salutes <hi>Jove</hi> by his proper name. And indeed, the Manuall number, 70. was the ancient posture of adoration; which was, the <hi>saluting Finger</hi> laid over-thwart the <hi>Thumb;</hi> Made more apparent by <hi>Apuleius,</hi> speaking of the adorers of <hi>Venus, Et admoventes oribus sui<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> dextram Priore digito</hi> <note place="margin">Apuleius in Metam. lib. 4.</note> <hi>in erectum pollicem residente, ut ipsam prorsus deam Venere<g ref="char:cmbAbbrStroke">̄</g> religiosis adorationibus venerabantur.</hi> Many <pb n="90" facs="tcp:110295:166"/> of these Numericall postures of the <hi>Fingers,</hi> are found in the statues of the Ancients. Witnes that image of <hi>Janus,</hi> with two faces, dedicated <note place="margin">Plinie, Nat. Hist. &amp; Macr. in Satur<g ref="char:EOLhyphen"/>nal. lib. 1.</note> in the Capitoll, by King <hi>Numa;</hi> the <hi>Fingers</hi> of whose Hands were in such sort fashioned and formed, that they represented the number, 365. which are the dayes of the whole yeare: by which notification of the yeare, he shewed suffi<g ref="char:EOLhyphen"/>ciently, that he is the god and Patron of times and ages. <hi>Pierius</hi> endeavours to represent the Posture of his <hi>Fingers,</hi> by a verball description. And it was the custome, to place the ensignes of Honour on the more honourable <hi>Hand,</hi> and to <note place="margin">Pier. in Hierogl. lib. 37.</note> figure the left Hand of Oratours, and other great men, to note out the first, second, or third time of their accesse unto that Office or Dignitie.</p> <p>These postures, devised by a happy dexteritie of wit, were recorded among the Aegyptian Letters or Hieroglyphicks, as unfit to be prosti<g ref="char:EOLhyphen"/>tuted to the Vulgar, in regard they did allude to all the Pythagoricall secrets of Numbers, inso<g ref="char:EOLhyphen"/>much as the Caveat of <hi>Pythagoras</hi> might have been placed over the Rhetorique-School-doore of the Ancients: <hi>Nemo Arithmeticae [Manualis] ignarus hic ingrediatur.</hi> And the Notions of this Art are not onely necessary to Oratours, but to all men, especially the Sonnes of Art, although by the carelesnesse and negligence of men, it is growne somewhat out of use. In the practice of this Art, some follow <hi>Bede,</hi> others embrace a more probable way of account. Some follow the order of <hi>Irenaeus</hi> the Divine, a man of great <note place="margin">Iraeneus. in Valent. lib. 1. c. 13.</note> learning and generall parts, who flourished some ages before <hi>Bede.</hi> But among the modern, <hi>Lucas Minoritanus</hi> is above comparison the best, who hath a most absolute Tract of this argument.</p> </div> <div type="table_of_numerical_gestures"> <pb facs="tcp:110295:166"/> <p> <table> <row> <cell> <figure> <head>A 1</head> </figure> </cell> <cell> <figure> <head>G 100</head> </figure> </cell> <cell> <figure> <head>N 10</head> </figure> </cell> <cell> <figure> <head>T 1000</head> </figure> </cell> </row> <row> <cell> <figure> <head>B 2</head> </figure> </cell> <cell> <figure> <head>H 200</head> </figure> </cell> <cell> <figure> <head>O 20</head> </figure> </cell> <cell> <figure> <head>V 2000</head> </figure> </cell> </row> <row> <cell> <figure> <head>C 3</head> </figure> </cell> <cell> <figure> <head>I 300</head> </figure> </cell> <cell> <figure> <head>P 30</head> </figure> </cell> <cell> <figure> <head>W 3000</head> </figure> </cell> </row> <row> <cell> <figure> <head>D 4</head> </figure> </cell> <cell> <figure> <head>K 400</head> </figure> </cell> <cell> <figure> <head>Q 40</head> </figure> </cell> <cell> <figure> <head>X 4000</head> </figure> </cell> </row> <row> <cell> <figure> <head>E 5</head> </figure> </cell> <cell> <figure> <head>L 500</head> </figure> </cell> <cell> <figure> <head>R 50</head> </figure> </cell> <cell> <figure> <head>Y 5000</head> </figure> </cell> </row> <row> <cell> <figure> <head>F 6</head> </figure> </cell> <cell> <figure> <head>M 600</head> </figure> </cell> <cell> <figure> <head>S 60</head> </figure> </cell> <cell> <figure> <head>Z 6000</head> </figure> </cell> </row> <row> <cell> <figure> <head>7</head> </figure> </cell> <cell> <figure> <head>700</head> </figure> </cell> <cell> <figure> <head>70</head> </figure> </cell> <cell> <figure> <head>7000</head> </figure> </cell> </row> <row> <cell> <figure> <head>8</head> </figure> </cell> <cell> <figure> <head>800</head> </figure> </cell> <cell> <figure> <head>80</head> </figure> </cell> <cell> <figure> <head>8000</head> </figure> </cell> </row> <row> <cell> <figure> <head>9</head> </figure> </cell> <cell> <figure> <head>900</head> </figure> </cell> <cell> <figure> <head>90</head> </figure> </cell> <cell> <figure> <head>9000</head> </figure> </cell> </row> </table> </p> </div> <div type="supplement"> <pb facs="tcp:110295:167"/> <pb n="93" facs="tcp:110295:167"/> <head>PARALIPOMENON.</head> <p>THey who desire a more compleat account of this Art, so farre forth as this Chirogram may seeme defective; as the continuation of the account from 10 to 19. as the numbers, 11. 12. 13. 14, &amp;c. To satisfie their curiositie, may con<g ref="char:EOLhyphen"/>sult with <hi>Pierius</hi> in his Hieroglyphiques. And <note place="margin">Beda Indigit.</note> if they would know the greater numbers, as the manner of computing from a Myriad, to wit, 10000. unto 100000. may advise with Reve<g ref="char:EOLhyphen"/>rend <hi>Bede,</hi> who hath written a whole Booke <hi>de Indigitatione,</hi> or the Ancient manner of com<g ref="char:EOLhyphen"/>putation by gestures of the <hi>Fingers:</hi> and is the <note place="margin">Bapt. Port. de furt. lit. not. Plautus Milit. Act 2. Sc. 2</note> man (as it is thought) to whom we owe the pre<g ref="char:EOLhyphen"/>servation of this subtle peece of <hi>Hand-</hi>learning; which he may find transcrib'd in <hi>Baptista Porta,</hi> in <hi>Furtivis literarum notis.</hi> </p> <p> <hi>Plautus</hi> alludes to the Grand Account thus: <q> <l>Pectus Digitis pultat, cor credo ev<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>caturus foras.</l> <l>Ecce autem avertit nixus, laevam in faemore habet manum.</l> <l>Dextra digitis rationem computat, ferion<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> f<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>mur.</l> </q> </p> </div> <div type="table_of_gestures"> <pb n="94" facs="tcp:110295:168"/> <list> <head>An Index to the following Al<g ref="char:EOLhyphen"/>phabet of <hi>Action,</hi> or Table of Rhetoricall INDIGITATIONS.</head> <item> <hi>A</hi> Figures out the I Canon.</item> <item> <hi>B</hi> Figures out the IV Canon.</item> <item> <hi>C</hi> Figures out the V Canon.</item> <item> <hi>D</hi> Figures out the VI Can.</item> <item> <hi>E</hi> Figures out the VII Can.</item> <item> <hi>F</hi> Figures out the VIII <note n="†" place="margin">The verball periphrasis of the gesture <hi>F,</hi> by accident hath been overslipped: but the <hi>Plate</hi> speakes Canonically for it selfe. It is one of <hi>Quintilians</hi> Gestures, which he observes the Greekes much to use (even with both Hands) in their Enthymemes, when they chop, as it were, their Logick, and inculcate and knock it down, as with a horne.</note> Can.</item> <item> <hi>G</hi> Figures out the XXX Can.</item> <item> <hi>H</hi> Figures out the XIII Can.</item> <item> <hi>I</hi> Figures out the XII Can.</item> <item> <hi>K</hi> Figures out the XVIII Can.</item> <item> <hi>L</hi> Figures out the XVII Can.</item> <item> <hi>M</hi> Figures out the XIX Can.</item> <item> <hi>N</hi> Figures out the XX Can.</item> <item> <hi>O</hi> Figures out the XXI Can.</item> <item> <hi>P</hi> Figures out the XXII Can.</item> <item> <hi>Q</hi> Figures out the XXIII Can.</item> <item> <hi>R</hi> Figures out the XXIV Can.</item> <item> <hi>S</hi> Figures out the XXVII Can.</item> <item> <hi>T</hi> Figures out the XXVIII Canon.</item> <item> <hi>V</hi> Figures out the XV Canon.</item> <item> <hi>W</hi> Figures out the X Canon.</item> <item> <hi>X</hi> Figures out the XXIX Canon.</item> <item> <hi>Y</hi> Figures out the XVI Canon.</item> <item> <hi>Z</hi> Figures out the IX Canon.</item> </list> <p>This following Table doth not onely serve to expresse the Rhetoricall postures of the <hi>Fingers;</hi> but may be used as Cyphers for private wayes of Discourse or Intelli<g ref="char:EOLhyphen"/>gence.</p> <p> <pb facs="tcp:110295:168"/> <figure> <p> <figure> <head>A Audientiam facit.</head> </figure> </p> <p> <figure> <head>B Quibusdem orditur.</head> </figure> </p> <p> <figure> <head>C Exordium accomodat.</head> </figure> </p> <p> <figure> <head>D Instabit.</head> </figure> </p> <p> <figure> <head>E Approbabit.</head> </figure> </p> <p> <figure> <head>F Enthymemata tundit.</head> </figure> </p> <p> <figure> <head>G Distinguet</head> </figure> </p> <p> <figure> <head>H Disputabit.</head> </figure> </p> <p> <figure> <head>I Acrius Argumen<g ref="char:EOLunhyphen"/>tatur.</head> </figure> </p> <p> <figure> <head>K Demonstrat.</head> </figure> </p> <p> <figure> <head>L Magnanimitatem ostendit.</head> </figure> </p> <p> <figure> <head>M Indigitat.</head> </figure> </p> <p> <figure> <head>N Attentionem poseit.</head> </figure> </p> <p> <figure> <head>O Colligit.</head> </figure> </p> <p> <figure> <head>P Urgebit.</head> </figure> </p> <p> <figure> <head>Q Splendidiora explicat.</head> </figure> </p> <p> <figure> <head>R Ironiam ostendit.</head> </figure> </p> <p> <figure> <head>S Leviter tangit</head> </figure> </p> <p> <figure> <head>T Subtiliora explicat</head> </figure> </p> <p> <figure> <head>V Exprobrabit</head> </figure> </p> <p> <figure> <head>W Arguebit</head> </figure> </p> <p> <figure> <head>X Mem: orati: distribuit</head> </figure> </p> <p> <figure> <head>Y Amplitudinem denotat.</head> </figure> </p> <p> <figure> <head>Z Contraria distinguet</head> </figure> </p> </figure> </p> </div> </div> <div type="catalogue_of_prevarications"> <pb facs="tcp:110295:169"/> <pb n="97" facs="tcp:110295:169"/> <head>THE APOCHRYPHA OF ACTION: Or, certaine Prevarications a<g ref="char:EOLhyphen"/>gainst the Rule of Rhetoricall Decorum, noted in the <hi>Hands</hi> of the Ancient and Modern <hi>ORATOURS.</hi> </head> <div n="1" type="prevarication"> <head>Praeva<g ref="char:EOLhyphen"/>ricationu<g ref="char:cmbAbbrStroke">̄</g> <hi>Sect.</hi> 1.</head> <p> <seg rend="decorInit">T</seg>O use any Grammaticall gestures of compact, or any snapping of the <hi>Fingers,</hi> or amorous in<g ref="char:EOLhyphen"/>timations invented by Lovers of old, is very unsutable to the gravity of an Oratour. The na<g ref="char:EOLhyphen"/>turall discourses of the <hi>Hand</hi> being so plaine to be understood, the Ancients assay'd to finde out in the <hi>Hand</hi> a more close &amp; private way, contriving by a close compact how men might signifie their mindes; a kinde of speaking, used by such who would not openly expresse themselves, yet in a <pb n="98" facs="tcp:110295:170"/> dumb &amp; wary kinde of signing, intimate their in<g ref="char:EOLhyphen"/>tention, an Art first found out and exercised by Lovers, when with great caution they would pre<g ref="char:EOLhyphen"/>sent their affections, and make their <hi>Fingers</hi> con<g ref="char:EOLhyphen"/>vey a message from their heart. Of these cautio<g ref="char:EOLhyphen"/>narie notes of Lovers, <hi>Ovid</hi> that grand Master of love knacks, and amorous expressions, affordes us many touches: <q> <l>Nil opus est digitis per quos arcana loquaris. <note place="margin">Ovid de Art. Amand.</note> </l> </q> And in another place: <q> <l>—Et in digitis litera nulla fuit.</l> </q> And againe glancing at the same Grammaticall expressions, he saith; <q> <l>—Nec vos <note place="margin">Lib. 2. de Art. Amand.</note> </l> <l>Excipite arcana verba notata manu.</l> </q> And instructing his Mrs. in the way of tacit con<g ref="char:EOLhyphen"/>ferences:</p> <lg> <l>Verba legis digitis verba notata mero.</l> <l>Cum tibi succurrit veneris lascivia nostrae</l> <l>Purpureas tenero pollice tange genas.</l> <l>Si quid erit de me tacita quod mente loquaris,</l> <l>Pendeat extrema mollis ab aure manus.</l> <l>Cum tibi quaefaciam mea Lux dicamve placebunt,</l> <l>Versetur digitis annulus us<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> tuis.</l> <l>Tange manu mensam, tangunt quo more praecantes,</l> <l>Optabis meritò cum mala multa viro.</l> </lg> <p>And to this kinde of amorous discourse by spea<g ref="char:EOLhyphen"/>king <note place="margin">Idem. l. 1. de Trist.</note> signes, that of his refers: <q> <l>Ut<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> refert digitis saepe est nutu<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> locutus.</l> </q> To which <hi>Propertius</hi> also alludes: <q> <l>Aut tua quum digitis scripta silenda notas. <note place="margin">Propert. l. 3. Ennius in Tatentil.</note> </l> </q> To this is referred that which <hi>Ennius</hi> speakes of a certaine impudent Companion, who had no part of his body free from some shamelesse office or other, his words are these: <hi>Quasi in choro pila <pb n="99" facs="tcp:110295:170"/> ludens datatim dat sese, &amp; communem facit, alium tenet, aliis nutat, alibi manus est occupata, aliis per<g ref="char:EOLhyphen"/>vellit pedem, aliis dat annulum expectandum a labris, alium invocat, cum alio cantat, attamen aliis <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>at di<g ref="char:EOLhyphen"/>gito</hi> <note place="margin">Salom. Proverb. 6. 13.</note> <hi>literas.</hi> And <hi>Salomon</hi> alluding to these kinde of expressions, He winketh with his eyes, he spea<g ref="char:EOLhyphen"/>keth with his feet, he teacheth with his <hi>Fingers.</hi> Sometimes the Ancients did to this purpose of secrecie and private communication, order an Alphabet upon the joynts of their <hi>Fingers,</hi> which Artifice of Arthrologie obtained a privy force by shewing those letters by a distinct and Gramma<g ref="char:EOLhyphen"/>ticall succession. Amongst which Grammars by gestures, The postures of the <hi>Fingers</hi> which ap<g ref="char:EOLhyphen"/>pertaine to the old Manuall Arithmeticke, have been contrived into an Alphabet, of which way of intimation, <hi>Baptista Porta</hi> hath treated at <note place="margin">Bapt. Por ta de fur. lit. notis.</note> large. To the same intent the Naturall and Rhe<g ref="char:EOLhyphen"/>torical postures of this <hi>Hand</hi> may be reduced into mystique Alphabets, and be very significantly u<g ref="char:EOLhyphen"/>sed for cyphers without any suspicion. Some<g ref="char:EOLhyphen"/>times of old they used for a light watch-word a snapping collision of the <hi>Fingers</hi> called <hi>Crepitus Digitorum,</hi> which imperious way of silent ex<g ref="char:EOLhyphen"/>pression, &amp; the phrase whereof is used for a hyper<g ref="char:EOLhyphen"/>bolicall diminitive of the least signification. <hi>Lyra</hi> <note place="margin">Lyra in Prov. 6. 13</note> in his learned descant upon the Proverbs harping upon this string, The unthrifty and wicked man instructeth with his <hi>Fingers,</hi> saith, <hi>Digito loqui, arrogantiam &amp; superbiam indicat.</hi> And St. <hi>Hierom</hi> in a certaine Epistle, saith, <hi>Su<g ref="char:EOLhyphen"/>perbiae est signum cum quis per digitorum crepitum vult intelligi.</hi> The notification and sound of this arrogant gesture, was reckoned among the nocturnall and darke signes of Lovers. Masters <pb n="100" facs="tcp:110295:171"/> also by this snapping of their <hi>Fingers</hi> used to call their servants, upon the hearing of which watch<g ref="char:EOLhyphen"/>word, they were to be presto and at <hi>Hand</hi> to ex<g ref="char:EOLhyphen"/>ecute their dumbe commands. To this custome I finde that of <hi>Petronius</hi> referred, <hi>Trimalcio lau<g ref="char:EOLhyphen"/>tissimus homo digitis concrepuit, ad quod signum ma<g ref="char:EOLhyphen"/>tellam</hi> <note place="margin">Petron Arbiter Satyr.</note> <hi>Spado ludenti supposuit, exonorata ille vescica, &amp;c.</hi> To this also belongs that of <hi>Tibullus:</hi> <q> <l>Et votet ad digiti me taciturna sonum. <note place="margin">Tibullus Eleg. In Epi<g ref="char:EOLhyphen"/>gram.</note> </l> </q> To which <hi>Martial</hi> likewise alludes <q> <l>Dum poscor [crepitu digitoru<g ref="char:cmbAbbrStroke">̄</g>] &amp; verna moratur,</l> <l>O quotiens pellex culcitra facta me est.</l> </q> And in another place: <q> <l>Digiti crepantis signa novit Eunuchus.</l> </q> Which custome the Christian Pedagoge would have excluded from the <hi>Hands</hi> of men piously af<g ref="char:EOLhyphen"/>fected, whose minde <hi>Clemens Alexandrinus</hi> hath <note place="margin">Lib. 2. c. 7. Paedag.</note> expounded thus: <hi>Digiti expressi soni, quibus ac<g ref="char:EOLhyphen"/>cersuntur famuli, cum sint rationis exportes significa<g ref="char:EOLhyphen"/>tiones, ratione praeditis hominibus vitandi sunt.</hi> This kinde of commanding gesture is most common to the Spaniard, whose humour is only a medley of arrogance and imperious pride, whence he is <note place="margin">Paloma<g ref="char:EOLhyphen"/>tius in proport.</note> most commonly detested of all Nations, for his naturall odious desire of sovereignty over others. And the Romans, the ancient Lords and Masters of the World growne insolent by the greatnesse of their Empire, could well skill of this proud intimation of their <hi>Fingers.</hi> For, <hi>Tacitus</hi> tells us, that the innocencie of <hi>Pallas</hi> was not so grate<g ref="char:EOLhyphen"/>full <note place="margin">Tacitus Annal. lib. 13.</note> to the people of Rome, as his insupportable pride was odious. For whe<g ref="char:cmbAbbrStroke">̄</g> some of his freedmen were said to have been privie to the practice of a conspiracie against <hi>Nero,</hi> he made answer, that in his house he appointed nothing to be done, but <pb n="101" facs="tcp:110295:171"/> with a nod of his <hi>Hand</hi> or head, or by writing, if he had much to say, lest if he should have spoken unto them, he should seem to have made them his fellowes. Some Oratours of old affected this percussion or knacking with the <hi>Fingers,</hi> both to procure audience, to maintaine their authority, and for the signification of gravity; of which custome many Authours make mention, especi<g ref="char:EOLhyphen"/>ally St. <hi>Hierom,</hi> for so he hath left it written: <note place="margin">D. Hieron Epist. 101.</note> <hi>Et audet quidam ex iis adducto supercilio &amp; [concre<g ref="char:EOLhyphen"/>pantibus digitis] eructare &amp; dicere.</hi> And in another <note place="margin">Idem Epist. ad Rusticum Monach.</note> place speaking of that jangling fellow <hi>Grunnius,</hi> he hath this, <hi>Cum mensa posita librorum exposuis<g ref="char:EOLhyphen"/>set struem, adducto supercilio, contractis<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> naribus, &amp; fronte corrugata, [digitulis concrepabat,] hoc signo ad audiendum discipulos provocans, &amp;c.</hi> And of this custome, <hi>Veleius Longus</hi> is to be understood, <note place="margin">In Ortho<g ref="char:EOLhyphen"/>graph.</note> <hi>Digitorum sono pueros ad respondendum ciemus:</hi> So that this gesture hath travelled from the businesse of common and individuall life, into Schooles, Auditories, and Common-Pleas; for, this knacke of the <hi>Fingers</hi> was got in use with many, so that <hi>[Digitis concrepare]</hi> seems to have been used by the Learned, <hi>pro re facilima.</hi> So in the judgement of <hi>Cresollius, Tullie</hi> disputing of his Offices, takes <note place="margin">Cicero l. 3 de officiis.</note> it, <hi>Ita<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> si vir bonus, habeat hanc vim, ut si [digitis concrepuerit] possit in locupletum testamenta nomen ejus irrepere.</hi> For, this gesture was performed in entring upon inheritances: they who did desire to trie their title, and take possession of an inheri<g ref="char:EOLhyphen"/>tance, they signified their minde by this percus<g ref="char:EOLhyphen"/>sion of the <hi>Fingers,</hi> which was the usuall sym<g ref="char:EOLhyphen"/>boll as <hi>Cujacius</hi> saith; for this <hi>Percussio digitorum</hi> <note place="margin">Cujacius observat lib. 3. c. 18.</note> (as <hi>Cresollius</hi> rightly collects) is altogether the same with <hi>[crepitus digitorum]</hi> or <hi>digiti concrepan<g ref="char:EOLhyphen"/>tes,</hi> <pb n="102" facs="tcp:110295:172"/> which may be very clearly gathered out of <hi>Tullie,</hi> where when he had said, <hi>Si vir bonus ha<g ref="char:EOLhyphen"/>beat hanc vim, ut si digitis concrepuerit, &amp;c.</hi> a <note place="margin">Tul. lib. 3. de. offi<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap> </note> little after touching the same string, he hath it thus: <hi>Quem Paulo ante singebam digitorum per<g ref="char:EOLhyphen"/>cussione haereditates omnium posse adse'convertere, &amp;c.</hi> </p> </div> <div n="2" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 2.</head> <p>THe gestures of one requiring the Cup, or threatning stripes, or the numericall gesture which with the <hi>Thumbe</hi> bended in, and reaching to the mount of Mercurie, makes the number 5000. according to the computation of Manuall Arithmeticke, are gestures that have been noted by some Writers, but yet so uncomely, that <hi>Quintilian</hi> never observed them in the <hi>Hand</hi> of <note place="margin">Quintil. Institut. Rhet. l. 11</note> any Rustique.</p> </div> <div n="3" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 3.</head> <p>TO stretch out the <hi>Hands</hi> in length to a racked extent, or to erect them upward to their ut<g ref="char:EOLhyphen"/>most elevation, or by a repeated gesture beyond the left shoulder, so To throw back the <hi>Hands,</hi> that it is scarce safe for any man to remaine be<g ref="char:EOLhyphen"/>hind them. To thrust out the Arm, so that the side is openly discovered, or To draw sinister circles, or rashly To fling the <hi>Hand</hi> up and downe to endanger the offending of those that are nigh; are all Prevarications in Rhetorick, noted and condemned by <hi>Quintilian.</hi> </p> </div> <div n="4" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 4.</head> <p>TO throw downe the <hi>Hand</hi> from the Head, with the <hi>Fingers</hi> formed into a gripe or scrat<g ref="char:EOLhyphen"/>ching posture; or To use the action of one that Saws or Cuts; or of one dancing the Pyrrhique <pb n="103" facs="tcp:110295:172"/> lyard; or To throw it upwards with the <hi>Palme</hi> turned up, are actions prevaricant in Rhetorick, and condemned by <hi>Quintilian.</hi> </p> </div> <div n="5" type="prevarication"> <head>Prevar. <hi>Sect.</hi> 5.</head> <p>TO represent a Physitian feeling the pulse of the arteries, which with them is <hi>manum mit<g ref="char:EOLhyphen"/>tere in carpum;</hi> or To shew a Lutenist striking the chords of an instrument, are kind of expressi<g ref="char:EOLhyphen"/>ons to be avoided; for an Oratour should bee farre from any light imitation of a Dancer, and is not permitted to shew what hee speakes, but his gesture must more expresse his sense, then his words.</p> </div> <div n="6" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 6.</head> <p>TO denounce with a high <hi>Hand,</hi> or To erect a <hi>Finger</hi> to its utmost possibility of extension, is a blemish in the <hi>Hand</hi> of an Orator; That habit which the peace-makers of old were painted &amp; <note place="margin">See Picr. in Hierogl lib. 35.</note> carved in, wherein the Head inclined to the Right Shoulder, the Arme stretched out from the Eare, the <hi>Hand</hi> extended out with the <hi>Thumb</hi> manifest<g ref="char:EOLhyphen"/>ly apparent, which most pleaseth them, who brag that they speak with a high <hi>Hand</hi> is recko<g ref="char:EOLhyphen"/>ned by <hi>Quintilian</hi> among the moales of Rheto<g ref="char:EOLhyphen"/>ricke; an action not far from the usuall pendent posture of Changelings and Idiots.</p> </div> <div n="7" type="prevarication"> <head>Prevar. <hi>Sect.</hi> 7.</head> <p>TO bring the <hi>Fingers</hi> ends to the Breast, the <hi>Hand</hi> hollow, when we speake To our selves, or in cohortation, objurgation, or commisera<g ref="char:EOLhyphen"/>tion, is an action that will seldome become the <hi>Hand</hi> of an Oratour; or to strike the Breast with the <hi>Hand,</hi> which is Scenicall.</p> </div> <div n="8" type="prevarication"> <pb n="104" facs="tcp:110295:173"/> <head>Praevar. <hi>Sect.</hi> 8.</head> <p>TO apply the <hi>Middle-Finger</hi> to the <hi>Thumbe,</hi> is the common way of gracing an <hi>ex<g ref="char:EOLhyphen"/>ordium,</hi> yet to direct it as it were towards the left shoulder, and so make it a collaterall action, <note place="margin">Quintil. Inst. Rhet. lib 11.</note> is nought, but worse, to bring forth the Arme transverse, and to pronounce with the elbow.</p> </div> <div n="9" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 9.</head> <p>TO set the Arms a gambo or aprank, and to rest the turned in backe of the <hi>Hand</hi> upon the side, is an action of pride and ostentation, un<g ref="char:EOLhyphen"/>beseeming the <hi>Hand</hi> of an Oratour.</p> </div> <div n="10" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 10.</head> <p>THe trembling <hi>Hand</hi> is scenicall, and belongs more to the theater, then the forum.</p> </div> <div n="11" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 11.</head> <p>THere are certaine hidden percussions of speech, as it were a kind of feet, at which the gesture of most of the ancient Oratours did fall, which though they were usuall, yet <hi>Quinti<g ref="char:EOLhyphen"/>lian</hi> <note place="margin">Quintil. Just. Rhet. lib. 11.</note> condemns them for most deceitfull motions, noting it also for a fault in young Declamers, that while they write, they first tune their sen<g ref="char:EOLhyphen"/>tences to gestures, and forecast for the cadence of the <hi>Hand,</hi> whence this inconvenience ensues, that gesture which in the last should be Right, doth frequently end in the sinister point. It were better, that whereas there are certaine short members of speech, (at which if there be need we may take breath) to dispose or lay downe our gesture at those pauses.</p> </div> <div n="12" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 12.</head> <p>TO clap the <hi>Hands</hi> in giving praise and al<g ref="char:EOLhyphen"/>lowance, is a Naturall expression of ap<g ref="char:EOLhyphen"/>plause, encouragement, and rejoycing, heard in <pb n="105" facs="tcp:110295:173"/> common assemblies of people, and in publique Theaters; which was at first, according to the simplicitie of those times, plaine and naturall: for <hi>Ovid</hi> speaking of the primitive and ancient Playes of the <hi>Romans,</hi> saith: <note place="margin">Naso l. 1. de Arte Amandi.</note> <q> <l>—Plausus tunc arte carebat.</l> </q> But afterwards they had an artificiall manner of clapping their <hi>Hands,</hi> to a certaine measure or proportionable tune. Of which, the Poet <hi>Ca<g ref="char:EOLhyphen"/>rippus:</hi> <q> <l>Ingeminant<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> cavos dulci modulamine plausus.</l> </q> For, the applause was done with the hollow of both <hi>Hands;</hi> which being smitten together, cau<g ref="char:EOLhyphen"/>sed that sound which is called <hi>Popismus,</hi> a word altogether feigned to the similitude of the sound. The posture of this artificiall plaudite of the <hi>Hands,</hi> and the sound also raised from their colli<g ref="char:EOLhyphen"/>sion, <hi>Philostratus</hi> most elegantly describes in the <note place="margin">Philostra<g ref="char:EOLhyphen"/>tus, l. 1. de Iconibus.</note> image of <hi>Comus</hi> the god of Ebrietie, in these words: <hi>Plausum etiam quendam imitatur pictura, cujus maximè indiget Comus. Nam Dextra, con<g ref="char:EOLhyphen"/>tractis digitis, subjectam sinistram ad cavum plectit, ut Manus cymbalorum more percussae consonae siant.</hi> The very figure of which gesture is to bee seen in the French translation of that Author. How ambitious was <hi>Nero</hi> of this popular appro<g ref="char:EOLhyphen"/>bation, when he entred upon the Theater to contend for the prize of Harpers; and kneeling, shew'd a reverence to the Assembly with his <note place="margin">Tacit. Ann<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>l. lib. 16.</note> <hi>Hand:</hi> and the Citie-people accustomed also to approve the gesture of the Player, answered him with a certaine measure and artificiall ap<g ref="char:EOLhyphen"/>plause. Thou wouldst have thought, saith <hi>Taci<g ref="char:EOLhyphen"/>tus,</hi> they had rejoyced, and perhaps for the in<g ref="char:EOLhyphen"/>jurie of the publique discredit. But those which <pb n="106" facs="tcp:110295:174"/> from townes farre off, and from remote provin<g ref="char:EOLhyphen"/>ces, unacquainted with dissolute behaviour, came either as Embassadours, or for private busines, could neither endure that sight, nor applaud any way so dishonorable a labour: but weary of their unskilfull clapping of <hi>Hands,</hi> and troubling the <hi>skilfull,</hi> were often beaten by the Souldiers, placed in thick array, lest any moment of time should be lost by an untuned and disproportio<g ref="char:EOLhyphen"/>nable crie, or slothfull silence. The like applause he expected and had from the <hi>Hands</hi> of his friends at home; for <hi>Xiphilinus</hi> reports, that <hi>Se<g ref="char:EOLhyphen"/>neca,</hi> and <hi>Burrhus,</hi> though lame of his Hand, when ever <hi>Nero</hi> spake, they applauded him with their <note place="margin">Xiphil. in Nerone.</note> <hi>Hands</hi> and Vestments. The ancient Sophisters were so greedy of this manner of applause in their Schooles and Auditories, that they purcha<g ref="char:EOLhyphen"/>sed <note place="margin">Cresol. Theat. vet. Rhet.</note> it; having for that purpose a Chorus of do<g ref="char:EOLhyphen"/>mesticall Parasites, who were ready in the assem<g ref="char:EOLhyphen"/>blies, at every Gesture to give them this signe of approbation. This Applause, which <hi>Nazianzen</hi> <note place="margin">Hierom. cap. ad E<g ref="char:EOLhyphen"/>phes. Chrys. Hom. 2. de verb. Isa.</note> calls, <hi>Canoram Manuum actionem;</hi> and S. <hi>Hierom, Theatrale miraculum;</hi> and condemned by <hi>Chry<g ref="char:EOLhyphen"/>sostome,</hi> among the trifling and unprofitable gesticulations of the Hand, and Theatricall gestures, crept into the Christian Churches, and was given to the Divine Oratours of the Primitive times, untill such time as it was exploded out of the Temples, by their grave and sharpe reprehensions. But although the ancient Oratours received this token of <hi>approbation</hi> from the <hi>hands</hi> of their auditors, yet they never exhibi<g ref="char:EOLhyphen"/>ted upon any occasion, such Manuall plausibilitie to the people, it being a Gesture too plebeian &amp; Theatrically light for the <hi>Hands</hi> of any prudent <pb n="107" facs="tcp:110295:174"/> Rhetorician, who can never decently advance his intentions, by the naturall or artificiall <hi>plau<g ref="char:EOLhyphen"/>dite</hi> of his <hi>Hands.</hi> </p> </div> <div n="13" type="prevarication"> <head> <hi>Prevar.</hi> Sect. 13.</head> <p>TO discourse customarily with the <hi>Hands</hi> turn'd up, of old said, <hi>supinis Manibus disse<g ref="char:EOLhyphen"/>rere,</hi> is an effeminate and ill habit in the Hand of <note place="margin">Dio Pru<g ref="char:EOLhyphen"/>saeus. orat. 33.</note> an Oratour. <hi>Dio Prusaeus,</hi> among the Symbolls of Intemperance, reprehends this habituall de<g ref="char:EOLhyphen"/>meanour of the <hi>Hand:</hi> for when hee would reckon up those things which signifie a corrupt and naughty custome, which he calls <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, he sets downe among the rest, <hi>Supinis Manibus disserere.</hi> </p> <p>Now they are properly called <hi>Manus s<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>pinae,</hi> that are so advanc'd, that the Palmes respect the <note place="margin">Cresol. de gestu O<g ref="char:EOLhyphen"/>rat. lib. 2.</note> heavens, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, with the Atticks. <hi>Cresolli<g ref="char:EOLhyphen"/>us</hi> hath cast in his minde, what should be the cause why so excellent and weighty an Author should seeme justly to have reprehended this gesture: for he could not altogether condemne it, because in things sacred, it hath been so religi<g ref="char:EOLhyphen"/>ous, and received with so great consent of all Nations, that the most ancient holy mysteries, which vulgarly were called <hi>Orgia,</hi> (as some Grammarians will have it) tooke their denomi<g ref="char:EOLhyphen"/>nation from this very gesture of the <hi>Hands.</hi> But my Authour conjecturing what his meaning should be; Perchance (saith he) his intention is, to reprove the action of some foolish men, who, <note place="margin">Quintil. inst. Rhet</note> as <hi>Quintilian</hi> saith, hold out their Hands after the manner of them who carry something; or of those, who as if they crav'd a Salary or Miner<g ref="char:EOLhyphen"/>vall of their Auditors, most unskilfully bear about their Hands upwards: in whom that of the <pb n="108" facs="tcp:110295:175"/> Roman Poet may be verified; <q> <l>Ille cava praetium, flagitat usque Manu. <note place="margin">Tibullus l. 2. Eleg. 4. Galen. de usu part.</note> </l> </q> For <hi>Galen,</hi> when he would expresse the <hi>Hand</hi> to be conveniently dispos'd for the conteining of water that it flow not out, calls this purpose of the <hi>Hand, Manum supinam.</hi> But this would be done more unseasonably, and to lesse purpose, if a man by the motions of his Hands should use to imitate one taking up water out of some river, as he in <hi>Virgil;</hi> <q> <l>—rite cavis undam de flumine palmis</l> <l>Sustulit—</l> </q> </p> <p>That which seems most probable, and to come neerest the true sense of that ancient Author, <hi>Cresollius</hi> conceives to be an intended reproofe of a certaine action incident to nice and effe<g ref="char:EOLhyphen"/>minate men: for in that place, <hi>Dio</hi> prosecutes the sinnes of voluptuousnesse, and a lascivious habit of the minde. Indeed, tender and delicate minkes, after their right womanish garbe, lay their <hi>Hands</hi> upright, which a wise man should not imitate: and therefore in his opinion, that excellent Poet <hi>Aeschylus,</hi> with exquisite <note place="margin">Aeschylus in Pro<g ref="char:EOLhyphen"/>meth. Arist. Phy<g ref="char:EOLhyphen"/>siog. lib. 3.</note> judgement, aptly said; <hi>Manus muliebri more su<g ref="char:EOLhyphen"/>pinatas.</hi> So that great Emperor of learning, and perpetuall Dictator of the Arts, among the por<g ref="char:EOLhyphen"/>tentous signes of Impudence, layes down, <hi>Su<g ref="char:EOLhyphen"/>pinas manuum motus, teneritudine quadam &amp; molli<g ref="char:EOLhyphen"/>cie dissolutas.</hi> After which manner <hi>Tatian</hi> paints out <hi>Crescens</hi> a Cynicall Philosopher, the onely <note place="margin">Tatian. Orat. cont. Grae<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>.</note> ring-leader to all abominable lust and beastly concupiscence: whom he therefore calls, <hi>deli<g ref="char:EOLhyphen"/>cato corpore fractum, &amp;</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>.</p> </div> <div n="14" type="prevarication"> <pb n="109" facs="tcp:110295:175"/> <head> <hi>Praevar.</hi> Sect. 14.</head> <p>THey who cast and throw out the <hi>Hand,</hi> or raise the Arme with a shout, if they doe it as of a customary disposition, declare thereby the jovialitie of their natures. To this vapouring ex<g ref="char:EOLhyphen"/>pression of the <hi>Hand,</hi> some refer that of the Pro<g ref="char:EOLhyphen"/>phet <hi>Hosea: This is the day of our King: the Prin<g ref="char:EOLhyphen"/>ces have made him sick with flagons of wine: he stretched out his</hi> Hand <hi>to scorners.</hi> <note place="margin">Hosea cap. 7. v. 5.</note> And <hi>Lipsius</hi> tels us, that in <hi>Westphalia,</hi> where they drinke <hi>super</hi> <note place="margin">Lipsius Epist. ad Heur.</note> <hi>naculum,</hi> as an ordinary elegancie, at every quaffe &amp; carouse, they put for th the <hi>hand:</hi> and this seems naturall to good fellowes, whose sociable dis<g ref="char:EOLhyphen"/>position makes them very apt to fall upon this joviall exaltation of the <hi>Hand,</hi> which in the Me<g ref="char:EOLhyphen"/>ridian of mirth naturally importeth the elevation of the cheered heart, raised by the promotion of the brisked spirits.</p> </div> <div n="15" type="prevarication"> <head> <hi>Praevar.</hi> Sect. 15.</head> <p>THe wagging and impertinent extension of the <hi>Fingers</hi> in speaking, hath ever been ac<g ref="char:EOLhyphen"/>counted a note of levitie and folly. And such who by a certaine reciprocall motion doe ever and anon lift up one or other of their <hi>Fingers</hi> visibly prolonged, they seeme to trie conclusi<g ref="char:EOLhyphen"/>ons with their hearers, and to play with them at that exercise which was in use among the anci<g ref="char:EOLhyphen"/>ent Romans, who had a game or lotterie where<g ref="char:EOLhyphen"/>in one held up his <hi>Finger</hi> or <hi>Fingers,</hi> and the o<g ref="char:EOLhyphen"/>ther turning away, ghessed how many he held up: Or if you will have it according to <hi>Poli<g ref="char:EOLhyphen"/>dors</hi> relation, the play was after this manner: <note place="margin">Polidor. lib. 2. c. 13. de rerum invent.</note> Two, having first shut their <hi>Hands,</hi> forthwith let out their <hi>Fingers,</hi> naming a certaine number. As for example, I put forth three fingers, you as many; I name foure, you sixe: so you by ghes<g ref="char:EOLhyphen"/>sing <pb n="110" facs="tcp:110295:176"/> and naming the right number, winne. And because the <hi>Fingers</hi> thus unfolded, suddenly ap<g ref="char:EOLhyphen"/>peare, by a metaphor they were said in this sport <hi>Micare digitis.</hi> Hence <hi>Varro; Micandum erat cum Graeco, utrum ego illius numerum, aut ille me<g ref="char:EOLhyphen"/>um sequatur.</hi> This is well knowne among the I<g ref="char:EOLhyphen"/>talians at this day, and vulgarly called <hi>Mor;</hi> per<g ref="char:EOLhyphen"/>haps (saith <hi>Polydor) quòd Maurorum hic sit ludus.</hi> But the more approved opinion is, <hi>quòd</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>id est, Stultorum ludus.</hi> And perhaps <hi>Nero</hi> had ob<g ref="char:EOLhyphen"/>serv'd in <hi>Claudius</hi> his predecessor, some such <note place="margin">Suetonius &amp; his In<g ref="char:EOLhyphen"/>terpreter.</note> kinde of indiscreet prevarication with his <hi>Fin<g ref="char:EOLhyphen"/>gers,</hi> who in spightfull and contumelious manner both in word and deed, was wont every way to taunt and twit him with his folly; and among other opprobrious indignities offered to his name and memory, in scoffing wise he would say of him, that he had left now <hi>Morari</hi> any longer among men; using the first syllable of the word, long: in which word there is couched a double sense, which gives the grace unto this pleasant scoffe; for being a meere Latine word, it signifieth to stay or make long abode: and ta<g ref="char:EOLhyphen"/>king it thus, it importeth, that <hi>Claudius</hi> lived no longer among Mortalls. But as <hi>Nero</hi> spake of <hi>Moros</hi> in Greeke, which signifies a foole, and hath the first syllable long, it importeth, that <hi>Claudius</hi> play'd the foole no longer here in the world among men. <hi>Cresollius</hi> condemnes this <hi>Finger-loping</hi> gesture as very uncomely, and un<g ref="char:EOLhyphen"/>worthy <note place="margin">Cresol. de de gestu Orat. l. 2.</note> the discreet <hi>Hand</hi> of an Orator, so un<g ref="char:EOLhyphen"/>advisedly to counterfeit the common gestures of Buyers of confiscate goods: and he would have the Edict of <hi>Appronianus,</hi> Provost of the Cittie of <hi>Rome,</hi> to be set before them; in <pb n="111" facs="tcp:110295:176"/> which he did desire this up-and-down motion of the <hi>Fingers</hi> to be cast not onely out of the Courts of Justice and the Senate house, but from the Forum, and very entercourse of buying and selling. This Edict is yet to be seen in a marble table at <hi>Rome,</hi> beginning thus. <q> <p>EX AUCTORITATE TURCI APRONIANI, V. C. <note place="margin">Gr<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>terus ex Si<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ctio in lite<g ref="char:EOLhyphen"/>ris Digi<g ref="char:EOLhyphen"/>talibus, sic exsculpsit.</note> PRAEFECTI URBIS RATIO DOCUIT UTILITATE SUA DENTE CONSUETUDINE MI<g ref="char:EOLhyphen"/>CANDI SUBMOTA SUB EXAGIO POTIVS PECORA VENDERE QVAM DIGITIS CONCLUDENTIBUS TRADERE, &amp;c.</p> </q> </p> <p>They that would conserve the qualitie and state of an Oratour, must avoyd this ridiculous custome of wagging the <hi>Fingers,</hi> lest now they doe not seeme to stand in their Pulpits to sell sheep, but to sell them oft, or to brag and boast of their parts.</p> </div> <div n="16" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 16.</head> <p>SUch who have Hands too active in discourse, and use to beat the aire with an odious kinde of <hi>Chiromachia,</hi> bewray the cholerique transpor<g ref="char:EOLhyphen"/>tation of their individuall natures, a habit of the <hi>Hand</hi> incident to young men, who as a Learned Father saith, are wont to glory that in them, <hi>Su<g ref="char:EOLhyphen"/>pra</hi> <note place="margin">Greg. Nys. orat. de Beatitud. Juvenal l. 1. Sat. 3.</note> <hi>modum vigeant manus ad motionem.</hi> This ha<g ref="char:EOLhyphen"/>bituall imperfection the Ancients called, <hi>Jactare manus;</hi> even as the Satyrist scoffes at those who <pb n="112" facs="tcp:110295:177"/> had a smackering of the Greeke Tongue, who did, <hi>à facie jactare manus</hi>—a gesture it seems Pa<g ref="char:EOLhyphen"/>rasites <note place="margin">Juvenal. lib. 1. Sat. 3</note> in their way of admiration, were wont to use: for, <hi>Martial,</hi> <q> <l>—geminas tendis in ore manus. <note place="margin">Martial. Epigram Hieron. Epist. 5.</note> </l> </q> </p> <p>S. <hi>Hierome</hi> very elegantly mocks at this fashi<g ref="char:EOLhyphen"/>on: <hi>Nam si applosisset pedem, intendisset oculos, rugasset frontem, [jactasset manum] verba tonasset, tenebras illico ob oculos effundisset Judicibus:</hi> imi<g ref="char:EOLhyphen"/>tating perchance herein that renowned Stoique, thus setting it down. <hi>Nec supploderem pedem, nec [Manum jactarem] nec attollerem vocem. Quin<g ref="char:EOLhyphen"/>tilian</hi> <note place="margin">Seneca Epist. 75. Fabius Inst. Rhet.</note> affirmes this behaviour of the <hi>Hand</hi> be<g ref="char:EOLhyphen"/>came onely <hi>Demetrius</hi> the Comoedian, famous in those times; and beside him, none. As for the Athenian Eagle <hi>Socrates,</hi> so called for his quick insight of understanding, he was wont to use <note place="margin">Zopyrus Phisiogn.</note> this vehemencie of the <hi>Hand,</hi> which was obser<g ref="char:EOLhyphen"/>ved in him as a token of his violent nature and hot spirit; who, because in his pleadings he was transported with such heat of action, and and would often in the eagernesse of disputati<g ref="char:EOLhyphen"/>on, skirmish as it were with his <hi>Fist,</hi> he was <note place="margin">Laertius lib. 2.</note> therefore despis'd and laugh'd at by many, and not undeservedly: for his immoderate action was somewhat hot, &amp; mad-man like, arguing an impotent minde, and an ill temper'd spirit. <hi>Cre<g ref="char:EOLhyphen"/>sollius</hi> reports, he once saw a learned man, a Rhetorique Professor, make his <hi>Clerum</hi> in a pub<g ref="char:EOLhyphen"/>lique <note place="margin">Cresol. de gest. Orat. lib. 2.</note> assembly of learned men: But he with such a continued swiftnesse moved his <hi>Hand</hi> before his face, that he could scarce discerne his eyes or countenance while he spake. How other of his Auditors conceived of his gesture, he knew not a to him it seemed most odious; for with that <pb n="113" facs="tcp:110295:177"/> argute and vehement action, his eyes were al<g ref="char:EOLhyphen"/>most dazled. This my Author would say pro<g ref="char:EOLhyphen"/>perly to be that, which <hi>Aristophanes</hi> facetiously calls <hi>Muscas abigere;</hi> as if all that labour of his had tended to no other end, then to make his <hi>Hand</hi> a Flie-flap. <hi>Domitius Afer,</hi> seeing <hi>Mani<g ref="char:EOLhyphen"/>lius Sura</hi> handling a cause, and in his pronunci<g ref="char:EOLhyphen"/>ation running up and down, dancing, <hi>Manus jactantem,</hi> tossing his <hi>Hands,</hi> casting back and putting aside his gown, said, that he did not <hi>A<g ref="char:EOLhyphen"/>gere, sed satagere: Actio enim Oratoris est; Sata<g ref="char:EOLhyphen"/>git</hi> <note place="margin">Quintil. lib. 11. de pronunc.</note> <hi>autem, qui frustra misere<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> conatur.</hi> </p> </div> <div n="17" type="prevarication"> <head>Praevar. Sect. 17.</head> <p>IN a sewing posture to drive out the Elbowes to both sides, as one of the Gentle-craft, is a Prevarication noted and condemned by <hi>Quin<g ref="char:EOLhyphen"/>tilian. Cresollius</hi> sayes, A learned and reverend friend of his, once saw a Mushrome Doctor <note place="margin">Cresol. de g<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>st. Orat. lib. 2.</note> pronounce after this manner; that at every comma, he drew out his Elbowes with such constancie, or rather pertinacie, that he seem'd to know no other gesture. At which sight he tacitely to himselfe: Either I am deceived in my opinion, or this man hath been of some sew<g ref="char:EOLhyphen"/>ing occupation. And it seemes, upon further en<g ref="char:EOLhyphen"/>quirie, his Augurie fail'd him not; for he had been lately a Cobler. This absurd motion of the armes, makes an Oratour seeme rather to have come to speake, from his Last, then his Booke: or as if he newly came from vamping his Ora<g ref="char:EOLhyphen"/>tion.</p> </div> <div n="18" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 18</head> <p>TO shake the armes with a kinde of perpetuall motion, as if they would straightway flie out of the sight of their Auditours, or were about to <pb n="114" facs="tcp:110295:178"/> leave the Earth: is a Praevarication in Rheto<g ref="char:EOLhyphen"/>rique. Such Oratours have been compared to Ostriches, who goe upon the ground, yet so, that by the agitation of their wings, they seeme to thinke of flight. This happens to some by reason of a certain Plethorique wit and ardor of Nature, which scarce suffers it selfe to be kept down and holden by the body. <hi>Cresollius</hi> once saw such a Divine, whose habituall mobilitie of his <hi>Hands</hi> was such, that the strongest men could scarce emulate, unlesse by an incredible conten<g ref="char:EOLhyphen"/>tion of labour. Some, through a puerile instituti<g ref="char:EOLhyphen"/>on, or by a contracted custome doe the same; i<g ref="char:EOLhyphen"/>mitating little birds, which being not yet fledg<g ref="char:EOLhyphen"/>ed, nor strong enough for flight, yet in their nests move and shake their wings very swiftly. These the Greekes call <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, which they use to object against those who by a foolish gesticulation appeare in the posture of little birds. The Polite Comoedian elegantly, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>nugaris gesticulando.</hi> This doth usu<g ref="char:EOLhyphen"/>ally <note place="margin">Aristoph.</note> appeare in many, in the gesturing and skip<g ref="char:EOLhyphen"/>ping motions of joy, when the exultant Minde leaps and lifts up it selfe; and tickling the body with an active sweetnes, shakes those parts most which are more free and prompt to action. <hi>Di<g ref="char:EOLhyphen"/>philus</hi> a Greek Poet, pleasantly expresses this in his <hi>Parasite;</hi> whom he brings in, rejoycing, with <note place="margin">Athen. l. 9</note> this exultant motion of his armes. <hi>Atticus Ly<g ref="char:EOLhyphen"/>sias,</hi> in an Oration of his, hath elegantly signifi<g ref="char:EOLhyphen"/>ed the same; who, when he would prove the Adversarie not onely to be conscious of the in<g ref="char:EOLhyphen"/>jurie, but to be the principall author of it; he brings this perspicuous signe, that he imitated the crowing gesture of a Cock of the game, after <pb n="115" facs="tcp:110295:178"/> his victorie; and clapped his sides with the ap<g ref="char:EOLhyphen"/>plause <note place="margin">Dionys. Halicarn.</note> of his Armes, as with wings, incircled in a ring of wicked men. This gesture is most proper to Mimiques, and the Theater; and can scarce stand with the gravitie of the Forum, or the reverence of the Church; unlesse some part of it well moderated, may be permitted in signi<g ref="char:EOLhyphen"/>fication of Gladnes of heart.</p> </div> <div n="19" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 19.</head> <p>TO use no Action at all in speaking, or a hea<g ref="char:EOLhyphen"/>vy and slow motion of the <hi>Hand,</hi> is the pro<g ref="char:EOLhyphen"/>pertie of one stupid and sluggish. <hi>Hyperides,</hi> whom <hi>Plutarch</hi> reckons in the Decad of Ora<g ref="char:EOLhyphen"/>tours, was of this temper; for it is said, that in his Orations he shewed no action or gesture at all: his manner was, to set down the Cafe, and lay open the matter plainly and simply, without troubling the Judges any otherwise then with a naked narration. Which <hi>Aeschines,</hi> as some thinke, did strive to imitate; who in a foolish e<g ref="char:EOLhyphen"/>mulation of <hi>Solon,</hi> and by praising his <hi>Hand,</hi> strove to countenance his opinion of an un<g ref="char:EOLhyphen"/>active pronunciation. But from that time, all Antiquitie hath repudiated those for stupid and bruitish Oratours: of whom one may justly say <note place="margin">C<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ssiodor. lib. de A<g ref="char:EOLhyphen"/>nima, cap. 12.</note> that which <hi>Cassiodorus</hi> of that drunken wise man: <hi>Virum illum prudentissimè disserentem, difficile est vivum credas, quem se nec movere posse conspicias.</hi> Who may be describ'd, as the miserable wo<g ref="char:EOLhyphen"/>man in the Fable, turned into a stone by <hi>La<g ref="char:EOLhyphen"/>tona:</hi> <note place="margin">Ovid. Me<g ref="char:EOLhyphen"/>tamorph. lib. 5.</note> <q> <l>Nec flecti cervix, nec brachia reddere gestus;</l> <l>Nec pes ire potest, nihil est in imagine vivum.</l> </q> There was no kinde of writer, that did not with franke language inveigh and pleasantly scoffe at <pb n="116" facs="tcp:110295:179"/> the sluggishnesse of those Orators. <hi>Juvenal</hi> pret<g ref="char:EOLhyphen"/>tily compares them to the stumpe of <hi>Hermes,</hi> and <note place="margin">Juvenal. Satyr. 8.</note> in one, disgraces them all. <q> <l>Nullo quippe alio vincis discrimine quàm quod</l> <l>Illi marmoreum caput, est, tua vivit imago.</l> </q> <hi>Aristides</hi> was wont to say, that such dull Ora<g ref="char:EOLhyphen"/>tours <note place="margin">Aristides to. 3.</note> were very unlike <hi>Orpheus;</hi> for he, as the fa<g ref="char:EOLhyphen"/>bles report, enticed and drew stones after him: but they, as wood and stones, move no man. <hi>Cresollius</hi> (who hath prepared much of this in<g ref="char:EOLhyphen"/>telligence <note place="margin">Cresol. in Vacat. Autumn.</note> to my hand) sticks not to joyne toge<g ref="char:EOLhyphen"/>ther such men who speake without action, to those statues made by the Ancients in the igno<g ref="char:EOLhyphen"/>rant ages of the world: for they had their eyes shut, their hands hanging down and joyned to their sides. <hi>Daedalus,</hi> a cunning and witty man, was the first that formed the eyes, and put forth the Hands, so giving life and motion to all the parts, with singular judgement, teaching there<g ref="char:EOLhyphen"/>by the decencie thereof; wherefore he is feigned to have made those statues and pourtraictures of men so excellently, that they moved of them<g ref="char:EOLhyphen"/>selves. The inconvenience of this cold vacati<g ref="char:EOLhyphen"/>on in the <hi>Hand,</hi> gave being to that Axiome in Rhetorique, <hi>Est maxime vitiosum, si actione ma<g ref="char:EOLhyphen"/>nuum<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> motu careat:</hi> for such, my Author thinks a wrestling place were necessary; but that of the Ancients, wherein the apt and comely motions of the whole Body, especially <hi>Chironomia,</hi> the eloquent behaviour or Rule of managing the <hi>Hand,</hi> was taught. But since these helpes of e<g ref="char:EOLhyphen"/>loquence now faile, his advice is, they would mark the gestures of famous and excellent men, honestly and freely brought up, and by a certaine diligent imitation, garnish their owne <hi>Hands</hi> <pb n="117" facs="tcp:110295:179"/> with those dumbe figures of Rhetorique.</p> </div> <div n="20" type="prevarication"> <head>Prevar. <hi>Sect.</hi> 20.</head> <p>THey who have <hi>Hands</hi> slow and ponderous, and who without any comelinesse beare and offer about their leaden <hi>Hands,</hi> together with the arme, after a rusticall manner; so lift<g ref="char:EOLhyphen"/>ing it up sometimes, that they seeme to move a great lumpe of trembling flesh, reaching their slow Right hand out so timerously, as if they gave provender to an Elephant. Such are by this customary habit, discovered to be Clownes, and men of a most unfaithfull memorie. Such men we shall sometimes see so faint and idle in their discourse, that they stick in the briers, and de<g ref="char:EOLhyphen"/>murre in a grosse gesture of pronunciation; and stricken as it were with astonishment, they seeme nailed to that ill behaviour. This in old time, was called, <hi>Agere suspensa manu.</hi> For that Clownes, and men not so well exercised in spea<g ref="char:EOLhyphen"/>king, or such whose unfaithfull memories faile them, while they are altogether ignorant of the matter, and are not certaine whither they shall be caried, or where they shall at length rest; they hang the <hi>Hand,</hi> and hold it as it were in suspense. Therefore <hi>Plinie</hi> the younger elegant<g ref="char:EOLhyphen"/>ly <note place="margin">Plin. Se<g ref="char:EOLhyphen"/>cund. Ep. lib. 6.</note> usurps <hi>Suspensa manu commendare,</hi> for a faint and cold commendation, destitute of that ardent affection which is wont to appeare in those who are moved in matters of great moment.</p> </div> <div n="21" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 21.</head> <p>THe subtle gesticulation, and toying behavi<g ref="char:EOLhyphen"/>our of the <hi>Hands</hi> and <hi>Fingers,</hi> was called by the Ancients, <hi>Gestuosa Manus, arguta Manus,</hi> and <hi>argutiae Digitorum:</hi> and are certaine quick and over-fine delicate motions of the <hi>Fingers;</hi> <pb n="118" facs="tcp:110295:180"/> such as our Juglers use, who performe tricks by slight of Hand, and by a colourable craft mock the eye. Hence <hi>[Manus arguta]</hi> are spoken of theeves, whose <hi>Hands</hi> doe quickly leap up, and issue forth, instantly vanishing out of sight: a non they shew themselves, and are called to every part. <hi>Sidonius Apollinaris,</hi> very skilfully; <hi>Scrinia tuaconniventibus nobis, ac subernantibus, effra<g ref="char:EOLhyphen"/>ctorum</hi> <note place="margin">Sidonius Apolinaris l. 9. Ep. 7.</note> <hi>[Manus arguta] populabitur.</hi> This pratling and busie talking of the <hi>Hand,</hi> and chattering vanitie of the <hi>Fingers,</hi> by the common verdict of all discreet and knowing men, hath been ever condemned for a ridiculous weaknesse in those that use it much: against which the most judici<g ref="char:EOLhyphen"/>ous Rhetoricians have entred their caveats. See that grave precept of the Prince of Eloquence: <hi>Nulla sit mollicia cervicum, nullae [argutiae digito<g ref="char:EOLhyphen"/>rum]</hi> <note place="margin">Cicero in Oratore.</note> <hi>non ad numerum articulus cadens.</hi> That rich Oratour, whose wealth begot a Proverb, very wisely also to this purpose: <hi>Digitus subsequens vexba non exprimens.</hi> This genuine blemish and epidemicall disease, takes hold of the <hi>Hands</hi> of light and unskilfull persons, and young men, <note place="margin">Crassus de Oratore. 3.</note> who are usually too hot at <hi>Hand</hi> in their expres<g ref="char:EOLhyphen"/>sions: yet it hath been the noted and deforming propertie of some learned men, who by reason of the lively force of their wit, and vigorous a<g ref="char:EOLhyphen"/>lacritie of their spirits, doe manifest and signifie their mindes with a tumultuous agitation of the whole body, whose <hi>Hands</hi> are never out of a<g ref="char:EOLhyphen"/>ction, but alwayes stirring and kept in play, their words plentifully issuing out on all <hi>Hands. Q. Hortensius,</hi> otherwise a man excellent, was taxed with this genuine or contracted affectation of the <hi>Hand:</hi> concerning whom, let us heare the <pb n="119" facs="tcp:110295:180"/> report of <hi>Agellius. Cum manus ejus [forent argu<g ref="char:EOLhyphen"/>tae] admodum &amp; gestuosae, maledictis appellationi<g ref="char:EOLhyphen"/>bus<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> </hi> <note place="margin">Agellius lib. 1. cap. 5</note> <hi>probrosis jactatus est, &amp;c.</hi> In which he saith true: for he was upbraided by the Orators of those times, for the gesticulation of his <hi>Hands,</hi> and cal<g ref="char:EOLhyphen"/>led Stage-player; and <hi>Torquatus,</hi> his enemie, nick-nam'd him, <hi>Gesticulariam Dionysiam:</hi> as if he had been but the zanie and ape of <hi>Dionysia,</hi> a tumbling girle, and shee-Mimique of those times. <hi>Tullie</hi> relates the same man to have used such <note place="margin">Cicero Divinat. in Verrem.</note> subtle and swift motions of his <hi>Hands,</hi> that he dazled the eyes of the beholders. Such a one was <hi>Titius,</hi> who as the same Author reports, was so effeminate and dissolutely active in his ge<g ref="char:EOLhyphen"/>stures, <note place="margin">Idem de Clar. orat.</note> that the <hi>Pantomimi</hi> of those times made a dance of him, and called it by his name, <hi>Titius his Coranto. Tyrtamus</hi> that sweet-mouth'd So<g ref="char:EOLhyphen"/>phister, whom <hi>Aristotle</hi> for his divinitie of Elo<g ref="char:EOLhyphen"/>cution, pointing out with his finger, as it were, the man, call'd him <hi>Theophrastum:</hi> yet <hi>Athenaeus</hi> <note place="margin">Laert l. 5. Athenaeus De<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>pnos. lib. 1.</note> reports him, <hi>Nullum gestum &amp; corporis motionem praetermisisse;</hi> and so by consequence guilty of an impertinent vexation of the Hands and Fingers.</p> </div> <div n="22" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 22.</head> <p>TO play &amp; fumble with the <hi>Fingers</hi> in speech, is a simple and foolish habit of the <hi>Hand,</hi> condemned by the ancient Rhetoricians, as an argument of a childish and ill-temper'd minde. This, with the Ancients, was, <hi>[Vibrare digitis:]</hi> There are, saith <hi>Quintilian, Qui sententias vi<g ref="char:EOLhyphen"/>bratis</hi> <note place="margin">Fabius <gap reason="illegible" resp="#APEX" extent="2 letters"> <desc>••</desc> </gap>st Rhet. cap. 28.</note> <hi>digitis jaculantur:</hi> and the Hebrew Pro<g ref="char:EOLhyphen"/>verbe saith, <hi>Stultus digito l<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>quitur,</hi> The Foole speaketh with his <hi>Finger.</hi> Wherefore it was the saying of <hi>Chilo</hi> the Lacedemonian; <hi>Inter loquen<g ref="char:EOLhyphen"/>dum <pb n="120" facs="tcp:110295:181"/> manus movere non debere,</hi> which he spake not <note place="margin">Laertius l. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>.</note> of Rhetoricall motions, since in Sparta there was scarce any man esteemed the copious elegancie of speech worth his study; but his intention was either closely to carpe at this foolish toying with the Fingers, or else to admonish his Citizens to be sparing in speech, and to affect Laconicall brevity, and where one or two words would serve the turne to expresse their minde, there would be no great need of gesturing with the <hi>Hand.</hi> To this may be referred that which <hi>Sue<g ref="char:EOLhyphen"/>tonius</hi> <note place="margin">Suetonius cap. 68.</note> reports of <hi>Tiberius Nero, Caesar,</hi> whose speech was exceeding slow, not without a cer<g ref="char:EOLhyphen"/>taine wanton gesticulation, and fumbling with his Fingers, which with other signs were recko<g ref="char:EOLhyphen"/>ned and observed in him by <hi>Augustus,</hi> as pro<g ref="char:EOLhyphen"/>perties odious, and full of arrogancie.</p> </div> <div n="23" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 23.</head> <p>TO use the <hi>Middle-Finger</hi> instead of the <hi>In<g ref="char:EOLhyphen"/>dex</hi> in points of demonstration is much to be condemned in the <hi>Hand</hi> of any man, much more of an Oratour. The ancient Grecians no<g ref="char:EOLhyphen"/>ted and reproved such for witlesse dotards. Hence <hi>Diogenes</hi> the Cynique said, <hi>Multos insanire prae<g ref="char:EOLhyphen"/>ter</hi> <note place="margin">Laertius lib. 6.</note> <hi>digitum,</hi> covertly inferring that they are not (only) mad, who erre in putting forth of their <hi>Finger.</hi> Which gives a notable lustre to that ele<g ref="char:EOLhyphen"/>gant, but darke place of <hi>Perseus,</hi> hitherto under<g ref="char:EOLhyphen"/>stood of none, not excepting <hi>Cornutus</hi> the anci<g ref="char:EOLhyphen"/>ent Scholiast, for <hi>Ramirez</hi> marvells not that <hi>E<g ref="char:EOLhyphen"/>rasmus</hi> was ignorant thereof, in his Adage<g ref="char:punc">▪</g> <note place="margin">Ramirez Comment Epig. <gap reason="illegible" resp="#APEX" extent="1 word"> <desc>〈◊〉</desc> </gap>. Mart. in Amphit. Caes.</note> <hi>Tolle digitum,</hi> the place is Satyr 5. <q> <l>Nil tibi concessit ratio, digitum exere, peccas,</l> <l>Et quid tam parvum est?</l> </q> Art thou void of reason, and a starke foole: shall <pb n="121" facs="tcp:110295:181"/> I prove it to you? <hi>exere digitum,</hi> mimically he feignes him to have put forth his <hi>Middle-Finger,</hi> which is the fooles <hi>Index,</hi> according to that vul<g ref="char:EOLhyphen"/>gar versicle: <q> <l>Miles, mercator, stultus, maritus, amator.</l> </q> And he addes <hi>Peccas,</hi> thou errest in putting forth that <hi>Finger,</hi> and he urges an argument, <hi>à minori,</hi> and what is so small and easie to doe? as if he should say, if you mistake in so small a matter, what would you doe in a case of greater mo<g ref="char:EOLhyphen"/>ment? <hi>Lubinus</hi> commenting upon these words, <note place="margin">Lubinus Comment in Perseu. Satyr 5.</note> <hi>Digitum exere, peccas,</hi> sayes the Poet speaks ac<g ref="char:EOLhyphen"/>cording to the opinion of the Stoiques, who did demonstrate, <hi>Ne digitum rectè à stultis exeri posse;</hi> and that a wise man only can doe a thing: which that he might make good, he puts him to an ea<g ref="char:EOLhyphen"/>sie triall, in which this foolish <hi>Dama</hi> miscarried, which discovered, he was not able to move the least member of his body without fault and incur<g ref="char:EOLhyphen"/>ring a just reprehension. <hi>Paschalius</hi> alluding to <note place="margin">Paschal. lib. 26. virt. &amp; vit. Charact.</note> the same misprision of the <hi>Hand</hi> in demonstration saith, <hi>Stultus medium digitum monstrat, &amp; hinc se<g ref="char:EOLhyphen"/>se denudat,</hi> an action so unnaturall and uncomely, that we will not permit children to be guilty of committing it.</p> </div> <div n="24" type="prevarication"> <head>Praevar. <hi>Sect.</hi> 24.</head> <p>TOme a sure out &amp; distinguish the intervals of an oration by scanning motions of the <hi>hand,</hi> &amp; certain delicate flexions, and light sounding per<g ref="char:EOLhyphen"/>cussions of the <hi>Fingers,</hi> is an action condemned in the <hi>Hand</hi> of an Oratour, called by <hi>Quintilian</hi> in his Prohibition against this action, <hi>Ad nume<g ref="char:EOLhyphen"/>rum articulis cadens;</hi> and explaining himselfe in this matter, he saith, <hi>Soluta oratio non descendit, ad strepitum digitorum.</hi> Indeed <hi>Protagoras</hi> cal'd Man <note place="margin">Fabius l. 9. cap. 4.</note> <pb n="122" facs="tcp:110295:182"/> the measure of all things. The Learned very fitly call Measure the daughter of the <hi>Fingers,</hi> and the Aegyptians used to signifie measure by a <hi>Finger</hi> painted. Hence the meeting and scanning of verses upon the <hi>Fingers,</hi> hath been a very ancient custome, and it was the manner of old in the re<g ref="char:EOLhyphen"/>citation of the verses of Poets, in the measuring and singing them, to note out the intervalls and stroaks by a certain motion of the <hi>Hands,</hi> where<g ref="char:EOLhyphen"/>in the <hi>Fingers</hi> exhibited a sound, which <hi>Quin<g ref="char:EOLhyphen"/>tilian</hi> cals <hi>[Digitorum ictum]</hi> for he saies in mee<g ref="char:EOLhyphen"/>ter, <note place="margin">Fabius l. 9. cap. 4.</note> <hi>[Digitorum ictu] intervalla signari.</hi> S. <hi>Augustin</hi> not obscurely consents to the same, who attri<g ref="char:EOLhyphen"/>butes singing, applause and percussion, to the recitation of verses: hence that sentence of <hi>Se<g ref="char:EOLhyphen"/>neca's</hi> to be taken notice of, <hi>Quorum Digiti ali<g ref="char:EOLhyphen"/>quod inter se carmen metientes semper sonant,</hi> where <note place="margin">S. Aug. l. 2 de Music. Senec. de Brevit. Vitae, c. 12 Cresol. de Gest. orat. l. 2.</note> (as <hi>Cresollius</hi> observes) that great guide of <hi>litera<g ref="char:EOLhyphen"/>tur, Lipsius,</hi> hath corrected a place which was sound of it selfe; but the <hi>Fingers</hi> (saith he) in that measuring doe scarce sound, therefore for <hi>sonant</hi> hee puts <hi>sunt;</hi> yet <hi>Cresollius</hi> is loath to thinke that the above mentioned place of <hi>Quin<g ref="char:EOLhyphen"/>tilian</hi> had escaped his knowledge, which con<g ref="char:EOLhyphen"/>firms this <hi>[ictum digitorum]</hi> or sounding motion of the <hi>Fingers,</hi> which <hi>Seneca</hi> in this sentence al<g ref="char:EOLhyphen"/>ludes unto: So, a Dactyl, one of the Poeticall feet, on which verses run, they wil have to have took <note place="margin">Diomedes</note> denomination from the drawing in length of the Finger, which they very cunningly used to ex<g ref="char:EOLhyphen"/>presse the modulation of the instrument. But this <hi>ietus</hi> or musicall cadence of the <hi>Fingers,</hi> which <hi>Cresollius</hi> thinkes was not usurped of old by Oratours, when they related the verses of an<g ref="char:EOLhyphen"/>clent Poets, unlesse perchance of the more effe<g ref="char:EOLhyphen"/>minate <pb n="123" facs="tcp:110295:182"/> of them, (who hunted also after delicate flexions of words) though it may be tollerable for the setting off the intervalls of restrained num<g ref="char:EOLhyphen"/>bers, yet in free prose, which <hi>Fabius</hi> calls <hi>oratio<g ref="char:EOLhyphen"/>nem</hi> <note place="margin">Seneca in sent. citata</note> <hi>solutam,</hi> to affect these subtill cadences, de<g ref="char:EOLhyphen"/>serves the sting of the Stoique, which he put out against it.</p> </div> <div n="25" type="prevarication"> <head> <hi>Prevar.</hi> Sect. 25.</head> <p>TO use the left hand commonly as principall in Action, which should be at most but ac<g ref="char:EOLhyphen"/>cessory, is the idle property of one destitute of all Artifice, and common notions; and of one that would seem to speake in despite of the advertise<g ref="char:EOLhyphen"/>ments of the Ancients; a strange errour in the <hi>Hand</hi> of Orator, yet observed &amp; condemned by <hi>Cresollius</hi> in some pretenders to divine Rheto<g ref="char:EOLhyphen"/>ricke, <note place="margin">Cresol. Vac. Aut.</note> fit only to preach before such as the chil<g ref="char:EOLhyphen"/>dren of Nineveh, who cannot discerne between their <hi>Right Hand</hi> and their left; for in those things that are done in the sight of honest men, it was never thought the property of an ingenious minde, and one well bred to use the left hand. Neither is there any cause why in the education <note place="margin">Plutarch of For<g ref="char:EOLhyphen"/>tune, and the educa<g ref="char:EOLhyphen"/>tion of children.</note> of Noble-mens children it is diligently given in charge, that they feed themselves with the <hi>Right Hand,</hi> yea, &amp; nurses use to rebuke infants, if hap<g ref="char:EOLhyphen"/>pily they put forth their left; which precept is drawne out of honesty it selfe, and nature, and hath ever beene in use with those Nations who have addicted themselves to humanity, and good manners. Hence the Aegyptians, because in wri<g ref="char:EOLhyphen"/>ting and casting account, they frame their let<g ref="char:EOLhyphen"/>ters, and lay their counters from the <hi>Right Hand</hi> to the left; and the Grecians (as <hi>Herodotus</hi> notes) coutrariwise, from the left to the <hi>Right;</hi> used to <note place="margin">Herodot.</note> <pb n="124" facs="tcp:110295:183"/> gird and trump at the Grecians, saying, that them<g ref="char:EOLhyphen"/>selves doe all to the <hi>Right Hand,</hi> which is well and honestly; but the Greeks to the left, that is perversely and untowardly. And indeed the Nomenclators seeme to have excluded the left hand from all actions of decencie and impor<g ref="char:EOLhyphen"/>tance. The Hebrewes call the <hi>Right Hand Ja<g ref="char:EOLhyphen"/>min,</hi> the South, the light and active <hi>Hand;</hi> and the left the North, the obscure and darke hand, much inferiour to the South. <hi>Homer,</hi> though hee differ, yet maintaines the dignity of the <hi>Right Hand</hi> above the left, in calling it the <hi>Orient,</hi> and the left the <hi>Occident.</hi> The <hi>Hand</hi> is so occupied in endeavouring and doing, that the Greeks, who to the advancement of wisdome have flourished in polishing humanity, and inventing names, call it <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>quòd ut magni Gram<g ref="char:EOLhyphen"/>matici animadvertunt,</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>. <hi>Meletius</hi> saies the left hand is called <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>quod in rebus per agendis, ipsa per se claudicet &amp; oberret:</hi> And that is called <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>lae<g ref="char:EOLhyphen"/>vam,</hi> <note place="margin">Meletius.</note> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>quod ob sui imperfectionem ab omni penè functione removetur.</hi> Sometimes with the Greeks it is called <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>à</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>i. re<g ref="char:EOLhyphen"/>linquo.</hi> Hence with the Latines, <hi>Relicta a relin<g ref="char:EOLhyphen"/>quo, a retrò &amp; linquo,</hi> and <hi>laeva</hi> (it may be) for that in most actions we leave it out, for the same reason in the English Nomenclature, the left hand, for that it is most usually left out. With the Germans, it is <hi>Die linke hant, quasi leigend hant, id est, quiescens vel cessans manus.</hi> With the Italians <hi>Mano flánca, Manus lassa,</hi> and <hi>Máno <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>ánca, id est, Manus desiciens.</hi> S. <hi>Hierom</hi> so attributes vertue and honesty to the <hi>Right Hand,</hi> that <gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>e will not <note place="margin">S. Hierom in Mat. 5.</note> acknowledge a just man to have so much as a <pb n="125" facs="tcp:110295:183"/> left hand; and the Hebrewes and Greeks as<g ref="char:EOLhyphen"/>cribe the left hand to vice. Who (saith <hi>Cresollius)</hi> is so great a forrainer and stranger in the nature of man, that he knowes not the <hi>Right Hand</hi> to be naturally more vigorous, and able then the left? If there be any such, I could produce a cloud of witnesses for his information, and the chiefe Au<g ref="char:EOLhyphen"/>thours and Ring-leaders of Antiquity trooping together under this banner, the splendour of whose Armes and Martiall lookes shall put all ignorance to flight. <hi>Aristotle</hi> in his Problems fil<g ref="char:EOLhyphen"/>led <note place="margin">Arist. Probl. 25. Sect. 31.</note> with incredible variety of learning, saith, <hi>Dextrae partes corporis nostri longe sunt nobiliores sinistris, &amp; multò amplius solent efficere.</hi> They who followed him in the chorus of the Learned, ta<g ref="char:EOLhyphen"/>king their hint from this their renowned princi<g ref="char:EOLhyphen"/>pall, adhere to the same opinion; for <hi>Plutarch totidem verbis, sinistra est</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> to omit what <note place="margin">Plutarch in Rom. quest. 78.</note> <hi>Apuleius, Censorius, Plinie, Solinus,</hi> and others deliver, who have given their manuall suffrage and assent unto this point. <hi>Philo Judaeus</hi> enqui<g ref="char:EOLhyphen"/>ring <note place="margin">Philo lib. de praem. Sacerd.</note> the reason why the Divine Law in the rite of sacrifices, gave to the Priests the part of the oblation, which they call the Right shoulder, sayes, there is a symbolicall significati<g ref="char:EOLhyphen"/>on in that mystery: That the Priest ought to be diligent and swift in action, and exceeding strong in all things. We know that commonly in <note place="margin">Cresol. de gest. orat.</note> combats the left hand, is it were affixed to the body, manageth the shield, and staying as it were at home quiet; the <hi>Right Hand</hi> shewes it selfe forth, and is occupied in doing and giving the charge. In which we may see a certaine sha<g ref="char:EOLhyphen"/>dow of Rhetoricall motion; for in speaking, motion and action is proper to the <hi>Right Hand</hi> <pb n="126" facs="tcp:110295:184"/> onely, the left remaines quiet, and is scarce openly brought forth. <hi>Tullie</hi> not very obscurely adviseth thus, who disputing of Action, makes <note place="margin">Cicero ad Herenn. l. 3.</note> mention only of one <hi>Hand,</hi> which he somewhere calls the <hi>Right Hand,</hi> no where the left, <hi>Si erit sermo cum dignitate, laevi Dextrae motu loqui oppor<g ref="char:EOLhyphen"/>tebit.</hi> But the most cleare Interpretour of all the Ancients, <hi>Quintilian,</hi> hath brought this Oracle of Rhetoricians from behinde the curtaine, <hi>Ma<g ref="char:EOLhyphen"/>nus</hi> <note place="margin">Fab. in Rhet Inst.</note> <hi>sinistra nunquam sola gestum facit,</hi> and how should it make of it self a compleat action, since the action thereof is more contracted, infirme, incomposed, and out of order? whereas the acti<g ref="char:EOLhyphen"/>ons of the <hi>Right</hi> are free, frequent, continued, composed, and resembling the sweet cadencies of numbers; &amp; therefore hath the prerogative of eloquence in the body, as being nearest the prin<g ref="char:EOLhyphen"/>ciple of motion, and most apt to move and signi<g ref="char:EOLhyphen"/>fie. And because the left hand of it selfe is of very small dignity in pronunciation, common humanity doth teach us, that as a Virgin shut up in her chamber, it should be modestly concealed; the <hi>Right Hand</hi> on the contrary, as a most goodly Scepter of Reason, with its force and weight, doth much among men.</p> <p>But although this praevarication of acting with the Left hand in chiefe, be an errour so grosse, that we cannot away with it even in picture, where an imitation of speech is exprest: Yet there might be a <hi>Quaere</hi> rais'd, what toleration might be granted to such who are Left-handed or Ambodexters by nature or custome. And I could furnish a Prevaricator in Chirosophie, with some notions to advance with, toward an excuse, or Apologie, in the behalfe of those who <pb n="127" facs="tcp:110295:184"/> are <hi>Scaevaes</hi> and <hi>Scaevolaes</hi> in this point of Rheto<g ref="char:EOLhyphen"/>rique. For, many of the ancient Sages, who gave themselves to the speculation of Nature, are of opinion, that both Hands are by nature equally qualified. The great Oracle of Physique, saith, <hi>Utram<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> in homine Manum esse consimilem.</hi> And <hi>Plato,</hi> where he speakes of the <hi>Hands,</hi> with that <note place="margin">Hippocra<g ref="char:EOLhyphen"/>tes. Plato. l. 7. de legibus.</note> wit wherewith he comprehended things divine and humane, affirmes, <hi>Parem Dextra at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> Sini<g ref="char:EOLhyphen"/>stra vim à Natura fuisse concessam.</hi> And that it hapned by Custome, that one Hand is better, and the other more infirme: yet Custome is an<g ref="char:EOLhyphen"/>other Nature. But <hi>Goropius</hi> hath a saying to <hi>Plato</hi> for this. <hi>Meletius,</hi> point-blanke, from an <note place="margin">Goropius in Hiero<g ref="char:EOLhyphen"/>glyph. Meletius de Nat. Hom. Plato l. 7. de legibus.</note> exemplar argument proves, <hi>Dextram Laeva poti<g ref="char:EOLhyphen"/>orem neutiquam esse. Plato,</hi> the Prior of all anci<g ref="char:EOLhyphen"/>ent Philosophers, where he sets forth the educa<g ref="char:EOLhyphen"/>tion of honourable Childhood, he would have them all in warre and handling their weapons, to be like those Sonnes of Thunder in <hi>Homer,</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, and no lesse then the Scythians in bat<g ref="char:EOLhyphen"/>taile, equally to use both Hands, since it seemes easie to be done. The lawes of which most a<g ref="char:EOLhyphen"/>cute Philosopher, when the Interpreter of Na<g ref="char:EOLhyphen"/>ture briefly sets downe in illustrating his learned <note place="margin">Arist. l. 2. Polit. cap. ult.</note> Tractate of Politie, he remembers this to be one: <hi>Gives omnes</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> <hi>esse oportere.</hi> Since there is little reason why one Hand should be idle and quiet. And <hi>Commodus</hi> the Emperor preferr'd <note place="margin">Dion. Cas.</note> the Left hand for any action, and was wont to boast much that he was Left-handed. We read also, that <hi>Ehud</hi> and <hi>Tiberius</hi> were of this com<g ref="char:EOLhyphen"/>plexion. <note place="margin">Judg. 3 Suet. in Tib. c 28. Barthol. Anat. inst. fol. 260.</note> But although some are found more nimble and active in their left hands, and some Ambodexters, (which <hi>Bartholinus</hi> imputes to a <pb n="128" facs="tcp:110295:185"/> paire of veines, whereas the puissance of the Right Hand proceeds from a veine <hi>sine pari,</hi> (on that side onely) yet the utmost dispensation can be granted, is a connivence in common acti<g ref="char:EOLhyphen"/>ons; for in matter of speech or ornamentall gesture, there can be no toleration granted to an Oratour to play the Ghibeonite, and to sling words at his Auditors out of the Auke of utte<g ref="char:EOLhyphen"/>rance, <note place="margin">Judg. 20. 16.</note> though he can doe it at a haires breadth. For the truth is, the Left Hand wants that agili<g ref="char:EOLhyphen"/>tie, excellence, force and grace in point of acti<g ref="char:EOLhyphen"/>on, being made contrary and unhappy by its sci<g ref="char:EOLhyphen"/>tuation: whereupon 'tis called <hi>Sinistra</hi> in latine, <hi>quia sine astris bonis.</hi> And the lack of grace in doing of a thing, is called <hi>Sinisterit as,</hi> and <hi>sini<g ref="char:EOLhyphen"/>strè</hi> the adverb sounds unhappily. The best way (therefore) that it can be imployed, is in atten<g ref="char:EOLhyphen"/>dance on the <hi>Right;</hi> which by the course of Na<g ref="char:EOLhyphen"/>ture hath the prioritie, as the more proper and propense, and apter to make good its actions by a more handsome diligence, as being planted nee<g ref="char:EOLhyphen"/>rer the fountain of the blood. And verily, the Left Hand seemes to be born to an obsequious com<g ref="char:EOLhyphen"/>pliance with the Right. And therefore when <hi>Quintilian</hi> calls for this acco<g ref="char:cmbAbbrStroke">̄</g>modation, he seems to have had respect unto the Interpretour of Nature, whose well-grounded Axiome it is, <hi>Ita comparata esse à Natura, ut Laeva Dextris obse<g ref="char:EOLhyphen"/>cundent.</hi> <note place="margin">Arist.</note> And the Philosopher addes his reason, <note place="margin">Arist. probl. 25.</note> in another place: <hi>quòd omnia Sinistra Dextris hu<g ref="char:EOLhyphen"/>midiora sunt facilius obsequi, at<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> ad nutum alteri<g ref="char:EOLhyphen"/>us fingi &amp; moveri:</hi> which the Hebrew Divines, (as <hi>Cresollius</hi> sayes) seeme to have had respect unto, in their exposition of <hi>Deuteronomie,</hi> about the ceremonie of washing Hands; where they <pb n="129" facs="tcp:110295:185"/> say thus: <hi>Denique opus est, ut in ablutione manuum Sinistra tanquam famula subserviat Dextrae.</hi> <note place="margin">Meletius de nat. Hom.</note> Hence some Critiques would have the Left hand called by the Greekes, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>quasi quòd egregia optima<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> non sit, sed ad Dextrae obsequium ministerium<expan> <am> <g ref="char:abque"/> </am> <ex>que</ex> </expan> procreata.</hi> And the ancient Lingones called improsperous things, <hi>Eperistera;</hi> but good and fortunate things, <hi>Dexia.</hi> By the Greekes, indeed, sometimes by <note place="margin">Caelius Rhod. var. Lect.</note> way of Antiphrasis, the Left Hand is called <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>ab</hi> <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>i. e. optimus.</hi> But in all humane af<g ref="char:EOLhyphen"/>faires, <hi>Sinistrum</hi> signifieth as much as unluckie.</p> <p>FOr an Ecclesiasticall Orator, to blesse or dis<g ref="char:EOLhyphen"/>misse his auditors with the Left hand, is a So<g ref="char:EOLhyphen"/>le cisme <note place="margin"> <hi>Prevar.</hi> Sect. 26.</note> in Manuall Divinitie. For the Left hand in this businesse, hath onely usurped the office in the second place, as being of a lower nature then the <hi>Right;</hi> neither is it of that fortune or re<g ref="char:EOLhyphen"/>putation: whence, in all Naturall devices and matter of forme or token of the <hi>Hand,</hi> or any utterance implying the freedome of election, the introducing of the Left hand doth abate, and denotes a subordinate propertie. 'Tis the Right Hand (according to <hi>Isidor)</hi> that hath its name <hi>à dando,</hi> by which we understand a joyfull a<g ref="char:EOLhyphen"/>bundance <note place="margin">Isidor.</note> of all good: the extension of that Hand therefore, hath been ever of more repute in conferring <hi>Benediction.</hi> And <hi>Justin Martyr</hi> sayes, it was an institution of the prime Apostles, that the <hi>Right Hand</hi> should confer the badge of <note place="margin">Just. Mar<g ref="char:EOLhyphen"/>tyr. q. 1. 8. ad Orth. Cresol. in Antholog. sacr.</note> Christianitie in Baptisme, for that it is more ex<g ref="char:EOLhyphen"/>lent &amp; honorable then the Left; and, as <hi>Cresollius</hi> thinks, accompanied with Blessing: Whereas in the left hand there is a contrary Genius; certain<g ref="char:EOLhyphen"/>ly, it is found to be of a very different condition, <pb n="130" facs="tcp:110295:186"/> and naturally more apt to deteine, then to be<g ref="char:EOLhyphen"/>stow a Blessing. Yet notwithstanding, the Left Hand, though it contribute little, yet as in some Naturall and civill actions, it is conformable and obsequious to assist the <hi>Right:</hi> so in the more ac<g ref="char:EOLhyphen"/>complish'd and plenary exhibition of this sacred rite, it hath oft Diaconiz'd unto the <hi>Right;</hi> but of it selfe alone somewhat improper, and ever subordinate unto the <hi>Right.</hi> Hence among other prodigies happening in the time of <hi>Caesar Dicta<g ref="char:EOLhyphen"/>tor,</hi> which were thought to prognosticate but small happines. When certaine Infants were borne with their Left Hands upon their Heads, the Sooth-sayer concluded that there was signi<g ref="char:EOLhyphen"/>fied <note place="margin">Dion. l. 42 C. Jul. Caes.</note> thereby, that men of an inferiour condition should rise vp against the more Noble. And the people, who relyed much upon these kinde of Allegoricall inferences, thought as much, and believed it.</p> </div> </div> <div type="part"> <pb n="131" facs="tcp:110295:186"/> <head>CERTAINE CAVTIONARY NOTIONS, Extracted out of the Ancient and Moderne RHETORICIANS, for the compleating of this Art of <hi>Manuall</hi> Rhetorique, and the better regulating the im<g ref="char:EOLhyphen"/>portant gestures of the <hi>Hand</hi> &amp; <hi>Fingers.</hi> </head> <div n="1" type="caution"> <head>Cautio I.</head> <p> <seg rend="decorInit">T</seg>HE ancient Rhetoricians were very precise in the Doctrine of <hi>Action,</hi> and had many in<g ref="char:EOLhyphen"/>ve<g ref="char:cmbAbbrStroke">̄</g>tions for the forming there<g ref="char:EOLhyphen"/>of, which hapned by reason of the manners and complexion of those times: but we are not to tread in their steps so far, as to revoke the whole Art of their obsolete Rhetorique, since it is not very appa<g ref="char:EOLhyphen"/>rent, what Action the Ancients used: and if it were known, the whole and perfect discipline, cannot be observed so properly now, since the <pb n="132" facs="tcp:110295:187"/> times and dispositions of men, now differ; and Oratorian Action must varie according to the diversitie of people and Nations, In the meane time, their universall precepts, which may be drawn out of the ancient Oratours, are not to be neglected, but diligently learned, and as much as can be, reduced to practice.</p> </div> <div n="2" type="caution"> <head>Cautio II.</head> <p>ACTION accomodated to perswade by an apt enumeration of utterance, called by Rhetoricians, <hi>Pronunciation,</hi> divided into the fi<g ref="char:EOLhyphen"/>gure of the voice, and motion of the body, whose chiefe instrument the <hi>Hand</hi> is; hath been ever accounted absolutely necessary for a Rhetorici<g ref="char:EOLhyphen"/>an: yet all things that the Ancients prescribe for Action, doe not properly belong to a Rheto<g ref="char:EOLhyphen"/>rician; neither are all things that appertain, con<g ref="char:EOLhyphen"/>venient for our times; nor doe all actions of the <hi>Hand</hi> become speech; for there are some so far from advancing elocution, that they render it unamiable and deformed.</p> </div> <div n="3" type="caution"> <head>Cautio III.</head> <p>THere are two kinde of Actions, which are more perceived in the motion of the <hi>Hand,</hi> than any other part of the Body: one, that Na<g ref="char:EOLhyphen"/>ture by passion and ratiocination teacheth; the other, which is acquired by Art. An Oratour is to observe both the Naturall and the Artifici<g ref="char:EOLhyphen"/>all; yet so, that he adde a certaine kinde of art to the Naturall motion, whereby the too much slownes, too much quicknes, and immoderate vastnesse may be avoyded.</p> </div> <div n="4" type="caution"> <pb n="133" facs="tcp:110295:187"/> <head>Cautio IV.</head> <p>THe incomposure of the <hi>Hands</hi> is to be avoi<g ref="char:EOLhyphen"/>ded, for to begin abruptly with the <hi>Hand,</hi> is a sinne against the lawes of Speech. In the <hi>ex<g ref="char:EOLhyphen"/>ordium</hi> of an Oration, the <hi>Hand</hi> must not goe forth, nor stand extended, but with a sober and composed heed proceed to its first Action, it is good, as Rhetoricians say, <hi>simulare conatum,</hi> and when it first breaks forth into gesture, while it is softly brought forward, we may looke upon it with an eye, expecting when it should supply our words: Wherefore when an Oratour hath ex<g ref="char:EOLhyphen"/>hibited his honour to his Auditours, and laid his <hi>Hands</hi> upon the Pulpit, let him stand upright, and that without any motion of his <hi>Hands,</hi> or his <hi>Right Hand</hi> not brought forth beyond his bo<g ref="char:EOLhyphen"/>some, unlesse a very little way, and that gently.</p> </div> <div n="5" type="caution"> <head>Cautio V.</head> <p>VVHen the Oration begins to wax hot and prevalent, the <hi>Hand</hi> may put forth with a sentence, but must withdraw again with the same.</p> </div> <div n="6" type="caution"> <head>Cautio VI.</head> <p>GEsture doth with most conformity to Art, begin at the left Hand, the sentence begin<g ref="char:EOLhyphen"/>ning together from the left side, but is put off and laid downe at the <hi>Right Hand,</hi> together with the end of the sentence.</p> </div> <div n="7" type="caution"> <head>Cautio VII.</head> <p>'TIs absurd often to change gesture in the same sentence, or often to conclude sinister motions.</p> </div> <div n="8" type="caution"> <head>Cautio VIII.</head> <p>GEsture must attend upon every flexion of the voice, not Scenicall, but declaring the sentence and meaning of our minde, not by de<g ref="char:EOLhyphen"/>monstration, but signification: for it must be ac<g ref="char:EOLhyphen"/>commodated <pb n="134" facs="tcp:110295:188"/> by the <hi>Hand,</hi> that it may agree and have a proper reference, not so much to the words, as to the sense; wherfore 'tis added as an authentique clause, that the <hi>Hand</hi> must attend to begin and end with the voyce, lest it should out<g ref="char:EOLhyphen"/>run the voyce, or follow after it is done, both which are held unhandsome.</p> </div> <div n="9" type="caution"> <head>Cautio <hi>IX.</hi> </head> <p>IOyne not <hi>ESAU'S Hands,</hi> with <hi>IACOBS Voyce.</hi> </p> </div> <div n="10" type="caution"> <head>Cautio <hi>X.</hi> </head> <p>TO raise the <hi>Hand</hi> above the Eye, or to let it fall beneath the Breast, or to fetch it down from the Head to the lower belly, are accounted vicious misdemeanours in the <hi>Hand:</hi> yet the masters of this faculty doe grant a toleration sometimes to raise the <hi>Hand</hi> above the Head, for the better expressing of a just indignation, or when we call God, the Courteours of Heaven, or the common people of the Skies to witnesse.</p> </div> <div n="11" type="caution"> <head>Cautio <hi>XI.</hi> </head> <p>TO avoid the long silence of the <hi>Hand,</hi> and that the vigour thereof might not be much allay'd by continuall motion, nor prove deficient, there is a caveat entered for the interposing of some intervall, or pause, as 'twere a measure of the expression, or stay, of the active elocution of the <hi>Hand:</hi> some that are skilfull and curious in this matter, would have three words to make the in<g ref="char:EOLhyphen"/>tervall of every motion in the <hi>Hand.</hi> But <hi>Quin<g ref="char:EOLhyphen"/>tilian</hi> condemnes this for too nice a subtilty, as that which neither is, nor can be observed.</p> </div> <div n="12" type="caution"> <head>Cautio <hi>XII.</hi> </head> <p>NO gesture that respects the rule of Art, di<g ref="char:EOLhyphen"/>rects it selfe to the hinder parts: Yet other<g ref="char:EOLhyphen"/>whiles <pb n="135" facs="tcp:110295:188"/> the <hi>Hand</hi> being as it were cast backe, is free from this prohibition: for whereas there are seven parts of motion, To the <hi>Right Hand,</hi> To the left, upwards, downwards, forward, backward, and circular, the first five are only allowed a Rhetorician.</p> </div> <div n="13" type="caution"> <head>Cautio <hi>XIII.</hi> </head> <p>TAke heed of a <hi>Hand</hi> Solecisme, or of trans<g ref="char:EOLhyphen"/>gressing against the rule of Action, by the incongruity of your <hi>Hand</hi> and Speech: For to speake one thing with the Tongue, and to seem to meane another thing by a contrarient moti<g ref="char:EOLhyphen"/>on in the signifying <hi>Hand,</hi> and so to thwart and belie a mans selfe, hath been ever accounted a grosse absurdity in Rhetoricke, and the greatest solecisme of pronunciation. Which makes to this purpose; Wee read how at the Olympique Games which in times past were celebrated at Smyrna, where <hi>Polemon,</hi> that skilfull Sophister was present, there enters the Stage a ridiculous Player, who when in a Tragedy he had cried out <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>ô Coelum!</hi> he put forth his <hi>Hand</hi> to the earth: and againe pronouncing <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>ô Terra!</hi> <note place="margin">Philostra<g ref="char:EOLhyphen"/>tus de vita Sophorum</note> erected his face towards Heaven. The learned Sophister laughed at the absurd Actor, &amp; withall alow'd, so that all were neare might heare him, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap>, <hi>hic manu solaecismum admi<g ref="char:EOLhyphen"/>sit:</hi> Wherefore being President of those Games, he by his censure deprived that rude and igno<g ref="char:EOLhyphen"/>rant Mimique of all hope of reward. For re<g ref="char:EOLhyphen"/>conciling of the <hi>Hand</hi> and Tongue, and bringing them to an uniformity of signification, and for maintaining their naturall and most important relations, Rhetoricians have agreed upon many Canons and Constitutions. And the <hi>Hand</hi> then <pb n="136" facs="tcp:110295:189"/> only accords and complies with Speech, when it moves to verifie our words; for if the motions of the <hi>Hand</hi> doe dissent from the expressions of the Tongue, it may contradict and convince the tongue of vanity; for so we may <hi>commend</hi> even when we doe <hi>reprove,</hi> if the gainsaying Hand should have a contrarient motion; seem to <hi>con<g ref="char:EOLhyphen"/>firme</hi> when we are in <hi>doubt,</hi> when we <hi>forbid,</hi> our <hi>Hand</hi> may deport it selfe into the forme of an <hi>exhortation;</hi> we may <hi>acquit</hi> when we <hi>accuse, ac<g ref="char:EOLhyphen"/>cept,</hi> when we <hi>refuse,</hi> and <hi>abhor, comply</hi> in words, yet by our disordered Hand <hi>bid defiance,</hi> be <hi>sad,</hi> with a <hi>rejoycing Hand, affirme</hi> and <hi>grant,</hi> what we <hi>deny,</hi> and many other waies thwart and belie our selves. No true construction can be made of a<g ref="char:EOLhyphen"/>ny speech, nor can we evade such dull absurdi<g ref="char:EOLhyphen"/>ties of this <hi>voucher</hi> of our words, do move in op<g ref="char:EOLhyphen"/>position to their meaning; for without judge<g ref="char:EOLhyphen"/>ment and advice, which should set in order and support the thought into the <hi>Hand,</hi> that is ever ready to maintaine that trust that the Tongue endeavours to obtaine, <hi>Truth</hi> wants her war<g ref="char:EOLhyphen"/>rant, and is so absurdly crost, that the efficacie of Speech is utterly defac'd, and all the credit that such language amounts unto, is the pittance of a doubtfull faith.</p> </div> <div n="14" type="caution"> <head>Cautio <hi>XIV.</hi> </head> <p>SHun similitude of gesture; for as a monotone in the voyce, so a continued similitude of ge<g ref="char:EOLhyphen"/>sture, and a <hi>Hand</hi> alwayes playing upon one string is absurd, it being better sometimes to use a licentious and unwarrantable motion, then al<g ref="char:EOLhyphen"/>wayes to obtrude the same Coleworts. <hi>Cre<g ref="char:EOLhyphen"/>sollius</hi> sayes, he once saw an eminent man, one <note place="margin">Cresol. vacat. Au<g ref="char:EOLhyphen"/>tumn. l. 2.</note> who had a name for the knowledge of honest <pb n="137" facs="tcp:110295:189"/> Arts, and indeed there was in the man much learning, and that of the more inward &amp; recon<g ref="char:EOLhyphen"/>dit, a great Antiquary, and one that had a certain large possession of Divine and Humane Lawes, goodnesse of words, soft and pellucent; and decked with flowers, adorned and polished with the sayings of wise men, and a speech flowing equally after the stile of <hi>Xenophons:</hi> But it can scarce be imagined how much the ill composed and prevaricant gestures of his <hi>Hands</hi> tooke off from the common estimation of his accompli<g ref="char:EOLhyphen"/>shed wit: For when he had turned himselfe to the left Hand, he powred out a few words with little gesture of his <hi>Hands;</hi> then reflecting him<g ref="char:EOLhyphen"/>selfe to the <hi>Right Hand,</hi> he plainly did after the same manner, againe to the left Hand, strait to the <hi>Right Hand,</hi> almost with the like dimension, and space of time, he fell upon that set gesture and univocall motion; his <hi>Hands</hi> making cir<g ref="char:EOLhyphen"/>cumductions, as it were in the same lineall obli<g ref="char:EOLhyphen"/>quity: you would have tooke him for one of the Babylonian Oxen (with blinded eyes) going and returning by the same way, which for want of variation gave an incredible distaste to his in<g ref="char:EOLhyphen"/>genious Auditors, which did nauseat that in<g ref="char:EOLhyphen"/>gratefull saciety of Action; if he might have fol<g ref="char:EOLhyphen"/>lowed the dictate of his owne Genius, he would either have left the Assembly, or given him mo<g ref="char:EOLhyphen"/>ney to hold his peace: But he considered there was but one remedy, that was to shut his eyes, or to heare with them turned another way; yet hee could not so avoid all inconvenience, for that identity of motion, entring at his ears, did disturbe his minde with nodious similitude.</p> </div> <div n="15" type="caution"> <pb n="138" facs="tcp:110295:190"/> <head> <hi>Cautio</hi> XV.</head> <p>TAke care that variety of gesture, may answer the variety of the voyce and words, which that it may be better done, foure things are to be observed: First, see to the whole cause, whether it be joyfull or sad; then look to the greater part; for in an <hi>Exordium,</hi> a gentle <hi>motion</hi> is most com<g ref="char:EOLhyphen"/>modious. <hi>Narration,</hi> requires the <hi>Hand</hi> a little spread, and a quick &amp; freer motion. <hi>Confirmation,</hi> a more sharpe and pressing Action: the <hi>conclu<g ref="char:EOLhyphen"/>sion</hi> of an Oration, if it be composed to excite, must have rowsing motions; if to pacifie, gentle and sweet; if to sadnesse, slow and short, and broken motions; if to joy, liberall, cheerfull, nimble and briske accommodations. Then the <hi>sentences</hi> are to be weighed, which vary with the affections, in expressing which, diligence must be used. Last of all the words, some where<g ref="char:EOLhyphen"/>of are now and then to be set off with some em<g ref="char:EOLhyphen"/>phasis of irrision, admiration, or some other signification; yet those gestures which fall from the slow Hand, are most patheticall.</p> </div> <div n="16" type="caution"> <head> <hi>Cautio</hi> XVI.</head> <p>TAke heed of levitie, and a scrupulous curi<g ref="char:EOLhyphen"/>ositie, in a pedanticall and nice observation of these gestures of the <hi>Hands</hi> and <hi>Fingers.</hi> </p> </div> <div n="17" type="caution"> <head> <hi>Cautio</hi> XVII.</head> <p>SHun affectation: for all affectation is odi<g ref="char:EOLhyphen"/>ous: and then others are most moved with our actions, when they perceive all things to flow, as it were, out of the liquid current of Nature.</p> </div> <div n="18" type="caution"> <head> <hi>Cautio</hi> XVIII.</head> <p>VSe some preparation, and meditate before<g ref="char:EOLhyphen"/>hand of the action you intend to accommo<g ref="char:EOLhyphen"/>date your voyce with.</p> </div> <div n="19" type="caution"> <pb n="139" facs="tcp:110295:190"/> <head> <hi>Cautio</hi> XIX.</head> <p>ALthough an Orators art should not altoge<g ref="char:EOLhyphen"/>ther consist in imitation, yet remember, that Imitation is one of the great Adjutants, and chief Burnishers and Smoothers of Speech: it having been an ancient and laudable custome, for inge<g ref="char:EOLhyphen"/>nious Sparks of Oratorie, to be present at the De<g ref="char:EOLhyphen"/>clamations of eminent Oratours, &amp; studiously to observe their Countenance and <hi>Hand. Plinie</hi> dis<g ref="char:EOLhyphen"/>likes those, that imitate none, but are examples unto themselves. The same <hi>Plinius Secundus,</hi> a fa<g ref="char:EOLhyphen"/>mous <note place="margin">Plin. lib. 6. Epist. ad Maxim.</note> Pleader, and most sweet Orator, among o<g ref="char:EOLhyphen"/>thers that applied themselves unto him, had <hi>Fu<g ref="char:EOLhyphen"/>scus Silinator</hi> &amp; <hi>Numidius Quadratus. Junius</hi> also commended to him by his ancestours, was trai<g ref="char:EOLhyphen"/>ned <note place="margin">Idem. lib. 8. epist.</note> up in the Examplar doctrine of Manuall ge<g ref="char:EOLhyphen"/>stures. Hence the Tribe and Nation of Oratours were called by the name of those eminent men which they did imitate. <hi>Sidonius,</hi> truly sirnamed <hi>Apollinaris,</hi> call'd those <hi>Frontoneans,</hi> who did imitate <hi>Fronto</hi> a famous Philosopher and Ora<g ref="char:EOLhyphen"/>tour, the patterne of Eloquence to <hi>M. Antonie.</hi> So the followers of <hi>Posthumus Festus</hi> were cal<g ref="char:EOLhyphen"/>led <hi>Posthumians. Sulpitius,</hi> not the least in the Chorus of elegant men, imitated the Hand of <hi>Crassus,</hi> that Nightingall of the Forum, the glory of the Senate, and (as <hi>Tullie</hi> sayes) almost a god in speaking: (of whom, that (it seemes) might be spoken, with small exchange of words, which was Hyperbolically said of <hi>Herods</hi> elo<g ref="char:EOLhyphen"/>quence; <hi>Non Manus hominem sonat!)</hi> Wherein <note place="margin">Acts 12. 22.</note> He was so happy and industrious, that he was ac<g ref="char:EOLhyphen"/>counted to be very like unto him.</p> </div> <div n="20" type="caution"> <pb n="140" facs="tcp:110295:191"/> <head> <hi>Cautio</hi> XX.</head> <p>IN Imitation, propose to your selfe the best patterne, according to the Aethique Rule of <hi>Aristotle: Par est in omni re optimum quenque i<g ref="char:EOLhyphen"/>mitari.<note place="margin">Arist. in Aeth. lib. 9</note> Fusius</hi> erred in this part: of whom <hi>Tullie</hi> reports, that he did not imitate the sinewie expressions of <hi>C. Fimbria,</hi> but onely his Pre<g ref="char:EOLhyphen"/>varications.<note place="margin">Cicer. l. 2. de Orat.</note> <hi>Basil</hi> the Great, a grave and perfect Oratour, a man accomplish'd in all kinde of humanitie, which in him had a sacred tincture of pietie: when he had beene acknowledged to be Ensigne-bearer to Vertue, he had not only admirers, but some that strove to be his Imita<g ref="char:EOLhyphen"/>tors. And what did some imitate? Certaine moales and defects of Action, and so fell into an unpleasant and odious kinde of Manuall compo<g ref="char:EOLhyphen"/>sition. Therefore <hi>Nazianzen,</hi> a man of a most <note place="margin">Greg. Naz. orat. 20.</note> sharpe judgement, sticks not to call them, <hi>Sta<g ref="char:EOLhyphen"/>tuas in umbris,</hi> a kinde of Hobgoblins and night<g ref="char:EOLhyphen"/>walking spirits, who did nothing lesse then ae<g ref="char:EOLhyphen"/>mulate the splendor of Rhetoricall dignitie. Take heed therefore, that Imitation degenerate into Caco-zeale, and of proving a Left-handed <hi>Cicero.</hi> </p> </div> <div n="21" type="caution"> <head> <hi>Cautio</hi> XXI.</head> <p>VVHen you have judiciously proposed your patterne, keep close unto it without le<g ref="char:EOLhyphen"/>vitie or change, for diversity of copies is the way to mar the <hi>Hand</hi> of Action. <hi>Titanius Junior</hi> was famous for this vice, who (as <hi>Capitolinus</hi> saith) was the Ape of his time. The same levitie or faci<g ref="char:EOLhyphen"/>lity of imitation <hi>Libanius</hi> the Sophister had, who was called by those of his times, the very painted Map of mens manners and dispositions.</p> </div> <div n="22" type="caution"> <pb n="141" facs="tcp:110295:191"/> <head> <hi>Cautio</hi> XXII.</head> <p>Vse Exercise. For as the most learned of the <note place="margin">Philo de Joseph. Thucyd. lib. 1. Stob<gap reason="illegible" resp="#APEX" extent="1 letter"> <desc>•</desc> </gap>us Ser. 3. Aus. in lud. Sap.</note> Iews, there are three Ideas, <hi>Nature, Art,</hi> and <hi>Exercitation;</hi> by which we endeavor to the best end. The Corinthian Oratour much commends this Exercitation. And the Oracle of the Graecian Sage, is, <hi>Omnia sita sunt in Exercitatione.</hi> The absolute perfection of all Arts, is from thence; and from it Eloquence receives her beauteous colours, her Musive or Mosaique Excellency; whereby shee becomes most accomplished.</p> <p>Bend and wrest your Arme and Hands to the Right, to the Left, and to every part: that ha<g ref="char:EOLhyphen"/>ving made them obedient unto you, upon a sudden, and the least signification of the mind, you may shew the glittering orbes of Heaven, and the gaping jawes of Earth. Sometimes place your arguments upon your <hi>Fingers;</hi> some<g ref="char:EOLhyphen"/>times lifting up your <hi>Hands,</hi> threaten and de<g ref="char:EOLhyphen"/>nounce punishment, or with a rejecting posture abominate: sometimes shake and brandish your Hand as the lance of Elocution; that so you may be ready for all varietie of speech, and at<g ref="char:EOLhyphen"/>taine that <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> or facilitie of action, with the decorum &amp; beauty of decent motion: which excells both that of colours and proportion. <hi>Charmides</hi> a goodly young Oratour, when he would compose his gesture to all kinde of ele<g ref="char:EOLhyphen"/>gancie, <note place="margin">Xenoph. in Convi.</note> and (as <hi>Ovid</hi> speakes) <hi>Numerosos ponere gestus)</hi> that is, acurate, and made neat by a subtle judgement) at home, alone, <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> he pra<g ref="char:EOLhyphen"/>ctised the gesticulations of his <hi>Hand.</hi> </p> </div> <div n="23" type="caution"> <head> <hi>Cautio</hi> XXIII.</head> <p>TO have Censors at times of exercise, who shall informe truly and skilfully of all our gestures, would much helpe to the conformati<g ref="char:EOLhyphen"/>on <pb n="142" facs="tcp:110295:192"/> of the <hi>Hand.</hi> Or to practice in a great Look<g ref="char:EOLhyphen"/>ing glasse: for though that Mirrour reflects that image of one Hand for another, yet we may be<g ref="char:EOLhyphen"/>leeve what we see to be done. <hi>Demonax,</hi> a great Philosopher, and an acute Rhetorician, advis'd an untoward Declamer to use more exercise, and while he answered, that he alway first acted his Orations to himself; <hi>Demonax</hi> replied, that may very well be; for you act so little to the purpose, <note place="margin">Lucian in Daemo<g ref="char:cmbAbbrStroke">̄</g>.</note> because you have alwayes a foole to your Iudge.</p> </div> <div n="24" type="caution"> <head>Cautio XXIV.</head> <p>THe gestures of the <hi>Hand</hi> must be prepar'd in the Mind, together with the inward speech, that precedes the outward expression.</p> </div> <div n="25" type="caution"> <head>Cautio XXV.</head> <p>Vse no uncomely or irregular excesse of ge<g ref="char:EOLhyphen"/>sturing with your <hi>Fingers</hi> in speaking, nor draw them to any childish and trifling actions, contrary to the rules of Decorum, and to that they serve for; lest you diminish the glory of faire speech and Rhetoricall perswasion; and offer a great indignitie to <hi>Minerva,</hi> to whom these organicall parts of Elocution were sacred.</p> </div> <div n="26" type="caution"> <head>Cautio XXVI.</head> <p>THe <hi>Left hand</hi> of it selfe alone, is most incom<g ref="char:EOLhyphen"/>petent to the performance of any perfect action: yet sometimes it doth, but very rarely. Most commonly it doth conform &amp; accommo<g ref="char:EOLhyphen"/>date it selfe to the <hi>Right Hand.</hi> And where both Hands concur to any action, they exhibite more affection. Wherefore <gap reason="foreign"> <desc>〈 in non-Latin alphabet 〉</desc> </gap> in the Duall, is mascu<g ref="char:EOLhyphen"/>line, cause <hi>vis unita fortior.</hi> </p> </div> <div n="27" type="caution"> <pb n="143" facs="tcp:110295:192"/> <head>Cautio XXVII.</head> <p>BOth <hi>Hands</hi> doe sometimes rest, and are out of action: yet this Rhetoricall silence of the <hi>Hand,</hi> is an act proper, where no affection is e<g ref="char:EOLhyphen"/>mergent: though a long intermission of gesture be displeasing.</p> </div> <div n="28" type="caution"> <head>Cautio XXVIII.</head> <p>AVoyd Knackings, and superstitious flexures of the <hi>Fingers,</hi> which the Ancients have not given in precept.</p> </div> <div n="29" type="caution"> <head>Cautio XXIX.</head> <p>THe Actions of the <hi>Hand</hi> are to bend that way, that the voyce is directed. </p> </div> <div n="30" type="caution"> <head>Cautio XXX</head> <p>TAke heede, that while your <hi>Hand</hi> endea<g ref="char:EOLhyphen"/>vours to accomplish the acts of Rhetoricall pronunciation, you lose not modestie, and the morall and civill vertves, nor the authoritie of a grave and honest man.</p> </div> <div n="31" type="caution"> <head>Cautio XXXI.</head> <p>IN all Action, Nature beares the greatest sway: Every man must consider his own Nature and temperament. The reason is, because no man can put off his own, and put on anothers nature. One Action becomes one man, and another kind of behaviour, another. That which one does without Art, cannot wholly be delivered by Art; for there is a kind of hidden and ineffable reason, which to know, is the head of Art. In some, the Civill vertues themselves have no grace: in others, even the vices of Rhetorique are comely and pleasing. Wherefore a Rheto<g ref="char:EOLhyphen"/>rician must know himselfe, yet not by common precepts; but he must take counsell of Nature for the framing of the complexionall and indi<g ref="char:EOLhyphen"/>viduall properties of his <hi>Hand,</hi> </p> </div> <div n="32" type="caution"> <pb n="144" facs="tcp:110295:193"/> <head>Cautio XXXII.</head> <p>IN the Rhetoricall endeavours of the <hi>Hand,</hi> as in all other Actions, the golden Mediocrie is best, and most worthy the <hi>hand</hi> of a prudent man. For the action of the <hi>Hand</hi> should be full of dig<g ref="char:EOLhyphen"/>nitie and magnanimous resolution, making it a liberall and free Index of the Minde; such as theirs is, who are said by <hi>Xenophon</hi> to be inspired with divine love, who (as he sayes) <hi>gestus ad</hi> <note place="margin">Xenoph. in Symp.</note> <hi>speciem quandam maximè liberalem conformant.</hi> Which forme of apparence consists in a certaine moderation of gesture, no chafed and incom<g ref="char:EOLhyphen"/>posed rashnes, or a too daring garbe of action, nor superfinicall demeanour: nor on the other side, a rustique and homely fearfulnesse, which is wont to discourage and disappoint the pur<g ref="char:EOLhyphen"/>pose of necessary motion. Yet of the two ex<g ref="char:EOLhyphen"/>tremes, it is least faulty to draw nigh to modestie, and an ingenuous feare, than to impudencie. The manner and tempering of gesture, is not onely to be fetched from the things themselves, but also from the age and condition of the Ora<g ref="char:EOLhyphen"/>tour: for otherwise a Philosopher, or some grave person: otherwise a young Sophister, lif<g ref="char:EOLhyphen"/>ted up with study, and boyling over with the fervencie of an active spirit. A soft and calme action most commonly becomes grave men, en<g ref="char:EOLhyphen"/>dued with authoritie: which to one in the flower of his youth, would be accounted slownes, and a slacking negligence. Modification of gesture hath also regard to the condition and qualitie of the Auditours; for an Oratour should first con<g ref="char:EOLhyphen"/>sider, with whom, and in whose presence he is about to act: for in the Senate, or hearing of a Prince, another action is required than in a Con<g ref="char:EOLhyphen"/>cion to a Congregation of the people, or an <pb n="145" facs="tcp:110295:193"/> assembly of light young men. Among Kings, and Potentates, and Fathers of the Court, re<g ref="char:EOLhyphen"/>gard is to be had to their illustrious power &amp; au<g ref="char:EOLhyphen"/>thority, all juvenile gestient pompe and ostenta<g ref="char:EOLhyphen"/>tion laid aside, by a submisse Action he must transferre all dignity from himselfe. Concer<g ref="char:EOLhyphen"/>ning this golden point of <hi>moderation,</hi> there is a Nationall decorum imposed upon men by <hi>time</hi> and <hi>place;</hi> for according to the Genius of that climate, wherein we converse, <hi>moderation,</hi> may admit of a divers construction. In Italy a faire spoken, and overmuch gesturing with the <hi>Hand,</hi> is held comely and acceptable. And in France he is not a <hi>la mode,</hi> and a compleat <hi>Mounsieur,</hi> who is not nimble in the discoursing garbe of his <hi>Hand,</hi> which proportionable to that lan<g ref="char:EOLhyphen"/>guage is very briske, and full of quicke and light<g ref="char:EOLhyphen"/>some expressions. And your French Protestant Divines are easily good Chirologers, some I have lately seen in the Pulpit, to my great satisfaction, and have gone away more confirmed in the va<g ref="char:EOLhyphen"/>lidity of these Rhetoricall gestures, there being scarce any one gesture that I have cut, but I have seene used in the heat of one discourse of Po<g ref="char:EOLhyphen"/>lemicall Divinity, such Logicall asseverations ap<g ref="char:EOLhyphen"/>peared in their <hi>Hands.</hi> In Germany, and with us here in England, who in our Nationall com<g ref="char:EOLhyphen"/>plexion are neare ally'd unto the Germans, <hi>mo<g ref="char:EOLhyphen"/>deration</hi> and gravity, in gesture, is esteemed the greater virtue. The Spaniards have another Standert of moderation and gravity accorded to the lofty Genius of Spaine, where the <hi>Hands</hi> are as often principalls, as accessories to their proud expressions. But our language growne now so rich by the indenization of words of all Nati<g ref="char:EOLhyphen"/>ons, <pb n="146" facs="tcp:110295:194"/> and so altered from the old Teutonique, if the rule of <hi>moderation,</hi> be calculated according to the Meridionall proprietie of our refined speech, we may with decorum and gravitie e<g ref="char:EOLhyphen"/>nough (as I suppose) meet the <hi>Hand</hi> of any of these warmer Nations halfe way, with the <hi>Ma<g ref="char:EOLhyphen"/>nuall</hi> adjuncts of our expressions.</p> </div> </div> </body> </text> </group> <back> <div type="envoy"> <head>Chirepilogus.</head> <l>THus, what my Soul's inspired <hi>Hand</hi> did find</l> <l>T'exhibite in this <hi>Index</hi> of the Mind,</l> <l>What Nature, or her subtle Zanie can</l> <l>By signes and tokens reach with Speeches span:</l> <l>(While many Hands made lighter work) at last</l> <l>Brought to the nail, hath crown'd the labor past.</l> <l>Here my <hi>Hand's</hi> Genius bids my Fancie stand;</l> <l>And (having her discoursing Gestures scan'd)</l> <l>Beckens lest for a <hi>Manuall</hi> unfit,</l> <l>The Work should rise, to make a <hi>Hand</hi> of it.</l> <closer>MANUM DE TABULA.</closer> </div> </back> </text> </TEI>
148.321656
2,362
0.622335
255ee1283346ab6ee19d22c675856872ff7d4caf
6,321
xib
XML
StudyWeiBo/Classes/Home/View/RefreshView.xib
YQianIOS/StudyWeiBo
2ba84bb35d53b7a4d16697eb1204c3ed2e6dcca0
[ "MIT" ]
null
null
null
StudyWeiBo/Classes/Home/View/RefreshView.xib
YQianIOS/StudyWeiBo
2ba84bb35d53b7a4d16697eb1204c3ed2e6dcca0
[ "MIT" ]
null
null
null
StudyWeiBo/Classes/Home/View/RefreshView.xib
YQianIOS/StudyWeiBo
2ba84bb35d53b7a4d16697eb1204c3ed2e6dcca0
[ "MIT" ]
1
2018-06-10T10:05:11.000Z
2018-06-10T10:05:11.000Z
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16B2657" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="YQRefreshView" customModule="StudyWeiBo" customModuleProvider="target"> <rect key="frame" x="0.0" y="0.0" width="150" height="50"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="tableview_loading" translatesAutoresizingMaskIntoConstraints="NO" id="clf-q2-vbb"> <rect key="frame" x="12" y="9" width="32" height="32"/> </imageView> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="正在刷新..." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GAr-bk-1YP"> <rect key="frame" x="56" y="16" width="79" height="19.5"/> <fontDescription key="fontDescription" type="system" pointSize="16"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CgB-42-LsM"> <rect key="frame" x="0.0" y="0.0" width="150" height="50"/> <subviews> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="tableview_pull_refresh" translatesAutoresizingMaskIntoConstraints="NO" id="A2H-k0-wuc"> <rect key="frame" x="12" y="9" width="32" height="32"/> </imageView> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="下拉刷新..." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7o5-Mb-eMc"> <rect key="frame" x="52" y="16" width="79" height="19.5"/> <fontDescription key="fontDescription" type="system" pointSize="16"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstItem="7o5-Mb-eMc" firstAttribute="centerY" secondItem="CgB-42-LsM" secondAttribute="centerY" id="Lih-x7-0w0"/> <constraint firstItem="7o5-Mb-eMc" firstAttribute="leading" secondItem="A2H-k0-wuc" secondAttribute="trailing" constant="8" id="WxA-NM-2YL"/> <constraint firstItem="A2H-k0-wuc" firstAttribute="leading" secondItem="CgB-42-LsM" secondAttribute="leading" constant="12" id="lYQ-Ex-Lcw"/> <constraint firstItem="A2H-k0-wuc" firstAttribute="centerY" secondItem="CgB-42-LsM" secondAttribute="centerY" id="xkD-wm-Njv"/> </constraints> </view> </subviews> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstItem="CgB-42-LsM" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="2sq-UB-udc"/> <constraint firstItem="GAr-bk-1YP" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="By1-6B-HCC"/> <constraint firstItem="GAr-bk-1YP" firstAttribute="leading" secondItem="clf-q2-vbb" secondAttribute="trailing" constant="12" id="P5K-F4-2T0"/> <constraint firstItem="clf-q2-vbb" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="12" id="VOU-Ug-Fz3"/> <constraint firstItem="CgB-42-LsM" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="heu-TL-erA"/> <constraint firstAttribute="trailing" secondItem="CgB-42-LsM" secondAttribute="trailing" id="oAz-jq-Pdr"/> <constraint firstAttribute="bottom" secondItem="CgB-42-LsM" secondAttribute="bottom" id="vX0-Jm-0fM"/> <constraint firstItem="clf-q2-vbb" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="vr1-hP-pEz"/> </constraints> <nil key="simulatedStatusBarMetrics"/> <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> <connections> <outlet property="arrowImageView" destination="A2H-k0-wuc" id="JXO-XZ-hDc"/> <outlet property="refreshImageView" destination="clf-q2-vbb" id="FpE-xL-U9b"/> <outlet property="refreshLabel" destination="7o5-Mb-eMc" id="i8e-mh-8Dl"/> <outlet property="showView" destination="CgB-42-LsM" id="T6F-nI-Cgp"/> </connections> </view> </objects> <resources> <image name="tableview_loading" width="32" height="32"/> <image name="tableview_pull_refresh" width="32" height="32"/> </resources> </document>
85.418919
347
0.635026
9129b28870ba9d8b466c671e60259dcdc94d01d2
428
xml
XML
jia-mapper-kefu/src/main/resources/mapper/cn/jia/kefu/KefuMessageMapper.xml
moutainhigh/jia
4bd30a2cd66198f3f01dd2f921c35054e3b73c36
[ "MIT" ]
8
2020-04-10T10:15:26.000Z
2021-11-11T07:23:24.000Z
jia-mapper-kefu/src/main/resources/mapper/cn/jia/kefu/KefuMessageMapper.xml
moutainhigh/jia
4bd30a2cd66198f3f01dd2f921c35054e3b73c36
[ "MIT" ]
3
2020-06-26T11:25:18.000Z
2021-07-02T18:41:45.000Z
jia-mapper-kefu/src/main/resources/mapper/cn/jia/kefu/KefuMessageMapper.xml
chcbz/jia
4bd30a2cd66198f3f01dd2f921c35054e3b73c36
[ "MIT" ]
3
2021-05-30T09:00:26.000Z
2022-01-14T17:46:18.000Z
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="cn.jia.kefu.mapper.KefuMessageMapper"> <!-- 通用查询结果列 --> <sql id="Base_Column_List"> create_time, update_time, id, resource_id, client_id, jiacn, name, phone, email, title, content, attachment, reply, status </sql> </mapper>
32.923077
107
0.654206
e72e97fd6393099b7abd7783121c0591ae76201b
1,509
xaml
XML
Source/BenEllis.ConnectFour/BenEllis.ConnectFour/Features/Game/GamePage.xaml
BenEllisSoftware/ConnectFour
10d96313d375544a7b2174e177ab8b3e587499a0
[ "MIT" ]
null
null
null
Source/BenEllis.ConnectFour/BenEllis.ConnectFour/Features/Game/GamePage.xaml
BenEllisSoftware/ConnectFour
10d96313d375544a7b2174e177ab8b3e587499a0
[ "MIT" ]
null
null
null
Source/BenEllis.ConnectFour/BenEllis.ConnectFour/Features/Game/GamePage.xaml
BenEllisSoftware/ConnectFour
10d96313d375544a7b2174e177ab8b3e587499a0
[ "MIT" ]
null
null
null
<Page x:Class="BenEllis.ConnectFour.Features.Game.GamePage" 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:controls="using:BenEllis.ConnectFour.Controls" mc:Ignorable="d" DataContext="{Binding Source={StaticResource Locator}, Path=Game}"> <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <controls:GameBoardControl ColumnSelectedCommand="{Binding ColumnClickedCommand}" Rows="{Binding Board.Rows}" Columns="{Binding Board.Columns}" BoardBrush="{StaticResource BoardBrush}" BoardDetailsBrush="{StaticResource BoardDetailsBrush}" PlayerOneBrush="{StaticResource PlayerOneBrush}" PlayerOneDetailsBrush="{StaticResource PlayerOneDetailsBrush}" PlayerTwoBrush="{StaticResource PlayerTwoBrush}" PlayerTwoDetailsBrush="{StaticResource PlayerTwoDetailsBrush}" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="20" /> </Grid> </Page>
58.038462
97
0.584493
bea76d9f50f0062c9feb64e0ae66bcd067e7f55c
4,147
xml
XML
example_mods/images/characters/GFwithKylewithLucas.xml
YamageM/FNF-vsKyle
72a441d555630310210a3414dc4dc067eb24084f
[ "Apache-2.0" ]
null
null
null
example_mods/images/characters/GFwithKylewithLucas.xml
YamageM/FNF-vsKyle
72a441d555630310210a3414dc4dc067eb24084f
[ "Apache-2.0" ]
null
null
null
example_mods/images/characters/GFwithKylewithLucas.xml
YamageM/FNF-vsKyle
72a441d555630310210a3414dc4dc067eb24084f
[ "Apache-2.0" ]
null
null
null
<?xml version='1.0' encoding='utf-8'?> <TextureAtlas imagePath="GFwithKylewithLucas.png"> <SubTexture name="gfDance0000" x="0" y="0" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0001" x="1104" y="0" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0002" x="2208" y="0" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0003" x="3312" y="0" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0004" x="0" y="804" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0005" x="1104" y="804" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0006" x="2208" y="804" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0007" x="3312" y="804" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0008" x="3312" y="804" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0009" x="3312" y="804" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0010" x="0" y="1608" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0011" x="0" y="1608" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0012" x="0" y="1608" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0013" x="1104" y="1608" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0014" x="1104" y="1608" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0015" x="2208" y="1608" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0016" x="3312" y="1608" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0017" x="0" y="2412" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0018" x="1104" y="2412" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0019" x="2208" y="2412" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0020" x="3312" y="2412" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0021" x="0" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0022" x="1104" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0023" x="1104" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0024" x="1104" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0025" x="2208" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0026" x="2208" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0027" x="2208" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0028" x="3312" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> <SubTexture name="gfDance0029" x="3312" y="3216" width="1104" height="804" frameX="0" frameY="0" frameWidth="1104" frameHeight="804" /> </TextureAtlas>
121.970588
135
0.696889
fa3efeeb1a63e9b0fb8deffb2c923fc665c6ffa9
323
xml
XML
samples/trending/src/main/res/drawable/nav_favorites_selector.xml
nathanfletcher/imoji-android-sdk
8ef16fe2997eb63798d101fa8ad9e621f1e8c90d
[ "MIT" ]
null
null
null
samples/trending/src/main/res/drawable/nav_favorites_selector.xml
nathanfletcher/imoji-android-sdk
8ef16fe2997eb63798d101fa8ad9e621f1e8c90d
[ "MIT" ]
null
null
null
samples/trending/src/main/res/drawable/nav_favorites_selector.xml
nathanfletcher/imoji-android-sdk
8ef16fe2997eb63798d101fa8ad9e621f1e8c90d
[ "MIT" ]
1
2021-01-02T17:52:49.000Z
2021-01-02T17:52:49.000Z
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" android:constantSize="false"> <item android:state_checked="true" android:drawable="@drawable/nav_favorites_on"></item> <!-- Default--> <item android:drawable="@drawable/nav_favorites_off"/> </selector>
40.375
98
0.718266
6c978f40558bad381e9c919dba1196e7617d4ea1
1,112
csproj
XML
test/NReco.Logging.Tests/NReco.Logging.Tests.csproj
lmoelleb/logging
77c1986e182d4595bc75c1a0a0597d5ca62d1162
[ "MIT" ]
null
null
null
test/NReco.Logging.Tests/NReco.Logging.Tests.csproj
lmoelleb/logging
77c1986e182d4595bc75c1a0a0597d5ca62d1162
[ "MIT" ]
null
null
null
test/NReco.Logging.Tests/NReco.Logging.Tests.csproj
lmoelleb/logging
77c1986e182d4595bc75c1a0a0597d5ca62d1162
[ "MIT" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp2.0</TargetFramework> <AssemblyName>NReco.Logging.Tests</AssemblyName> <PackageId>NReco.Logging.Tests</PackageId> <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <DebugType>portable</DebugType> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\src\NReco.Logging.File\NReco.Logging.File.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> <PackageReference Include="xunit" Version="2.3.1" /> <PackageReference Include="System.ValueTuple" Version="4.3.0" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.0" /> </ItemGroup> </Project>
41.185185
90
0.760791
0ec2c6ef02b3439e29bfd2918036a9a7c91f75d1
5,020
xml
XML
backend/imager-demo/hof_furni2/wooden_screen/wooden_screen_visualization.xml
TomAlderson/isom3tric
88df9b57b4dec8a1652633e5705d1f0d0b3a9370
[ "MIT" ]
1
2020-03-18T17:06:18.000Z
2020-03-18T17:06:18.000Z
backend/imager-demo/hof_furni2/wooden_screen/wooden_screen_visualization.xml
TomAlderson/isom3tric
88df9b57b4dec8a1652633e5705d1f0d0b3a9370
[ "MIT" ]
5
2021-01-05T16:32:00.000Z
2022-02-10T20:07:30.000Z
backend/imager-demo/hof_furni2/wooden_screen/wooden_screen_visualization.xml
TomAlderson/isom3tric
88df9b57b4dec8a1652633e5705d1f0d0b3a9370
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1" ?> <visualizationData type="wooden_screen"><graphics> <visualization size="32" layerCount="6" angle="45"> <layers> <layer id="0" z="1"/> <layer id="1" z="1001"/> <layer id="2" z="2"/> <layer id="3" z="1002"/> <layer id="4" alpha="204" z="2"/> <layer id="5" alpha="204" z="1002"/> </layers> <directions> <direction id="0"/> <direction id="6"/> </directions> <colors> <color id="1"> <colorLayer id="2" color="FFA795"/> <colorLayer id="3" color="FFA795"/> </color> <color id="2"> <colorLayer id="2" color="BD0000"/> <colorLayer id="3" color="BD0000"/> </color> <color id="3"> <colorLayer id="2" color="79E4B3"/> <colorLayer id="3" color="79E4B3"/> </color> <color id="4"> <colorLayer id="2" color="F7B800"/> <colorLayer id="3" color="F7B800"/> </color> <color id="5"> <colorLayer id="2" color="778B61"/> <colorLayer id="3" color="778B61"/> </color> <color id="6"> <colorLayer id="2" color="72B6D1"/> <colorLayer id="3" color="72B6D1"/> </color> <color id="7"> <colorLayer id="2" color="DA2591"/> <colorLayer id="3" color="DA2591"/> </color> <color id="8"> <colorLayer id="2" color="004B5E"/> <colorLayer id="3" color="004B5E"/> </color> <color id="9"> <colorLayer id="2" color="A0BE1F"/> <colorLayer id="3" color="A0BE1F"/> </color> <color id="10"> <colorLayer id="2" color="9c0247"/> <colorLayer id="3" color="9c0247"/> </color> </colors> </visualization> <visualization size="64" layerCount="6" angle="45"> <layers> <layer id="0" z="1"/> <layer id="1" z="1001"/> <layer id="2" z="2"/> <layer id="3" z="1002"/> <layer id="4" alpha="204" z="2"/> <layer id="5" alpha="204" z="1002"/> </layers> <directions> <direction id="0"/> <direction id="6"/> </directions> <colors> <color id="1"> <colorLayer id="2" color="FFA795"/> <colorLayer id="3" color="FFA795"/> </color> <color id="2"> <colorLayer id="2" color="BD0000"/> <colorLayer id="3" color="BD0000"/> </color> <color id="3"> <colorLayer id="2" color="79E4B3"/> <colorLayer id="3" color="79E4B3"/> </color> <color id="4"> <colorLayer id="2" color="F7B800"/> <colorLayer id="3" color="F7B800"/> </color> <color id="5"> <colorLayer id="2" color="778B61"/> <colorLayer id="3" color="778B61"/> </color> <color id="6"> <colorLayer id="2" color="72B6D1"/> <colorLayer id="3" color="72B6D1"/> </color> <color id="7"> <colorLayer id="2" color="DA2591"/> <colorLayer id="3" color="DA2591"/> </color> <color id="8"> <colorLayer id="2" color="004B5E"/> <colorLayer id="3" color="004B5E"/> </color> <color id="9"> <colorLayer id="2" color="A0BE1F"/> <colorLayer id="3" color="A0BE1F"/> </color> <color id="10"> <colorLayer id="2" color="9c0247"/> <colorLayer id="3" color="9c0247"/> </color> </colors> </visualization> <visualization size="1" layerCount="2" angle="360"> <directions> <direction id="0"/> </directions> <colors> <color id="1"> <colorLayer id="1" color="FFA795"/> </color> <color id="2"> <colorLayer id="1" color="BD0000"/> </color> <color id="3"> <colorLayer id="1" color="79E4B3"/> </color> <color id="4"> <colorLayer id="1" color="F7B800"/> </color> <color id="5"> <colorLayer id="1" color="778B61"/> </color> <color id="6"> <colorLayer id="1" color="72B6D1"/> </color> <color id="7"> <colorLayer id="1" color="DA2591"/> </color> <color id="8"> <colorLayer id="1" color="004B5E"/> </color> <color id="9"> <colorLayer id="1" color="A0BE1F"/> </color> <color id="10"> <colorLayer id="1" color="9c0247"/> </color> </colors> </visualization> </graphics></visualizationData>
32.810458
55
0.435857
a734fe7e3877fc95cf3a4bf4a0d960ad0c87260a
9,342
xml
XML
pom.xml
drasyl-overlay/netty-tun
2fcec9743f336e28104b7db899c3e8a5a1486fc4
[ "MIT" ]
null
null
null
pom.xml
drasyl-overlay/netty-tun
2fcec9743f336e28104b7db899c3e8a5a1486fc4
[ "MIT" ]
3
2022-02-24T17:40:48.000Z
2022-03-07T10:19:18.000Z
pom.xml
drasyl-overlay/netty-tun
2fcec9743f336e28104b7db899c3e8a5a1486fc4
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2021 Heiko Bornholdt and Kevin Röbert ~ ~ Permission is hereby granted, free of charge, to any person obtaining a copy ~ of this software and associated documentation files (the "Software"), to deal ~ in the Software without restriction, including without limitation the rights ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell ~ copies of the Software, and to permit persons to whom the Software is ~ furnished to do so, subject to the following conditions: ~ ~ The above copyright notice and this permission notice shall be included in all ~ copies or substantial portions of the Software. ~ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ~ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ~ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, ~ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR ~ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE ~ OR OTHER DEALINGS IN THE SOFTWARE. --> <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>org.drasyl</groupId> <artifactId>netty-tun</artifactId> <version>1.2.0-SNAPSHOT</version> <name>netty channel communicating via TUN devices</name> <description>This artifact contains a Channel implementation that can be used to send or receive packets over a TUN interface.</description> <url>https://drasyl.org/</url> <inceptionYear>2020</inceptionYear> <organization> <name>Heiko Bornholdt and Kevin Röbert</name> <url>https://drasyl.org/</url> </organization> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>bornholdt</id> <name>Heiko Bornholdt</name> <email>bornholdt@informatik.uni-hamburg.de</email> <organization>Heiko Bornholdt and Kevin Röbert</organization> <organizationUrl>https://drasyl.org/</organizationUrl> <roles> <role>co-founder</role> <role>developer</role> </roles> <timezone>Europe/Berlin</timezone> </developer> <developer> <id>roebert</id> <name>Kevin Röbert</name> <email>6roebert@informatik.uni-hamburg.de</email> <organization>Heiko Bornholdt and Kevin Röbert</organization> <organizationUrl>https://drasyl.org/</organizationUrl> <roles> <role>co-founder</role> <role>developer</role> </roles> <timezone>Europe/Berlin</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/drasyl-overlay/netty-tun.git</connection> <developerConnection>scm:git:https://github.com/drasyl-overlay/netty-tun.git</developerConnection> <url>https://github.com/drasyl-overlay/netty-tun</url> <tag>HEAD</tag> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/drasyl-overlay/netty-tun/issues</url> </issueManagement> <distributionManagement> <repository> <id>ossrh</id> <name>OSSRH Repo</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <name>OSSRH Snapshot Repo</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jdk.version>11</jdk.version> <java.version>11</java.version> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> <version>4.1.77.Final</version> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.11.0</version> </dependency> <!-- Test --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.8.2</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.10.1</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.source}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.0.0-M7</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration> <tagNameFormat>v@{project.version}</tagNameFormat> <localCheckout>true</localCheckout> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release</releaseProfiles> <goals>deploy</goals> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.4.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <doclint>none</doclint> <source>11</source> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration> <pushChanges>false</pushChanges> </configuration> </plugin> <!-- To sign the artifacts --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.13</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>
39.417722
204
0.529437
66a3096731c8341e153533305395efc547d5ea26
410
xml
XML
src/chrome/content/rules/Computer_Lab_Solutions.xml
justin-/https-everywhere
9aa8487c165e62cd79e2553afa46d252aa461d0d
[ "MIT" ]
13
2016-05-06T21:50:22.000Z
2019-08-09T03:11:53.000Z
src/chrome/content/rules/Computer_Lab_Solutions.xml
justin-/https-everywhere
9aa8487c165e62cd79e2553afa46d252aa461d0d
[ "MIT" ]
1
2019-07-16T12:17:53.000Z
2019-07-16T12:17:53.000Z
src/chrome/content/rules/Computer_Lab_Solutions.xml
justin-/https-everywhere
9aa8487c165e62cd79e2553afa46d252aa461d0d
[ "MIT" ]
10
2016-04-30T10:23:10.000Z
2019-08-07T06:36:40.000Z
<!-- Nonfunctional subdomains: - helpdesk Expired 2011-12-20 --> <ruleset name="Computer Lab Solutions" default_off="expired"> <target host="computerlabsolutions.com" /> <target host="www.computerlabsolutions.com" /> <securecookie host="^computerlabsolutions\.com$" name=".+" /> <rule from="^http://(?:www\.)?computerlabsolutions\.com/" to="https://computerlabsolutions.com/" /> </ruleset>
17.826087
62
0.687805
668d128c345918c4688b44c4cba5c51a831a0b58
1,974
xml
XML
Biblio/68/67663.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
34
2015-05-13T10:35:12.000Z
2021-12-02T02:02:19.000Z
Biblio/68/67663.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
145
2015-10-13T19:15:07.000Z
2022-02-15T13:45:13.000Z
Biblio/68/67663.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
18
2015-10-01T15:42:43.000Z
2021-02-11T02:29:54.000Z
<?xml version="1.0" encoding="UTF-8"?> <bibl xmlns="http://www.tei-c.org/ns/1.0" xml:id="b67663" type="article" subtype="book" xml:lang="it"> <title level="a" type="main">Rome in Sinai.</title> <series> <title level="s" type="main">Monografie scientifiche. Serie Scienze umane e sociali</title> </series> <author n="1"> <forename>Mohamed Gamal</forename> <surname>Mokhtar</surname> </author> <biblScope type="pp" from="303" to="305">303-305</biblScope> <note resp="#BP">Considérations sur l'importance économique et stratégique du Sinaï à l'époque romaine.</note> <relatedItem type="appearsIn"> <bibl> <ptr target="http://papyri.info/biblio/15153"/> <!--ignore - start, i.e. SoSOL users may not edit this--> <title level="m" type="main">L'Egitto in Italia dall'Antichità al Medioevo. Atti del III Congresso Internazionale Italo-Egiziano, Roma, CNR - Pompei, 13-19 Novembre 1995</title> <editor>BONACASA, Nicola</editor> <date>1998</date> <!--ignore - stop--> </bibl> </relatedItem> <idno type="pi">67663</idno> <idno type="bp">1998-0428</idno> <idno type="bp_old">99/2/157</idno> <seg type="original" subtype="index" resp="#BP">241 Sinaï</seg> <seg type="original" subtype="titre" resp="#BP">MOKHTAR Mohamed Gamal, Rome in Sinai.</seg> <seg type="original" subtype="publication" resp="#BP">Nicola BONACASA, M. Cristina NARO, Elisa Chiara PORTALE e Amedeo TULLIO (a cura di), L'Egitto in Italia dall'Antichità al Medioevo. Atti del III Congresso Internazionale Italo-Egiziano, Roma, CNR - Pompei, 13-19 Novembre 1995 = Monografie scientifiche. Serie Scienze umane e sociali (Roma, 1998) pp. 303-305.</seg> <seg type="original" subtype="resume" resp="#BP">Considérations sur l'importance économique et stratégique du Sinaï à l'époque romaine.</seg> <seg type="original" subtype="nom" resp="#BP">Mokhtar</seg> </bibl>
54.833333
371
0.66616
c8ed5b004455aeab644f5357bd310303263e4df7
59,378
xml
XML
test/tdbxml/prod/pensoft_publishers.xml
lockss/laaws-poller
2913f958a3327c62dbec2668bbcb288c465b1381
[ "BSD-3-Clause" ]
1
2017-10-25T14:08:20.000Z
2017-10-25T14:08:20.000Z
test/tdbxml/prod/pensoft_publishers.xml
lockss/laaws-poller
2913f958a3327c62dbec2668bbcb288c465b1381
[ "BSD-3-Clause" ]
1
2017-10-25T14:13:15.000Z
2017-10-25T14:13:15.000Z
test/tdbxml/prod/pensoft_publishers.xml
lockss/laaws-poller
2913f958a3327c62dbec2668bbcb288c465b1381
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE lockss-config [ <!ELEMENT lockss-config (if|property)*> <!ELEMENT property (property|list|value|if)*> <!ELEMENT list (value)+> <!ELEMENT value (#PCDATA)> <!ELEMENT test EMPTY> <!ELEMENT and (and|or|not|test)*> <!ELEMENT or (and|or|not|test)*> <!ELEMENT not (and|or|not|test)*> <!ELEMENT if (and|or|not|then|else|test|property)*> <!ELEMENT then (if|property)*> <!ELEMENT else (if|property)*> <!ATTLIST property name CDATA #REQUIRED> <!ATTLIST property value CDATA #IMPLIED> <!ATTLIST test hostname CDATA #IMPLIED> <!ATTLIST test group CDATA #IMPLIED> <!ATTLIST test daemonVersionMin CDATA #IMPLIED> <!ATTLIST test daemonVersionMax CDATA #IMPLIED> <!ATTLIST test daemonVersion CDATA #IMPLIED> <!ATTLIST test platformVersionMin CDATA #IMPLIED> <!ATTLIST test platformVersionMax CDATA #IMPLIED> <!ATTLIST test platformVersion CDATA #IMPLIED> <!ATTLIST test platformName CDATA #IMPLIED> <!ATTLIST if hostname CDATA #IMPLIED> <!ATTLIST if group CDATA #IMPLIED> <!ATTLIST if daemonVersionMin CDATA #IMPLIED> <!ATTLIST if daemonVersionMax CDATA #IMPLIED> <!ATTLIST if daemonVersion CDATA #IMPLIED> <!ATTLIST if platformVersionMin CDATA #IMPLIED> <!ATTLIST if platformVersionMax CDATA #IMPLIED> <!ATTLIST if platformVersion CDATA #IMPLIED> <!ATTLIST if platformName CDATA #IMPLIED> <!ATTLIST list append CDATA #IMPLIED> ]> <!-- Aug 1, 2017 9:59:58 AM --> <lockss-config> <property name="org.lockss.titleSet"> <property name="Pensoft Publishers"> <property name="name" value="All Pensoft Publishers AUs" /> <property name="class" value="xpath" /> <property name="xpath" value='[attributes/publisher="Pensoft Publishers"]' /> </property> </property> <property name="org.lockss.title"> <property name="PensoftOaiPluginBiodiversityDataJournal2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Biodiversity Data Journal" /> <property name="issn" value="1314-2836" /> <property name="eissn" value="1314-2828" /> <property name="issnl" value="1314-2836" /> <property name="type" value="journal" /> <property name="title" value="Biodiversity Data Journal Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://bdj.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="bdj" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="1" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginBiodiversityDataJournal2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Biodiversity Data Journal" /> <property name="issn" value="1314-2836" /> <property name="eissn" value="1314-2828" /> <property name="issnl" value="1314-2836" /> <property name="type" value="journal" /> <property name="title" value="Biodiversity Data Journal Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://bdj.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="bdj" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="2" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginBiodiversityDataJournal2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Biodiversity Data Journal" /> <property name="issn" value="1314-2836" /> <property name="eissn" value="1314-2828" /> <property name="issnl" value="1314-2836" /> <property name="type" value="journal" /> <property name="title" value="Biodiversity Data Journal Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://bdj.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="bdj" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="3" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginBiodiversityDataJournal2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Biodiversity Data Journal" /> <property name="issn" value="1314-2836" /> <property name="eissn" value="1314-2828" /> <property name="issnl" value="1314-2836" /> <property name="type" value="journal" /> <property name="title" value="Biodiversity Data Journal Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://bdj.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="bdj" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="4" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginBioRisk2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="BioRisk" /> <property name="issn" value="1313-2644" /> <property name="eissn" value="1313-2652" /> <property name="issnl" value="1313-2644" /> <property name="type" value="journal" /> <property name="title" value="BioRisk Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://biorisk.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="biorisk" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="8" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginBioRisk2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="BioRisk" /> <property name="issn" value="1313-2644" /> <property name="eissn" value="1313-2652" /> <property name="issnl" value="1313-2644" /> <property name="type" value="journal" /> <property name="title" value="BioRisk Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://biorisk.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="biorisk" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="9" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginBioRisk2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="BioRisk" /> <property name="issn" value="1313-2644" /> <property name="eissn" value="1313-2652" /> <property name="issnl" value="1313-2644" /> <property name="type" value="journal" /> <property name="title" value="BioRisk Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://biorisk.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="biorisk" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="10" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginBioRisk2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="BioRisk" /> <property name="issn" value="1313-2644" /> <property name="eissn" value="1313-2652" /> <property name="issnl" value="1313-2644" /> <property name="type" value="journal" /> <property name="title" value="BioRisk Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://biorisk.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="biorisk" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="11" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginComparativeCytogenetics2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Comparative Cytogenetics" /> <property name="issn" value="1993-0771" /> <property name="eissn" value="1993-078X" /> <property name="issnl" value="1993-0771" /> <property name="type" value="journal" /> <property name="title" value="Comparative Cytogenetics Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://compcytogen.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="compcytogen" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="7" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginComparativeCytogenetics2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Comparative Cytogenetics" /> <property name="issn" value="1993-0771" /> <property name="eissn" value="1993-078X" /> <property name="issnl" value="1993-0771" /> <property name="type" value="journal" /> <property name="title" value="Comparative Cytogenetics Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://compcytogen.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="compcytogen" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="8" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginComparativeCytogenetics2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Comparative Cytogenetics" /> <property name="issn" value="1993-0771" /> <property name="eissn" value="1993-078X" /> <property name="issnl" value="1993-0771" /> <property name="type" value="journal" /> <property name="title" value="Comparative Cytogenetics Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://compcytogen.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="compcytogen" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="9" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginComparativeCytogenetics2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Comparative Cytogenetics" /> <property name="issn" value="1993-0771" /> <property name="eissn" value="1993-078X" /> <property name="issnl" value="1993-0771" /> <property name="type" value="journal" /> <property name="title" value="Comparative Cytogenetics Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://compcytogen.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="compcytogen" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="10" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginDeutscheEntomologischeZeitschrift2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Deutsche Entomologische Zeitschrift" /> <property name="issn" value="1435-1951" /> <property name="eissn" value="1860-1324" /> <property name="issnl" value="1435-1951" /> <property name="type" value="journal" /> <property name="title" value="Deutsche Entomologische Zeitschrift Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://dez.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="dez" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="61" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginDeutscheEntomologischeZeitschrift2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Deutsche Entomologische Zeitschrift" /> <property name="issn" value="1435-1951" /> <property name="eissn" value="1860-1324" /> <property name="issnl" value="1435-1951" /> <property name="type" value="journal" /> <property name="title" value="Deutsche Entomologische Zeitschrift Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://dez.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="dez" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="62" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginDeutscheEntomologischeZeitschrift2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Deutsche Entomologische Zeitschrift" /> <property name="issn" value="1435-1951" /> <property name="eissn" value="1860-1324" /> <property name="issnl" value="1435-1951" /> <property name="type" value="journal" /> <property name="title" value="Deutsche Entomologische Zeitschrift Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://dez.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="dez" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="63" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginJournalofHymenopteraResearch2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Journal of Hymenoptera Research" /> <property name="issn" value="1070-9428" /> <property name="eissn" value="1314-2607" /> <property name="issnl" value="1070-9428" /> <property name="type" value="journal" /> <property name="title" value="Journal of Hymenoptera Research Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://jhr.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="jhr" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="30-35" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginJournalofHymenopteraResearch2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Journal of Hymenoptera Research" /> <property name="issn" value="1070-9428" /> <property name="eissn" value="1314-2607" /> <property name="issnl" value="1070-9428" /> <property name="type" value="journal" /> <property name="title" value="Journal of Hymenoptera Research Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://jhr.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="jhr" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="36-41" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginJournalofHymenopteraResearch2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Journal of Hymenoptera Research" /> <property name="issn" value="1070-9428" /> <property name="eissn" value="1314-2607" /> <property name="issnl" value="1070-9428" /> <property name="type" value="journal" /> <property name="title" value="Journal of Hymenoptera Research Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://jhr.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="jhr" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="42-47" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginJournalofHymenopteraResearch2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Journal of Hymenoptera Research" /> <property name="issn" value="1070-9428" /> <property name="eissn" value="1314-2607" /> <property name="issnl" value="1070-9428" /> <property name="type" value="journal" /> <property name="title" value="Journal of Hymenoptera Research Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://jhr.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="jhr" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="48-53" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginMycoKeys2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="MycoKeys" /> <property name="issn" value="1314-4057" /> <property name="eissn" value="1314-4049" /> <property name="issnl" value="1314-4057" /> <property name="type" value="journal" /> <property name="title" value="MycoKeys Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://mycokeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="mycokeys" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="6-7" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginMycoKeys2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="MycoKeys" /> <property name="issn" value="1314-4057" /> <property name="eissn" value="1314-4049" /> <property name="issnl" value="1314-4057" /> <property name="type" value="journal" /> <property name="title" value="MycoKeys Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://mycokeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="mycokeys" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="8" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginMycoKeys2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="MycoKeys" /> <property name="issn" value="1314-4057" /> <property name="eissn" value="1314-4049" /> <property name="issnl" value="1314-4057" /> <property name="type" value="journal" /> <property name="title" value="MycoKeys Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://mycokeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="mycokeys" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="9-11" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginMycoKeys2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="MycoKeys" /> <property name="issn" value="1314-4057" /> <property name="eissn" value="1314-4049" /> <property name="issnl" value="1314-4057" /> <property name="type" value="journal" /> <property name="title" value="MycoKeys Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://mycokeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="mycokeys" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="12-18" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNatureConservation2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Nature Conservation" /> <property name="eissn" value="1314-3301" /> <property name="type" value="journal" /> <property name="title" value="Nature Conservation Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://natureconservation.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="natureconservation" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="4-6" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNatureConservation2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Nature Conservation" /> <property name="eissn" value="1314-3301" /> <property name="type" value="journal" /> <property name="title" value="Nature Conservation Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://natureconservation.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="natureconservation" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="7-9" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNatureConservation2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Nature Conservation" /> <property name="eissn" value="1314-3301" /> <property name="type" value="journal" /> <property name="title" value="Nature Conservation Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://natureconservation.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="natureconservation" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="10-13" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNeoBiota2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="NeoBiota" /> <property name="issn" value="1619-0033" /> <property name="eissn" value="1314-2488" /> <property name="issnl" value="1619-0033" /> <property name="type" value="journal" /> <property name="title" value="NeoBiota Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://neobiota.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="neobiota" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="16-19" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNeoBiota2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="NeoBiota" /> <property name="issn" value="1619-0033" /> <property name="eissn" value="1314-2488" /> <property name="issnl" value="1619-0033" /> <property name="type" value="journal" /> <property name="title" value="NeoBiota Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://neobiota.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="neobiota" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="20-23" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNeoBiota2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="NeoBiota" /> <property name="issn" value="1619-0033" /> <property name="eissn" value="1314-2488" /> <property name="issnl" value="1619-0033" /> <property name="type" value="journal" /> <property name="title" value="NeoBiota Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://neobiota.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="neobiota" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="24-27" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNeoBiota2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="NeoBiota" /> <property name="issn" value="1619-0033" /> <property name="eissn" value="1314-2488" /> <property name="issnl" value="1619-0033" /> <property name="type" value="journal" /> <property name="title" value="NeoBiota Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://neobiota.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="neobiota" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="28-31" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNotaLepidopterologica2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Nota Lepidopterologica" /> <property name="issn" value="0342-7536" /> <property name="eissn" value="2367-5365" /> <property name="issnl" value="0342-7536" /> <property name="type" value="journal" /> <property name="title" value="Nota Lepidopterologica Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://nl.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="nl" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="37" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNotaLepidopterologica2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Nota Lepidopterologica" /> <property name="issn" value="0342-7536" /> <property name="eissn" value="2367-5365" /> <property name="issnl" value="0342-7536" /> <property name="type" value="journal" /> <property name="title" value="Nota Lepidopterologica Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://nl.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="nl" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="38" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginNotaLepidopterologica2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Nota Lepidopterologica" /> <property name="issn" value="0342-7536" /> <property name="eissn" value="2367-5365" /> <property name="issnl" value="0342-7536" /> <property name="type" value="journal" /> <property name="title" value="Nota Lepidopterologica Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://nl.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="nl" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="39" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginPhytoKeys2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="PhytoKeys" /> <property name="issn" value="1314-2011" /> <property name="eissn" value="1314-2003" /> <property name="issnl" value="1314-2011" /> <property name="type" value="journal" /> <property name="title" value="PhytoKeys Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://phytokeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="phytokeys" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="20-32" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginPhytoKeys2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="PhytoKeys" /> <property name="issn" value="1314-2011" /> <property name="eissn" value="1314-2003" /> <property name="issnl" value="1314-2011" /> <property name="type" value="journal" /> <property name="title" value="PhytoKeys Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://phytokeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="phytokeys" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="33-43" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginPhytoKeys2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="PhytoKeys" /> <property name="issn" value="1314-2011" /> <property name="eissn" value="1314-2003" /> <property name="issnl" value="1314-2011" /> <property name="type" value="journal" /> <property name="title" value="PhytoKeys Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://phytokeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="phytokeys" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="44-57" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginPhytoKeys2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="PhytoKeys" /> <property name="issn" value="1314-2011" /> <property name="eissn" value="1314-2003" /> <property name="issnl" value="1314-2011" /> <property name="type" value="journal" /> <property name="title" value="PhytoKeys Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://phytokeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="phytokeys" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="58-75" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginSubterraneanBiology2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Subterranean Biology" /> <property name="issn" value="1768-1448" /> <property name="eissn" value="1314-2615" /> <property name="issnl" value="1768-1448" /> <property name="type" value="journal" /> <property name="title" value="Subterranean Biology Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://subtbiol.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="subtbiol" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="10-12" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginSubterraneanBiology2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Subterranean Biology" /> <property name="issn" value="1768-1448" /> <property name="eissn" value="1314-2615" /> <property name="issnl" value="1768-1448" /> <property name="type" value="journal" /> <property name="title" value="Subterranean Biology Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://subtbiol.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="subtbiol" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="13-14" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginSubterraneanBiology2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Subterranean Biology" /> <property name="issn" value="1768-1448" /> <property name="eissn" value="1314-2615" /> <property name="issnl" value="1768-1448" /> <property name="type" value="journal" /> <property name="title" value="Subterranean Biology Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://subtbiol.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="subtbiol" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="15-16" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginSubterraneanBiology2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Subterranean Biology" /> <property name="issn" value="1768-1448" /> <property name="eissn" value="1314-2615" /> <property name="issnl" value="1768-1448" /> <property name="type" value="journal" /> <property name="title" value="Subterranean Biology Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://subtbiol.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="subtbiol" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="17-20" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZooKeys2010"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="ZooKeys" /> <property name="issn" value="1313-2989" /> <property name="eissn" value="1313-2970" /> <property name="issnl" value="1313-2970" /> <property name="type" value="journal" /> <property name="title" value="ZooKeys Volume 2010" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zookeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2010" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zookeys" /> </property> <property name="attributes.year" value="2010" /> <property name="attributes.volume" value="32-73" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZooKeys2011"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="ZooKeys" /> <property name="issn" value="1313-2989" /> <property name="eissn" value="1313-2970" /> <property name="issnl" value="1313-2970" /> <property name="type" value="journal" /> <property name="title" value="ZooKeys Volume 2011" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zookeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2011" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zookeys" /> </property> <property name="attributes.year" value="2011" /> <property name="attributes.volume" value="74-160" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZooKeys2012"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="ZooKeys" /> <property name="issn" value="1313-2989" /> <property name="eissn" value="1313-2970" /> <property name="issnl" value="1313-2970" /> <property name="type" value="journal" /> <property name="title" value="ZooKeys Volume 2012" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zookeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2012" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zookeys" /> </property> <property name="attributes.year" value="2012" /> <property name="attributes.volume" value="161-255" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZooKeys2013"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="ZooKeys" /> <property name="issn" value="1313-2989" /> <property name="eissn" value="1313-2970" /> <property name="issnl" value="1313-2970" /> <property name="type" value="journal" /> <property name="title" value="ZooKeys Volume 2013" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zookeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2013" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zookeys" /> </property> <property name="attributes.year" value="2013" /> <property name="attributes.volume" value="256-366" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZooKeys2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="ZooKeys" /> <property name="issn" value="1313-2989" /> <property name="eissn" value="1313-2970" /> <property name="issnl" value="1313-2970" /> <property name="type" value="journal" /> <property name="title" value="ZooKeys Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zookeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zookeys" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="367-468" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZooKeys2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="ZooKeys" /> <property name="issn" value="1313-2989" /> <property name="eissn" value="1313-2970" /> <property name="issnl" value="1313-2970" /> <property name="type" value="journal" /> <property name="title" value="ZooKeys Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zookeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zookeys" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="469-548" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZooKeys2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="ZooKeys" /> <property name="issn" value="1313-2989" /> <property name="eissn" value="1313-2970" /> <property name="issnl" value="1313-2970" /> <property name="type" value="journal" /> <property name="title" value="ZooKeys Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zookeys.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zookeys" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="549-641" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZoosystematicsandEvolution2014"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Zoosystematics and Evolution" /> <property name="issn" value="1435-1935" /> <property name="eissn" value="1860-0743" /> <property name="issnl" value="1435-1935" /> <property name="type" value="journal" /> <property name="title" value="Zoosystematics and Evolution Volume 2014" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zse.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2014" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zse" /> </property> <property name="attributes.year" value="2014" /> <property name="attributes.volume" value="90" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZoosystematicsandEvolution2015"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Zoosystematics and Evolution" /> <property name="issn" value="1435-1935" /> <property name="eissn" value="1860-0743" /> <property name="issnl" value="1435-1935" /> <property name="type" value="journal" /> <property name="title" value="Zoosystematics and Evolution Volume 2015" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zse.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2015" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zse" /> </property> <property name="attributes.year" value="2015" /> <property name="attributes.volume" value="91" /> <property name="attributes.rights" value="openaccess" /> </property> <property name="PensoftOaiPluginZoosystematicsandEvolution2016"> <property name="attributes.publisher" value="Pensoft Publishers" /> <property name="journalTitle" value="Zoosystematics and Evolution" /> <property name="issn" value="1435-1935" /> <property name="eissn" value="1860-0743" /> <property name="issnl" value="1435-1935" /> <property name="type" value="journal" /> <property name="title" value="Zoosystematics and Evolution Volume 2016" /> <property name="plugin" value="org.lockss.plugin.pensoft.oai.PensoftOaiPlugin" /> <property name="param.1"> <property name="key" value="base_url" /> <property name="value" value="http://zse.pensoft.net/" /> </property> <property name="param.2"> <property name="key" value="au_oai_date" /> <property name="value" value="2016" /> </property> <property name="param.3"> <property name="key" value="au_oai_set" /> <property name="value" value="zse" /> </property> <property name="attributes.year" value="2016" /> <property name="attributes.volume" value="92" /> <property name="attributes.rights" value="openaccess" /> </property> </property> </lockss-config>
43.152616
84
0.674829
7b228be5be7bfff188cb20a3afc7c3b6a9c6bfc6
390
xml
XML
Recursos/XmlExtraido/GP05_PapaYMamas/aspiration/whimset_HasTraitIrresponsible.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
Recursos/XmlExtraido/GP05_PapaYMamas/aspiration/whimset_HasTraitIrresponsible.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
Recursos/XmlExtraido/GP05_PapaYMamas/aspiration/whimset_HasTraitIrresponsible.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <I c="ObjectivelessWhimSet" i="aspiration" m="whims.whim_set" n="whimset_HasTraitIrresponsible" s="163674"> <T n="priority">1</T> <T n="whim_reason">0x4D80B738<!--String: "(Por ser irresponsable)"--></T> <L n="whims"> <U> <T n="goal">163676<!--SituationGoalObjectInteraction: whim_Irresponsible_IgnoreBills--></T> </U> </L> </I>
39
107
0.648718
e09ed992a568c0dc4ef9a2386b4e974428ce4e98
896
xml
XML
VOCdevkit/VOC2007/Annotations/4d068bc51c874a40cceb88ba9db24aee_220.xml
1162620106/Pedestrian-warning-system
dc3ab15c74c6df7dc11a4dcd5535ca4bd0bf351b
[ "MIT" ]
3
2021-04-20T12:16:44.000Z
2021-12-23T02:44:26.000Z
VOCdevkit/VOC2007/Annotations/4d068bc51c874a40cceb88ba9db24aee_220.xml
1162620106/Pedestrian-warning-system
dc3ab15c74c6df7dc11a4dcd5535ca4bd0bf351b
[ "MIT" ]
null
null
null
VOCdevkit/VOC2007/Annotations/4d068bc51c874a40cceb88ba9db24aee_220.xml
1162620106/Pedestrian-warning-system
dc3ab15c74c6df7dc11a4dcd5535ca4bd0bf351b
[ "MIT" ]
1
2021-11-01T20:21:55.000Z
2021-11-01T20:21:55.000Z
<?xml version="1.0" ?> <annotation> <folder>JPEGImages</folder> <filename>4d068bc51c874a40cceb88ba9db24aee_220</filename> <path>C:/AIoT/Projects/keras-yolo3-master/VOCdevkit/VOC2007/JPEGImages/4d068bc51c874a40cceb88ba9db24aee_220.jpg</path> <source> <database>Unknown</database> </source> <size> <width>1920</width> <height>1080</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>person</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>638.96</xmin> <ymin>470.23</ymin> <xmax>661.34</xmax> <ymax>539.08</ymax> </bndbox> </object> <object> <name>person</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>721.71</xmin> <ymin>455.98</ymin> <xmax>750.40</xmax> <ymax>501.52</ymax> </bndbox> </object> </annotation>
22.4
119
0.675223
f13e0e8bc6ba025dc8dae20b66b0c40a64b8ce0c
24,656
xml
XML
VSBellNew/definitions/map-pitch-to-letter.xml
haskellstudio/belle_old
a5ce86954b61dbacde1d1bf24472d95246be45e5
[ "BSD-2-Clause" ]
null
null
null
VSBellNew/definitions/map-pitch-to-letter.xml
haskellstudio/belle_old
a5ce86954b61dbacde1d1bf24472d95246be45e5
[ "BSD-2-Clause" ]
null
null
null
VSBellNew/definitions/map-pitch-to-letter.xml
haskellstudio/belle_old
a5ce86954b61dbacde1d1bf24472d95246be45e5
[ "BSD-2-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE mica PUBLIC "-//MICA//MICA DTD//EN" "https://raw.githubusercontent.com/burnson/belle/master/definitions/mica.dtd"> <mica> <map>en:CTripleFlat_1 en:Letter en:C</map> <map>en:CDoubleFlat_1 en:Letter en:C</map> <map>en:CFlat_1 en:Letter en:C</map> <map>en:C_1 en:Letter en:C</map> <map>en:CSharp_1 en:Letter en:C</map> <map>en:CDoubleSharp_1 en:Letter en:C</map> <map>en:CTripleSharp_1 en:Letter en:C</map> <map>en:DTripleFlat_1 en:Letter en:D</map> <map>en:DDoubleFlat_1 en:Letter en:D</map> <map>en:DFlat_1 en:Letter en:D</map> <map>en:D_1 en:Letter en:D</map> <map>en:DSharp_1 en:Letter en:D</map> <map>en:DDoubleSharp_1 en:Letter en:D</map> <map>en:DTripleSharp_1 en:Letter en:D</map> <map>en:ETripleFlat_1 en:Letter en:E</map> <map>en:EDoubleFlat_1 en:Letter en:E</map> <map>en:EFlat_1 en:Letter en:E</map> <map>en:E_1 en:Letter en:E</map> <map>en:ESharp_1 en:Letter en:E</map> <map>en:EDoubleSharp_1 en:Letter en:E</map> <map>en:ETripleSharp_1 en:Letter en:E</map> <map>en:FTripleFlat_1 en:Letter en:F</map> <map>en:FDoubleFlat_1 en:Letter en:F</map> <map>en:FFlat_1 en:Letter en:F</map> <map>en:F_1 en:Letter en:F</map> <map>en:FSharp_1 en:Letter en:F</map> <map>en:FDoubleSharp_1 en:Letter en:F</map> <map>en:FTripleSharp_1 en:Letter en:F</map> <map>en:GTripleFlat_1 en:Letter en:G</map> <map>en:GDoubleFlat_1 en:Letter en:G</map> <map>en:GFlat_1 en:Letter en:G</map> <map>en:G_1 en:Letter en:G</map> <map>en:GSharp_1 en:Letter en:G</map> <map>en:GDoubleSharp_1 en:Letter en:G</map> <map>en:GTripleSharp_1 en:Letter en:G</map> <map>en:ATripleFlat_1 en:Letter en:A</map> <map>en:ADoubleFlat_1 en:Letter en:A</map> <map>en:AFlat_1 en:Letter en:A</map> <map>en:A_1 en:Letter en:A</map> <map>en:ASharp_1 en:Letter en:A</map> <map>en:ADoubleSharp_1 en:Letter en:A</map> <map>en:ATripleSharp_1 en:Letter en:A</map> <map>en:BTripleFlat_1 en:Letter en:B</map> <map>en:BDoubleFlat_1 en:Letter en:B</map> <map>en:BFlat_1 en:Letter en:B</map> <map>en:B_1 en:Letter en:B</map> <map>en:BSharp_1 en:Letter en:B</map> <map>en:BDoubleSharp_1 en:Letter en:B</map> <map>en:BTripleSharp_1 en:Letter en:B</map> <map>en:CTripleFlat0 en:Letter en:C</map> <map>en:CDoubleFlat0 en:Letter en:C</map> <map>en:CFlat0 en:Letter en:C</map> <map>en:C0 en:Letter en:C</map> <map>en:CSharp0 en:Letter en:C</map> <map>en:CDoubleSharp0 en:Letter en:C</map> <map>en:CTripleSharp0 en:Letter en:C</map> <map>en:DTripleFlat0 en:Letter en:D</map> <map>en:DDoubleFlat0 en:Letter en:D</map> <map>en:DFlat0 en:Letter en:D</map> <map>en:D0 en:Letter en:D</map> <map>en:DSharp0 en:Letter en:D</map> <map>en:DDoubleSharp0 en:Letter en:D</map> <map>en:DTripleSharp0 en:Letter en:D</map> <map>en:ETripleFlat0 en:Letter en:E</map> <map>en:EDoubleFlat0 en:Letter en:E</map> <map>en:EFlat0 en:Letter en:E</map> <map>en:E0 en:Letter en:E</map> <map>en:ESharp0 en:Letter en:E</map> <map>en:EDoubleSharp0 en:Letter en:E</map> <map>en:ETripleSharp0 en:Letter en:E</map> <map>en:FTripleFlat0 en:Letter en:F</map> <map>en:FDoubleFlat0 en:Letter en:F</map> <map>en:FFlat0 en:Letter en:F</map> <map>en:F0 en:Letter en:F</map> <map>en:FSharp0 en:Letter en:F</map> <map>en:FDoubleSharp0 en:Letter en:F</map> <map>en:FTripleSharp0 en:Letter en:F</map> <map>en:GTripleFlat0 en:Letter en:G</map> <map>en:GDoubleFlat0 en:Letter en:G</map> <map>en:GFlat0 en:Letter en:G</map> <map>en:G0 en:Letter en:G</map> <map>en:GSharp0 en:Letter en:G</map> <map>en:GDoubleSharp0 en:Letter en:G</map> <map>en:GTripleSharp0 en:Letter en:G</map> <map>en:ATripleFlat0 en:Letter en:A</map> <map>en:ADoubleFlat0 en:Letter en:A</map> <map>en:AFlat0 en:Letter en:A</map> <map>en:A0 en:Letter en:A</map> <map>en:ASharp0 en:Letter en:A</map> <map>en:ADoubleSharp0 en:Letter en:A</map> <map>en:ATripleSharp0 en:Letter en:A</map> <map>en:BTripleFlat0 en:Letter en:B</map> <map>en:BDoubleFlat0 en:Letter en:B</map> <map>en:BFlat0 en:Letter en:B</map> <map>en:B0 en:Letter en:B</map> <map>en:BSharp0 en:Letter en:B</map> <map>en:BDoubleSharp0 en:Letter en:B</map> <map>en:BTripleSharp0 en:Letter en:B</map> <map>en:CTripleFlat1 en:Letter en:C</map> <map>en:CDoubleFlat1 en:Letter en:C</map> <map>en:CFlat1 en:Letter en:C</map> <map>en:C1 en:Letter en:C</map> <map>en:CSharp1 en:Letter en:C</map> <map>en:CDoubleSharp1 en:Letter en:C</map> <map>en:CTripleSharp1 en:Letter en:C</map> <map>en:DTripleFlat1 en:Letter en:D</map> <map>en:DDoubleFlat1 en:Letter en:D</map> <map>en:DFlat1 en:Letter en:D</map> <map>en:D1 en:Letter en:D</map> <map>en:DSharp1 en:Letter en:D</map> <map>en:DDoubleSharp1 en:Letter en:D</map> <map>en:DTripleSharp1 en:Letter en:D</map> <map>en:ETripleFlat1 en:Letter en:E</map> <map>en:EDoubleFlat1 en:Letter en:E</map> <map>en:EFlat1 en:Letter en:E</map> <map>en:E1 en:Letter en:E</map> <map>en:ESharp1 en:Letter en:E</map> <map>en:EDoubleSharp1 en:Letter en:E</map> <map>en:ETripleSharp1 en:Letter en:E</map> <map>en:FTripleFlat1 en:Letter en:F</map> <map>en:FDoubleFlat1 en:Letter en:F</map> <map>en:FFlat1 en:Letter en:F</map> <map>en:F1 en:Letter en:F</map> <map>en:FSharp1 en:Letter en:F</map> <map>en:FDoubleSharp1 en:Letter en:F</map> <map>en:FTripleSharp1 en:Letter en:F</map> <map>en:GTripleFlat1 en:Letter en:G</map> <map>en:GDoubleFlat1 en:Letter en:G</map> <map>en:GFlat1 en:Letter en:G</map> <map>en:G1 en:Letter en:G</map> <map>en:GSharp1 en:Letter en:G</map> <map>en:GDoubleSharp1 en:Letter en:G</map> <map>en:GTripleSharp1 en:Letter en:G</map> <map>en:ATripleFlat1 en:Letter en:A</map> <map>en:ADoubleFlat1 en:Letter en:A</map> <map>en:AFlat1 en:Letter en:A</map> <map>en:A1 en:Letter en:A</map> <map>en:ASharp1 en:Letter en:A</map> <map>en:ADoubleSharp1 en:Letter en:A</map> <map>en:ATripleSharp1 en:Letter en:A</map> <map>en:BTripleFlat1 en:Letter en:B</map> <map>en:BDoubleFlat1 en:Letter en:B</map> <map>en:BFlat1 en:Letter en:B</map> <map>en:B1 en:Letter en:B</map> <map>en:BSharp1 en:Letter en:B</map> <map>en:BDoubleSharp1 en:Letter en:B</map> <map>en:BTripleSharp1 en:Letter en:B</map> <map>en:CTripleFlat2 en:Letter en:C</map> <map>en:CDoubleFlat2 en:Letter en:C</map> <map>en:CFlat2 en:Letter en:C</map> <map>en:C2 en:Letter en:C</map> <map>en:CSharp2 en:Letter en:C</map> <map>en:CDoubleSharp2 en:Letter en:C</map> <map>en:CTripleSharp2 en:Letter en:C</map> <map>en:DTripleFlat2 en:Letter en:D</map> <map>en:DDoubleFlat2 en:Letter en:D</map> <map>en:DFlat2 en:Letter en:D</map> <map>en:D2 en:Letter en:D</map> <map>en:DSharp2 en:Letter en:D</map> <map>en:DDoubleSharp2 en:Letter en:D</map> <map>en:DTripleSharp2 en:Letter en:D</map> <map>en:ETripleFlat2 en:Letter en:E</map> <map>en:EDoubleFlat2 en:Letter en:E</map> <map>en:EFlat2 en:Letter en:E</map> <map>en:E2 en:Letter en:E</map> <map>en:ESharp2 en:Letter en:E</map> <map>en:EDoubleSharp2 en:Letter en:E</map> <map>en:ETripleSharp2 en:Letter en:E</map> <map>en:FTripleFlat2 en:Letter en:F</map> <map>en:FDoubleFlat2 en:Letter en:F</map> <map>en:FFlat2 en:Letter en:F</map> <map>en:F2 en:Letter en:F</map> <map>en:FSharp2 en:Letter en:F</map> <map>en:FDoubleSharp2 en:Letter en:F</map> <map>en:FTripleSharp2 en:Letter en:F</map> <map>en:GTripleFlat2 en:Letter en:G</map> <map>en:GDoubleFlat2 en:Letter en:G</map> <map>en:GFlat2 en:Letter en:G</map> <map>en:G2 en:Letter en:G</map> <map>en:GSharp2 en:Letter en:G</map> <map>en:GDoubleSharp2 en:Letter en:G</map> <map>en:GTripleSharp2 en:Letter en:G</map> <map>en:ATripleFlat2 en:Letter en:A</map> <map>en:ADoubleFlat2 en:Letter en:A</map> <map>en:AFlat2 en:Letter en:A</map> <map>en:A2 en:Letter en:A</map> <map>en:ASharp2 en:Letter en:A</map> <map>en:ADoubleSharp2 en:Letter en:A</map> <map>en:ATripleSharp2 en:Letter en:A</map> <map>en:BTripleFlat2 en:Letter en:B</map> <map>en:BDoubleFlat2 en:Letter en:B</map> <map>en:BFlat2 en:Letter en:B</map> <map>en:B2 en:Letter en:B</map> <map>en:BSharp2 en:Letter en:B</map> <map>en:BDoubleSharp2 en:Letter en:B</map> <map>en:BTripleSharp2 en:Letter en:B</map> <map>en:CTripleFlat3 en:Letter en:C</map> <map>en:CDoubleFlat3 en:Letter en:C</map> <map>en:CFlat3 en:Letter en:C</map> <map>en:C3 en:Letter en:C</map> <map>en:CSharp3 en:Letter en:C</map> <map>en:CDoubleSharp3 en:Letter en:C</map> <map>en:CTripleSharp3 en:Letter en:C</map> <map>en:DTripleFlat3 en:Letter en:D</map> <map>en:DDoubleFlat3 en:Letter en:D</map> <map>en:DFlat3 en:Letter en:D</map> <map>en:D3 en:Letter en:D</map> <map>en:DSharp3 en:Letter en:D</map> <map>en:DDoubleSharp3 en:Letter en:D</map> <map>en:DTripleSharp3 en:Letter en:D</map> <map>en:ETripleFlat3 en:Letter en:E</map> <map>en:EDoubleFlat3 en:Letter en:E</map> <map>en:EFlat3 en:Letter en:E</map> <map>en:E3 en:Letter en:E</map> <map>en:ESharp3 en:Letter en:E</map> <map>en:EDoubleSharp3 en:Letter en:E</map> <map>en:ETripleSharp3 en:Letter en:E</map> <map>en:FTripleFlat3 en:Letter en:F</map> <map>en:FDoubleFlat3 en:Letter en:F</map> <map>en:FFlat3 en:Letter en:F</map> <map>en:F3 en:Letter en:F</map> <map>en:FSharp3 en:Letter en:F</map> <map>en:FDoubleSharp3 en:Letter en:F</map> <map>en:FTripleSharp3 en:Letter en:F</map> <map>en:GTripleFlat3 en:Letter en:G</map> <map>en:GDoubleFlat3 en:Letter en:G</map> <map>en:GFlat3 en:Letter en:G</map> <map>en:G3 en:Letter en:G</map> <map>en:GSharp3 en:Letter en:G</map> <map>en:GDoubleSharp3 en:Letter en:G</map> <map>en:GTripleSharp3 en:Letter en:G</map> <map>en:ATripleFlat3 en:Letter en:A</map> <map>en:ADoubleFlat3 en:Letter en:A</map> <map>en:AFlat3 en:Letter en:A</map> <map>en:A3 en:Letter en:A</map> <map>en:ASharp3 en:Letter en:A</map> <map>en:ADoubleSharp3 en:Letter en:A</map> <map>en:ATripleSharp3 en:Letter en:A</map> <map>en:BTripleFlat3 en:Letter en:B</map> <map>en:BDoubleFlat3 en:Letter en:B</map> <map>en:BFlat3 en:Letter en:B</map> <map>en:B3 en:Letter en:B</map> <map>en:BSharp3 en:Letter en:B</map> <map>en:BDoubleSharp3 en:Letter en:B</map> <map>en:BTripleSharp3 en:Letter en:B</map> <map>en:CTripleFlat4 en:Letter en:C</map> <map>en:CDoubleFlat4 en:Letter en:C</map> <map>en:CFlat4 en:Letter en:C</map> <map>en:C4 en:Letter en:C</map> <map>en:CSharp4 en:Letter en:C</map> <map>en:CDoubleSharp4 en:Letter en:C</map> <map>en:CTripleSharp4 en:Letter en:C</map> <map>en:DTripleFlat4 en:Letter en:D</map> <map>en:DDoubleFlat4 en:Letter en:D</map> <map>en:DFlat4 en:Letter en:D</map> <map>en:D4 en:Letter en:D</map> <map>en:DSharp4 en:Letter en:D</map> <map>en:DDoubleSharp4 en:Letter en:D</map> <map>en:DTripleSharp4 en:Letter en:D</map> <map>en:ETripleFlat4 en:Letter en:E</map> <map>en:EDoubleFlat4 en:Letter en:E</map> <map>en:EFlat4 en:Letter en:E</map> <map>en:E4 en:Letter en:E</map> <map>en:ESharp4 en:Letter en:E</map> <map>en:EDoubleSharp4 en:Letter en:E</map> <map>en:ETripleSharp4 en:Letter en:E</map> <map>en:FTripleFlat4 en:Letter en:F</map> <map>en:FDoubleFlat4 en:Letter en:F</map> <map>en:FFlat4 en:Letter en:F</map> <map>en:F4 en:Letter en:F</map> <map>en:FSharp4 en:Letter en:F</map> <map>en:FDoubleSharp4 en:Letter en:F</map> <map>en:FTripleSharp4 en:Letter en:F</map> <map>en:GTripleFlat4 en:Letter en:G</map> <map>en:GDoubleFlat4 en:Letter en:G</map> <map>en:GFlat4 en:Letter en:G</map> <map>en:G4 en:Letter en:G</map> <map>en:GSharp4 en:Letter en:G</map> <map>en:GDoubleSharp4 en:Letter en:G</map> <map>en:GTripleSharp4 en:Letter en:G</map> <map>en:ATripleFlat4 en:Letter en:A</map> <map>en:ADoubleFlat4 en:Letter en:A</map> <map>en:AFlat4 en:Letter en:A</map> <map>en:A4 en:Letter en:A</map> <map>en:ASharp4 en:Letter en:A</map> <map>en:ADoubleSharp4 en:Letter en:A</map> <map>en:ATripleSharp4 en:Letter en:A</map> <map>en:BTripleFlat4 en:Letter en:B</map> <map>en:BDoubleFlat4 en:Letter en:B</map> <map>en:BFlat4 en:Letter en:B</map> <map>en:B4 en:Letter en:B</map> <map>en:BSharp4 en:Letter en:B</map> <map>en:BDoubleSharp4 en:Letter en:B</map> <map>en:BTripleSharp4 en:Letter en:B</map> <map>en:CTripleFlat5 en:Letter en:C</map> <map>en:CDoubleFlat5 en:Letter en:C</map> <map>en:CFlat5 en:Letter en:C</map> <map>en:C5 en:Letter en:C</map> <map>en:CSharp5 en:Letter en:C</map> <map>en:CDoubleSharp5 en:Letter en:C</map> <map>en:CTripleSharp5 en:Letter en:C</map> <map>en:DTripleFlat5 en:Letter en:D</map> <map>en:DDoubleFlat5 en:Letter en:D</map> <map>en:DFlat5 en:Letter en:D</map> <map>en:D5 en:Letter en:D</map> <map>en:DSharp5 en:Letter en:D</map> <map>en:DDoubleSharp5 en:Letter en:D</map> <map>en:DTripleSharp5 en:Letter en:D</map> <map>en:ETripleFlat5 en:Letter en:E</map> <map>en:EDoubleFlat5 en:Letter en:E</map> <map>en:EFlat5 en:Letter en:E</map> <map>en:E5 en:Letter en:E</map> <map>en:ESharp5 en:Letter en:E</map> <map>en:EDoubleSharp5 en:Letter en:E</map> <map>en:ETripleSharp5 en:Letter en:E</map> <map>en:FTripleFlat5 en:Letter en:F</map> <map>en:FDoubleFlat5 en:Letter en:F</map> <map>en:FFlat5 en:Letter en:F</map> <map>en:F5 en:Letter en:F</map> <map>en:FSharp5 en:Letter en:F</map> <map>en:FDoubleSharp5 en:Letter en:F</map> <map>en:FTripleSharp5 en:Letter en:F</map> <map>en:GTripleFlat5 en:Letter en:G</map> <map>en:GDoubleFlat5 en:Letter en:G</map> <map>en:GFlat5 en:Letter en:G</map> <map>en:G5 en:Letter en:G</map> <map>en:GSharp5 en:Letter en:G</map> <map>en:GDoubleSharp5 en:Letter en:G</map> <map>en:GTripleSharp5 en:Letter en:G</map> <map>en:ATripleFlat5 en:Letter en:A</map> <map>en:ADoubleFlat5 en:Letter en:A</map> <map>en:AFlat5 en:Letter en:A</map> <map>en:A5 en:Letter en:A</map> <map>en:ASharp5 en:Letter en:A</map> <map>en:ADoubleSharp5 en:Letter en:A</map> <map>en:ATripleSharp5 en:Letter en:A</map> <map>en:BTripleFlat5 en:Letter en:B</map> <map>en:BDoubleFlat5 en:Letter en:B</map> <map>en:BFlat5 en:Letter en:B</map> <map>en:B5 en:Letter en:B</map> <map>en:BSharp5 en:Letter en:B</map> <map>en:BDoubleSharp5 en:Letter en:B</map> <map>en:BTripleSharp5 en:Letter en:B</map> <map>en:CTripleFlat6 en:Letter en:C</map> <map>en:CDoubleFlat6 en:Letter en:C</map> <map>en:CFlat6 en:Letter en:C</map> <map>en:C6 en:Letter en:C</map> <map>en:CSharp6 en:Letter en:C</map> <map>en:CDoubleSharp6 en:Letter en:C</map> <map>en:CTripleSharp6 en:Letter en:C</map> <map>en:DTripleFlat6 en:Letter en:D</map> <map>en:DDoubleFlat6 en:Letter en:D</map> <map>en:DFlat6 en:Letter en:D</map> <map>en:D6 en:Letter en:D</map> <map>en:DSharp6 en:Letter en:D</map> <map>en:DDoubleSharp6 en:Letter en:D</map> <map>en:DTripleSharp6 en:Letter en:D</map> <map>en:ETripleFlat6 en:Letter en:E</map> <map>en:EDoubleFlat6 en:Letter en:E</map> <map>en:EFlat6 en:Letter en:E</map> <map>en:E6 en:Letter en:E</map> <map>en:ESharp6 en:Letter en:E</map> <map>en:EDoubleSharp6 en:Letter en:E</map> <map>en:ETripleSharp6 en:Letter en:E</map> <map>en:FTripleFlat6 en:Letter en:F</map> <map>en:FDoubleFlat6 en:Letter en:F</map> <map>en:FFlat6 en:Letter en:F</map> <map>en:F6 en:Letter en:F</map> <map>en:FSharp6 en:Letter en:F</map> <map>en:FDoubleSharp6 en:Letter en:F</map> <map>en:FTripleSharp6 en:Letter en:F</map> <map>en:GTripleFlat6 en:Letter en:G</map> <map>en:GDoubleFlat6 en:Letter en:G</map> <map>en:GFlat6 en:Letter en:G</map> <map>en:G6 en:Letter en:G</map> <map>en:GSharp6 en:Letter en:G</map> <map>en:GDoubleSharp6 en:Letter en:G</map> <map>en:GTripleSharp6 en:Letter en:G</map> <map>en:ATripleFlat6 en:Letter en:A</map> <map>en:ADoubleFlat6 en:Letter en:A</map> <map>en:AFlat6 en:Letter en:A</map> <map>en:A6 en:Letter en:A</map> <map>en:ASharp6 en:Letter en:A</map> <map>en:ADoubleSharp6 en:Letter en:A</map> <map>en:ATripleSharp6 en:Letter en:A</map> <map>en:BTripleFlat6 en:Letter en:B</map> <map>en:BDoubleFlat6 en:Letter en:B</map> <map>en:BFlat6 en:Letter en:B</map> <map>en:B6 en:Letter en:B</map> <map>en:BSharp6 en:Letter en:B</map> <map>en:BDoubleSharp6 en:Letter en:B</map> <map>en:BTripleSharp6 en:Letter en:B</map> <map>en:CTripleFlat7 en:Letter en:C</map> <map>en:CDoubleFlat7 en:Letter en:C</map> <map>en:CFlat7 en:Letter en:C</map> <map>en:C7 en:Letter en:C</map> <map>en:CSharp7 en:Letter en:C</map> <map>en:CDoubleSharp7 en:Letter en:C</map> <map>en:CTripleSharp7 en:Letter en:C</map> <map>en:DTripleFlat7 en:Letter en:D</map> <map>en:DDoubleFlat7 en:Letter en:D</map> <map>en:DFlat7 en:Letter en:D</map> <map>en:D7 en:Letter en:D</map> <map>en:DSharp7 en:Letter en:D</map> <map>en:DDoubleSharp7 en:Letter en:D</map> <map>en:DTripleSharp7 en:Letter en:D</map> <map>en:ETripleFlat7 en:Letter en:E</map> <map>en:EDoubleFlat7 en:Letter en:E</map> <map>en:EFlat7 en:Letter en:E</map> <map>en:E7 en:Letter en:E</map> <map>en:ESharp7 en:Letter en:E</map> <map>en:EDoubleSharp7 en:Letter en:E</map> <map>en:ETripleSharp7 en:Letter en:E</map> <map>en:FTripleFlat7 en:Letter en:F</map> <map>en:FDoubleFlat7 en:Letter en:F</map> <map>en:FFlat7 en:Letter en:F</map> <map>en:F7 en:Letter en:F</map> <map>en:FSharp7 en:Letter en:F</map> <map>en:FDoubleSharp7 en:Letter en:F</map> <map>en:FTripleSharp7 en:Letter en:F</map> <map>en:GTripleFlat7 en:Letter en:G</map> <map>en:GDoubleFlat7 en:Letter en:G</map> <map>en:GFlat7 en:Letter en:G</map> <map>en:G7 en:Letter en:G</map> <map>en:GSharp7 en:Letter en:G</map> <map>en:GDoubleSharp7 en:Letter en:G</map> <map>en:GTripleSharp7 en:Letter en:G</map> <map>en:ATripleFlat7 en:Letter en:A</map> <map>en:ADoubleFlat7 en:Letter en:A</map> <map>en:AFlat7 en:Letter en:A</map> <map>en:A7 en:Letter en:A</map> <map>en:ASharp7 en:Letter en:A</map> <map>en:ADoubleSharp7 en:Letter en:A</map> <map>en:ATripleSharp7 en:Letter en:A</map> <map>en:BTripleFlat7 en:Letter en:B</map> <map>en:BDoubleFlat7 en:Letter en:B</map> <map>en:BFlat7 en:Letter en:B</map> <map>en:B7 en:Letter en:B</map> <map>en:BSharp7 en:Letter en:B</map> <map>en:BDoubleSharp7 en:Letter en:B</map> <map>en:BTripleSharp7 en:Letter en:B</map> <map>en:CTripleFlat8 en:Letter en:C</map> <map>en:CDoubleFlat8 en:Letter en:C</map> <map>en:CFlat8 en:Letter en:C</map> <map>en:C8 en:Letter en:C</map> <map>en:CSharp8 en:Letter en:C</map> <map>en:CDoubleSharp8 en:Letter en:C</map> <map>en:CTripleSharp8 en:Letter en:C</map> <map>en:DTripleFlat8 en:Letter en:D</map> <map>en:DDoubleFlat8 en:Letter en:D</map> <map>en:DFlat8 en:Letter en:D</map> <map>en:D8 en:Letter en:D</map> <map>en:DSharp8 en:Letter en:D</map> <map>en:DDoubleSharp8 en:Letter en:D</map> <map>en:DTripleSharp8 en:Letter en:D</map> <map>en:ETripleFlat8 en:Letter en:E</map> <map>en:EDoubleFlat8 en:Letter en:E</map> <map>en:EFlat8 en:Letter en:E</map> <map>en:E8 en:Letter en:E</map> <map>en:ESharp8 en:Letter en:E</map> <map>en:EDoubleSharp8 en:Letter en:E</map> <map>en:ETripleSharp8 en:Letter en:E</map> <map>en:FTripleFlat8 en:Letter en:F</map> <map>en:FDoubleFlat8 en:Letter en:F</map> <map>en:FFlat8 en:Letter en:F</map> <map>en:F8 en:Letter en:F</map> <map>en:FSharp8 en:Letter en:F</map> <map>en:FDoubleSharp8 en:Letter en:F</map> <map>en:FTripleSharp8 en:Letter en:F</map> <map>en:GTripleFlat8 en:Letter en:G</map> <map>en:GDoubleFlat8 en:Letter en:G</map> <map>en:GFlat8 en:Letter en:G</map> <map>en:G8 en:Letter en:G</map> <map>en:GSharp8 en:Letter en:G</map> <map>en:GDoubleSharp8 en:Letter en:G</map> <map>en:GTripleSharp8 en:Letter en:G</map> <map>en:ATripleFlat8 en:Letter en:A</map> <map>en:ADoubleFlat8 en:Letter en:A</map> <map>en:AFlat8 en:Letter en:A</map> <map>en:A8 en:Letter en:A</map> <map>en:ASharp8 en:Letter en:A</map> <map>en:ADoubleSharp8 en:Letter en:A</map> <map>en:ATripleSharp8 en:Letter en:A</map> <map>en:BTripleFlat8 en:Letter en:B</map> <map>en:BDoubleFlat8 en:Letter en:B</map> <map>en:BFlat8 en:Letter en:B</map> <map>en:B8 en:Letter en:B</map> <map>en:BSharp8 en:Letter en:B</map> <map>en:BDoubleSharp8 en:Letter en:B</map> <map>en:BTripleSharp8 en:Letter en:B</map> <map>en:CTripleFlat9 en:Letter en:C</map> <map>en:CDoubleFlat9 en:Letter en:C</map> <map>en:CFlat9 en:Letter en:C</map> <map>en:C9 en:Letter en:C</map> <map>en:CSharp9 en:Letter en:C</map> <map>en:CDoubleSharp9 en:Letter en:C</map> <map>en:CTripleSharp9 en:Letter en:C</map> <map>en:DTripleFlat9 en:Letter en:D</map> <map>en:DDoubleFlat9 en:Letter en:D</map> <map>en:DFlat9 en:Letter en:D</map> <map>en:D9 en:Letter en:D</map> <map>en:DSharp9 en:Letter en:D</map> <map>en:DDoubleSharp9 en:Letter en:D</map> <map>en:DTripleSharp9 en:Letter en:D</map> <map>en:ETripleFlat9 en:Letter en:E</map> <map>en:EDoubleFlat9 en:Letter en:E</map> <map>en:EFlat9 en:Letter en:E</map> <map>en:E9 en:Letter en:E</map> <map>en:ESharp9 en:Letter en:E</map> <map>en:EDoubleSharp9 en:Letter en:E</map> <map>en:ETripleSharp9 en:Letter en:E</map> <map>en:FTripleFlat9 en:Letter en:F</map> <map>en:FDoubleFlat9 en:Letter en:F</map> <map>en:FFlat9 en:Letter en:F</map> <map>en:F9 en:Letter en:F</map> <map>en:FSharp9 en:Letter en:F</map> <map>en:FDoubleSharp9 en:Letter en:F</map> <map>en:FTripleSharp9 en:Letter en:F</map> <map>en:GTripleFlat9 en:Letter en:G</map> <map>en:GDoubleFlat9 en:Letter en:G</map> <map>en:GFlat9 en:Letter en:G</map> <map>en:G9 en:Letter en:G</map> <map>en:GSharp9 en:Letter en:G</map> <map>en:GDoubleSharp9 en:Letter en:G</map> <map>en:GTripleSharp9 en:Letter en:G</map> <map>en:ATripleFlat9 en:Letter en:A</map> <map>en:ADoubleFlat9 en:Letter en:A</map> <map>en:AFlat9 en:Letter en:A</map> <map>en:A9 en:Letter en:A</map> <map>en:ASharp9 en:Letter en:A</map> <map>en:ADoubleSharp9 en:Letter en:A</map> <map>en:ATripleSharp9 en:Letter en:A</map> <map>en:BTripleFlat9 en:Letter en:B</map> <map>en:BDoubleFlat9 en:Letter en:B</map> <map>en:BFlat9 en:Letter en:B</map> <map>en:B9 en:Letter en:B</map> <map>en:BSharp9 en:Letter en:B</map> <map>en:BDoubleSharp9 en:Letter en:B</map> <map>en:BTripleSharp9 en:Letter en:B</map> <map>en:CTripleFlat10 en:Letter en:C</map> <map>en:CDoubleFlat10 en:Letter en:C</map> <map>en:CFlat10 en:Letter en:C</map> <map>en:C10 en:Letter en:C</map> <map>en:CSharp10 en:Letter en:C</map> <map>en:CDoubleSharp10 en:Letter en:C</map> <map>en:CTripleSharp10 en:Letter en:C</map> <map>en:DTripleFlat10 en:Letter en:D</map> <map>en:DDoubleFlat10 en:Letter en:D</map> <map>en:DFlat10 en:Letter en:D</map> <map>en:D10 en:Letter en:D</map> <map>en:DSharp10 en:Letter en:D</map> <map>en:DDoubleSharp10 en:Letter en:D</map> <map>en:DTripleSharp10 en:Letter en:D</map> <map>en:ETripleFlat10 en:Letter en:E</map> <map>en:EDoubleFlat10 en:Letter en:E</map> <map>en:EFlat10 en:Letter en:E</map> <map>en:E10 en:Letter en:E</map> <map>en:ESharp10 en:Letter en:E</map> <map>en:EDoubleSharp10 en:Letter en:E</map> <map>en:ETripleSharp10 en:Letter en:E</map> <map>en:FTripleFlat10 en:Letter en:F</map> <map>en:FDoubleFlat10 en:Letter en:F</map> <map>en:FFlat10 en:Letter en:F</map> <map>en:F10 en:Letter en:F</map> <map>en:FSharp10 en:Letter en:F</map> <map>en:FDoubleSharp10 en:Letter en:F</map> <map>en:FTripleSharp10 en:Letter en:F</map> <map>en:GTripleFlat10 en:Letter en:G</map> <map>en:GDoubleFlat10 en:Letter en:G</map> <map>en:GFlat10 en:Letter en:G</map> <map>en:G10 en:Letter en:G</map> <map>en:GSharp10 en:Letter en:G</map> <map>en:GDoubleSharp10 en:Letter en:G</map> <map>en:GTripleSharp10 en:Letter en:G</map> <map>en:ATripleFlat10 en:Letter en:A</map> <map>en:ADoubleFlat10 en:Letter en:A</map> <map>en:AFlat10 en:Letter en:A</map> <map>en:A10 en:Letter en:A</map> <map>en:ASharp10 en:Letter en:A</map> <map>en:ADoubleSharp10 en:Letter en:A</map> <map>en:ATripleSharp10 en:Letter en:A</map> <map>en:BTripleFlat10 en:Letter en:B</map> <map>en:BDoubleFlat10 en:Letter en:B</map> <map>en:BFlat10 en:Letter en:B</map> <map>en:B10 en:Letter en:B</map> <map>en:BSharp10 en:Letter en:B</map> <map>en:BDoubleSharp10 en:Letter en:B</map> <map>en:BTripleSharp10 en:Letter en:B</map> </mica>
36.365782
80
0.684134
c22b012347fc4bc051d90144a7535ad248691a1b
1,584
xml
XML
research/object_detection/tsod/test/DC20_2175_TarSpot_6photo_2_2020-08-27-10-16-28.jpg_05_02.xml
plantbiojordan/models_py_tsod
88593ee920880d764fec8332177041dd52967cce
[ "Apache-2.0" ]
null
null
null
research/object_detection/tsod/test/DC20_2175_TarSpot_6photo_2_2020-08-27-10-16-28.jpg_05_02.xml
plantbiojordan/models_py_tsod
88593ee920880d764fec8332177041dd52967cce
[ "Apache-2.0" ]
null
null
null
research/object_detection/tsod/test/DC20_2175_TarSpot_6photo_2_2020-08-27-10-16-28.jpg_05_02.xml
plantbiojordan/models_py_tsod
88593ee920880d764fec8332177041dd52967cce
[ "Apache-2.0" ]
null
null
null
<annotation> <folder>Emma_WorkingImages</folder> <filename>DC20_2175_TarSpot_6photo_2_2020-08-27-10-16-28.jpg_05_02.jpg</filename> <path>/Volumes/ThompsonLab/Personnel/Elyse/Student_Folders/Emma_WorkingImages/DC20_2175_TarSpot_6photo_2_2020-08-27-10-16-28.jpg_05_02.jpg</path> <source> <database>Unknown</database> </source> <size> <width>360</width> <height>213</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>98</xmin> <ymin>45</ymin> <xmax>109</xmax> <ymax>59</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>112</xmin> <ymin>91</ymin> <xmax>125</xmax> <ymax>107</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>124</xmin> <ymin>196</ymin> <xmax>133</xmax> <ymax>210</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>233</xmin> <ymin>28</ymin> <xmax>244</xmax> <ymax>46</ymax> </bndbox> </object> <object> <name>tarspot</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>74</xmin> <ymin>187</ymin> <xmax>86</xmax> <ymax>201</ymax> </bndbox> </object> </annotation>
21.12
146
0.655303
f1caa2d9ebb841927fc4dfeba436687bfe043ba7
25,408
xml
XML
pubmed_metadata/train/01545787.xml
allenai/genia-dependency-trees
a155b14b6e852f57cb1c8ef760d3f23a3ea60e6e
[ "CC-BY-3.0" ]
19
2019-02-22T21:19:16.000Z
2022-02-26T06:41:00.000Z
pubmed_metadata/train/01545787.xml
allenai/genia-dependency-trees
a155b14b6e852f57cb1c8ef760d3f23a3ea60e6e
[ "CC-BY-3.0" ]
2
2020-05-11T15:37:55.000Z
2020-05-13T14:56:05.000Z
pubmed_metadata/train/01545787.xml
allenai/genia-dependency-trees
a155b14b6e852f57cb1c8ef760d3f23a3ea60e6e
[ "CC-BY-3.0" ]
5
2019-05-15T13:04:07.000Z
2021-09-17T09:08:28.000Z
<?xml version="1.0" ?> <!DOCTYPE PubmedArticleSet PUBLIC "-//NLM//DTD PubMedArticle, 1st June 2018//EN" "https://dtd.nlm.nih.gov/ncbi/pubmed/out/pubmed_180601.dtd"> <PubmedArticleSet> <PubmedArticle> <MedlineCitation Status="MEDLINE" Owner="NLM"> <PMID Version="1">1545787</PMID> <DateCompleted> <Year>1992</Year> <Month>04</Month> <Day>13</Day> </DateCompleted> <DateRevised> <Year>2018</Year> <Month>11</Month> <Day>13</Day> </DateRevised> <Article PubModel="Print"> <Journal> <ISSN IssnType="Print">0270-7306</ISSN> <JournalIssue CitedMedium="Print"> <Volume>12</Volume> <Issue>3</Issue> <PubDate> <Year>1992</Year> <Month>Mar</Month> </PubDate> </JournalIssue> <Title>Molecular and cellular biology</Title> <ISOAbbreviation>Mol. Cell. Biol.</ISOAbbreviation> </Journal> <ArticleTitle>cis-acting sequences required for inducible interleukin-2 enhancer function bind a novel Ets-related protein, Elf-1.</ArticleTitle> <Pagination> <MedlinePgn>1043-53</MedlinePgn> </Pagination> <Abstract> <AbstractText>The recent definition of a consensus DNA binding sequence for the Ets family of transcription factors has allowed the identification of potential Ets binding sites in the promoters and enhancers of many inducible T-cell genes. In the studies described in this report, we have identified two potential Ets binding sites, EBS1 and EBS2, which are conserved in both the human and murine interleukin-2 enhancers. Within the human enhancer, these two sites are located within the previously defined DNase I footprints, NFAT-1 and NFIL-2B, respectively. Electrophoretic mobility shift and methylation interference analyses demonstrated that EBS1 and EBS2 are essential for the formation of the NFAT-1 and NFIL-2B nuclear protein complexes. Furthermore, in vitro mutagenesis experiments demonstrated that inducible interleukin-2 enhancer function requires the presence of either EBS1 or EBS2. Two well-characterized Ets family members, Ets-1 and Ets-2, are reciprocally expressed during T-cell activation. Surprisingly, however, neither of these proteins bound in vitro to EBS1 or EBS2. We therefore screened a T-cell cDNA library under low-stringency conditions with a probe from the DNA binding domain of Ets-1 and isolated a novel Ets family member, Elf-1. Elf-1 contains a DNA binding domain that is nearly identical to that of E74, the ecdysone-inducible Drosophila transcription factor required for metamorphosis (hence the name Elf-1, for E74-like factor 1). Elf-1 bound specifically to both EBS1 and EBS2 in electrophoretic mobility shift assays. It also bound to the purine-rich CD3R element from the human immunodeficiency virus type 2 long terminal repeat, which is required for inducible virus expression in response to signalling through the T-cell receptor. Taken together, these results demonstrate that multiple Ets family members with apparently distinct DNA binding specificities regulate differential gene expression in resting and activated T cells.</AbstractText> </Abstract> <AuthorList CompleteYN="N"> <Author ValidYN="Y"> <LastName>Thompson</LastName> <ForeName>C B</ForeName> <Initials>CB</Initials> <AffiliationInfo> <Affiliation>Howard Hughes Medical Institute, University of Michigan Medical Center, Ann Arbor 48109.</Affiliation> </AffiliationInfo> </Author> <Author ValidYN="Y"> <LastName>Wang</LastName> <ForeName>C Y</ForeName> <Initials>CY</Initials> </Author> <Author ValidYN="Y"> <LastName>Ho</LastName> <ForeName>I C</ForeName> <Initials>IC</Initials> </Author> <Author ValidYN="Y"> <LastName>Bohjanen</LastName> <ForeName>P R</ForeName> <Initials>PR</Initials> </Author> <Author ValidYN="Y"> <LastName>Petryniak</LastName> <ForeName>B</ForeName> <Initials>B</Initials> </Author> <Author ValidYN="Y"> <LastName>June</LastName> <ForeName>C H</ForeName> <Initials>CH</Initials> </Author> <Author ValidYN="Y"> <LastName>Miesfeldt</LastName> <ForeName>S</ForeName> <Initials>S</Initials> </Author> <Author ValidYN="Y"> <LastName>Zhang</LastName> <ForeName>L</ForeName> <Initials>L</Initials> </Author> <Author ValidYN="Y"> <LastName>Nabel</LastName> <ForeName>G J</ForeName> <Initials>GJ</Initials> </Author> <Author ValidYN="Y"> <LastName>Karpinski</LastName> <ForeName>B</ForeName> <Initials>B</Initials> </Author> </AuthorList> <Language>eng</Language> <DataBankList CompleteYN="Y"> <DataBank> <DataBankName>GENBANK</DataBankName> <AccessionNumberList> <AccessionNumber>M82882</AccessionNumber> </AccessionNumberList> </DataBank> </DataBankList> <GrantList CompleteYN="Y"> <Grant> <GrantID>AI-29673</GrantID> <Acronym>AI</Acronym> <Agency>NIAID NIH HHS</Agency> <Country>United States</Country> </Grant> </GrantList> <PublicationTypeList> <PublicationType UI="D016428">Journal Article</PublicationType> <PublicationType UI="D013487">Research Support, U.S. Gov't, P.H.S.</PublicationType> </PublicationTypeList> </Article> <MedlineJournalInfo> <Country>United States</Country> <MedlineTA>Mol Cell Biol</MedlineTA> <NlmUniqueID>8109087</NlmUniqueID> <ISSNLinking>0270-7306</ISSNLinking> </MedlineJournalInfo> <ChemicalList> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D004268">DNA-Binding Proteins</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="C494041">ETS1 protein, human</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D007376">Interleukin-2</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D050784">Proto-Oncogene Protein c-ets-1</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D011518">Proto-Oncogene Proteins</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D050783">Proto-Oncogene Proteins c-ets</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D014157">Transcription Factors</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>9007-49-2</RegistryNumber> <NameOfSubstance UI="D004247">DNA</NameOfSubstance> </Chemical> </ChemicalList> <CitationSubset>IM</CitationSubset> <CitationSubset>X</CitationSubset> <CommentsCorrectionsList> <CommentsCorrections RefType="Cites"> <RefSource>Proc Natl Acad Sci U S A. 1983 Dec;80(24):7437-41</RefSource> <PMID Version="1">6324170</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nucleic Acids Res. 1984 Jan 25;12(2):857-72</RefSource> <PMID Version="1">6694911</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>J Immunol. 1979 Oct;123(4):1749-54</RefSource> <PMID Version="1">314470</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nature. 1990 Jul 12;346(6280):191-3</RefSource> <PMID Version="1">2114554</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Mol Cell Biol. 1990 Mar;10(3):1249-53</RefSource> <PMID Version="1">2137553</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1990 Mar 9;247(4947):1225-9</RefSource> <PMID Version="1">2156339</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Cell. 1990 Apr 6;61(1):113-24</RefSource> <PMID Version="1">2180582</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Cell. 1990 Oct 5;63(1):47-61</RefSource> <PMID Version="1">2208281</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>EMBO J. 1990 Oct;9(10):3137-44</RefSource> <PMID Version="1">2209540</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1990 Nov 16;250(4983):997-1000</RefSource> <PMID Version="1">2237444</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Mol Cell Biol. 1990 Sep;10(9):4720-7</RefSource> <PMID Version="1">2388624</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Int Immunol. 1989;1(1):43-9</RefSource> <PMID Version="1">2518655</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nucleic Acids Res. 1989 Nov 25;17(22):9173-84</RefSource> <PMID Version="1">2555786</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1989 Dec 22;246(4937):1617-20</RefSource> <PMID Version="1">2595372</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Mol Cell Biol. 1989 Jun;9(6):2588-97</RefSource> <PMID Version="1">2761540</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Mol Cell Biol. 1987 Dec;7(12):4472-81</RefSource> <PMID Version="1">2830495</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nature. 1988 Jun 23;333(6175):776-8</RefSource> <PMID Version="1">2838755</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Proc Natl Acad Sci U S A. 1988 Dec;85(23):8825-9</RefSource> <PMID Version="1">2848241</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Cell. 1986 Aug 1;46(3):401-5</RefSource> <PMID Version="1">3015413</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nature. 1988 Aug 4;334(6181):395-402</RefSource> <PMID Version="1">3043226</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1988 Jul 8;241(4862):202-5</RefSource> <PMID Version="1">3260404</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>EMBO J. 1985 Oct;4(10):2561-8</RefSource> <PMID Version="1">3876930</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nature. 1982 May 20;297(5863):236-9</RefSource> <PMID Version="1">6176875</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1984 Jun 22;224(4655):1312-6</RefSource> <PMID Version="1">6427923</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Immunol Rev. 1980;51:337-57</RefSource> <PMID Version="1">7000676</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Adv Immunol. 1990;48:227-360</RefSource> <PMID Version="1">1693465</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Cell. 1990 Apr 6;61(1):85-99</RefSource> <PMID Version="1">2107982</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Genes Dev. 1990 Oct;4(10):1823-34</RefSource> <PMID Version="1">2123468</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Mol Cell Biol. 1990 Oct;10(10):5486-95</RefSource> <PMID Version="1">2144610</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Proc Natl Acad Sci U S A. 1990 Dec;87(23):9098-102</RefSource> <PMID Version="1">2147512</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Genes Dev. 1990 Apr;4(4):667-79</RefSource> <PMID Version="1">2163347</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Methods Enzymol. 1990;185:60-89</RefSource> <PMID Version="1">2199796</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Mol Cell Biol. 1990 Oct;10(10):5464-72</RefSource> <PMID Version="1">2204815</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>EMBO J. 1990 Oct;9(10):3129-36</RefSource> <PMID Version="1">2209539</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1990 Nov 9;250(4982):814-8</RefSource> <PMID Version="1">2237431</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Genes Dev. 1990 Sep;4(9):1451-3</RefSource> <PMID Version="1">2253872</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>EMBO J. 1990 Aug;9(8):2529-36</RefSource> <PMID Version="1">2369902</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1989 Apr 28;244(4903):457-60</RefSource> <PMID Version="1">2497518</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>J Immunol. 1989 Jan 15;142(2):672-8</RefSource> <PMID Version="1">2536061</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>EMBO J. 1989 Feb;8(2):465-73</RefSource> <PMID Version="1">2542017</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>EMBO J. 1989 Sep;8(9):2527-35</RefSource> <PMID Version="1">2583122</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1989 Jul 28;245(4916):371-8</RefSource> <PMID Version="1">2667136</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Science. 1989 Jan 20;243(4889):355-61</RefSource> <PMID Version="1">2783497</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Proc Natl Acad Sci U S A. 1989 Sep;86(17):6714-8</RefSource> <PMID Version="1">2788889</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>J Immunol. 1988 Jul 15;141(2):662-6</RefSource> <PMID Version="1">2838551</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Proc Natl Acad Sci U S A. 1988 Nov;85(21):7862-6</RefSource> <PMID Version="1">2847145</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>EMBO J. 1988 Aug;7(8):2401-7</RefSource> <PMID Version="1">2847918</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>J Biol Chem. 1988 Dec 15;263(35):18904-10</RefSource> <PMID Version="1">2848811</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nature. 1987 Apr 16-22;326(6114):662-9</RefSource> <PMID Version="1">3031510</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>EMBO J. 1988 Apr;7(4):977-83</RefSource> <PMID Version="1">3136014</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Mol Cell Biol. 1988 Apr;8(4):1715-24</RefSource> <PMID Version="1">3260003</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Mol Cell Biol. 1986 Sep;6(9):3042-9</RefSource> <PMID Version="1">3491296</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>J Immunol. 1985 Mar;134(3):1599-603</RefSource> <PMID Version="1">3918105</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Proc Natl Acad Sci U S A. 1985 Jan;82(2):316-20</RefSource> <PMID Version="1">3918308</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nucleic Acids Res. 1984 Dec 21;12(24):9323-31</RefSource> <PMID Version="1">6240025</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>J Immunol. 1984 Jul;133(1):123-8</RefSource> <PMID Version="1">6327821</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Proc Natl Acad Sci U S A. 1984 Aug;81(16):5214-8</RefSource> <PMID Version="1">6332315</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nature. 1983 Mar 24-30;302(5906):305-10</RefSource> <PMID Version="1">6403867</PMID> </CommentsCorrections> <CommentsCorrections RefType="Cites"> <RefSource>Nucleic Acids Res. 1984 Jun 25;12(12):5005-13</RefSource> <PMID Version="1">6330695</PMID> </CommentsCorrections> </CommentsCorrectionsList> <MeshHeadingList> <MeshHeading> <DescriptorName UI="D000328" MajorTopicYN="N">Adult</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D000595" MajorTopicYN="N">Amino Acid Sequence</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D001483" MajorTopicYN="N">Base Sequence</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D001665" MajorTopicYN="N">Binding Sites</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D002460" MajorTopicYN="N">Cell Line</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D002478" MajorTopicYN="N">Cells, Cultured</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D004247" MajorTopicYN="N">DNA</DescriptorName> <QualifierName UI="Q000378" MajorTopicYN="N">metabolism</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D004268" MajorTopicYN="N">DNA-Binding Proteins</DescriptorName> <QualifierName UI="Q000378" MajorTopicYN="Y">metabolism</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D004591" MajorTopicYN="N">Electrophoresis, Polyacrylamide Gel</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D004742" MajorTopicYN="Y">Enhancer Elements, Genetic</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D006801" MajorTopicYN="N">Humans</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D007376" MajorTopicYN="N">Interleukin-2</DescriptorName> <QualifierName UI="Q000235" MajorTopicYN="Y">genetics</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D008745" MajorTopicYN="N">Methylation</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D008969" MajorTopicYN="N">Molecular Sequence Data</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D050784" MajorTopicYN="N">Proto-Oncogene Protein c-ets-1</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D011518" MajorTopicYN="N">Proto-Oncogene Proteins</DescriptorName> <QualifierName UI="Q000378" MajorTopicYN="Y">metabolism</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D050783" MajorTopicYN="N">Proto-Oncogene Proteins c-ets</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName UI="D013601" MajorTopicYN="N">T-Lymphocytes</DescriptorName> <QualifierName UI="Q000378" MajorTopicYN="N">metabolism</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName UI="D014157" MajorTopicYN="N">Transcription Factors</DescriptorName> <QualifierName UI="Q000378" MajorTopicYN="Y">metabolism</QualifierName> </MeshHeading> </MeshHeadingList> </MedlineCitation> <PubmedData> <History> <PubMedPubDate PubStatus="pubmed"> <Year>1992</Year> <Month>3</Month> <Day>1</Day> </PubMedPubDate> <PubMedPubDate PubStatus="medline"> <Year>1992</Year> <Month>3</Month> <Day>1</Day> <Hour>0</Hour> <Minute>1</Minute> </PubMedPubDate> <PubMedPubDate PubStatus="entrez"> <Year>1992</Year> <Month>3</Month> <Day>1</Day> <Hour>0</Hour> <Minute>0</Minute> </PubMedPubDate> </History> <PublicationStatus>ppublish</PublicationStatus> <ArticleIdList> <ArticleId IdType="pubmed">1545787</ArticleId> <ArticleId IdType="pmc">PMC369536</ArticleId> </ArticleIdList> </PubmedData> </PubmedArticle> </PubmedArticleSet>
51.642276
2,007
0.563405
8d528bf85ff9105998a85564406247c22006fb49
39,929
xml
XML
misc/iam-online-handwriting-database/lineStrokes/g10/g10-363/g10-363z-05.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/g10/g10-363/g10-363z-05.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/g10/g10-363/g10-363z-05.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1"?> <WhiteboardCaptureSession> <WhiteboardDescription> <SensorLocation corner="top_left"/> <DiagonallyOppositeCoords x="5154" y="3530"/> <VerticallyOppositeCoords x="1630" y="3530"/> <HorizontallyOppositeCoords x="5154" y="3107"/> </WhiteboardDescription> <StrokeSet> <Stroke colour="black" start_time="15425126.29" end_time="15425126.64"> <Point x="1642" y="3250" time="15425126.29"/> <Point x="1642" y="3245" time="15425126.31"/> <Point x="1643" y="3242" time="15425126.32"/> <Point x="1641" y="3242" time="15425126.34"/> <Point x="1641" y="3242" time="15425126.35"/> <Point x="1639" y="3243" time="15425126.36"/> <Point x="1635" y="3255" time="15425126.38"/> <Point x="1633" y="3280" time="15425126.40"/> <Point x="1630" y="3297" time="15425126.41"/> <Point x="1632" y="3309" time="15425126.42"/> <Point x="1633" y="3312" time="15425126.44"/> <Point x="1631" y="3305" time="15425126.45"/> <Point x="1633" y="3300" time="15425126.47"/> <Point x="1637" y="3287" time="15425126.48"/> <Point x="1643" y="3265" time="15425126.49"/> <Point x="1652" y="3248" time="15425126.51"/> <Point x="1659" y="3238" time="15425126.52"/> <Point x="1661" y="3238" time="15425126.54"/> <Point x="1662" y="3250" time="15425126.55"/> <Point x="1657" y="3267" time="15425126.57"/> <Point x="1652" y="3284" time="15425126.58"/> <Point x="1655" y="3292" time="15425126.60"/> <Point x="1664" y="3303" time="15425126.61"/> <Point x="1673" y="3305" time="15425126.63"/> <Point x="1681" y="3296" time="15425126.64"/> </Stroke> <Stroke colour="black" start_time="15425127.18" end_time="15425127.77"> <Point x="1874" y="3289" time="15425127.18"/> <Point x="1877" y="3284" time="15425127.20"/> <Point x="1879" y="3271" time="15425127.21"/> <Point x="1885" y="3274" time="15425127.23"/> <Point x="1879" y="3259" time="15425127.24"/> <Point x="1879" y="3255" time="15425127.26"/> <Point x="1874" y="3248" time="15425127.27"/> <Point x="1865" y="3242" time="15425127.29"/> <Point x="1854" y="3241" time="15425127.30"/> <Point x="1841" y="3244" time="15425127.31"/> <Point x="1829" y="3250" time="15425127.33"/> <Point x="1819" y="3262" time="15425127.34"/> <Point x="1808" y="3276" time="15425127.36"/> <Point x="1794" y="3296" time="15425127.37"/> <Point x="1779" y="3316" time="15425127.39"/> <Point x="1771" y="3342" time="15425127.40"/> <Point x="1766" y="3360" time="15425127.42"/> <Point x="1765" y="3364" time="15425127.43"/> <Point x="1773" y="3374" time="15425127.45"/> <Point x="1785" y="3375" time="15425127.46"/> <Point x="1804" y="3376" time="15425127.47"/> <Point x="1822" y="3368" time="15425127.49"/> <Point x="1845" y="3366" time="15425127.50"/> <Point x="1865" y="3370" time="15425127.52"/> <Point x="1879" y="3370" time="15425127.53"/> <Point x="1891" y="3380" time="15425127.55"/> <Point x="1899" y="3395" time="15425127.56"/> <Point x="1899" y="3402" time="15425127.58"/> <Point x="1897" y="3416" time="15425127.59"/> <Point x="1892" y="3433" time="15425127.61"/> <Point x="1882" y="3444" time="15425127.62"/> <Point x="1871" y="3459" time="15425127.63"/> <Point x="1854" y="3463" time="15425127.65"/> <Point x="1838" y="3470" time="15425127.67"/> <Point x="1821" y="3474" time="15425127.68"/> <Point x="1804" y="3470" time="15425127.69"/> <Point x="1792" y="3465" time="15425127.71"/> <Point x="1779" y="3455" time="15425127.72"/> <Point x="1771" y="3444" time="15425127.74"/> <Point x="1764" y="3426" time="15425127.75"/> <Point x="1763" y="3414" time="15425127.77"/> </Stroke> <Stroke colour="black" start_time="15425128.29" end_time="15425128.40"> <Point x="1952" y="3359" time="15425128.29"/> <Point x="1954" y="3363" time="15425128.30"/> <Point x="1956" y="3379" time="15425128.31"/> <Point x="1954" y="3397" time="15425128.32"/> <Point x="1954" y="3425" time="15425128.34"/> <Point x="1954" y="3446" time="15425128.35"/> <Point x="1956" y="3462" time="15425128.37"/> <Point x="1958" y="3474" time="15425128.38"/> <Point x="1961" y="3481" time="15425128.40"/> </Stroke> <Stroke colour="black" start_time="15425128.56" end_time="15425128.68"> <Point x="1966" y="3277" time="15425128.56"/> <Point x="1964" y="3277" time="15425128.58"/> <Point x="1963" y="3278" time="15425128.60"/> <Point x="1961" y="3278" time="15425128.61"/> <Point x="1961" y="3282" time="15425128.62"/> <Point x="1960" y="3282" time="15425128.64"/> <Point x="1961" y="3286" time="15425128.65"/> <Point x="1969" y="3288" time="15425128.67"/> <Point x="1985" y="3284" time="15425128.68"/> </Stroke> <Stroke colour="black" start_time="15425130.36" end_time="15425130.77"> <Point x="2135" y="3371" time="15425130.36"/> <Point x="2128" y="3366" time="15425130.37"/> <Point x="2121" y="3363" time="15425130.37"/> <Point x="2111" y="3363" time="15425130.38"/> <Point x="2098" y="3362" time="15425130.39"/> <Point x="2084" y="3367" time="15425130.41"/> <Point x="2075" y="3378" time="15425130.42"/> <Point x="2065" y="3381" time="15425130.43"/> <Point x="2060" y="3386" time="15425130.45"/> <Point x="2059" y="3391" time="15425130.46"/> <Point x="2063" y="3395" time="15425130.48"/> <Point x="2067" y="3397" time="15425130.49"/> <Point x="2079" y="3397" time="15425130.51"/> <Point x="2092" y="3397" time="15425130.52"/> <Point x="2106" y="3402" time="15425130.54"/> <Point x="2118" y="3406" time="15425130.55"/> <Point x="2126" y="3411" time="15425130.57"/> <Point x="2133" y="3418" time="15425130.58"/> <Point x="2135" y="3426" time="15425130.60"/> <Point x="2135" y="3434" time="15425130.61"/> <Point x="2135" y="3447" time="15425130.63"/> <Point x="2133" y="3456" time="15425130.64"/> <Point x="2126" y="3458" time="15425130.65"/> <Point x="2120" y="3460" time="15425130.67"/> <Point x="2107" y="3465" time="15425130.68"/> <Point x="2091" y="3465" time="15425130.70"/> <Point x="2073" y="3466" time="15425130.71"/> <Point x="2058" y="3467" time="15425130.73"/> <Point x="2042" y="3463" time="15425130.74"/> <Point x="2028" y="3450" time="15425130.75"/> <Point x="2021" y="3440" time="15425130.77"/> </Stroke> <Stroke colour="black" start_time="15425131.00" end_time="15425131.47"> <Point x="2205" y="3258" time="15425131.00"/> <Point x="2198" y="3256" time="15425131.01"/> <Point x="2196" y="3257" time="15425131.03"/> <Point x="2195" y="3258" time="15425131.04"/> <Point x="2193" y="3262" time="15425131.06"/> <Point x="2193" y="3275" time="15425131.07"/> <Point x="2193" y="3288" time="15425131.09"/> <Point x="2193" y="3309" time="15425131.10"/> <Point x="2193" y="3335" time="15425131.13"/> <Point x="2191" y="3369" time="15425131.14"/> <Point x="2194" y="3406" time="15425131.16"/> <Point x="2194" y="3431" time="15425131.17"/> <Point x="2196" y="3452" time="15425131.19"/> <Point x="2198" y="3465" time="15425131.20"/> <Point x="2198" y="3468" time="15425131.21"/> <Point x="2199" y="3467" time="15425131.23"/> <Point x="2200" y="3467" time="15425131.25"/> <Point x="2198" y="3456" time="15425131.26"/> <Point x="2194" y="3444" time="15425131.27"/> <Point x="2186" y="3421" time="15425131.29"/> <Point x="2181" y="3407" time="15425131.30"/> <Point x="2172" y="3397" time="15425131.32"/> <Point x="2159" y="3380" time="15425131.33"/> <Point x="2152" y="3379" time="15425131.35"/> <Point x="2147" y="3376" time="15425131.36"/> <Point x="2147" y="3375" time="15425131.37"/> <Point x="2150" y="3375" time="15425131.39"/> <Point x="2162" y="3375" time="15425131.40"/> <Point x="2180" y="3378" time="15425131.42"/> <Point x="2198" y="3375" time="15425131.43"/> <Point x="2222" y="3375" time="15425131.45"/> <Point x="2246" y="3375" time="15425131.46"/> <Point x="2265" y="3376" time="15425131.47"/> </Stroke> <Stroke colour="black" start_time="15425131.65" end_time="15425132.01"> <Point x="2235" y="3417" time="15425131.65"/> <Point x="2236" y="3417" time="15425131.67"/> <Point x="2240" y="3415" time="15425131.69"/> <Point x="2244" y="3409" time="15425131.70"/> <Point x="2254" y="3402" time="15425131.71"/> <Point x="2268" y="3393" time="15425131.73"/> <Point x="2280" y="3379" time="15425131.75"/> <Point x="2293" y="3366" time="15425131.76"/> <Point x="2303" y="3354" time="15425131.77"/> <Point x="2304" y="3345" time="15425131.79"/> <Point x="2303" y="3341" time="15425131.80"/> <Point x="2294" y="3336" time="15425131.82"/> <Point x="2280" y="3337" time="15425131.83"/> <Point x="2264" y="3343" time="15425131.85"/> <Point x="2251" y="3356" time="15425131.86"/> <Point x="2237" y="3374" time="15425131.87"/> <Point x="2232" y="3402" time="15425131.89"/> <Point x="2231" y="3414" time="15425131.91"/> <Point x="2240" y="3424" time="15425131.92"/> <Point x="2256" y="3431" time="15425131.93"/> <Point x="2279" y="3431" time="15425131.95"/> <Point x="2301" y="3424" time="15425131.96"/> <Point x="2323" y="3414" time="15425131.98"/> <Point x="2342" y="3403" time="15425131.99"/> <Point x="2357" y="3392" time="15425132.01"/> </Stroke> <Stroke colour="black" start_time="15425132.12" end_time="15425132.46"> <Point x="2347" y="3324" time="15425132.12"/> <Point x="2348" y="3328" time="15425132.13"/> <Point x="2349" y="3332" time="15425132.15"/> <Point x="2349" y="3336" time="15425132.16"/> <Point x="2350" y="3344" time="15425132.17"/> <Point x="2352" y="3356" time="15425132.19"/> <Point x="2352" y="3369" time="15425132.20"/> <Point x="2355" y="3385" time="15425132.22"/> <Point x="2357" y="3397" time="15425132.23"/> <Point x="2358" y="3406" time="15425132.25"/> <Point x="2363" y="3416" time="15425132.26"/> <Point x="2364" y="3421" time="15425132.28"/> <Point x="2363" y="3416" time="15425132.29"/> <Point x="2365" y="3420" time="15425132.30"/> <Point x="2363" y="3416" time="15425132.32"/> <Point x="2362" y="3412" time="15425132.33"/> <Point x="2362" y="3404" time="15425132.35"/> <Point x="2363" y="3395" time="15425132.36"/> <Point x="2361" y="3375" time="15425132.38"/> <Point x="2367" y="3359" time="15425132.39"/> <Point x="2372" y="3344" time="15425132.41"/> <Point x="2384" y="3334" time="15425132.42"/> <Point x="2400" y="3332" time="15425132.44"/> <Point x="2416" y="3329" time="15425132.45"/> <Point x="2432" y="3328" time="15425132.46"/> </Stroke> <Stroke colour="black" start_time="15425133.93" end_time="15425133.99"> <Point x="2526" y="3414" time="15425133.93"/> <Point x="2523" y="3414" time="15425133.95"/> <Point x="2518" y="3421" time="15425133.96"/> <Point x="2510" y="3438" time="15425133.98"/> <Point x="2499" y="3460" time="15425133.99"/> </Stroke> <Stroke colour="black" start_time="15425134.43" end_time="15425134.61"> <Point x="2639" y="3312" time="15425134.43"/> <Point x="2639" y="3312" time="15425134.45"/> <Point x="2640" y="3315" time="15425134.46"/> <Point x="2639" y="3315" time="15425134.47"/> <Point x="2644" y="3326" time="15425134.49"/> <Point x="2650" y="3337" time="15425134.51"/> <Point x="2659" y="3355" time="15425134.52"/> <Point x="2667" y="3373" time="15425134.53"/> <Point x="2676" y="3390" time="15425134.55"/> <Point x="2683" y="3405" time="15425134.56"/> <Point x="2691" y="3419" time="15425134.58"/> <Point x="2695" y="3426" time="15425134.59"/> <Point x="2697" y="3430" time="15425134.61"/> </Stroke> <Stroke colour="black" start_time="15425134.77" end_time="15425135.01"> <Point x="2767" y="3294" time="15425134.77"/> <Point x="2766" y="3295" time="15425134.78"/> <Point x="2765" y="3296" time="15425134.80"/> <Point x="2758" y="3304" time="15425134.81"/> <Point x="2754" y="3320" time="15425134.83"/> <Point x="2746" y="3337" time="15425134.84"/> <Point x="2738" y="3360" time="15425134.86"/> <Point x="2726" y="3393" time="15425134.87"/> <Point x="2710" y="3427" time="15425134.89"/> <Point x="2694" y="3467" time="15425134.90"/> <Point x="2679" y="3492" time="15425134.91"/> <Point x="2663" y="3508" time="15425134.93"/> <Point x="2657" y="3524" time="15425134.95"/> <Point x="2655" y="3530" time="15425134.96"/> <Point x="2656" y="3525" time="15425134.97"/> <Point x="2666" y="3516" time="15425134.99"/> <Point x="2682" y="3499" time="15425135.01"/> </Stroke> <Stroke colour="black" start_time="15425135.17" end_time="15425135.52"> <Point x="2817" y="3363" time="15425135.17"/> <Point x="2814" y="3356" time="15425135.19"/> <Point x="2815" y="3351" time="15425135.20"/> <Point x="2813" y="3346" time="15425135.22"/> <Point x="2808" y="3341" time="15425135.23"/> <Point x="2798" y="3332" time="15425135.24"/> <Point x="2790" y="3332" time="15425135.26"/> <Point x="2781" y="3332" time="15425135.28"/> <Point x="2772" y="3341" time="15425135.29"/> <Point x="2760" y="3353" time="15425135.30"/> <Point x="2753" y="3374" time="15425135.32"/> <Point x="2745" y="3392" time="15425135.33"/> <Point x="2745" y="3410" time="15425135.35"/> <Point x="2753" y="3420" time="15425135.36"/> <Point x="2761" y="3420" time="15425135.38"/> <Point x="2775" y="3417" time="15425135.39"/> <Point x="2788" y="3406" time="15425135.40"/> <Point x="2803" y="3393" time="15425135.42"/> <Point x="2811" y="3380" time="15425135.44"/> <Point x="2812" y="3361" time="15425135.45"/> <Point x="2810" y="3349" time="15425135.46"/> <Point x="2807" y="3346" time="15425135.48"/> <Point x="2799" y="3341" time="15425135.49"/> <Point x="2797" y="3341" time="15425135.51"/> <Point x="2799" y="3341" time="15425135.52"/> </Stroke> <Stroke colour="black" start_time="15425135.74" end_time="15425136.04"> <Point x="2852" y="3317" time="15425135.74"/> <Point x="2849" y="3317" time="15425135.76"/> <Point x="2849" y="3318" time="15425135.78"/> <Point x="2849" y="3322" time="15425135.80"/> <Point x="2847" y="3332" time="15425135.81"/> <Point x="2847" y="3351" time="15425135.82"/> <Point x="2848" y="3368" time="15425135.84"/> <Point x="2850" y="3386" time="15425135.85"/> <Point x="2854" y="3398" time="15425135.87"/> <Point x="2861" y="3407" time="15425135.88"/> <Point x="2872" y="3411" time="15425135.90"/> <Point x="2883" y="3408" time="15425135.91"/> <Point x="2900" y="3404" time="15425135.92"/> <Point x="2912" y="3392" time="15425135.94"/> <Point x="2923" y="3377" time="15425135.96"/> <Point x="2931" y="3358" time="15425135.97"/> <Point x="2937" y="3341" time="15425135.98"/> <Point x="2936" y="3323" time="15425136.00"/> <Point x="2934" y="3315" time="15425136.01"/> <Point x="2931" y="3308" time="15425136.03"/> <Point x="2929" y="3304" time="15425136.04"/> </Stroke> <Stroke colour="black" start_time="15425137.57" end_time="15425138.03"> <Point x="3170" y="3303" time="15425137.57"/> <Point x="3173" y="3302" time="15425137.59"/> <Point x="3175" y="3296" time="15425137.60"/> <Point x="3171" y="3288" time="15425137.61"/> <Point x="3168" y="3286" time="15425137.63"/> <Point x="3161" y="3281" time="15425137.64"/> <Point x="3154" y="3281" time="15425137.66"/> <Point x="3146" y="3286" time="15425137.67"/> <Point x="3133" y="3290" time="15425137.69"/> <Point x="3121" y="3298" time="15425137.70"/> <Point x="3108" y="3306" time="15425137.71"/> <Point x="3098" y="3317" time="15425137.73"/> <Point x="3095" y="3329" time="15425137.75"/> <Point x="3092" y="3331" time="15425137.76"/> <Point x="3096" y="3338" time="15425137.77"/> <Point x="3100" y="3339" time="15425137.79"/> <Point x="3114" y="3346" time="15425137.80"/> <Point x="3131" y="3349" time="15425137.82"/> <Point x="3150" y="3351" time="15425137.83"/> <Point x="3164" y="3351" time="15425137.85"/> <Point x="3182" y="3358" time="15425137.86"/> <Point x="3189" y="3363" time="15425137.87"/> <Point x="3193" y="3370" time="15425137.89"/> <Point x="3190" y="3377" time="15425137.90"/> <Point x="3187" y="3389" time="15425137.92"/> <Point x="3179" y="3398" time="15425137.93"/> <Point x="3165" y="3403" time="15425137.95"/> <Point x="3155" y="3409" time="15425137.96"/> <Point x="3141" y="3409" time="15425137.98"/> <Point x="3124" y="3410" time="15425137.99"/> <Point x="3119" y="3408" time="15425138.00"/> <Point x="3110" y="3400" time="15425138.02"/> <Point x="3098" y="3389" time="15425138.03"/> </Stroke> <Stroke colour="black" start_time="15425138.48" end_time="15425138.77"> <Point x="3241" y="3285" time="15425138.48"/> <Point x="3241" y="3289" time="15425138.50"/> <Point x="3238" y="3292" time="15425138.51"/> <Point x="3230" y="3297" time="15425138.53"/> <Point x="3226" y="3310" time="15425138.54"/> <Point x="3224" y="3330" time="15425138.56"/> <Point x="3225" y="3354" time="15425138.57"/> <Point x="3228" y="3376" time="15425138.59"/> <Point x="3233" y="3392" time="15425138.60"/> <Point x="3245" y="3398" time="15425138.61"/> <Point x="3258" y="3399" time="15425138.63"/> <Point x="3272" y="3394" time="15425138.65"/> <Point x="3290" y="3382" time="15425138.66"/> <Point x="3301" y="3359" time="15425138.67"/> <Point x="3313" y="3337" time="15425138.69"/> <Point x="3317" y="3315" time="15425138.70"/> <Point x="3319" y="3293" time="15425138.72"/> <Point x="3318" y="3284" time="15425138.73"/> <Point x="3315" y="3281" time="15425138.75"/> <Point x="3311" y="3280" time="15425138.76"/> <Point x="3312" y="3289" time="15425138.77"/> </Stroke> <Stroke colour="black" start_time="15425138.95" end_time="15425139.25"> <Point x="3353" y="3303" time="15425138.95"/> <Point x="3349" y="3301" time="15425138.97"/> <Point x="3349" y="3302" time="15425138.99"/> <Point x="3349" y="3302" time="15425139.00"/> <Point x="3349" y="3311" time="15425139.01"/> <Point x="3350" y="3326" time="15425139.03"/> <Point x="3352" y="3344" time="15425139.04"/> <Point x="3358" y="3363" time="15425139.06"/> <Point x="3360" y="3377" time="15425139.07"/> <Point x="3361" y="3386" time="15425139.09"/> <Point x="3361" y="3391" time="15425139.10"/> <Point x="3361" y="3391" time="15425139.11"/> <Point x="3363" y="3390" time="15425139.13"/> <Point x="3361" y="3381" time="15425139.15"/> <Point x="3363" y="3365" time="15425139.16"/> <Point x="3366" y="3344" time="15425139.17"/> <Point x="3371" y="3320" time="15425139.19"/> <Point x="3382" y="3303" time="15425139.21"/> <Point x="3389" y="3287" time="15425139.22"/> <Point x="3401" y="3284" time="15425139.23"/> <Point x="3412" y="3285" time="15425139.25"/> </Stroke> <Stroke colour="black" start_time="15425139.43" end_time="15425139.78"> <Point x="3410" y="3351" time="15425139.43"/> <Point x="3416" y="3352" time="15425139.45"/> <Point x="3421" y="3343" time="15425139.46"/> <Point x="3431" y="3336" time="15425139.48"/> <Point x="3443" y="3327" time="15425139.49"/> <Point x="3457" y="3316" time="15425139.50"/> <Point x="3472" y="3305" time="15425139.52"/> <Point x="3481" y="3293" time="15425139.54"/> <Point x="3490" y="3286" time="15425139.55"/> <Point x="3486" y="3279" time="15425139.56"/> <Point x="3482" y="3277" time="15425139.58"/> <Point x="3471" y="3276" time="15425139.59"/> <Point x="3458" y="3280" time="15425139.61"/> <Point x="3443" y="3286" time="15425139.62"/> <Point x="3426" y="3294" time="15425139.64"/> <Point x="3413" y="3310" time="15425139.65"/> <Point x="3403" y="3327" time="15425139.66"/> <Point x="3399" y="3344" time="15425139.68"/> <Point x="3400" y="3354" time="15425139.70"/> <Point x="3409" y="3362" time="15425139.71"/> <Point x="3424" y="3366" time="15425139.72"/> <Point x="3447" y="3369" time="15425139.74"/> <Point x="3472" y="3366" time="15425139.75"/> <Point x="3501" y="3363" time="15425139.77"/> <Point x="3526" y="3359" time="15425139.78"/> </Stroke> <Stroke colour="black" start_time="15425140.46" end_time="15425140.64"> <Point x="3679" y="3156" time="15425140.46"/> <Point x="3678" y="3163" time="15425140.48"/> <Point x="3672" y="3168" time="15425140.49"/> <Point x="3674" y="3187" time="15425140.51"/> <Point x="3672" y="3210" time="15425140.52"/> <Point x="3670" y="3238" time="15425140.54"/> <Point x="3672" y="3268" time="15425140.55"/> <Point x="3672" y="3293" time="15425140.57"/> <Point x="3677" y="3320" time="15425140.58"/> <Point x="3675" y="3337" time="15425140.60"/> <Point x="3673" y="3349" time="15425140.61"/> <Point x="3674" y="3358" time="15425140.62"/> <Point x="3677" y="3362" time="15425140.64"/> </Stroke> <Stroke colour="black" start_time="15425140.77" end_time="15425140.77"> <Point x="3794" y="3312" time="15425140.77"/> </Stroke> <Stroke colour="black" start_time="15425140.81" end_time="15425141.09"> <Point x="3794" y="3285" time="15425140.81"/> <Point x="3792" y="3276" time="15425140.83"/> <Point x="3785" y="3266" time="15425140.84"/> <Point x="3775" y="3259" time="15425140.86"/> <Point x="3763" y="3252" time="15425140.87"/> <Point x="3752" y="3252" time="15425140.89"/> <Point x="3741" y="3256" time="15425140.90"/> <Point x="3728" y="3262" time="15425140.91"/> <Point x="3720" y="3274" time="15425140.93"/> <Point x="3715" y="3294" time="15425140.95"/> <Point x="3710" y="3314" time="15425140.96"/> <Point x="3711" y="3334" time="15425140.97"/> <Point x="3720" y="3347" time="15425140.99"/> <Point x="3737" y="3354" time="15425141.00"/> <Point x="3754" y="3351" time="15425141.02"/> <Point x="3774" y="3344" time="15425141.03"/> <Point x="3789" y="3327" time="15425141.05"/> <Point x="3802" y="3309" time="15425141.06"/> <Point x="3811" y="3291" time="15425141.07"/> <Point x="3807" y="3274" time="15425141.09"/> </Stroke> <Stroke colour="black" start_time="15425141.34" end_time="15425141.64"> <Point x="3907" y="3281" time="15425141.34"/> <Point x="3909" y="3273" time="15425141.36"/> <Point x="3909" y="3262" time="15425141.37"/> <Point x="3906" y="3255" time="15425141.39"/> <Point x="3897" y="3251" time="15425141.41"/> <Point x="3885" y="3252" time="15425141.42"/> <Point x="3868" y="3256" time="15425141.43"/> <Point x="3856" y="3267" time="15425141.45"/> <Point x="3844" y="3283" time="15425141.46"/> <Point x="3831" y="3300" time="15425141.48"/> <Point x="3826" y="3321" time="15425141.49"/> <Point x="3826" y="3337" time="15425141.51"/> <Point x="3833" y="3346" time="15425141.52"/> <Point x="3849" y="3353" time="15425141.53"/> <Point x="3870" y="3356" time="15425141.55"/> <Point x="3890" y="3350" time="15425141.57"/> <Point x="3909" y="3339" time="15425141.58"/> <Point x="3926" y="3328" time="15425141.59"/> <Point x="3934" y="3316" time="15425141.61"/> <Point x="3935" y="3303" time="15425141.62"/> <Point x="3923" y="3288" time="15425141.64"/> </Stroke> <Stroke colour="black" start_time="15425142.24" end_time="15425142.42"> <Point x="3980" y="3168" time="15425142.24"/> <Point x="3981" y="3178" time="15425142.26"/> <Point x="3983" y="3193" time="15425142.28"/> <Point x="3990" y="3215" time="15425142.29"/> <Point x="3990" y="3242" time="15425142.31"/> <Point x="3994" y="3271" time="15425142.32"/> <Point x="3993" y="3299" time="15425142.34"/> <Point x="3992" y="3322" time="15425142.35"/> <Point x="3992" y="3339" time="15425142.36"/> <Point x="3991" y="3349" time="15425142.38"/> <Point x="3992" y="3354" time="15425142.40"/> <Point x="3989" y="3351" time="15425142.41"/> <Point x="3991" y="3349" time="15425142.42"/> </Stroke> <Stroke colour="black" start_time="15425142.52" end_time="15425142.80"> <Point x="4073" y="3245" time="15425142.52"/> <Point x="4073" y="3240" time="15425142.54"/> <Point x="4073" y="3240" time="15425142.55"/> <Point x="4070" y="3243" time="15425142.57"/> <Point x="4060" y="3247" time="15425142.58"/> <Point x="4047" y="3259" time="15425142.60"/> <Point x="4034" y="3277" time="15425142.61"/> <Point x="4010" y="3293" time="15425142.63"/> <Point x="3995" y="3309" time="15425142.64"/> <Point x="3988" y="3320" time="15425142.66"/> <Point x="3985" y="3323" time="15425142.67"/> <Point x="3992" y="3327" time="15425142.68"/> <Point x="4005" y="3331" time="15425142.70"/> <Point x="4020" y="3329" time="15425142.71"/> <Point x="4041" y="3330" time="15425142.73"/> <Point x="4062" y="3328" time="15425142.74"/> <Point x="4079" y="3328" time="15425142.76"/> <Point x="4092" y="3332" time="15425142.77"/> <Point x="4097" y="3332" time="15425142.79"/> <Point x="4099" y="3337" time="15425142.80"/> </Stroke> <Stroke colour="black" start_time="15425144.45" end_time="15425144.98"> <Point x="4273" y="3266" time="15425144.45"/> <Point x="4274" y="3287" time="15425144.47"/> <Point x="4280" y="3317" time="15425144.49"/> <Point x="4285" y="3351" time="15425144.50"/> <Point x="4292" y="3384" time="15425144.51"/> <Point x="4297" y="3413" time="15425144.53"/> <Point x="4296" y="3431" time="15425144.54"/> <Point x="4298" y="3445" time="15425144.56"/> <Point x="4303" y="3456" time="15425144.57"/> <Point x="4302" y="3457" time="15425144.59"/> <Point x="4307" y="3458" time="15425144.60"/> <Point x="4307" y="3458" time="15425144.61"/> <Point x="4301" y="3443" time="15425144.63"/> <Point x="4299" y="3422" time="15425144.65"/> <Point x="4295" y="3392" time="15425144.66"/> <Point x="4287" y="3361" time="15425144.67"/> <Point x="4286" y="3333" time="15425144.69"/> <Point x="4280" y="3303" time="15425144.70"/> <Point x="4292" y="3280" time="15425144.72"/> <Point x="4295" y="3255" time="15425144.73"/> <Point x="4309" y="3239" time="15425144.75"/> <Point x="4321" y="3228" time="15425144.76"/> <Point x="4336" y="3229" time="15425144.78"/> <Point x="4347" y="3234" time="15425144.79"/> <Point x="4360" y="3244" time="15425144.81"/> <Point x="4367" y="3260" time="15425144.82"/> <Point x="4369" y="3281" time="15425144.83"/> <Point x="4362" y="3299" time="15425144.85"/> <Point x="4350" y="3318" time="15425144.86"/> <Point x="4333" y="3329" time="15425144.88"/> <Point x="4314" y="3338" time="15425144.89"/> <Point x="4299" y="3348" time="15425144.91"/> <Point x="4281" y="3349" time="15425144.92"/> <Point x="4264" y="3344" time="15425144.94"/> <Point x="4258" y="3339" time="15425144.95"/> <Point x="4258" y="3333" time="15425144.97"/> <Point x="4268" y="3329" time="15425144.98"/> </Stroke> <Stroke colour="black" start_time="15425145.21" end_time="15425145.56"> <Point x="4378" y="3325" time="15425145.21"/> <Point x="4381" y="3327" time="15425145.23"/> <Point x="4382" y="3326" time="15425145.24"/> <Point x="4384" y="3325" time="15425145.25"/> <Point x="4391" y="3321" time="15425145.27"/> <Point x="4400" y="3313" time="15425145.28"/> <Point x="4415" y="3303" time="15425145.30"/> <Point x="4431" y="3291" time="15425145.31"/> <Point x="4439" y="3276" time="15425145.33"/> <Point x="4447" y="3263" time="15425145.34"/> <Point x="4449" y="3253" time="15425145.35"/> <Point x="4449" y="3248" time="15425145.37"/> <Point x="4443" y="3243" time="15425145.39"/> <Point x="4433" y="3241" time="15425145.40"/> <Point x="4419" y="3245" time="15425145.41"/> <Point x="4407" y="3259" time="15425145.43"/> <Point x="4391" y="3274" time="15425145.44"/> <Point x="4382" y="3296" time="15425145.46"/> <Point x="4373" y="3313" time="15425145.47"/> <Point x="4375" y="3327" time="15425145.49"/> <Point x="4385" y="3340" time="15425145.50"/> <Point x="4394" y="3343" time="15425145.51"/> <Point x="4413" y="3344" time="15425145.53"/> <Point x="4438" y="3342" time="15425145.55"/> <Point x="4464" y="3337" time="15425145.56"/> </Stroke> <Stroke colour="black" start_time="15425145.67" end_time="15425146.14"> <Point x="4564" y="3300" time="15425145.67"/> <Point x="4560" y="3293" time="15425145.69"/> <Point x="4562" y="3284" time="15425145.71"/> <Point x="4558" y="3270" time="15425145.72"/> <Point x="4555" y="3262" time="15425145.73"/> <Point x="4547" y="3253" time="15425145.75"/> <Point x="4540" y="3249" time="15425145.77"/> <Point x="4531" y="3246" time="15425145.78"/> <Point x="4521" y="3246" time="15425145.79"/> <Point x="4512" y="3250" time="15425145.81"/> <Point x="4496" y="3256" time="15425145.82"/> <Point x="4489" y="3270" time="15425145.84"/> <Point x="4481" y="3289" time="15425145.85"/> <Point x="4476" y="3313" time="15425145.87"/> <Point x="4471" y="3330" time="15425145.88"/> <Point x="4477" y="3341" time="15425145.89"/> <Point x="4480" y="3344" time="15425145.91"/> <Point x="4492" y="3343" time="15425145.93"/> <Point x="4509" y="3336" time="15425145.94"/> <Point x="4524" y="3320" time="15425145.95"/> <Point x="4540" y="3303" time="15425145.97"/> <Point x="4551" y="3284" time="15425145.98"/> <Point x="4562" y="3272" time="15425146.00"/> <Point x="4566" y="3268" time="15425146.01"/> <Point x="4562" y="3267" time="15425146.03"/> <Point x="4561" y="3267" time="15425146.04"/> <Point x="4560" y="3274" time="15425146.05"/> <Point x="4558" y="3289" time="15425146.07"/> <Point x="4555" y="3304" time="15425146.09"/> <Point x="4558" y="3318" time="15425146.10"/> <Point x="4560" y="3328" time="15425146.11"/> <Point x="4562" y="3338" time="15425146.13"/> <Point x="4566" y="3346" time="15425146.14"/> </Stroke> <Stroke colour="black" start_time="15425146.60" end_time="15425146.84"> <Point x="4618" y="3160" time="15425146.60"/> <Point x="4618" y="3160" time="15425146.62"/> <Point x="4620" y="3163" time="15425146.64"/> <Point x="4615" y="3163" time="15425146.65"/> <Point x="4618" y="3171" time="15425146.66"/> <Point x="4620" y="3187" time="15425146.68"/> <Point x="4620" y="3205" time="15425146.70"/> <Point x="4623" y="3233" time="15425146.71"/> <Point x="4624" y="3262" time="15425146.72"/> <Point x="4626" y="3290" time="15425146.74"/> <Point x="4620" y="3308" time="15425146.75"/> <Point x="4621" y="3326" time="15425146.77"/> <Point x="4623" y="3336" time="15425146.78"/> <Point x="4621" y="3339" time="15425146.80"/> <Point x="4625" y="3339" time="15425146.81"/> <Point x="4625" y="3339" time="15425146.82"/> <Point x="4628" y="3331" time="15425146.84"/> </Stroke> <Stroke colour="black" start_time="15425146.94" end_time="15425147.24"> <Point x="4700" y="3228" time="15425146.94"/> <Point x="4705" y="3224" time="15425146.96"/> <Point x="4706" y="3223" time="15425146.97"/> <Point x="4706" y="3223" time="15425146.99"/> <Point x="4701" y="3228" time="15425147.00"/> <Point x="4690" y="3234" time="15425147.02"/> <Point x="4683" y="3249" time="15425147.03"/> <Point x="4668" y="3261" time="15425147.05"/> <Point x="4653" y="3277" time="15425147.06"/> <Point x="4635" y="3292" time="15425147.08"/> <Point x="4623" y="3305" time="15425147.09"/> <Point x="4618" y="3312" time="15425147.10"/> <Point x="4620" y="3316" time="15425147.12"/> <Point x="4624" y="3317" time="15425147.13"/> <Point x="4637" y="3320" time="15425147.15"/> <Point x="4654" y="3319" time="15425147.16"/> <Point x="4680" y="3320" time="15425147.18"/> <Point x="4702" y="3319" time="15425147.19"/> <Point x="4717" y="3319" time="15425147.21"/> <Point x="4736" y="3323" time="15425147.22"/> <Point x="4743" y="3325" time="15425147.24"/> </Stroke> <Stroke colour="black" start_time="15425147.41" end_time="15425147.71"> <Point x="4739" y="3319" time="15425147.41"/> <Point x="4745" y="3318" time="15425147.43"/> <Point x="4748" y="3308" time="15425147.44"/> <Point x="4763" y="3298" time="15425147.46"/> <Point x="4780" y="3288" time="15425147.48"/> <Point x="4787" y="3274" time="15425147.49"/> <Point x="4797" y="3263" time="15425147.50"/> <Point x="4799" y="3255" time="15425147.52"/> <Point x="4790" y="3246" time="15425147.53"/> <Point x="4784" y="3246" time="15425147.55"/> <Point x="4770" y="3245" time="15425147.56"/> <Point x="4755" y="3252" time="15425147.58"/> <Point x="4739" y="3263" time="15425147.59"/> <Point x="4726" y="3279" time="15425147.61"/> <Point x="4717" y="3296" time="15425147.62"/> <Point x="4715" y="3315" time="15425147.64"/> <Point x="4719" y="3330" time="15425147.65"/> <Point x="4731" y="3341" time="15425147.66"/> <Point x="4745" y="3342" time="15425147.68"/> <Point x="4768" y="3346" time="15425147.69"/> <Point x="4792" y="3343" time="15425147.71"/> </Stroke> <Stroke colour="black" start_time="15425147.86" end_time="15425148.51"> <Point x="4876" y="3306" time="15425147.86"/> <Point x="4876" y="3299" time="15425147.88"/> <Point x="4876" y="3293" time="15425147.89"/> <Point x="4872" y="3284" time="15425147.91"/> <Point x="4872" y="3279" time="15425147.93"/> <Point x="4869" y="3271" time="15425147.94"/> <Point x="4866" y="3267" time="15425147.95"/> <Point x="4859" y="3264" time="15425147.97"/> <Point x="4847" y="3265" time="15425147.98"/> <Point x="4838" y="3270" time="15425148.00"/> <Point x="4826" y="3278" time="15425148.01"/> <Point x="4815" y="3291" time="15425148.03"/> <Point x="4806" y="3308" time="15425148.04"/> <Point x="4804" y="3322" time="15425148.05"/> <Point x="4804" y="3330" time="15425148.07"/> <Point x="4813" y="3336" time="15425148.09"/> <Point x="4824" y="3337" time="15425148.10"/> <Point x="4840" y="3331" time="15425148.11"/> <Point x="4857" y="3322" time="15425148.13"/> <Point x="4869" y="3307" time="15425148.14"/> <Point x="4882" y="3291" time="15425148.16"/> <Point x="4889" y="3270" time="15425148.17"/> <Point x="4893" y="3246" time="15425148.19"/> <Point x="4895" y="3218" time="15425148.20"/> <Point x="4897" y="3190" time="15425148.21"/> <Point x="4902" y="3171" time="15425148.23"/> <Point x="4900" y="3160" time="15425148.25"/> <Point x="4899" y="3156" time="15425148.26"/> <Point x="4899" y="3156" time="15425148.27"/> <Point x="4899" y="3156" time="15425148.29"/> <Point x="4898" y="3157" time="15425148.30"/> <Point x="4901" y="3166" time="15425148.32"/> <Point x="4903" y="3183" time="15425148.33"/> <Point x="4896" y="3204" time="15425148.35"/> <Point x="4895" y="3232" time="15425148.36"/> <Point x="4891" y="3255" time="15425148.37"/> <Point x="4894" y="3276" time="15425148.39"/> <Point x="4898" y="3291" time="15425148.41"/> <Point x="4903" y="3305" time="15425148.42"/> <Point x="4905" y="3314" time="15425148.43"/> <Point x="4907" y="3324" time="15425148.45"/> <Point x="4905" y="3327" time="15425148.46"/> <Point x="4910" y="3333" time="15425148.48"/> <Point x="4913" y="3337" time="15425148.49"/> <Point x="4912" y="3337" time="15425148.51"/> </Stroke> <Stroke colour="black" start_time="15425149.78" end_time="15425149.90"> <Point x="5009" y="3351" time="15425149.78"/> <Point x="5009" y="3351" time="15425149.80"/> <Point x="5012" y="3354" time="15425149.82"/> <Point x="5009" y="3351" time="15425149.83"/> <Point x="5009" y="3351" time="15425149.84"/> <Point x="5011" y="3354" time="15425149.86"/> <Point x="5010" y="3357" time="15425149.88"/> <Point x="5011" y="3361" time="15425149.89"/> <Point x="5013" y="3360" time="15425149.90"/> </Stroke> <Stroke colour="black" start_time="15425150.34" end_time="15425150.58"> <Point x="5100" y="3109" time="15425150.34"/> <Point x="5096" y="3107" time="15425150.36"/> <Point x="5096" y="3107" time="15425150.37"/> <Point x="5094" y="3110" time="15425150.39"/> <Point x="5096" y="3122" time="15425150.40"/> <Point x="5094" y="3137" time="15425150.42"/> <Point x="5100" y="3150" time="15425150.43"/> <Point x="5099" y="3151" time="15425150.44"/> <Point x="5105" y="3148" time="15425150.46"/> <Point x="5116" y="3141" time="15425150.48"/> <Point x="5125" y="3129" time="15425150.49"/> <Point x="5138" y="3117" time="15425150.50"/> <Point x="5144" y="3110" time="15425150.52"/> <Point x="5148" y="3110" time="15425150.53"/> <Point x="5149" y="3116" time="15425150.55"/> <Point x="5149" y="3129" time="15425150.56"/> <Point x="5154" y="3144" time="15425150.58"/> </Stroke> </StrokeSet> </WhiteboardCaptureSession>
51.990885
75
0.558191
17f6e328e7ab1b33a5c9e06c29d51563f1ecddf4
90
xml
XML
ImageViewPopUpHelper/res/values/strings.xml
OfficialDarkCometklr5x/juliomarcosm
ec44c1cc13ba2b3feb5dc810ebfc066841457ccb
[ "Apache-2.0" ]
6
2016-07-31T23:34:49.000Z
2017-11-17T09:41:32.000Z
ImageViewPopUpHelper/res/values/strings.xml
OfficialDarkCometklr5x/juliomarcosm
ec44c1cc13ba2b3feb5dc810ebfc066841457ccb
[ "Apache-2.0" ]
1
2017-03-29T18:13:16.000Z
2017-04-08T06:15:39.000Z
ImageViewPopUpHelper/res/values/strings.xml
OfficialDarkCometklr5x/juliomarcosm
ec44c1cc13ba2b3feb5dc810ebfc066841457ccb
[ "Apache-2.0" ]
8
2015-01-06T12:17:46.000Z
2021-03-25T03:51:54.000Z
<resources> <string name="app_name">ImageViewPopUpHelper</string> </resources>
15
58
0.688889
299da898ce499c1fc63f6e42a1e456dfd8c5c4fc
546
xml
XML
app/src/main/res/xml/file_path.xml
AugustToko/ACG-Player
1a76dcf2a7a4cb825adbe120ca445a08c79b00c8
[ "Apache-2.0" ]
6
2019-05-26T03:03:54.000Z
2020-02-24T15:53:03.000Z
app/src/main/res/xml/file_path.xml
HarryHeights/ACG-Player
e69b9972d8d830cabc69139250a55c4d594b2387
[ "Apache-2.0" ]
86
2019-05-24T05:07:04.000Z
2019-07-13T04:46:43.000Z
app/src/main/res/xml/file_path.xml
HarryHeights/ACG-Player
e69b9972d8d830cabc69139250a55c4d594b2387
[ "Apache-2.0" ]
3
2019-02-19T21:23:05.000Z
2019-12-16T13:02:40.000Z
<?xml version="1.0" encoding="utf-8"?><!-- ~ ************************************************************* ~ 文件:file_path.xml 模块:app 项目:MusicPlayer ~ 当前修改时间:2019年01月17日 17:31:47 ~ 上次修改时间:2019年01月17日 17:28:52 ~ 作者:chenlongcould ~ Geek Studio ~ Copyright (c) 2019 ~ ************************************************************* --> <paths> <!--<external-path path="Android/data/top.geek_studio.chenlongcould.musicplayer/" name="files_root"/>--> <external-path name="external_files" path="." /> </paths>
30.333333
108
0.483516
564774acbc767ef1e0ad30bfbbaefaca8f024c5c
52,701
xml
XML
Assets/ThirdParty/Usd/USD.NET.xml
twitchplayskh/open-brush
2094339be6851731d293f2574c1fc706ee388d84
[ "Apache-2.0" ]
3
2021-01-27T18:08:44.000Z
2022-01-25T04:24:41.000Z
Assets/ThirdParty/Usd/USD.NET.xml
twitchplayskh/open-brush
2094339be6851731d293f2574c1fc706ee388d84
[ "Apache-2.0" ]
null
null
null
Assets/ThirdParty/Usd/USD.NET.xml
twitchplayskh/open-brush
2094339be6851731d293f2574c1fc706ee388d84
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0"?> <doc> <assembly> <name>USD.NET</name> </assembly> <members> <member name="T:USD.NET.RangeIterator"> <summary> Convenience class to convert a UsdPrimRange into something easily enumerable. Note that UsdPrimRange returns an instance of this class to implement IEnumerable. </summary> </member> <member name="M:USD.NET.RangeIterator.PruneChildren"> <summary> Prunes all childeren below the current prim. https://github.com/PixarAnimationStudios/USD/blob/master/pxr/usd/lib/usd/primRange.h#L162 </summary> </member> <member name="M:USD.NET.RangeIterator.IsPostVisit"> <summary> Indicates if this is the post-visit pass of a pre- and post-traversal iteration. https://github.com/PixarAnimationStudios/USD/blob/master/pxr/usd/lib/usd/primRange.h#L157 </summary> </member> <member name="T:USD.NET.SubtreeIterator"> <summary> Convenience class to convert a UsdPrimSubtreeRange into something easily enumerable. Note that UsdPrimSubtreeRange returns an instance of this class to implement IEnumerable. </summary> </member> <member name="T:USD.NET.SiblingIterator"> <summary> Convenience class to convert a UsdPrimSiblingRange into something easily enumerable. Note that UsdPrimSiblingRange returns an instance of this class to implement IEnumerable. </summary> </member> <member name="T:USD.NET.ArrayUnpool"> <summary> An non-pooled array allocator, to avoid forking logic when pooling is not desired. </summary> </member> <member name="T:USD.NET.Relationship"> <summary> A UsdRelationship allows a prim to target another object in the scenegraph. The semantic meaning of the relationship is defined by the schema, for example UsdShade uses a "material:binding" relationship to indicate the material which should be bound to the prim declaring the attribute. </summary> </member> <member name="M:USD.NET.Relationship.GetTarget(System.Int32)"> <summary> Returns the i_th target or null if fewer than i+1 targets are specified. </summary> </member> <member name="M:USD.NET.Relationship.GetOnlyTarget"> <summary> Returns the first target path. If there is not exactly one target path, an exception is thrown. </summary> </member> <member name="T:USD.NET.IntrinsicTypeConverter"> <summary> Converts intrinsic C# types to/from USD. This is serializaiton infrastructure and should only be needed when dealing directly with the low level USD API. </summary> </member> <member name="M:USD.NET.IntrinsicTypeConverter.JoinNamespace(System.String,System.String)"> <summary> Constructs namespaced string given two namespace element, if either element is omitted, the single namespace is returned with no divider. The result is cacehd. </summary> <returns>Returns the stringified namespace, never null.</returns> <example>JoinNamespace("foo", "bar") returns "foo:bar"</example> <example>JoinNamespace("foo", null) returns "foo"</example> </member> <member name="T:USD.NET.ArrayPool"> <summary> A pooled memory allocator. May be used optionally during serializaiton to avoid generation of garbage. </summary> </member> <member name="M:USD.NET.ArrayPool.Malloc``1(System.UInt32)"> <summary> Allocates a new array of type T, returning ownership to the caller. Uses an existing array from the pool if available. </summary> <typeparam name="T">The element type of the array</typeparam> <param name="size">The number of elements to allocate in the array</param> <returns></returns> </member> <member name="M:USD.NET.ArrayPool.MallocHandle(System.Type)"> <summary> Allocates a new object of the specified type, transferring ownership to the caller. If an an existing object is available in the pool, it will be reused. </summary> <remarks> This is primarily intended for use with wrapped, unmanaged objects (hence the name "handle") which tend to have a fixed overhead for every object instance. </remarks> </member> <member name="M:USD.NET.ArrayPool.FreeHandle``1(``0)"> <summary> Adds the given handle to the allocator pool. Note that the handle need not have been allocated via malloc. </summary> <remarks> Note that objects returned to the allocator pool will not be garbage collected and will not be disposed. </remarks> </member> <member name="M:USD.NET.ArrayPool.FreeHandle(System.Type,System.Object)"> <summary> Adds the given handle to the allocator pool. Note that the handle need not have been allocated via malloc. </summary> <remarks> Note that objects returned to the allocator pool will not be garbage collected and will not be disposed. </remarks> </member> <member name="M:USD.NET.ArrayPool.Free(System.Type,System.UInt32,System.Array)"> <summary> Adds the given array to the allocator pool. Note that the array need not have been allocated via malloc. </summary> <remarks> Note that objects returned to the allocator pool will not be garbage collected and will not be disposed. </remarks> </member> <member name="T:USD.NET.PathCollection"> <summary> Provides custom enumeration over an SdfPathVector to avoid generation of garbage. </summary> </member> <member name="T:USD.NET.PathEnumerator"> <summary> Enumerates all SdfPaths in an SdfPathVector without generating garbage from temp SdfPaths. </summary> </member> <member name="T:USD.NET.PooledArray`1"> <summary> Decorator to hold pooled arrays and follow the RIAA pattern. </summary> </member> <member name="T:USD.NET.Reflect"> <summary> Helper class for reflection operations. Types are not expected to change at runtime, so reflection queries are cached internally as a performance optimization. </summary> </member> <member name="M:USD.NET.Reflect.GetCachedProperties(System.Type)"> <summary> Constructs and caches a vector of PropertyInfo for reflection. The caching of these values avoides garbage and any associated overhead with retrieving and filtering the property list. </summary> <param name="type">The type from which to extract PeropertyInfo.</param> <returns>A vector of PeropertyInfo for the given type.</returns> </member> <member name="M:USD.NET.Reflect.GetCachedFields(System.Type)"> <summary> Constructs and caches a vector of FieldInfo for reflection. The caching of these values avoides garbage and any associated overhead with retrieving and filtering the field list. </summary> <param name="type">The type from which to extract FieldInfo.</param> <returns>A vector of FieldInfo for the given type.</returns> </member> <member name="M:USD.NET.Reflect.GetVariability(System.Reflection.MemberInfo)"> <summary> Indicates the variability of the member. Varying indicates the member may store multiple values over time, Uniform indicates the member has one value for all time. </summary> </member> <member name="M:USD.NET.Reflect.IsPrimvar(System.Reflection.MemberInfo)"> <summary> Primvars in USD (and RenderMan) are a generalization of vertex attributes. The can be constant (one value per object), per vertex, per face, or per-vertex-per-face. The use here is limited to per vertex only. </summary> </member> <member name="M:USD.NET.Reflect.GetPrimvarElementSize(System.Reflection.MemberInfo)"> <summary> When this member info represents a Primvar (see IsPrimvar), the element size indicates the number of array elements to be aggregated per element on the primitive surface. </summary> </member> <member name="M:USD.NET.Reflect.IsFusedDisplayColor(System.Reflection.MemberInfo)"> <summary> Indicates DisplayColor and DisplayOpacity have been fused into a single object in Unity. </summary> </member> <member name="M:USD.NET.Reflect.IsFusedTransform(System.Reflection.MemberInfo)"> <summary> Indicates that the attribute represents a USD transform and may consist of many component T/S/R operations, which should be automatically collapsed into a single matrix. </summary> </member> <member name="M:USD.NET.Reflect.IsCustomData(System.Reflection.MemberInfo)"> <summary> Returns true if the MemberInfo is intened to be serialized as metadata in the custom data field. </summary> </member> <member name="M:USD.NET.Reflect.IsRelationship(System.Reflection.MemberInfo)"> <summary> Returns true if the MemberInfo is inteneded to represent a relationship. </summary> </member> <member name="M:USD.NET.Reflect.IsAssetPath(System.Reflection.MemberInfo)"> <summary> Returns true if the MemberInfo is inteneded to represent an SdfAssetPath. </summary> </member> <member name="M:USD.NET.Reflect.IsNonSerialized(System.Reflection.MemberInfo)"> <summary> Indicates the member should not be serialized. </summary> </member> <member name="M:USD.NET.Reflect.GetNamespace(System.Reflection.MemberInfo)"> <summary> In USD, properties can have one or more namespaces, which manifest as a colon delimited prefix, such as foo:bar:points, where "foo:bar" is the namespace and "points is the property name. Serialization uses namespaces to in-line structures and containers, for example when serializing a Dictionary, </summary> </member> <member name="M:USD.NET.Reflect.GetSchema(System.Type)"> <summary> Returns the USD Schema associated with the given classType. </summary> <param name="classType">The object type to be serialized</param> <returns>The name of the USD schema.</returns> </member> <member name="M:USD.NET.Reflect.ExtractArrays``1(``0)"> <summary> Visits all properties and fields which are an Array type and returns the held array value, if not null. Sets each extracted value to null on the object. </summary> </member> <member name="T:USD.NET.Reflect.InfoEntry"> <summary> A struct of relevant metadata synthesized from member attributes. </summary> </member> <member name="T:USD.NET.Reflect.PrimInfoEntry"> <summary> A struct of relevant UsdPrim metadata synthesized from attributes. </summary> </member> <member name="M:USD.NET.Reflect.GetCacheEntry(System.Reflection.MemberInfo)"> <summary> Returns the cache entry for the given member info. If the cache entry doesn't exist, the entry for the info is populated on demand. </summary> </member> <member name="M:USD.NET.Reflect.GetPrimCacheEntry(System.Type)"> <summary> Returns the Prim cache entry for the given type. If the cache entry doesn't exist, the entry for the info is populated on demand. </summary> </member> <member name="T:USD.NET.UsdVariabilityAttribute"> <summary> Declares the variability of the UsdAttribute that will be generated. </summary> <remarks> A setting the value to Variability.Uniform indicates the UsdAttribute may not have time samples and can only hold a single value. By default, UsdAttributes will be declared as Varying unless writing to a scheme which previously declared the attribute to be Uniform. </remarks> </member> <member name="T:USD.NET.UsdNamespaceAttribute"> <summary> Declares the USD namespace that should be prepended to this attribute. </summary> <remarks> For example setting the namespace to "foo" on an attribute called "bar" will generate a USD attribute named foo:bar. Namespaces will be nested when multiple namespaces apply to a single attribute, e.g. foo:bar:baz. </remarks> </member> <member name="T:USD.NET.UsdSchemaAttribute"> <summary> Declares the USD schema to use when serializing an object. </summary> <remarks> For example, any C# object may be serialized as a UsdGeomMesh by declaring the schema to be "Mesh". The C++ class name or any registered aliases may be used, e.g. UsdSchema("Mesh") and UsdSchema("UsdGeomMesh") are equivalent. </remarks> </member> <member name="T:USD.NET.UsdRelationshipAttribute"> <summary> Declares a string/string[] valued member to be serialized as a UsdRelationship. </summary> <remarks> Relationships may have multiple targets; when only a single target is valid, the member should be declared with type string, since there can only be one value. Similarly, when the relationship may have multiple values, the corresponding type is string[]. </remarks> </member> <member name="T:USD.NET.UsdAssetPathAttribute"> <summary> Declares a string value member to be serialized as an SdfAssetPath. </summary> </member> <member name="T:USD.NET.VertexDataAttribute"> <summary> Declares the attribute as vertex data which can be made available to the shader at render time and enables repteated value compression. </summary> <remarks> This declaration is not needed for round-trip C# serialization, however it formats the USD file so that it can be rendered outside of C#. </remarks> </member> <member name="T:USD.NET.FusedDisplayColorAttribute"> <summary> Fused displayColor and displayOpacity. </summary> <remarks> This special case is entirely for performance. The cost of iterating over display color and opacity in C# to fuse them back into a single vector is too great (138ms in one test), this avoids that cost. </remarks> </member> <member name="T:USD.NET.FusedTransformAttribute"> <summary> Indicates that this is a USD transform should should be fused into a single GfMatrix4d. </summary> <remarks> This special case is for performance and simplicity. Transforms in USD can be composed of an arbitrary number of component (translate/rotate/scale) operations, however this API is designed for ease of use and performance. In this case, all component operations are collapsed into a single 4x4 matrix. </remarks> </member> <member name="T:USD.NET.CustomDataAttribute"> <summary> Declares the attribute should be stored as metadata under the "customData" key. </summary> </member> <member name="T:USD.NET.SampleBase"> <summary> The base class for all automatically serializable classes. </summary> </member> <member name="M:USD.NET.SampleBase.Free"> <summary> Visits all arrays held by this object and returns them to the associated allocator. </summary> </member> <member name="T:USD.NET.Connectable"> <summary> An interface for type-erased access to a Connectable T. </summary> </member> <member name="T:USD.NET.Connectable`1"> <summary> A USD attribute which can have a value or be connected to another attribute of matching type. Conceptually, the targeted attribute value will flow into this attribute. The default value is the value which will be specified when the attribute is not connected or the connection is broken. The default value is only stored when the Connectable object is serialized and may be time varying or uniform. </summary> <typeparam name="T">The underlying type held by the attribute.</typeparam> </member> <member name="M:USD.NET.Connectable`1.IsConnected"> <summary> Returns true when a path has been specified, but does not check is this is a valid path in the scene. </summary> </member> <member name="M:USD.NET.Connectable`1.GetValueType"> <summary> Returns the C# type of this connectable object. </summary> </member> <member name="M:USD.NET.Connectable`1.GetValue"> <summary> Gets the local value of the attribute, for use when no connection is established. </summary> </member> <member name="M:USD.NET.Connectable`1.SetValue(System.Object)"> <summary> Sets the local value of the attribute, for use when no connection is established. </summary> </member> <member name="M:USD.NET.Connectable`1.GetConnectedPath"> <summary> Gets the connection path, which may or may not be a valid connection. </summary> </member> <member name="M:USD.NET.Connectable`1.SetConnectedPath(System.String)"> <summary> Connects this attribute to the targeted path. </summary> </member> <member name="M:USD.NET.Connectable`1.SetConnectedPath(System.String,System.String)"> <summary> Connects this attribute to the targeted attribute. Note that the path and attribute must form a valid SdfPath. </summary> </member> <member name="T:USD.NET.Scene"> <summary> A Scene object represents a UsdStage and enables USD serialization and deserialization. </summary> </member> <member name="T:USD.NET.Scene.InterpolationMode"> <summary> Indicates how to interpolate values when requesting a value which lies between two key frames. </summary> <remarks> Held indicates each keyframe should be held (no interpolation) until the next key frame is reached; linear indicates the two bracketing key frames should be linearly interpolated. </remarks> </member> <member name="T:USD.NET.Scene.UpAxes"> <summary> Indicates the up-axis of the world contained in this cache. </summary> <remarks> These values are defined by USD, thus are limited to Y and Z. </remarks> </member> <member name="P:USD.NET.Scene.Stage"> <summary> Gets the underlying UsdStage for this scene, if available. </summary> <remarks> This is exposed only for low level, direct access to the underlying stage, not intended for common use. </remarks> </member> <member name="F:USD.NET.Scene.m_time"> <summary> The time at which key frames should be read and written. </summary> <remarks> Setting this value to null indicates values should be read from the "default" time (e.g. to store a rest pose, etc.) </remarks> </member> <member name="P:USD.NET.Scene.StartTime"> <summary> The beginning bracket at which animation begins, the time of the first key frame. </summary> </member> <member name="P:USD.NET.Scene.EndTime"> <summary> The closing bracket at which animation ends, the time of the last key frame. </summary> </member> <member name="P:USD.NET.Scene.FrameRate"> <summary> The rate at which the cache should playback, in frames per second. </summary> </member> <member name="P:USD.NET.Scene.UpAxis"> <summary> The Up-axis of the world contained in the cache. </summary> </member> <member name="P:USD.NET.Scene.AllPaths"> <summary> A list of all Prim paths present in the scene. </summary> </member> <member name="P:USD.NET.Scene.AllMeshes"> <summary> A list of all mesh paths in the scene. </summary> </member> <member name="P:USD.NET.Scene.AllXforms"> <summary> A list of all Xform paths in the scene. </summary> </member> <member name="M:USD.NET.Scene.Create(System.String)"> <summary> Constructs a new scene at the given file path. If the file exists, it is erased, if the file is in use or cannot be created, an exception is thrown. </summary> </member> <member name="M:USD.NET.Scene.Create"> <summary> Constructs a new scene in memory, not backed by a file. </summary> <remarks> Note that SaveAs can be used to write memory to disk. </remarks> </member> <member name="M:USD.NET.Scene.Open(System.String)"> <summary> Opens an existing USD file for reading. An exception is thrown if the filePath cannot be opened. </summary> </member> <member name="M:USD.NET.Scene.GetPrimAtPath(System.String)"> <summary> Gets the UsdPrim at the given path, retuns null if the UsdPrim is invalid. Therefore, if the return value is not null, IsValid need not be checked. </summary> </member> <member name="M:USD.NET.Scene.GetAttributeAtPath(System.String)"> <summary> Gets the UsdAttribute at the given path, retuns null if the UsdAttribute is invalid. Therefore, if the return value is not null, IsValid need not be checked. </summary> </member> <member name="M:USD.NET.Scene.GetRelationshipAtPath(System.String)"> <summary> Gets the UsdRelationship at the given path, retuns null if the UsdRelationship is invalid. Therefore, if the return value is not null, IsValid need not be checked. </summary> </member> <member name="M:USD.NET.Scene.Close"> <summary> Release any open files and stop asynchronous execution. </summary> </member> <member name="M:USD.NET.Scene.SetInterpolation(USD.NET.Scene.InterpolationMode)"> <summary> Sets the active interpolation mode. </summary> </member> <member name="M:USD.NET.Scene.ComputeKeyFrames(System.String,System.String)"> <summary> Retuns a dictionary of paths and the times at which each path has a keyframe for the given attribute. Only paths rooted under the given rootPath are considered. </summary> </member> <member name="M:USD.NET.Scene.WaitForWrites"> <summary> Wait until all asynchronous writes complete. </summary> </member> <member name="M:USD.NET.Scene.WaitForReads"> <summary> Wait until all asynchronous reads complete. </summary> </member> <member name="M:USD.NET.Scene.Save"> <summary> Saves the current scene if backed by a file, throws an exception if this scene is in memory only. </summary> </member> <member name="M:USD.NET.Scene.SaveAs(System.String)"> <summary> Write the root layer of the current scene to the given file path, preserving all references. </summary> </member> <member name="M:USD.NET.Scene.FlattenAs(System.String)"> <summary> Writes the current scene to the given file path, flattening all references. </summary> <remarks> The resulting scene will have no external file references and all referenced data will be inlined. </remarks> </member> <member name="M:USD.NET.Scene.Read``1(System.String,``0)"> <summary> Reads and deserializes an object of type T at the given path in the current USD scene. </summary> <remarks> If reading fails, an excpetion is thrown and the object may be left in an incomplete state. </remarks> </member> <member name="M:USD.NET.Scene.Read``1(System.String,System.Reflection.FieldInfo,``0@)"> <summary> Reads a single field of a sample, attribute ecorations are respected. </summary> <remarks> Note only one level of nesting is supported, e.g. if a sample has a nested structure, only immediate child structures of the root may be deserialized. </remarks> </member> <member name="M:USD.NET.Scene.Read``1(System.String,System.Reflection.PropertyInfo,``0@)"> <summary> Reads a single property of a sample, attribute decorations are respected. </summary> <remarks> Note only one level of nesting is supported, e.g. if a sample has a nested structure, only immediate child structures of the root may be deserialized. </remarks> </member> <member name="M:USD.NET.Scene.Write``1(System.String,``0)"> <summary> Writes an object of type T to the given path in the current USD scene. </summary> <remarks> If writing fails, the scene description may be partially written. </remarks> </member> <member name="M:USD.NET.Scene.ToString"> <summary> Returns the entire scene serialized as a string. Expensive for large scenes. </summary> </member> <member name="M:USD.NET.Scene.GetSdfPath(System.String)"> <summary> Translates a string path to an SdfPath, caching the result to avoid churn. </summary> </member> <member name="M:USD.NET.Scene.#ctor(pxr.UsdStage)"> <summary> Constructor declared private to force access through the static factories. </summary> </member> <member name="P:USD.NET.Scene.TimeCode"> <summary> Returns the current Time value as a UsdTimeCode object, converting null to Default time if needed. </summary> </member> <member name="T:USD.NET.TokenCache"> <summary> USD TfTokens are expensive to create and destroy, both in C# and in C++. This class provides a thread safe caching mechanism to avoid TfToken churn. </summary> </member> <member name="M:USD.NET.TokenCache.GetCache(System.String,System.String)"> <summary> Internal helper function to access the token cache. </summary> <param name="ns">The namespace prefix for the token, may be null.</param> <param name="token">The string to tokenize, may be null.</param> <returns>A TfToken holding the namespaced token string.</returns> <example>GetCache("foo:bar", "baz") returns TfToken("foo:bar:baz")</example> </member> <member name="P:USD.NET.TokenCache.Item(System.String)"> <summary> Returns a TfToken representing the given string. The result is cached for future use. </summary> </member> <member name="P:USD.NET.TokenCache.Item(System.String,System.String)"> <summary> Returns a Tftoken representing the given namespace and string. The result is cached for future use. </summary> </member> <member name="T:USD.NET.DefaultConversions"> Conversions discovered automatically via reflection on VtValue. </member> <member name="M:USD.NET.TypeBinder.BindArrayType``1(System.Type,System.Type,pxr.SdfValueTypeName,System.String)"> <summary> Binds the specified C# type to the given USD array and scene description (Sdf) types, looking for ConverterT.ToVtArray(csType) and ConverterT.FromVtArray(vtArrayType). </summary> <typeparam name="ConverterT"> The C# class type providing type conversion rules ToVtArray and FromVtArray. </typeparam> <param name="csType">The C# type to be mapped to USD</param> <param name="vtArrayType">The USD C++ value type (Vt)</param> <param name="sdfName">The USD scene description (Sdf) type</param> TODO: The C++ type can be inferred from the Sdf type, so vtArrayType is not needed. </member> <member name="T:USD.NET.UsdIo"> <summary> The USD serialization run-time. This class leverages the ArrayAllocator, TypeBinder, TokenCache, ReflectionCache and SampleBase to perform efficient reflection based serialization of arbitrary C# data types to and from USD. </summary> </member> <member name="P:USD.NET.UsdIo.Bindings"> <summary> Provides access to the system TypeBinder. Only one binder may be active and the binder can be used to add support for new custom data types. </summary> </member> <member name="M:USD.NET.UsdIo.Serialize``1(``0,pxr.UsdPrim,pxr.UsdTimeCode,System.String)"> <summary> Serializes an arbitrary object descending from SampleBase from C# to USD. </summary> <typeparam name="T">Any type which inherits from SampleBase</typeparam> <param name="t">The object/data to be serialized.</param> <param name="prim">The UsdPrim to which the object should be written.</param> <param name="usdTime">The tiem at which key frames should be created.</param> <param name="usdNamespace">The USD namespace (if any) of the object.</param> </member> <member name="M:USD.NET.UsdIo.Deserialize(System.Object@,pxr.UsdPrim,pxr.UsdTimeCode,System.Reflection.FieldInfo,System.String)"> <summary> Deserialize a single field to a single value. </summary> <param name="fieldValue">The referenced value of the field to populate.</param> <param name="prim">The USD prim from which to read the value.</param> <param name="usdTime">The time at which to sample key frames.</param> <param name="field">The field to deserialize.</param> <param name="usdNamespace">The USD namespace, if any.</param> </member> <member name="M:USD.NET.UsdIo.Deserialize(System.Object@,pxr.UsdPrim,pxr.UsdTimeCode,System.Reflection.PropertyInfo,System.String)"> <summary> Deserialize a single property to a single value. </summary> <param name="propValue">The referenced value of the property to populate.</param> <param name="prim">The USD prim from which to read the value.</param> <param name="usdTime">The time at which to sample key frames.</param> <param name="field">The field to deserialize.</param> <param name="usdNamespace">The USD namespace, if any.</param> </member> <member name="M:USD.NET.UsdIo.Deserialize``1(``0,pxr.UsdPrim,pxr.UsdTimeCode,System.String)"> <summary> Deserializes an arbitrary object descending from SampleBase from USD to C#. </summary> <typeparam name="T">The type to serialize, descending from SampleBase</typeparam> <param name="t">The object to to populate.</param> <param name="prim">The USD prim from which to read data.</param> <param name="usdTime">The time at which to read key frames.</param> <param name="usdNamespace">The object namespace, if any.</param> </member> <member name="M:USD.NET.UsdIo.WriteAttr(System.String,System.Type,System.Object,pxr.UsdTimeCode,pxr.UsdPrim,pxr.UsdGeomImageable,System.Reflection.MemberInfo,System.String,System.String)"> <summary> Internal helper for serializing data to USD. </summary> <param name="attrName">The USD attribute name.</param> <param name="csType">The C# type.</param> <param name="csValue">The C# value.</param> <param name="usdTime">The time at which to sample key frames.</param> <param name="prim">The USD prim at which to write values.</param> <param name="imgble">The UsdGeomImagable attrbiute, used when writing PrimVars.</param> <param name="memberInfo">The field/property providing serialization metadata.</param> <param name="usdNamespace">The optional USD namespace at which values live.</param> <param name="srcObject">The source object name, used when remapping names.</param> <returns>True on success.</returns> <remarks> Note that "success" in the return value does not indicate data was written, rather it indicates that no unexpected states were encountered. E.g. calling WriteAttr on a field marked as [NotSerialized] does not cause this method to return false, since non-serialized fields are an expected state this function may encounter. </remarks> </member> <member name="M:USD.NET.UsdIo.ReadAttr(System.String,System.Type,System.Object@,pxr.UsdTimeCode,pxr.UsdPrim,System.Reflection.MemberInfo,System.String,System.String)"> <summary> Internal helper for reading data from USD. </summary> <param name="attrName">The USD attribute name.</param> <param name="csType">The C# type.</param> <param name="csValue">The C# value to populate.</param> <param name="usdTime">The time at which to sample key frames.</param> <param name="prim">The USD prim from which to read data.</param> <param name="memberInfo">The field/property providing serialization metadata.</param> <param name="usdNamespace">The optional USD namespace at which values live.</param> <param name="srcObject">The source object name, used when remapping names.</param> <returns>True on success.</returns> <remarks> Note that "success" in the return value does not indicate data was read, rather it indicates that no unexpected states were encountered. E.g. calling ReadAttr on a field with no value stored in USD will not return false, since that is not considered a failure state. </remarks> </member> <member name="T:pxr.GfVec3dVector.GfVec3dVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.GfVec4fVector.GfVec4fVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.JsObject.JsObjectEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.JsObjectVector.JsObjectVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.TfTokenVector.TfTokenVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.TfTypeVector.TfTypeVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.SdfLayerHandleVector.SdfLayerHandleVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.SdfLayerOffsetVector.SdfLayerOffsetVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.SdfNamespaceEditDetailVector.SdfNamespaceEditDetailVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.SdfNamespaceEditVector.SdfNamespaceEditVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.SdfPathVector.SdfPathVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdGeomBasisCurvesComputeInterpolationInfo.UsdGeomBasisCurvesComputeInterpolationInfoEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdGeomBoolVector.UsdGeomBoolVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdGeomCollectionAPIVector.UsdGeomCollectionAPIVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdGeomConstraintTargetVector.UsdGeomConstraintTargetVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdGeomFaceSetAPIVector.UsdGeomFaceSetAPIVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdGeomLongVector.UsdGeomLongVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdGeomPrimvarVector.UsdGeomPrimvarVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdGeomXformOpVector.UsdGeomXformOpVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdShadeShaderVector.UsdShadeShaderVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdAttributeVector.UsdAttributeVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdPrimVector.UsdPrimVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdPropertyVector.UsdPropertyVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.UsdRelationshipVector.UsdRelationshipVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.StdDoubleVector.StdDoubleVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.StdDoubleVectorVector.StdDoubleVectorVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.StdFloatVector.StdFloatVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.StdFloatVectorVector.StdFloatVectorVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.StdIntVector.StdIntVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.StdStringVector.StdStringVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> <member name="T:pxr.TaskCallbackVector.TaskCallbackVectorEnumerator"> Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet. </member> </members> </doc>
54.782744
196
0.634789
22451bb2eebb572d65a2c4d2c5106e6b691f7e28
1,207
xml
XML
makemoji-sdk-android/src/main/res/layout/mm_reaction_cell.xml
priyankaharmale/EmojiApp
f126a2cf58addccc379bd278dde4eeb39e46990e
[ "Apache-2.0" ]
55
2016-03-02T03:18:45.000Z
2022-02-02T08:29:05.000Z
makemoji-sdk-android/src/main/res/layout/mm_reaction_cell.xml
priyankaharmale/EmojiApp
f126a2cf58addccc379bd278dde4eeb39e46990e
[ "Apache-2.0" ]
8
2017-03-22T22:46:57.000Z
2021-06-29T23:59:10.000Z
makemoji-sdk-android/src/main/res/layout/mm_reaction_cell.xml
priyankaharmale/EmojiApp
f126a2cf58addccc379bd278dde4eeb39e46990e
[ "Apache-2.0" ]
33
2016-03-02T03:18:48.000Z
2020-12-20T09:07:39.000Z
<?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:orientation="horizontal" android:layout_width="wrap_content" android:padding="4dp" android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:background="@drawable/mm_reaction_bg" android:gravity="center_vertical" android:layout_gravity="center_vertical" tools:layout_height="50dp" android:layout_height="match_parent"> <TextView android:id="@+id/_mm_reaction_left_tv" android:textColor="@android:color/black" android:paddingRight="8dp" android:layout_gravity="center_vertical" android:textSize="14sp" tools:text="asfdsadf" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:id="@+id/_mm_reaction_right_tv" android:layout_gravity="center_vertical" android:textSize="14sp" android:textColor="@color/_mm_default_reaction_text_color" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout>
40.233333
72
0.710853
e8c09b11d66b63f69a8d75ea9638082994db227d
349
xml
XML
stuff/resource/xml/l10n/en_us/lang_arena_table.xml
mark-online/server
ca24898e2e5a9ccbaa11ef1ade57bb25260b717f
[ "MIT" ]
null
null
null
stuff/resource/xml/l10n/en_us/lang_arena_table.xml
mark-online/server
ca24898e2e5a9ccbaa11ef1ade57bb25260b717f
[ "MIT" ]
null
null
null
stuff/resource/xml/l10n/en_us/lang_arena_table.xml
mark-online/server
ca24898e2e5a9ccbaa11ef1ade57bb25260b717f
[ "MIT" ]
null
null
null
<?xml version="1.0" standalone="yes"?><l10n_table> <l10n_template data_code="184811521" name="Duel" desc="You can fight with other user.&lt;br&gt;You can raise the sense of the duel."/> <l10n_template data_code="184811522" name="Colosseum" desc="You can fight with other user.&lt;br&gt;You can raise the sense of the team battle."/> </l10n_table>
87.25
147
0.739255
7703dce8c04bc1c102ffc55820b91c83edf88181
1,033
xml
XML
nbproject/private/private.xml
InocencioJ/joshuaI_Awesomenauts
416f4a34533d417ec3ea0f15edc8989a9f8eac46
[ "MIT" ]
null
null
null
nbproject/private/private.xml
InocencioJ/joshuaI_Awesomenauts
416f4a34533d417ec3ea0f15edc8989a9f8eac46
[ "MIT" ]
null
null
null
nbproject/private/private.xml
InocencioJ/joshuaI_Awesomenauts
416f4a34533d417ec3ea0f15edc8989a9f8eac46
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project-private xmlns="http://www.netbeans.org/ns/project-private/1"> <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> <group> <file>file:/C:/xampp/htdocs/joshuaI_Awesomenauts/js/screens/newProfile.js</file> <file>file:/C:/xampp/htdocs/joshuaI_Awesomenauts/js/screens/play.js</file> <file>file:/C:/xampp/htdocs/joshuaI_Awesomenauts/js/screens/title.js</file> <file>file:/C:/xampp/htdocs/joshuaI_Awesomenauts/index.css</file> <file>file:/C:/xampp/htdocs/joshuaI_Awesomenauts/js/game.js</file> <file>file:/C:/xampp/htdocs/joshuaI_Awesomenauts/index.php</file> <file>file:/C:/xampp/htdocs/joshuaI_Awesomenauts/js/screens/loadProfile.js</file> <file>file:/C:/xampp/htdocs/joshuaI_Awesomenauts/js/resources.js</file> </group> </open-files> </project-private>
60.764706
96
0.675702
95f8ecb3a2a7214bc7e5aa31307430c2b392b877
12,017
xml
XML
grasp/models/assets/Baxter/baxter/xmller/baxter_reduced_only.xml
shfkdroal/Robot-Learning-in-Mixed-Adversarial-and-Collaborative-Settings
1fa4cd6a566c8745f455fc3d2273208f21f88ced
[ "bzip2-1.0.6" ]
1
2021-11-25T02:14:23.000Z
2021-11-25T02:14:23.000Z
grasp/models/assets/Baxter/baxter/xmller/baxter_reduced_only.xml
shfkdroal/Robot-Learning-in-Mixed-Adversarial-and-Collaborative-Settings
1fa4cd6a566c8745f455fc3d2273208f21f88ced
[ "bzip2-1.0.6" ]
null
null
null
grasp/models/assets/Baxter/baxter/xmller/baxter_reduced_only.xml
shfkdroal/Robot-Learning-in-Mixed-Adversarial-and-Collaborative-Settings
1fa4cd6a566c8745f455fc3d2273208f21f88ced
[ "bzip2-1.0.6" ]
null
null
null
<!-- ====================================================== This file is part of MuJoCo. Copyright 2009-2016 Roboti LLC. Model :: Baxter from rethink robotics Source : Downloaded : Mujoco :: Advanced physics simulation engine Source : www.roboti.us Version : 1.31 Released : 23Apr16 Author :: Vikash Kumar Contacts : kumar@roboti.us Last edits : 23May'16, 30Apr16, 26Sept'15, 26July'15 ====================================================== --> <mujoco model="baxter(v1.31)"> <compiler coordinate="local" angle="radian" meshdir="meshes/" strippath="false" /> <!-- <option gravity="0 0 -9.8"/> --> <size njmax="795" nconmax="250" nstack="631875" /> <asset> <mesh name="base_link" file="torso/base_link.STL"/> <mesh name="base_link_collision" file="torso/base_link_collision.STL"/> <mesh name="PEDESTAL" file="base/PEDESTAL.STL"/> <mesh name="pedestal_link_collision" file="base/pedestal_link_collision.STL"/> <mesh name="H0" file="head/H0.STL"/> <mesh name="H1" file="head/H1.STL"/> <mesh name="S0" file="upper_shoulder/S0.STL"/> <mesh name="S1" file="lower_shoulder/S1.STL"/> <mesh name="E0" file="upper_elbow/E0.STL"/> <mesh name="E1" file="lower_elbow/E1.STL"/> <mesh name="W0" file="upper_forearm/W0.STL"/> <mesh name="W1" file="lower_forearm/W1.STL"/> <mesh name="W2" file="wrist/W2.STL"/> <mesh name="half_round_tip" file="electric_gripper/fingers/half_round_tip.STL" /> <mesh name="electric_gripper_base" file="electric_gripper/electric_gripper_base.STL" /> <mesh name="extended_narrow" file="electric_gripper/fingers/extended_narrow.STL"/> <mesh name="paddle_tip" file="electric_gripper/fingers/paddle_tip.STL"/> <!-- add texture files --> <!-- <texture builtin="gradient" height="100" rgb1="1 1 1" rgb2="0 0 0" type="skybox" width="100"/> --> <!-- <texture builtin="flat" height="1278" mark="cross" markrgb="1 1 1" name="texgeom" random="0.01" rgb1="0.8 0.6 0.4" rgb2="0.8 0.6 0.4" type="cube" width="127"/> --> <!-- <texture builtin="checker" height="100" name="texplane" rgb1="0 0 0" rgb2="0.8 0.8 0.8" type="2d" width="100"/> --> <!-- <material name="MatPlane" reflectance="0.5" shininess="1" specular="1" texrepeat="60 60" texture="texplane"/> --> <!-- <material name="geom" texture="texgeom" texuniform="true"/> --> <!-- <texture name="wooden" file="wooden.png" builtin="none" type="2d"/> --> <!-- <texture name="checker" file="checker.png" builtin="none" type="2d"/> --> <!-- <material name="tabletop1" texture="wooden" texuniform="true"/> --> <!-- <material name="tabletop2" texture="checker" texuniform="true"/> --> </asset> <visual> <map fogstart="1.5" fogend="3"/> <quality shadowsize="2048"/> </visual> <default> <geom margin="0.001"/> <joint limited="true" damping="10" armature=".01"/> <default class="viz"> <geom contype="0" conaffinity="0" group="1" type="mesh"/> </default> </default> <contact> <exclude body1="right_upper_shoulder" body2="torso"/> </contact> <worldbody> <!-- <light directional="false" castshadow="false" cutoff="90" exponent="1" diffuse="1 1 1" specular="0 0 0" pos="1 0 1.5" dir="-1 0 -2.5"/> <geom name="ground" type="plane" material="MatPlane" pos="0 0 -0.925" size="4 4 .05" rgba="0.7 0.6 0.5 1"/> --> <body name="base" pos="0 0 0.925"> <inertial pos="0 0 0" mass="10" diaginertia="0.001 0.001 0.001" /> <body name="collision_head_link_1" pos="0.11 0 0.75"> <inertial pos="0 0 0" mass="0.0001" diaginertia="1e-008 1e-008 1e-008" /> <geom type="sphere" class="viz" size="0.001" rgba="0.8 0.3 0.3 0.3" pos="0 0 0" /> <geom type="sphere" size="0.22" rgba="0.8 0.3 0.3 0.3" pos="-0.07 -0.04 0" /> </body> <body name="collision_head_link_2" pos="0.11 0 0.75"> <inertial pos="0 0 0" mass="0.0001" diaginertia="1e-008 1e-008 1e-008" /> <geom type="sphere" size="0.001" rgba="0.8 0.3 0.3 0.3" pos="0 0 0" /> <geom type="sphere" size="0.22" rgba="0.8 0.3 0.3 0.3" pos="-0.07 0.04 0" /> </body> <body name="torso" pos="0 0 0"> <inertial pos="0 0 0" quat="0.997433 0.00167178 0.0715546 -0.00209003" mass="35.3365" diaginertia="1.87139 1.66268 0.779991" /> <geom class="viz" mesh="base_link"/> <geom type="mesh" mesh="base_link_collision"/> <!-- <body name="left_torso_itb" pos="-0.08897 0.15593 0.389125" quat="3.2758e-005 -3.2758e-005 0.707107 0.707107"> <inertial pos="0 0 0" mass="0.0001" diaginertia="1e-008 1e-008 1e-008" /> </body> <body name="right_torso_itb" pos="-0.08897 -0.15593 0.389125" quat="0.707107 0.707107 0 0"> <inertial pos="0 0 0" mass="0.0001" diaginertia="1e-008 1e-008 1e-008" /> </body>--> <body name="pedestal" pos="0 0 0"> <inertial pos="0 0 0" quat="0.659267 -0.259505 -0.260945 0.655692" mass="60.864" diaginertia="6.0869 5.81635 4.20915" /> <geom class="viz" rgba="0.2 0.2 0.2 1" mesh="PEDESTAL"/> <!-- <geom rgba="0.2 0.2 0.2 1" type="mesh" mesh="pedestal_link_collision"/> --> <!-- <geom pos="-.04 0 -.8" rgba="0.2 0.2 0.2 1" type="box" size=".46 .425 .16"/> --> <!-- <geom pos="0 0 -.35" rgba="0.2 0.2 0.2 1" type="capsule" size=".165 .25"/> --> </body> <body name="head" pos="0.06 0 0.686"> <inertial pos="0 0 0" quat="0.339345 0.850736 -0.347392 0.201027" mass="0.547767" diaginertia="0.00474065 0.00461087 0.00199949" /> <joint name="head_pan" type="hinge" pos="0 0 0" axis="0 0 1" range="-1.5708 1.5708"/> <!--maxvel="1000" />--> <geom class="viz" rgba="0.2 0.2 0.2 1" mesh="H0"/> <!--<body name="dummyhead1" pos="0 0 0"> <inertial pos="0 0 0" mass="0.0001" diaginertia="1e-008 1e-008 1e-008" /> </body>--> <body name="screen" pos="0.1227 0 0" quat="0.453099 0.542864 0.542864 0.453099"> <inertial pos="0 0 0" quat="0.995785 0.0113501 -0.000390852 0.0910132" mass="0.440171" diaginertia="0.0040484 0.00275826 0.00150834" /> <geom class="viz" rgba="0.5 0.1 0.1 1" mesh="H1" pos="0 0 -.03" euler="0 -1.57 0"/> <geom class="viz" name="display" type="box" size="0.109 0.08 0.002" rgba=".9 .9 .9 1" pos="0 -0.016 0" quat="0.991445 0.130526 0 0" /> </body> <body name="head_camera" pos="0.12839 0 0.06368" quat="0.453099 0.542864 0.542864 0.453099"> <inertial pos="0 0 0" mass="0.0001" diaginertia="1e-008 1e-008 1e-008" /> <camera euler="-2.4 0 3.14" fovy="60" name="head_camera_rgb" pos="0 0 0"></camera> </body> </body> <body name="sonar_ring" pos="0.0947 0 0.817"> <inertial pos="0 0 0" mass="0.0001" diaginertia="1e-008 1e-008 1e-008" /> <geom type="cylinder" class="viz" size="0.085 0.005" rgba="0.2 0.2 0.2 1" pos="-0.0347 0 0.00953" /> <geom type="sphere" size="0.001" rgba="0.2 0.2 0.2 1" pos="0 0 0" /> </body> <body name="right_arm_mount" pos="0.024645 -0.219645 0.118588" quat="0.923879 0 0 -0.382684"> <inertial pos="0 0 0" mass="0.0001" diaginertia="1e-008 1e-008 1e-008" /> <body name="right_upper_shoulder" pos="0.055695 0 0.011038"> <inertial pos="0.01783 0.00086 0.19127" quat="0.975667 0.0673303 -0.206117 0.0325173" mass="5.70044" diaginertia="0.0498344 0.0377511 0.0331351" /> <joint name="right_s0" type="hinge" pos="0 0 0" axis="0 0 1" range="-1.70168 1.70168"/><!-- maxvel="1.5" />--> <geom class="viz" rgba="0.5 0.1 0.1 1" mesh="S0"/> <geom type="cylinder" size="0.06 0.1361" rgba="0.5 0.1 0.1 1" pos="0 0 0.1361"/> </body> </body> </body> </body> <!-- spring --> <!-- <body name="bot" pos="0.6 0.1 -0.028"> <joint name="bot" type="free" limited="false"/> <geom name="bot" type="box" size="0.02 0.05 0.002" contype="2" conaffinity="2" /> <inertial pos="0 0 0" mass="0.1" diaginertia="0.001 0.001 0.001"/> <body name="rod" pos="0.0 0.0 0.022"> <geom name="rod" rgba="1.0 0.0 0.0 1" type="cylinder" size="0.005 0.02" contype="2" conaffinity="2" /> <body name="top_spring" pos="0.0 0.0 0.0"> <geom name="top_spring" rgba="0.2 1.0 0.2 1" type="box" size="0.02 0.05 0.002" contype="2" conaffinity="2" group="0"/> <joint name="axle" type="slide" pos="0 0 0.0" axis="0 0 1" range="-0.009 0.0"/> <inertial pos="0 0 0" mass="0.0001" diaginertia="0.001 0.001 0.001"/> <site name="top_spring" pos="0.0 0.0 0" rgba="0 1 0 1" size="0.01 0.01 0.01"/> </body> </body> </body> --> <!-- <body name="falling_box" pos="0.6 0.13 .2" quat="0 1 0 0"> <geom name="falling_box" rgba="0.2 0.0 1.0 1" type="box" size="0.005 0.005 0.02" contype="1" conaffinity="1" /> <inertial pos="0 0 0" mass="1" diaginertia="166.667 200 166.667"/> <joint name="falling_box" type="free" limited="false"/> </body> --> </worldbody> <actuator> <motor joint="right_s0" ctrlrange="-1.70168 1.70168" ctrllimited="true" gear="150" /> <!-- <motor joint="right_s1" ctrlrange="-2.147 1.047" ctrllimited="true" gear="150" /> <motor joint="right_e0" ctrlrange="-3.05418 3.05418" ctrllimited="true" gear="150" /> <motor joint="right_e1" ctrlrange="-0.05 2.618" ctrllimited="true" gear="150" /> <motor joint="right_w0" ctrlrange="-3.059 3.059" ctrllimited="true" gear="150" /> <motor joint="right_w1" ctrlrange="-1.5708 2.094" ctrllimited="true" gear="150" /> <motor joint="right_w2" ctrlrange="-3.059 3.059" ctrllimited="true" gear="150" /> <motor joint="left_s0" ctrlrange="-1.70168 1.70168" ctrllimited="true" gear="150" /> <motor joint="left_s1" ctrlrange="-2.147 1.047" ctrllimited="true" gear="150" /> <motor joint="left_e0" ctrlrange="-3.05418 3.05418" ctrllimited="true" gear="150" /> <motor joint="left_e1" ctrlrange="-0.05 2.618" ctrllimited="true" gear="150" /> <motor joint="left_w0" ctrlrange="-3.059 3.059" ctrllimited="true" gear="150" /> <motor joint="left_w1" ctrlrange="-1.5708 2.094" ctrllimited="true" gear="150" /> <motor joint="left_w2" ctrlrange="-3.059 3.059" ctrllimited="true" gear="150" /> --> <!-- gripper --> <!-- <motor joint="r_gripper_l_finger_joint" ctrlrange="0 0.020833" ctrllimited="true" gear="150" /> <motor joint="r_gripper_r_finger_joint" ctrlrange="-0.020833 0" ctrllimited="true" gear="150" /> <motor joint="l_gripper_l_finger_joint" ctrlrange="0 0.020833" ctrllimited="true" gear="150" /> <motor joint="l_gripper_r_finger_joint" ctrlrange="-0.020833 0" ctrllimited="true" gear="150" /> --> <!-- spring --> <!-- <motor joint="axle" ctrlrange="-100.0 100.0" ctrllimited="true" gear="150" /> --> </actuator> </mujoco>
58.05314
177
0.537239
255bfc035ac6947a84ca72236339039a35fb4db5
260
sublime-snippet
XML
Helpers/PHP Constant/PHP_CONFIG_FILE_SCAN_DIR.sublime-snippet
agoenks29D/Codeigniter-3-Sublime-Snipets
f64d796b4e294531675a0c3bfcdacba75a03e24e
[ "MIT" ]
1
2020-02-02T10:52:08.000Z
2020-02-02T10:52:08.000Z
Helpers/PHP Constant/PHP_CONFIG_FILE_SCAN_DIR.sublime-snippet
agoenks29D/Codeigniter-3-Sublime-Snipets
f64d796b4e294531675a0c3bfcdacba75a03e24e
[ "MIT" ]
null
null
null
Helpers/PHP Constant/PHP_CONFIG_FILE_SCAN_DIR.sublime-snippet
agoenks29D/Codeigniter-3-Sublime-Snipets
f64d796b4e294531675a0c3bfcdacba75a03e24e
[ "MIT" ]
null
null
null
<snippet> <content> <![CDATA[ PHP_CONFIG_FILE_SCAN_DIR ]]> </content> <tabTrigger>PHP_CONFIG_FILE_SCAN_DIR</tabTrigger> <scope>source.php, embedding.php, text.html.basic</scope> <description>PHP Constant - PHP_CONFIG_FILE_SCAN_DIR</description> </snippet>
26
67
0.776923
fe670b892485a6c880f2c293054e1ee4fb00f55e
822
xml
XML
data/VOCdevkit/VOC2007/tmp/Test/2/caliber1_homo28_uniofcaliber1_11_frame_0_1.xml
tarun-munjal/mmdetection
bf6b95df80457e6c20caae259e5e2926d4024850
[ "Apache-2.0" ]
null
null
null
data/VOCdevkit/VOC2007/tmp/Test/2/caliber1_homo28_uniofcaliber1_11_frame_0_1.xml
tarun-munjal/mmdetection
bf6b95df80457e6c20caae259e5e2926d4024850
[ "Apache-2.0" ]
null
null
null
data/VOCdevkit/VOC2007/tmp/Test/2/caliber1_homo28_uniofcaliber1_11_frame_0_1.xml
tarun-munjal/mmdetection
bf6b95df80457e6c20caae259e5e2926d4024850
[ "Apache-2.0" ]
null
null
null
<annotation> <folder>1</folder> <filename>caliber1_homo28_uniofcaliber1_11_frame_0_1.png</filename> <path>/home/rootuser/Downloads/Imges/caliber1/id_folder/1/caliber1_homo28_uniofcaliber1_11_frame_0_1.png</path> <source> <database>Unknown</database> </source> <size> <width>61</width> <height>188</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>0</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>38</xmin> <ymin>62</ymin> <xmax>45</xmax> <ymax>74</ymax> </bndbox> </object> <object> <name>2</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>27</xmin> <ymin>63</ymin> <xmax>37</xmax> <ymax>74</ymax> </bndbox> </object> </annotation>
21.076923
112
0.670316
5c681fe2846e3e06360ec58fa8d94d063ef0d3f4
6,236
xml
XML
Data/TCDB/xml/15532.xml
AgileBioFoundry/Rt_IFO0880
c0cb9c57f662543f5db0ca80ce4990f841f39e8a
[ "CC-BY-4.0" ]
null
null
null
Data/TCDB/xml/15532.xml
AgileBioFoundry/Rt_IFO0880
c0cb9c57f662543f5db0ca80ce4990f841f39e8a
[ "CC-BY-4.0" ]
null
null
null
Data/TCDB/xml/15532.xml
AgileBioFoundry/Rt_IFO0880
c0cb9c57f662543f5db0ca80ce4990f841f39e8a
[ "CC-BY-4.0" ]
null
null
null
<?xml version="1.0"?> <!DOCTYPE BlastOutput PUBLIC "-//NCBI//NCBI BlastOutput/EN" "http://www.ncbi.nlm.nih.gov/dtd/NCBI_BlastOutput.dtd"> <BlastOutput> <BlastOutput_program>blastp</BlastOutput_program> <BlastOutput_version>BLASTP 2.7.1+</BlastOutput_version> <BlastOutput_reference>Stephen F. Altschul, Thomas L. Madden, Alejandro A. Sch&amp;auml;ffer, Jinghui Zhang, Zheng Zhang, Webb Miller, and David J. Lipman (1997), &quot;Gapped BLAST and PSI-BLAST: a new generation of protein database search programs&quot;, Nucleic Acids Res. 25:3389-3402.</BlastOutput_reference> <BlastOutput_db>/Users/joonhoonkim/db/tcdb</BlastOutput_db> <BlastOutput_query-ID>Query_1</BlastOutput_query-ID> <BlastOutput_query-def>15532 estExt_Genewise1.C_7_t20177_mRNA</BlastOutput_query-def> <BlastOutput_query-len>717</BlastOutput_query-len> <BlastOutput_param> <Parameters> <Parameters_matrix>BLOSUM62</Parameters_matrix> <Parameters_expect>0.001</Parameters_expect> <Parameters_gap-open>11</Parameters_gap-open> <Parameters_gap-extend>1</Parameters_gap-extend> <Parameters_filter>F</Parameters_filter> </Parameters> </BlastOutput_param> <BlastOutput_iterations> <Iteration> <Iteration_iter-num>1</Iteration_iter-num> <Iteration_query-ID>Query_1</Iteration_query-ID> <Iteration_query-def>15532 estExt_Genewise1.C_7_t20177_mRNA</Iteration_query-def> <Iteration_query-len>717</Iteration_query-len> <Iteration_hits> <Hit> <Hit_num>1</Hit_num> <Hit_id>gnl|BL_ORD_ID|15639</Hit_id> <Hit_def>gnl|TC-DB|Q9YS30|1.A.53.1.4 Polyprotein OS=Classical swine fever virus PE=4 SV=2</Hit_def> <Hit_accession>15639</Hit_accession> <Hit_len>3898</Hit_len> <Hit_hsps> <Hsp> <Hsp_num>1</Hsp_num> <Hsp_bit-score>57.7658</Hsp_bit-score> <Hsp_score>138</Hsp_score> <Hsp_evalue>1.36439e-08</Hsp_evalue> <Hsp_query-from>73</Hsp_query-from> <Hsp_query-to>485</Hsp_query-to> <Hsp_hit-from>1817</Hsp_hit-from> <Hsp_hit-to>2162</Hsp_hit-to> <Hsp_query-frame>0</Hsp_query-frame> <Hsp_hit-frame>0</Hsp_hit-frame> <Hsp_identity>103</Hsp_identity> <Hsp_positive>166</Hsp_positive> <Hsp_gaps>115</Hsp_gaps> <Hsp_align-len>437</Hsp_align-len> <Hsp_qseq>TGTGKSTQLPHFLLEAGWAKDGKCIAVTQPRRVAAISVAQRVAEEVGCILGEEVGYSVRFEALCTPD--TKVLYVTDGMLFR--EILLDPLLSRYSVVMVDEAHERSSYTDLLLGVLKKIRRVRPELRIVISSATIEAQEFVDFFNRTTHSSSHPNSGLNPGEDILAPPPAKKSRWDKKEKEEPKLDEAVMVRLEGKAFPVEIAYLEEPTSDIVMKVVETVFDIHLKYPVGDILVFLTGRDEIDRCLQQIADYQHRLPQGAPLIKAFPLHSGL----STESQIAVFEPAPPRTRKVIVSTNIAEASVTIDGIKFVVDSGL-----VKLRSFDP--VTGMDALVTTPCSLASLAQRAGRAGRTSPGKCFRLFPASALKTLLPTTPPEITRSDISLLVLQLKSLGIQ---NI------LRFDWMTSPSSTMLERALEFL</Hsp_qseq> <Hsp_hseq>TGAGKTTELPRSVIEE--IGRHKRVLVLIPLRAAAESVYQYMRQK-----HPSIAFNLRIGEMKEGDMATGITYASYGYFCQMPQPKLRAAMVEYSFIFLDEYH---CATPEQLAIMGKIHRFSENLRVVAMTATPAGTV-------TTTGQKHPI------EEFIAPEVMKGEDLGSEY--------------------LDIAGLKIPVEEMK----------------SNMLVFVPTRN--------------MAVETAKKLKAKGYNSGYYYSGEDPSNLRVVTSQSPY---VVVATNATESGVTLPDLDVVVDTGLKCEKRIRLSSKMPFIVTGLKRMAVT---IGEQAQRRGRVGRVKPGRYYR------------SQETPVGSKDYHYDLLQAQRYGIEDGINITKSFREMNYDWSLYEEDSLMITQLEIL</Hsp_hseq> <Hsp_midline>TG GK+T+LP ++E K + V P R AA SV Q + ++ + +++R + D T + Y + G + + L + YS + +DE H T L ++ KI R LR+V +AT TT HP E+ +AP K + ++IA L+ P ++ ++LVF+ R+ + A +KA +SG S + V P V+V+TN E+ VT+ + VVD+GL ++L S P VTG+ + T + AQR GR GR PG+ +R + + D +LQ + GI+ NI + +DW +++ LE L</Hsp_midline> </Hsp> </Hit_hsps> </Hit> <Hit> <Hit_num>2</Hit_num> <Hit_id>gnl|BL_ORD_ID|13885</Hit_id> <Hit_def>gnl|TC-DB|Q96662|1.A.53.1.5 Genome polyprotein OS=Bovine viral diarrhea virus (strain CP7) PE=1 SV=1</Hit_def> <Hit_accession>13885</Hit_accession> <Hit_len>3907</Hit_len> <Hit_hsps> <Hsp> <Hsp_num>1</Hsp_num> <Hsp_bit-score>55.8398</Hsp_bit-score> <Hsp_score>133</Hsp_score> <Hsp_evalue>5.30045e-08</Hsp_evalue> <Hsp_query-from>73</Hsp_query-from> <Hsp_query-to>426</Hsp_query-to> <Hsp_hit-from>1826</Hsp_hit-from> <Hsp_hit-to>2115</Hsp_hit-to> <Hsp_query-frame>0</Hsp_query-frame> <Hsp_hit-frame>0</Hsp_hit-frame> <Hsp_identity>92</Hsp_identity> <Hsp_positive>145</Hsp_positive> <Hsp_gaps>88</Hsp_gaps> <Hsp_align-len>366</Hsp_align-len> <Hsp_qseq>TGTGKSTQLPHFLLEAGWAKDGKCIAVTQPRRVAAISVAQRVAEEVGCILGEEVGYSVRFEALCTPD--TKVLYVTDGMLFR--EILLDPLLSRYSVVMVDEAHERSSYTDLLLGVLKKIRRVRPELRIVISSATIEAQEFVDFFNRTTHSSSHPNSGLNPGEDILAPPPAKKSRWDKKEKEEPKLDEAVMVRLEGKAFPVEIAYLEEPTSDIVMKVVETVFDIHLKYPVGDILVFLTGRDEIDRCLQQIADYQHRLPQGAPLIKAFPLHSGLSTESQI-AVFEPAPPRTRKVIVSTNIAEASVTIDGIKFVVDSGL-----VKLRSFDP--VTGMDALVTTPCSLASLAQRAGRAGRTSPGKCFR</Hsp_qseq> <Hsp_hseq>TGAGKTTELPKAVIEE--IGRHKRVLVLIPLRAAAESVYQYMR-----LKHPSISFNLRIGDMKEGDMATGITYASYGYFCQMPQPKLRAAMIEYSYIFLDEYH---CATPEQLAVIGKIHRFSESIRVVAMTATPAGSV-------TTTGQKHPI------EEFIAPEVMKGEDL-------------------GSQF-LDIAGLKIPVEEMK----------------GNMLVFVPTRN--------------MAVEVAKKLKAKGYNSGYYYSGEDPANLRVVTSQSPYVVVATNAIESGVTLPDLDTVVDTGLKCEKRVRVSSKIPFIVTGLKRMAVT---VGEQAQRRGRVGRVKPGRYYR</Hsp_hseq> <Hsp_midline>TG GK+T+LP ++E K + V P R AA SV Q + + + +++R + D T + Y + G + + L + YS + +DE H T L V+ KI R +R+V +AT TT HP E+ +AP K G F ++IA L+ P ++ G++LVF+ R+ + A +KA +SG + A ++ V+V+TN E+ VT+ + VVD+GL V++ S P VTG+ + T + AQR GR GR PG+ +R</Hsp_midline> </Hsp> </Hit_hsps> </Hit> </Iteration_hits> <Iteration_stat> <Statistics> <Statistics_db-num>16651</Statistics_db-num> <Statistics_db-len>7370291</Statistics_db-len> <Statistics_hsp-len>103</Statistics_hsp-len> <Statistics_eff-space>3472316132</Statistics_eff-space> <Statistics_kappa>0.041</Statistics_kappa> <Statistics_lambda>0.267</Statistics_lambda> <Statistics_entropy>0.14</Statistics_entropy> </Statistics> </Iteration_stat> </Iteration> </BlastOutput_iterations> </BlastOutput>
62.989899
470
0.694676
689b40f38346c0eafd7c25590ea12caf30a189b7
54,670
xml
XML
.idea/workspace.xml
baxri/hr
63dd445f2e6aca891d631da59d9e3cb29c87e845
[ "MIT" ]
null
null
null
.idea/workspace.xml
baxri/hr
63dd445f2e6aca891d631da59d9e3cb29c87e845
[ "MIT" ]
null
null
null
.idea/workspace.xml
baxri/hr
63dd445f2e6aca891d631da59d9e3cb29c87e845
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="351803b2-d85e-4e94-8edb-6d5d1d5fe2b3" name="Default" comment=""> <<<<<<< HEAD <change beforePath="$PROJECT_DIR$/.idea/deployment.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/deployment.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> ======= <change beforePath="" afterPath="$PROJECT_DIR$/field-names.txt" /> <change beforePath="$PROJECT_DIR$/app/Imports/EmployeeImport.php" afterPath="$PROJECT_DIR$/app/Imports/EmployeeImport.php" /> <change beforePath="$PROJECT_DIR$/config/excel.php" afterPath="$PROJECT_DIR$/config/excel.php" /> <change beforePath="$PROJECT_DIR$/database/migrations/2019_01_30_065907_create_employees_table.php" afterPath="$PROJECT_DIR$/database/migrations/2019_01_30_065907_create_employees_table.php" /> <change beforePath="$PROJECT_DIR$/employees.csv" afterPath="$PROJECT_DIR$/employees.csv" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </list> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="TRACKING_ENABLED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="ComposerSettings" doNotAsk="true" synchronizationState="SYNCHRONIZE"> <pharConfigPath>$PROJECT_DIR$/composer.json</pharConfigPath> </component> <component name="FileEditorManager"> <<<<<<< HEAD <leaf SIDE_TABS_SIZE_LIMIT_KEY="375"> <file leaf-file-name="User.php" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/app/User.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="194"> <caret line="34" column="5" selection-start-line="34" selection-start-column="5" selection-end-line="34" selection-end-column="5" /> </state> </provider> </entry> </file> <file leaf-file-name=".env" pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/.env"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="260"> <caret line="10" column="12" lean-forward="true" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" /> </state> </provider> </entry> </file> <file leaf-file-name="DatabaseSeeder.php" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/database/seeds/DatabaseSeeder.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="936"> <caret line="37" selection-start-line="37" selection-end-line="41" selection-end-column="11" /> </state> </provider> </entry> </file> </leaf> ======= <leaf SIDE_TABS_SIZE_LIMIT_KEY="375" /> </component> <component name="FindInProjectRecents"> <findStrings> <find>employees</find> </findStrings> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="IdeDocumentHistory"> <option name="CHANGED_PATHS"> <list> <option value="$PROJECT_DIR$/.env" /> <option value="$PROJECT_DIR$/.env.example" /> <option value="$PROJECT_DIR$/app/Providers/AppServiceProvider.php" /> <option value="$PROJECT_DIR$/routes/web.php" /> <option value="$PROJECT_DIR$/resources/js/components/Header.js" /> <option value="$PROJECT_DIR$/resources/js/app.js" /> <option value="$PROJECT_DIR$/resources/views/welcome.blade.php" /> <option value="$PROJECT_DIR$/config/backpack/base.php" /> <option value="$PROJECT_DIR$/resources/js/components/gateway/Mmc.js" /> <option value="$PROJECT_DIR$/resources/js/components/pages/Login.js" /> <option value="$PROJECT_DIR$/resources/js/components/routes/PrivateRoute.js" /> <option value="$PROJECT_DIR$/resources/js/components/App.js" /> <option value="$PROJECT_DIR$/import-file.csv" /> <option value="$PROJECT_DIR$/vendor/backpack/crud/src/CrudTrait.php" /> <option value="$PROJECT_DIR$/config/app.php" /> <option value="$PROJECT_DIR$/app/Models/Import.php" /> <option value="$PROJECT_DIR$/app/Imports/UsersImport.php" /> <option value="$PROJECT_DIR$/database/migrations/2014_10_12_000000_create_users_table.php" /> <option value="$PROJECT_DIR$/database/seeds/DatabaseSeeder.php" /> <option value="$PROJECT_DIR$/app/Models/Employee.php" /> <option value="$PROJECT_DIR$/database/migrations/2019_01_22_070140_create_imports_table.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/Admin/ImportCrudController.php" /> <option value="$PROJECT_DIR$/app/User.php" /> <option value="$PROJECT_DIR$/resources/views/vendor/backpack/base/inc/sidebar_content.blade.php" /> <option value="$PROJECT_DIR$/test-import-file.csv" /> <option value="$PROJECT_DIR$/config/excel.php" /> <option value="$PROJECT_DIR$/database/migrations/2019_01_30_065907_create_employees_table.php" /> <option value="$PROJECT_DIR$/app/Imports/EmployeeImport.php" /> <option value="$PROJECT_DIR$/field-names.txt" /> </list> </option> </component> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER"> <package-json value="$PROJECT_DIR$/package.json" /> </component> <component name="JsGulpfileManager"> <detection-done>true</detection-done> <sorting>DEFINITION_ORDER</sorting> </component> <component name="NodePackageJsonFileManager"> <packageJsonPaths> <path value="$PROJECT_DIR$/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/Flot/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/bootstrap-datepicker/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/bootstrap-daterangepicker/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/bootstrap/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/chart.js/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/ckeditor/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/eve-raphael/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/ion.rangeSlider/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/jquery-knob/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/jquery-slimscroll/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/jquery-ui/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/morris.js/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/bower_components/select2/package.json" /> <path value="$PROJECT_DIR$/public/vendor/adminlte/package.json" /> <path value="$PROJECT_DIR$/public/vendor/backpack/colorbox/package.json" /> <path value="$PROJECT_DIR$/public/vendor/backpack/cropper/package.json" /> <path value="$PROJECT_DIR$/public/vendor/backpack/select2/package.json" /> </packageJsonPaths> </component> <component name="PhpWorkspaceProjectConfiguration"> <include_path> <path value="$PROJECT_DIR$/vendor/webmozart/assert" /> <path value="$PROJECT_DIR$/vendor/beyondcode/laravel-dump-server" /> <path value="$PROJECT_DIR$/vendor/tijsverkoyen/css-to-inline-styles" /> <path value="$PROJECT_DIR$/vendor/opis/closure" /> <path value="$PROJECT_DIR$/vendor/laravel/tinker" /> <path value="$PROJECT_DIR$/vendor/laravel/framework" /> <path value="$PROJECT_DIR$/vendor/monolog/monolog" /> <path value="$PROJECT_DIR$/vendor/laravel/nexmo-notification-channel" /> <path value="$PROJECT_DIR$/vendor/laravel/slack-notification-channel" /> <path value="$PROJECT_DIR$/vendor/hamcrest/hamcrest-php" /> <path value="$PROJECT_DIR$/vendor/fzaninotto/faker" /> <path value="$PROJECT_DIR$/vendor/nesbot/carbon" /> <path value="$PROJECT_DIR$/vendor/psr/container" /> <path value="$PROJECT_DIR$/vendor/psr/http-message" /> <path value="$PROJECT_DIR$/vendor/psr/log" /> <path value="$PROJECT_DIR$/vendor/dragonmantank/cron-expression" /> <path value="$PROJECT_DIR$/vendor/psr/simple-cache" /> <path value="$PROJECT_DIR$/vendor/symfony/console" /> <path value="$PROJECT_DIR$/vendor/symfony/process" /> <path value="$PROJECT_DIR$/vendor/symfony/debug" /> <path value="$PROJECT_DIR$/vendor/symfony/var-dumper" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php72" /> <path value="$PROJECT_DIR$/vendor/jakub-onderka/php-console-highlighter" /> <path value="$PROJECT_DIR$/vendor/nexmo/client" /> <path value="$PROJECT_DIR$/vendor/phar-io/manifest" /> <path value="$PROJECT_DIR$/vendor/symfony/http-kernel" /> <path value="$PROJECT_DIR$/vendor/phar-io/version" /> <path value="$PROJECT_DIR$/vendor/symfony/contracts" /> <path value="$PROJECT_DIR$/vendor/symfony/finder" /> <path value="$PROJECT_DIR$/vendor/php-http/guzzle6-adapter" /> <path value="$PROJECT_DIR$/vendor/jakub-onderka/php-console-color" /> <path value="$PROJECT_DIR$/vendor/mockery/mockery" /> <path value="$PROJECT_DIR$/vendor/zendframework/zend-diactoros" /> <path value="$PROJECT_DIR$/vendor/vlucas/phpdotenv" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-file-iterator" /> <path value="$PROJECT_DIR$/vendor/symfony/routing" /> <path value="$PROJECT_DIR$/vendor/php-http/httplug" /> <path value="$PROJECT_DIR$/vendor/symfony/css-selector" /> <path value="$PROJECT_DIR$/vendor/php-http/promise" /> <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-ctype" /> <path value="$PROJECT_DIR$/vendor/symfony/translation" /> <path value="$PROJECT_DIR$/vendor/symfony/polyfill-mbstring" /> <path value="$PROJECT_DIR$/vendor/symfony/http-foundation" /> <path value="$PROJECT_DIR$/vendor/nikic/php-parser" /> <path value="$PROJECT_DIR$/vendor/phpdocumentor/reflection-docblock" /> <path value="$PROJECT_DIR$/vendor/lcobucci/jwt" /> <path value="$PROJECT_DIR$/vendor/phpdocumentor/reflection-common" /> <path value="$PROJECT_DIR$/vendor/phpspec/prophecy" /> <path value="$PROJECT_DIR$/vendor/phpdocumentor/type-resolver" /> <path value="$PROJECT_DIR$/vendor/nunomaduro/collision" /> <path value="$PROJECT_DIR$/vendor/egulias/email-validator" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-timer" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-text-template" /> <path value="$PROJECT_DIR$/vendor/psy/psysh" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-token-stream" /> <path value="$PROJECT_DIR$/vendor/phpunit/php-code-coverage" /> <path value="$PROJECT_DIR$/vendor/phpunit/phpunit" /> <path value="$PROJECT_DIR$/vendor/dnoegel/php-xdg-base-dir" /> <path value="$PROJECT_DIR$/vendor/paragonie/random_compat" /> <path value="$PROJECT_DIR$/vendor/fideloper/proxy" /> <path value="$PROJECT_DIR$/vendor/theseer/tokenizer" /> <path value="$PROJECT_DIR$/vendor/league/flysystem" /> <path value="$PROJECT_DIR$/vendor/ralouphie/getallheaders" /> <path value="$PROJECT_DIR$/vendor/filp/whoops" /> <path value="$PROJECT_DIR$/vendor/swiftmailer/swiftmailer" /> <path value="$PROJECT_DIR$/vendor/guzzlehttp/guzzle" /> <path value="$PROJECT_DIR$/vendor/guzzlehttp/psr7" /> <path value="$PROJECT_DIR$/vendor/guzzlehttp/promises" /> <path value="$PROJECT_DIR$/vendor/erusev/parsedown" /> <path value="$PROJECT_DIR$/vendor/myclabs/deep-copy" /> <path value="$PROJECT_DIR$/vendor/ramsey/uuid" /> <path value="$PROJECT_DIR$/vendor/sebastian/object-enumerator" /> <path value="$PROJECT_DIR$/vendor/sebastian/object-reflector" /> <path value="$PROJECT_DIR$/vendor/sebastian/resource-operations" /> <path value="$PROJECT_DIR$/vendor/sebastian/code-unit-reverse-lookup" /> <path value="$PROJECT_DIR$/vendor/sebastian/diff" /> <path value="$PROJECT_DIR$/vendor/doctrine/instantiator" /> <path value="$PROJECT_DIR$/vendor/sebastian/version" /> <path value="$PROJECT_DIR$/vendor/doctrine/inflector" /> <path value="$PROJECT_DIR$/vendor/doctrine/lexer" /> <path value="$PROJECT_DIR$/vendor/composer" /> <path value="$PROJECT_DIR$/vendor/sebastian/global-state" /> <path value="$PROJECT_DIR$/vendor/sebastian/comparator" /> <path value="$PROJECT_DIR$/vendor/sebastian/environment" /> <path value="$PROJECT_DIR$/vendor/sebastian/exporter" /> <path value="$PROJECT_DIR$/vendor/sebastian/recursion-context" /> <path value="$PROJECT_DIR$/vendor/doctrine/cache" /> <path value="$PROJECT_DIR$/vendor/doctrine/dbal" /> <path value="$PROJECT_DIR$/vendor/doctrine/event-manager" /> <path value="$PROJECT_DIR$/vendor/intervention/image" /> <path value="$PROJECT_DIR$/vendor/jenssegers/date" /> <path value="$PROJECT_DIR$/vendor/almasaeed2010/adminlte" /> <path value="$PROJECT_DIR$/vendor/venturecraft/revisionable" /> <path value="$PROJECT_DIR$/vendor/creativeorange/gravatar" /> <path value="$PROJECT_DIR$/vendor/backpack/base" /> <path value="$PROJECT_DIR$/vendor/backpack/crud" /> <path value="$PROJECT_DIR$/vendor/tightenco/parental" /> <path value="$PROJECT_DIR$/vendor/prologue/alerts" /> <path value="$PROJECT_DIR$/vendor/backpack/generators" /> <path value="$PROJECT_DIR$/vendor/laracasts/generators" /> <path value="$PROJECT_DIR$/vendor/league/flysystem-cached-adapter" /> <path value="$PROJECT_DIR$/vendor/barryvdh/laravel-elfinder" /> <path value="$PROJECT_DIR$/vendor/psr/cache" /> <path value="$PROJECT_DIR$/vendor/studio-42/elfinder" /> <path value="$PROJECT_DIR$/vendor/barryvdh/elfinder-flysystem-driver" /> <path value="$PROJECT_DIR$/vendor/backpack/permissionmanager" /> <path value="$PROJECT_DIR$/vendor/spatie/laravel-permission" /> <path value="$PROJECT_DIR$/vendor/maatwebsite/excel" /> <path value="$PROJECT_DIR$/vendor/markbaker/matrix" /> <path value="$PROJECT_DIR$/vendor/phpoffice/phpspreadsheet" /> <path value="$PROJECT_DIR$/vendor/markbaker/complex" /> </include_path> </component> <<<<<<< HEAD <component name="ProjectFrameBounds" fullScreen="true"> <option name="x" value="55" /> <option name="y" value="38" /> ======= <component name="ProjectFrameBounds" extendedState="1"> <option name="x" value="1905" /> <option name="y" value="29" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 <option name="width" value="1838" /> <option name="height" value="967" /> </component> <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> <component name="ProjectView"> <navigator proportions="" version="1"> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="Scope" /> <pane id="ProjectPane"> <subPane> <expand> <path> <item name="hr" type="b2602c69:ProjectViewProjectNode" /> <<<<<<< HEAD <item name="hr" type="462c0819:PsiDirectoryNode" /> ======= <item name="hr" type="2a2b976b:PhpTreeStructureProvider$1" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </path> </expand> <select /> </subPane> </pane> </panes> </component> <component name="PropertiesComponent"> <property name="HbShouldOpenHtmlAsHb" value="" /> <property name="WebServerToolWindowFactoryState" value="true" /> <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> <property name="nodejs_package_manager_path" value="npm" /> </component> <component name="RecentsManager"> <key name="CopyFile.RECENT_KEYS"> <<<<<<< HEAD <recent name="$PROJECT_DIR$" /> ======= <recent name="D:\xampp7\htdocs\hr" /> <recent name="D:\xampp7\htdocs\hr\app\Imports" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 <recent name="D:\xampp7\htdocs\hr\resources\js\components" /> </key> </component> <component name="RunDashboard"> <option name="ruleStates"> <list> <RuleState> <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> </RuleState> <RuleState> <option name="name" value="StatusDashboardGroupingRule" /> </RuleState> </list> </option> </component> <component name="RunManager"> <configuration name="watch" type="js.build_tools.npm" factoryName="npm" temporary="true" nameIsGenerated="true"> <package-json value="$PROJECT_DIR$/package.json" /> <command value="run" /> <scripts> <script value="watch" /> </scripts> <node-interpreter value="project" /> <envs /> </configuration> <recent_temporary> <list> <item itemvalue="npm.watch" /> </list> </recent_temporary> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="351803b2-d85e-4e94-8edb-6d5d1d5fe2b3" name="Default" comment="" /> <created>1548063432728</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1548063432728</updated> <workItem from="1548063433969" duration="5511000" /> <workItem from="1548071177209" duration="3364000" /> <<<<<<< HEAD <workItem from="1548140273250" duration="10359000" /> <workItem from="1548902419565" duration="239000" /> ======= <workItem from="1548140273250" duration="10438000" /> <workItem from="1548762050584" duration="15000" /> <workItem from="1548829192438" duration="4884000" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </task> <servers /> </component> <component name="TimeTrackingManager"> <<<<<<< HEAD <option name="totallyTimeSpent" value="19473000" /> </component> <component name="ToolWindowManager"> <frame x="0" y="0" width="1440" height="900" extended-state="0" /> <editor active="true" /> <layout> <window_info anchor="bottom" id="TODO" order="6" /> <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" /> <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" /> <window_info anchor="bottom" id="Run" order="2" weight="0.38636363" /> <window_info anchor="bottom" id="Version Control" order="8" weight="0.30867052" /> <window_info id="npm" order="2" sideWeight="0.20889987" side_tool="true" visible="true" weight="0.2732475" /> <window_info anchor="bottom" id="Terminal" order="9" weight="0.19159456" /> <window_info anchor="right" id="Remote Host" order="4" /> <window_info content_ui="combo" id="Project" order="0" sideWeight="0.79110014" visible="true" weight="0.2732475" /> <window_info anchor="bottom" id="Docker" order="10" show_stripe_button="false" /> <window_info anchor="right" id="Database" order="3" /> <window_info id="Structure" order="1" side_tool="true" weight="0.1546724" /> <window_info anchor="bottom" id="Debug" order="3" weight="0.4" /> <window_info id="Favorites" order="3" sideWeight="0.5045767" side_tool="true" weight="0.15252417" /> <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" /> <window_info anchor="right" id="Commander" order="0" weight="0.4" /> <window_info anchor="right" id="Ant Build" order="1" weight="0.25" /> <window_info id="Gulp" order="4" side_tool="true" /> <window_info anchor="bottom" id="Message" order="0" /> <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> <window_info anchor="bottom" id="Find" order="1" /> ======= <option name="totallyTimeSpent" value="24212000" /> </component> <component name="ToolWindowManager"> <frame x="1905" y="29" width="1838" height="967" extended-state="1" /> <layout> <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" /> <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.30867052" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" /> <window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.19274376" sideWeight="0.2265625" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.38636363" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2039801" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" /> <window_info id="Remote Host" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.19274376" sideWeight="0.7734375" order="0" side_tool="false" content_ui="combo" /> <window_info id="Docker" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" /> <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.1546724" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.15252417" sideWeight="0.5045767" order="3" side_tool="true" content_ui="tabs" /> <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> <window_info id="Gulp" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" /> <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </layout> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="1" /> </component> <component name="VcsContentAnnotationSettings"> <option name="myLimit" value="2678400000" /> </component> <component name="editorHistoryManager"> <<<<<<< HEAD <entry file="file://$PROJECT_DIR$/app/User.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="806"> <caret line="36" lean-forward="true" selection-start-line="36" selection-end-line="36" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/seeds/DatabaseSeeder.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="936"> <caret line="37" selection-start-line="37" selection-end-line="41" selection-end-column="11" /> ======= <entry file="file://$PROJECT_DIR$/database/seeds/DatabaseSeeder.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="972"> <caret line="37" column="0" lean-forward="false" selection-start-line="37" selection-start-column="0" selection-end-line="41" selection-end-column="11" /> <folding /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/App.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="216"> <caret line="16" column="20" lean-forward="true" selection-start-line="16" selection-start-column="20" selection-end-line="16" selection-end-column="20" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/pages/Settings.js"> <<<<<<< HEAD <provider selected="true" editor-type-id="text-editor" /> ======= <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/pages/Login.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="27"> <<<<<<< HEAD <caret line="1" column="67" selection-start-line="1" selection-start-column="57" selection-end-line="1" selection-end-column="67" /> ======= <caret line="1" column="67" lean-forward="false" selection-start-line="1" selection-start-column="57" selection-end-line="1" selection-end-column="67" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/pages/Dashboard.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="54"> <<<<<<< HEAD <caret line="2" column="28" selection-start-line="2" selection-start-column="28" selection-end-line="2" selection-end-column="28" /> ======= <caret line="2" column="28" lean-forward="false" selection-start-line="2" selection-start-column="28" selection-end-line="2" selection-end-column="28" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/routes/PrivateRoute.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="594"> <<<<<<< HEAD <caret line="24" column="26" selection-start-line="24" selection-start-column="26" selection-end-line="24" selection-end-column="26" /> ======= <caret line="24" column="26" lean-forward="false" selection-start-line="24" selection-start-column="26" selection-end-line="24" selection-end-column="26" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/gateway/Mmc.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="243"> <<<<<<< HEAD <caret line="9" selection-start-line="9" selection-end-line="9" /> ======= <caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/routes/PublicRoute.js"> <<<<<<< HEAD <provider selected="true" editor-type-id="text-editor" /> ======= <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/pages/Backups.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="189"> <caret line="7" column="18" lean-forward="true" selection-start-line="7" selection-start-column="18" selection-end-line="7" selection-end-column="18" /> <<<<<<< HEAD ======= </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.env"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.env" /> <entry file="file://$PROJECT_DIR$/.env.example"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="459"> <caret line="17" column="21" lean-forward="true" selection-start-line="17" selection-start-column="21" selection-end-line="17" selection-end-column="21" /> </state> </provider> </entry> <<<<<<< HEAD <entry file="file://$PROJECT_DIR$/resources/views/vendor/backpack/base/inc/sidebar_content.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="81"> <caret line="3" selection-start-line="3" selection-end-line="3" /> </state> </provider> </entry> ======= >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 <entry file="file://$PROJECT_DIR$/app/Providers/AppServiceProvider.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-54"> <caret line="11" column="6" selection-start-line="11" selection-start-column="6" selection-end-line="11" selection-end-column="6" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.gitignore"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="243"> <caret line="9" column="13" selection-start-line="9" selection-start-column="13" selection-end-line="9" selection-end-column="13" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/Header.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="108"> <caret line="4" column="34" selection-start-line="4" selection-start-column="34" selection-end-line="4" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/app.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="135"> <caret line="5" column="3" selection-start-line="5" selection-start-column="3" selection-end-line="5" selection-end-column="3" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/config/backpack/base.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="378"> <caret line="17" column="38" lean-forward="true" selection-start-line="17" selection-start-column="38" selection-end-line="17" selection-end-column="38" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/welcome.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="162"> <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/webpack.mix.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="54"> <caret line="2" column="2" lean-forward="true" selection-start-line="2" selection-start-column="2" selection-end-line="2" selection-end-column="2" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/routes/PublicRoute.js"> <<<<<<< HEAD <provider selected="true" editor-type-id="text-editor" /> ======= <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/gateway/Mmc.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="243"> <<<<<<< HEAD <caret line="9" selection-start-line="9" selection-end-line="9" /> ======= <caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/routes/PrivateRoute.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="594"> <<<<<<< HEAD <caret line="24" column="26" selection-start-line="24" selection-start-column="26" selection-end-line="24" selection-end-column="26" /> ======= <caret line="24" column="26" lean-forward="false" selection-start-line="24" selection-start-column="26" selection-end-line="24" selection-end-column="26" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/__Example.js"> <provider selected="true" editor-type-id="text-editor" /> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/App.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="216"> <caret line="16" column="20" lean-forward="true" selection-start-line="16" selection-start-column="20" selection-end-line="16" selection-end-column="20" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/pages/Settings.js"> <<<<<<< HEAD <provider selected="true" editor-type-id="text-editor" /> ======= <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/pages/Login.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="27"> <<<<<<< HEAD <caret line="1" column="67" selection-start-line="1" selection-start-column="57" selection-end-line="1" selection-end-column="67" /> ======= <caret line="1" column="67" lean-forward="false" selection-start-line="1" selection-start-column="57" selection-end-line="1" selection-end-column="67" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/pages/Dashboard.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="54"> <<<<<<< HEAD <caret line="2" column="28" selection-start-line="2" selection-start-column="28" selection-end-line="2" selection-end-column="28" /> ======= <caret line="2" column="28" lean-forward="false" selection-start-line="2" selection-start-column="28" selection-end-line="2" selection-end-column="28" /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/js/components/pages/Backups.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="189"> <caret line="7" column="18" lean-forward="true" selection-start-line="7" selection-start-column="18" selection-end-line="7" selection-end-column="18" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/package.json"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-405" /> </provider> </entry> <<<<<<< HEAD <entry file="file://$PROJECT_DIR$/composer.json"> <provider selected="true" editor-type-id="text-editor" /> </entry> <entry file="file://$PROJECT_DIR$/app/Models/BackpackUser.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-555" /> ======= <entry file="file://$PROJECT_DIR$/app/Models/BackpackUser.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-555"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.env"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="81"> <caret line="3" column="14" lean-forward="false" selection-start-line="3" selection-start-column="14" selection-end-line="3" selection-end-column="14" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/config/filesystems.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="405"> <caret line="48" column="10" lean-forward="true" selection-start-line="48" selection-start-column="10" selection-end-line="48" selection-end-column="10" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/vendor/backpack/crud/src/CrudTrait.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="341"> <caret line="190" column="0" lean-forward="true" selection-start-line="190" selection-start-column="0" selection-end-line="190" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/config/app.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="288"> <caret line="223" column="55" lean-forward="false" selection-start-line="223" selection-start-column="55" selection-end-line="223" selection-end-column="55" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Models/Import.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="621"> <caret line="24" column="0" lean-forward="false" selection-start-line="24" selection-start-column="0" selection-end-line="24" selection-end-column="0" /> </state> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2014_10_12_000000_create_users_table.php"> <provider selected="true" editor-type-id="text-editor"> <<<<<<< HEAD <state relative-caret-position="486"> <caret line="20" column="36" selection-start-line="20" selection-start-column="28" selection-end-line="20" selection-end-column="36" /> ======= <state relative-caret-position="345"> <caret line="17" column="33" lean-forward="true" selection-start-line="11" selection-start-column="11" selection-end-line="17" selection-end-column="33" /> <folding /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/routes/web.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="108"> <caret line="4" column="12" lean-forward="true" selection-start-line="4" selection-start-column="12" selection-end-line="4" selection-end-column="12" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Models/Employee.php"> <provider selected="true" editor-type-id="text-editor"> <<<<<<< HEAD <state relative-caret-position="405"> <caret line="48" column="10" lean-forward="true" selection-start-line="48" selection-start-column="10" selection-end-line="48" selection-end-column="10" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/vendor/backpack/crud/src/CrudTrait.php" /> <entry file="file://$PROJECT_DIR$/config/app.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="288"> <caret line="223" column="55" selection-start-line="223" selection-start-column="55" selection-end-line="223" selection-end-column="55" /> ======= <state relative-caret-position="126"> <caret line="11" column="33" lean-forward="false" selection-start-line="11" selection-start-column="24" selection-end-line="11" selection-end-column="33" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2019_01_22_070140_create_imports_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="216"> <caret line="13" column="24" lean-forward="true" selection-start-line="13" selection-start-column="24" selection-end-line="13" selection-end-column="24" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Imports/UsersImport.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="3" column="0" lean-forward="true" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" /> <folding> <element signature="e#31#44#0#PHP" expanded="false" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/seeds/DatabaseSeeder.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="425"> <caret line="41" column="44" lean-forward="false" selection-start-line="41" selection-start-column="44" selection-end-line="41" selection-end-column="44" /> <folding /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/User.php"> <provider selected="true" editor-type-id="text-editor"> <<<<<<< HEAD <state relative-caret-position="54"> <caret line="2" column="27" lean-forward="true" selection-start-line="2" selection-start-column="27" selection-end-line="2" selection-end-column="27" /> ======= <state relative-caret-position="209"> <caret line="34" column="5" lean-forward="true" selection-start-line="34" selection-start-column="5" selection-end-line="34" selection-end-column="5" /> <folding /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/vendor/backpack/base/inc/sidebar_content.blade.php"> <provider selected="true" editor-type-id="text-editor"> <<<<<<< HEAD <state relative-caret-position="-9"> <caret line="3" lean-forward="true" selection-start-line="3" selection-end-line="3" /> ======= <state relative-caret-position="81"> <caret line="3" column="0" lean-forward="true" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" /> <folding> <marker date="1548833029995" expanded="true" signature="100:127" ph="..." /> <marker date="1548833029995" expanded="true" signature="171:206" ph="..." /> <marker date="1548833029995" expanded="true" signature="244:270" ph="..." /> <marker date="1548833029995" expanded="true" signature="312:350" ph="..." /> <marker date="1548833029995" expanded="true" signature="581:603" ph="..." /> <marker date="1548833029995" expanded="true" signature="685:707" ph="..." /> <marker date="1548833029995" expanded="true" signature="790:818" ph="..." /> <marker date="1548833029995" expanded="true" signature="913:939" ph="..." /> <marker date="1548833029995" expanded="true" signature="1016:1040" ph="..." /> </folding> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/Admin/EmployeeCrudController.php"> <provider selected="true" editor-type-id="text-editor"> <<<<<<< HEAD <state relative-caret-position="621"> <caret line="24" selection-start-line="24" selection-end-line="24" /> ======= <state relative-caret-position="126"> <caret line="48" column="47" lean-forward="false" selection-start-line="48" selection-start-column="47" selection-end-line="48" selection-end-column="47" /> <folding /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/composer.json"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="459"> <caret line="17" column="26" lean-forward="false" selection-start-line="17" selection-start-column="9" selection-end-line="17" selection-end-column="26" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/employees.csv"> <provider editor-type-id="csv-table-editor"> <state showInfoPanel="true" fixedHeaders="false" rowLines="3" /> </provider> <provider selected="true" editor-type-id="csv-text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/test-import-file.csv"> <provider editor-type-id="text-editor"> <state relative-caret-position="54"> <caret line="2" column="27" lean-forward="true" selection-start-line="2" selection-start-column="27" selection-end-line="2" selection-end-column="27" /> </state> </provider> <provider editor-type-id="csv-table-editor"> <state showInfoPanel="true" fixedHeaders="false" rowLines="3" /> </provider> <provider selected="true" editor-type-id="csv-text-editor"> <state relative-caret-position="81"> <caret line="3" column="0" lean-forward="true" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2019_01_30_065907_create_employees_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="81"> <caret line="13" column="24" lean-forward="true" selection-start-line="13" selection-start-column="24" selection-end-line="13" selection-end-column="24" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/config/excel.php"> <provider selected="true" editor-type-id="text-editor"> <<<<<<< HEAD <state relative-caret-position="99"> <caret line="52" column="53" lean-forward="true" selection-start-line="52" selection-start-column="53" selection-end-line="52" selection-end-column="53" /> ======= <state relative-caret-position="324"> <caret line="36" column="10" lean-forward="true" selection-start-line="36" selection-start-column="10" selection-end-line="36" selection-end-column="10" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Imports/EmployeeImport.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="266"> <caret line="11" column="15" lean-forward="false" selection-start-line="11" selection-start-column="15" selection-end-line="11" selection-end-column="15" /> <folding> <element signature="e#31#55#0#PHP" expanded="true" /> </folding> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/Admin/ImportCrudController.php"> <provider selected="true" editor-type-id="text-editor"> <<<<<<< HEAD <state relative-caret-position="936"> <caret line="37" selection-start-line="37" selection-end-line="41" selection-end-column="11" /> ======= <state relative-caret-position="99"> <caret line="48" column="0" lean-forward="true" selection-start-line="48" selection-start-column="0" selection-end-line="48" selection-end-column="0" /> <folding /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/field-names.txt"> <provider selected="true" editor-type-id="text-editor"> <<<<<<< HEAD <state relative-caret-position="194"> <caret line="34" column="5" selection-start-line="34" selection-start-column="5" selection-end-line="34" selection-end-column="5" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.env"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="260"> <caret line="10" column="12" lean-forward="true" selection-start-line="10" selection-start-column="12" selection-end-line="10" selection-end-column="12" /> ======= <state relative-caret-position="189"> <caret line="7" column="12" lean-forward="true" selection-start-line="7" selection-start-column="12" selection-end-line="7" selection-end-column="12" /> <folding /> >>>>>>> 9cc8ef6ce0c71923d03cbfaeb62553d461e023b8 </state> </provider> </entry> </component> </project>
57.30608
253
0.659887
0aaa009cfe990cb24d2a8e1da0e9ff2cc6a9e22e
5,692
xib
XML
FinalProject/View/Controllers/DetailVC/DetailViewController.xib
blkbrds/intern16_final_project_HieuNguyenQ
66da79b69bc91d462245d796ae9c1e61baa45d9b
[ "MIT" ]
null
null
null
FinalProject/View/Controllers/DetailVC/DetailViewController.xib
blkbrds/intern16_final_project_HieuNguyenQ
66da79b69bc91d462245d796ae9c1e61baa45d9b
[ "MIT" ]
null
null
null
FinalProject/View/Controllers/DetailVC/DetailViewController.xib
blkbrds/intern16_final_project_HieuNguyenQ
66da79b69bc91d462245d796ae9c1e61baa45d9b
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina6_1" orientation="portrait" appearance="light"/> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DetailViewController" customModule="FinalProject" customModuleProvider="target"> <connections> <outlet property="detailCollectionView" destination="pzz-Jh-tmC" id="ulM-aE-srp"/> <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/> </connections> </placeholder> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT"> <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="pzz-Jh-tmC"> <rect key="frame" x="0.0" y="44" width="414" height="818"/> <color key="backgroundColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="43s-hI-Qne"> <size key="itemSize" width="50" height="50"/> <size key="headerReferenceSize" width="0.0" height="0.0"/> <size key="footerReferenceSize" width="0.0" height="0.0"/> <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/> </collectionViewFlowLayout> </collectionView> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="UzL-wd-z1g"> <rect key="frame" x="16" y="60" width="40" height="40"/> <color key="backgroundColor" red="0.16768351200000001" green="0.16771373149999999" blue="0.16767689590000001" alpha="0.46344080110000002" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstAttribute="width" constant="40" id="As2-t6-pWq"/> <constraint firstAttribute="height" constant="40" id="Mtb-q7-Q1c"/> </constraints> <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <size key="titleShadowOffset" width="2" height="2"/> <state key="normal" image="chevron.left" catalog="system"> <preferredSymbolConfiguration key="preferredSymbolConfiguration" configurationType="pointSize" pointSize="18" scale="large" weight="semibold"/> </state> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius"> <real key="value" value="20"/> </userDefinedRuntimeAttribute> </userDefinedRuntimeAttributes> <connections> <action selector="backButtonTouchUpInside:" destination="-1" eventType="touchUpInside" id="dm7-Qy-XSS"/> </connections> </button> </subviews> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstItem="pzz-Jh-tmC" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="D52-Zu-EeO"/> <constraint firstItem="pzz-Jh-tmC" firstAttribute="trailing" secondItem="fnl-2z-Ty3" secondAttribute="trailing" id="Q7s-uP-F6V"/> <constraint firstItem="UzL-wd-z1g" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="16" id="TbE-NY-5xj"/> <constraint firstItem="UzL-wd-z1g" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="16" id="hNf-RY-ZoX"/> <constraint firstItem="pzz-Jh-tmC" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="kuQ-cO-GoU"/> <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="pzz-Jh-tmC" secondAttribute="bottom" id="ray-be-lRh"/> </constraints> <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> <point key="canvasLocation" x="407" y="56"/> </view> </objects> <resources> <image name="chevron.left" catalog="system" width="96" height="128"/> </resources> </document>
81.314286
274
0.630183
c9492022f8cb9c690b2f890addb0d483b59a7d56
667
props
XML
eng/SourceBuild.props
nickdalt/sourcelink
eb501912e5ffca67618ed2c9b72b8555a919ee1d
[ "MIT" ]
977
2018-05-05T05:45:01.000Z
2022-03-17T12:06:49.000Z
eng/SourceBuild.props
nickdalt/sourcelink
eb501912e5ffca67618ed2c9b72b8555a919ee1d
[ "MIT" ]
572
2018-05-05T01:37:06.000Z
2022-03-30T06:47:49.000Z
eng/SourceBuild.props
nickdalt/sourcelink
eb501912e5ffca67618ed2c9b72b8555a919ee1d
[ "MIT" ]
130
2018-05-09T22:27:35.000Z
2022-03-28T13:26:37.000Z
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the License.txt file in the project root for more information. --> <Project> <PropertyGroup> <GitHubRepositoryName>sourcelink</GitHubRepositoryName> <SourceBuildManagedOnly>true</SourceBuildManagedOnly> </PropertyGroup> <Target Name="GetRepoSourceBuildCommandConfiguration" BeforeTargets="GetSourceBuildCommandConfiguration"> <PropertyGroup> <InnerBuildArgs>$(InnerBuildArgs) /p:Pack=true</InnerBuildArgs> </PropertyGroup> </Target> </Project>
37.055556
206
0.748126
c9e160d144fc1e55a202f27ced252bd34066c7ea
6,136
xml
XML
emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f1f5_1f1fe.xml
flide/Pictograph-Keyboard
a3437b1aa9d0964d2633028dd4e56003cc5e3651
[ "Apache-2.0" ]
13
2017-02-22T10:26:50.000Z
2021-09-05T18:53:14.000Z
emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f1f5_1f1fe.xml
samiurprapon/PictographKeyboard_demo
473cffc1f9b07bc7cb4c792d8e8221083568a557
[ "Apache-2.0" ]
4
2017-02-04T17:53:20.000Z
2022-02-27T16:03:08.000Z
emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f1f5_1f1fe.xml
samiurprapon/PictographKeyboard_demo
473cffc1f9b07bc7cb4c792d8e8221083568a557
[ "Apache-2.0" ]
5
2018-08-20T15:49:00.000Z
2020-11-16T17:04:48.000Z
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:viewportWidth="64" android:viewportHeight="64" android:width="64dp" android:height="64dp"> <path android:pathData="M32 62C45.1 62 56.2 53.7 60.3 42L3.7 42C7.8 53.7 18.9 62 32 62Z" android:fillColor="#428bc1" /> <path android:pathData="M32 2C18.9 2 7.8 10.4 3.7 22l56.6 0C56.2 10.4 45.1 2 32 2Z" android:fillColor="#ed4c5c" /> <path android:pathData="M60.3 42C61.4 38.9 62 35.5 62 32 62 28.5 61.4 25.1 60.3 22L3.7 22C2.6 25.1 2 28.5 2 32c0 3.5 0.6 6.9 1.7 10l56.6 0z" android:fillColor="#f9f9f9" /> <path android:pathData="M32 41c-5 0 -9 -4 -9 -9 0 -5 4 -9 9 -9 5 0 9 4 9 9 0 5 -4 9 -9 9m0 -17.7c-4.8 0 -8.7 3.9 -8.7 8.7 0 4.8 3.9 8.7 8.7 8.7 4.8 0 8.7 -3.9 8.7 -8.7 0 -4.8 -3.9 -8.7 -8.7 -8.7" android:fillColor="#3e4347" /> <path android:pathData="M32 24.4c-4.2 0 -7.6 3.4 -7.6 7.6 0 4.2 3.4 7.6 7.6 7.6 4.2 0 7.6 -3.4 7.6 -7.6 0 -4.2 -3.4 -7.6 -7.6 -7.6m0 13.3c-3.1 0 -5.7 -2.6 -5.7 -5.7 0 -3.1 2.6 -5.7 5.7 -5.7 3.1 0 5.7 2.6 5.7 5.7 0 3.1 -2.6 5.7 -5.7 5.7" android:fillColor="#ed4c5c" /> <path android:pathData="M26 32c0 -3.3 2.7 -6 6 -6 3.3 0 6 2.7 6 6l1.3 0c0 -4 -3.3 -7.3 -7.3 -7.3 -4 0 -7.3 3.3 -7.3 7.3l1.3 0z" android:fillColor="#ffce31" /> <path android:pathData="M34.9 31.7c0 1.6 -1.3 2.9 -2.9 2.9 -1.6 0 -2.9 -1.3 -2.9 -2.9 0 -1.6 1.3 -2.9 2.9 -2.9 1.6 0 2.9 1.3 2.9 2.9" android:fillColor="#428bc1" /> <path android:pathData="M33.6 33.6l-1.6 -1.1 -1.6 1.1 0.6 -1.7 -1.4 -1.1 1.7 0 0.6 -1.7 0.6 1.7 1.7 0 -1.2 1.1 0.6 1.7" android:fillColor="#ffce31" /> <path android:pathData="M29.4 29.5c0 0 -0.4 -0.1 -0.6 -0.1 0.2 -0.3 0.3 -1 0.3 -1 0 0 -0.6 0.3 -0.8 0.7 -0.1 -0.2 -0.3 -0.5 -0.3 -0.5 0 0 -0.3 0.3 -0.2 0.6 0 0.3 0.4 0.7 0.4 0.7 0 0 0.5 0.2 0.8 0.1 0.2 -0.2 0.4 -0.5 0.4 -0.5" android:fillColor="#699635" /> <path android:pathData="M28.9 30.3c0 0 -0.4 0 -0.6 0.1 0.1 -0.4 0 -1 0 -1 0 0 -0.5 0.5 -0.6 0.8 -0.2 -0.2 -0.5 -0.4 -0.5 -0.4 0 0 -0.2 0.4 -0.1 0.6 0.1 0.2 0.6 0.6 0.6 0.6 0 0 0.6 0 0.8 -0.1 0.2 -0.1 0.4 -0.6 0.4 -0.6" android:fillColor="#83bf4f" /> <path android:pathData="M28.6 31.2c0 0 -0.4 0.1 -0.6 0.2 0 -0.4 -0.2 -1 -0.2 -1 0 0 -0.3 0.6 -0.3 1 -0.2 -0.2 -0.5 -0.3 -0.5 -0.3 0 0 -0.1 0.4 0.1 0.6 0.2 0.2 0.7 0.4 0.7 0.4 0 0 0.5 -0.1 0.7 -0.3 0.2 -0.2 0.1 -0.6 0.1 -0.6" android:fillColor="#699635" /> <path android:pathData="M28.6 32.2c0 0 -0.3 0.2 -0.5 0.4 -0.1 -0.4 -0.5 -0.9 -0.5 -0.9 0 0 -0.2 0.6 -0.1 1 -0.3 -0.1 -0.6 -0.1 -0.6 -0.1 0 0 0 0.4 0.3 0.6 0.2 0.2 0.8 0.2 0.8 0.2 0 0 0.5 -0.3 0.6 -0.5 0.1 -0.2 0 -0.7 0 -0.7" android:fillColor="#83bf4f" /> <path android:pathData="M28.8 33.1c0 0 -0.3 0.3 -0.4 0.5 -0.2 -0.4 -0.7 -0.7 -0.7 -0.7 0 0 0 0.6 0.2 1 -0.3 0 -0.6 0 -0.6 0 0 0 0.1 0.4 0.4 0.5 0.3 0.1 0.8 0 0.8 0 0 0 0.4 -0.4 0.5 -0.7 0.1 -0.3 -0.2 -0.6 -0.2 -0.6" android:fillColor="#699635" /> <path android:pathData="M29.3 34c0 0 -0.2 0.3 -0.3 0.6 -0.3 -0.3 -0.9 -0.5 -0.9 -0.5 0 0 0.2 0.6 0.4 0.9 -0.3 0 -0.6 0.2 -0.6 0.2 0 0 0.2 0.3 0.5 0.4 0.3 0 0.8 -0.2 0.8 -0.2 0 0 0.3 -0.5 0.3 -0.8C29.6 34.2 29.3 34 29.3 34" android:fillColor="#83bf4f" /> <path android:pathData="M29.9 34.7c0 0 -0.1 0.4 -0.1 0.6 -0.3 -0.2 -1 -0.3 -1 -0.3 0 0 0.3 0.5 0.7 0.8 -0.2 0.1 -0.5 0.3 -0.5 0.3 0 0 0.3 0.3 0.6 0.2 0.3 0 0.7 -0.4 0.7 -0.4 0 0 0.2 -0.5 0.1 -0.8 -0.1 -0.2 -0.5 -0.4 -0.5 -0.4" android:fillColor="#699635" /> <path android:pathData="M30.8 35.2c0 0 0 0.4 0.1 0.6 -0.4 -0.1 -1 0 -1 0 0 0 0.5 0.4 0.8 0.6 -0.2 0.2 -0.4 0.4 -0.4 0.4 0 0 0.4 0.2 0.6 0.1 0.3 -0.1 0.6 -0.6 0.6 -0.6 0 0 0 -0.6 -0.1 -0.8 -0.3 -0.2 -0.6 -0.3 -0.6 -0.3" android:fillColor="#83bf4f" /> <path android:pathData="M34.6 29.5c0 0 0.4 -0.1 0.6 -0.1 -0.2 -0.3 -0.3 -1 -0.3 -1 0 0 0.6 0.3 0.8 0.7 0.1 -0.2 0.3 -0.5 0.3 -0.5 0 0 0.3 0.3 0.2 0.6 0 0.3 -0.4 0.7 -0.4 0.7 0 0 -0.5 0.1 -0.8 0 -0.2 -0.1 -0.4 -0.4 -0.4 -0.4" android:fillColor="#699635" /> <path android:pathData="M35.1 30.3c0 0 0.4 0 0.6 0.1 -0.1 -0.4 0 -1 0 -1 0 0 0.5 0.5 0.6 0.8 0.2 -0.2 0.5 -0.4 0.5 -0.4 0 0 0.2 0.4 0.1 0.6 -0.1 0.2 -0.7 0.6 -0.7 0.6 0 0 -0.6 0 -0.8 -0.1 -0.2 -0.1 -0.3 -0.6 -0.3 -0.6" android:fillColor="#83bf4f" /> <path android:pathData="M35.4 31.2c0 0 0.4 0.1 0.6 0.2 0 -0.4 0.2 -1 0.2 -1 0 0 0.3 0.6 0.3 1 0.2 -0.2 0.5 -0.3 0.5 -0.3 0 0 0.1 0.4 -0.1 0.6 -0.2 0.2 -0.7 0.4 -0.7 0.4 0 0 -0.5 -0.1 -0.7 -0.3 -0.2 -0.2 -0.1 -0.6 -0.1 -0.6" android:fillColor="#699635" /> <path android:pathData="M35.4 32.2c0 0 0.3 0.2 0.5 0.4 0.1 -0.4 0.5 -0.9 0.5 -0.9 0 0 0.2 0.6 0.1 1 0.3 -0.1 0.6 -0.1 0.6 -0.1 0 0 0 0.4 -0.3 0.6 -0.2 0.2 -0.8 0.2 -0.8 0.2 0 0 -0.5 -0.3 -0.6 -0.5 -0.1 -0.3 0 -0.7 0 -0.7" android:fillColor="#83bf4f" /> <path android:pathData="M35.2 33.1c0 0 0.3 0.3 0.4 0.5 0.2 -0.4 0.7 -0.7 0.7 -0.7 0 0 0 0.6 -0.2 1 0.3 0 0.6 0 0.6 0 0 0 -0.1 0.4 -0.4 0.5 -0.3 0.1 -0.8 0 -0.8 0 0 0 -0.4 -0.4 -0.5 -0.7 -0.1 -0.3 0.2 -0.6 0.2 -0.6" android:fillColor="#699635" /> <path android:pathData="M34.7 34c0 0 0.2 0.3 0.3 0.6 0.3 -0.3 0.9 -0.5 0.9 -0.5 0 0 -0.2 0.6 -0.4 0.9 0.3 0 0.6 0.2 0.6 0.2 0 0 -0.2 0.3 -0.5 0.4 -0.3 0 -0.8 -0.2 -0.8 -0.2 0 0 -0.3 -0.5 -0.3 -0.8 -0.1 -0.4 0.2 -0.6 0.2 -0.6" android:fillColor="#83bf4f" /> <path android:pathData="M34.1 34.7c0 0 0.1 0.4 0.1 0.6 0.3 -0.2 1 -0.3 1 -0.3 0 0 -0.3 0.5 -0.7 0.8 0.2 0.1 0.5 0.3 0.5 0.3 0 0 -0.3 0.3 -0.6 0.2 -0.3 0 -0.7 -0.4 -0.7 -0.4 0 0 -0.2 -0.5 -0.1 -0.8 0.1 -0.2 0.5 -0.4 0.5 -0.4" android:fillColor="#699635" /> <path android:pathData="M33.2 35.2c0 0 0 0.4 -0.1 0.6 0.4 -0.1 1 0 1 0 0 0 -0.5 0.4 -0.8 0.6 0.2 0.2 0.4 0.4 0.4 0.4 0 0 -0.4 0.2 -0.6 0.1 -0.3 -0.1 -0.6 -0.6 -0.6 -0.6 0 0 0 -0.6 0.1 -0.8 0.3 -0.2 0.6 -0.3 0.6 -0.3" android:fillColor="#83bf4f" /> </vector>
77.670886
238
0.504889
cefa39d4362091a66d5dbf08aa9706fb65bbcc76
1,374
xml
XML
corpora/11_03_2019_corpus/pgr_train/pgr_gene/12596933.xml
santiagonasar/PDR
2485be9abf92b2785cb3c8524a01783a8fd60f84
[ "Apache-2.0" ]
7
2019-04-01T15:00:09.000Z
2022-01-04T04:14:53.000Z
corpora/11_03_2019_corpus/pgr_train/pgr_gene/12596933.xml
santiagonasar/PDR
2485be9abf92b2785cb3c8524a01783a8fd60f84
[ "Apache-2.0" ]
null
null
null
corpora/11_03_2019_corpus/pgr_train/pgr_gene/12596933.xml
santiagonasar/PDR
2485be9abf92b2785cb3c8524a01783a8fd60f84
[ "Apache-2.0" ]
4
2019-03-27T19:54:12.000Z
2021-02-05T01:04:37.000Z
<?xml version="1.0" encoding="UTF-8"?> <document id="12596933"> <sentence id="s1" text="the quantitative aspects of the Ca2+-feedback to Ret-GCs in regulating the light sensitivity and adaptation in intact rods; 2. functional differences between GCAP1 and GCAP2 in intact rod photoreceptors; and 3. whether GCAP mutants with impaired Ca2+ binding lead to retinal disease in vivo by constitutive activation of Ret-GCs and elevation of intracellular cGMP, as predicted from in vitro studies"> <entity id="s1.e1" charOffset="75-80" type="GENE" text="light" ontology_id="8740"/> <entity id="s1.e2" charOffset="118-121" type="GENE" text="rod" ontology_id="9735"/> <entity id="s1.e3" charOffset="158-163" type="GENE" text="GCAP1" ontology_id="2978"/> <entity id="s1.e4" charOffset="168-173" type="GENE" text="GCAP2" ontology_id="2979"/> <entity id="s1.e5" charOffset="219-223" type="GENE" text="GCAP" ontology_id="2978"/> <entity id="s1.e6" charOffset="267-282" type="HP" text="retinal disease" ontology_id="HP_0000479"/> <pair id="s1.p1" e1="s1.e1" e2="s1.e6" pgr="false"/> <pair id="s1.p2" e1="s1.e3" e2="s1.e6" pgr="true"/> <pair id="s1.p3" e1="s1.e4" e2="s1.e6" pgr="true"/> <pair id="s1.p4" e1="s1.e5" e2="s1.e6" pgr="true"/> <pair id="s1.p5" e1="s1.e2" e2="s1.e6" pgr="false"/> </sentence> </document>
49.071429
427
0.669578
9a9cdb3eac2e4254405817af0667a7e628f6af48
3,918
xml
XML
com.io7m.callisto.tests/pom.xml
io7m/callisto
36468e34f3e9719a50b845aa53ac6e0ae7bafc26
[ "0BSD" ]
null
null
null
com.io7m.callisto.tests/pom.xml
io7m/callisto
36468e34f3e9719a50b845aa53ac6e0ae7bafc26
[ "0BSD" ]
4
2017-08-12T16:10:12.000Z
2017-08-15T19:38:08.000Z
com.io7m.callisto.tests/pom.xml
io7m/callisto
36468e34f3e9719a50b845aa53ac6e0ae7bafc26
[ "0BSD" ]
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.io7m.callisto</groupId> <artifactId>com.io7m.callisto</artifactId> <version>0.0.1</version> </parent> <artifactId>com.io7m.callisto.tests</artifactId> <packaging>jar</packaging> <name>com.io7m.callisto.tests</name> <description>Callisto engine (Test suite)</description> <url>http://io7m.github.io/callisto/</url> <properties> <mdep.analyze.skip>true</mdep.analyze.skip> </properties> <scm> <url>${project.parent.scm.url}</url> <connection>${project.parent.scm.connection}</connection> <developerConnection>${project.parent.scm.developerConnection}</developerConnection> </scm> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>com.io7m.callisto.prototype0</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.io7m.jaffirm</groupId> <artifactId>com.io7m.jaffirm.core</artifactId> </dependency> <dependency> <groupId>com.io7m.junreachable</groupId> <artifactId>com.io7m.junreachable.core</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-native</artifactId> </dependency> <dependency> <groupId>org.ops4j.pax.tinybundles</groupId> <artifactId>tinybundles</artifactId> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit4</artifactId> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-link-mvn</artifactId> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr</artifactId> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.eventadmin</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.cm</artifactId> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> <build> <plugins> <!-- Check style --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <!-- Generate link files for integration tests. --> <plugin> <groupId>com.github.veithen.alta</groupId> <artifactId>alta-maven-plugin</artifactId> <executions> <execution> <goals> <goal>generate-test-resources</goal> </goals> <configuration> <name>%bundle.symbolicName%.link</name> <value>%url%</value> <dependencySet> <scope>compile</scope> </dependencySet> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
29.022222
101
0.636294
7d4d821e0debb4101c4f312a3bdbd9a1317eb7c8
582
xml
XML
app/src/main/res/values/colors.xml
xinuoshi/BB-NEWS
0dcb37c21b5ecd016309e986f8cb06bb6bb668e4
[ "MIT" ]
133
2017-08-23T10:02:00.000Z
2020-10-16T03:00:08.000Z
app/src/main/res/values/colors.xml
xinuoshi/BB-NEWS
0dcb37c21b5ecd016309e986f8cb06bb6bb668e4
[ "MIT" ]
4
2017-12-20T17:38:27.000Z
2019-05-08T08:15:30.000Z
app/src/main/res/values/colors.xml
xinuoshi/BB-NEWS
0dcb37c21b5ecd016309e986f8cb06bb6bb668e4
[ "MIT" ]
17
2017-09-03T09:18:42.000Z
2020-08-04T08:55:57.000Z
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorPrimary">#3A86FF</color> <color name="colorPrimaryDark">#3A86FF</color> <color name="colorAccent">#00BCD4</color> <color name="background_my_material_light">@color/material_grey_50</color> <color name="background_my_material_grey">#ededed</color> <color name="pureWhite">#ffffff</color> <color name="primary_text">#212121</color> <color name="textHint">#88888888</color> <color name="iconCover">#cc979797</color> <color name="iconCoverDark">#cc393939</color> </resources>
38.8
78
0.701031
55a8120fdc3103c8834f8e5adb4025ecd2cf5417
33,318
plist
XML
arc/arc/Assets/TextMateBundles/text.html.twiki.plist
BenTobias/arc
7576466fd254236bf9fd66ac173ca75b9611a577
[ "MIT" ]
2
2016-03-24T14:16:07.000Z
2018-01-22T05:51:24.000Z
arc/arc/Assets/TextMateBundles/text.html.twiki.plist
BenTobias/arc
7576466fd254236bf9fd66ac173ca75b9611a577
[ "MIT" ]
null
null
null
arc/arc/Assets/TextMateBundles/text.html.twiki.plist
BenTobias/arc
7576466fd254236bf9fd66ac173ca75b9611a577
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>capturableScopes</key> <array> <string>Twiki</string> </array> <key>keyEquivalent</key> <string>^~T</string> <key>name</key> <string>Twiki</string> <key>patterns</key> <array> <dict> <key>begin</key> <string>&quot;</string> <key>beginCaptures</key> <dict> <key>0</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.string</string> <string>punctuation.definition.string.begin</string> <string>punctuation.definition.string.begin.twiki</string> </array> <key>name</key> <string>punctuation.definition.string.begin.twiki</string> </dict> </dict> <key>capturableScopes</key> <array> <string>string</string> <string>string.quoted</string> <string>string.quoted.double</string> <string>string.quoted.double.twiki</string> </array> <key>end</key> <string>&quot;</string> <key>endCaptures</key> <dict> <key>0</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.string</string> <string>punctuation.definition.string.end</string> <string>punctuation.definition.string.end.twiki</string> </array> <key>name</key> <string>punctuation.definition.string.end.twiki</string> </dict> </dict> <key>name</key> <string>string.quoted.double.twiki</string> <key>patterns</key> <array> <dict> <key>capturableScopes</key> <array> <string>constant</string> <string>constant.character</string> <string>constant.character.escape</string> <string>constant.character.escape.twiki</string> </array> <key>match</key> <string>\\.</string> <key>name</key> <string>constant.character.escape.twiki</string> </dict> </array> </dict> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.heading</string> <string>markup.heading.twiki</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.heading</string> <string>punctuation.definition.heading.twiki</string> </array> <key>name</key> <string>punctuation.definition.heading.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>entity</string> <string>entity.name</string> <string>entity.name.function</string> <string>entity.name.function.twiki</string> </array> <key>name</key> <string>entity.name.function.twiki</string> </dict> </dict> <key>match</key> <string>^(-{3}\+{1,6})(.*)$</string> <key>name</key> <string>markup.heading.twiki</string> </dict> <dict> <key>begin</key> <string>(&lt;)verbatim(&gt;)|(&lt;)pre(&gt;)</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.raw</string> <string>markup.raw.twiki</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.tag</string> <string>punctuation.definition.tag.twiki</string> </array> <key>name</key> <string>punctuation.definition.tag.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.tag</string> <string>punctuation.definition.tag.twiki</string> </array> <key>name</key> <string>punctuation.definition.tag.twiki</string> </dict> <key>3</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.tag</string> <string>punctuation.definition.tag.twiki</string> </array> <key>name</key> <string>punctuation.definition.tag.twiki</string> </dict> <key>4</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.tag</string> <string>punctuation.definition.tag.twiki</string> </array> <key>name</key> <string>punctuation.definition.tag.twiki</string> </dict> </dict> <key>end</key> <string>(&lt;/)verbatim(&gt;)|(&lt;/)pre(&gt;)</string> <key>name</key> <string>markup.raw.twiki</string> <key>patterns</key> <array> <dict> <key>capturableScopes</key> <array> <string>constant</string> <string>constant.character</string> <string>constant.character.escape</string> <string>constant.character.escape.twiki</string> </array> <key>match</key> <string>\\.</string> <key>name</key> <string>constant.character.escape.twiki</string> </dict> </array> </dict> <dict> <key>capturableScopes</key> <array> <string>meta</string> <string>meta.separator</string> <string>meta.separator.twiki</string> </array> <key>match</key> <string>^-{3,}$\n</string> <key>name</key> <string>meta.separator.twiki</string> </dict> <dict> <key>begin</key> <string>^ {3}([a-zA-Z0-9]+: )</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.other</string> <string>markup.other.def</string> <string>markup.other.def.twiki</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.other</string> <string>markup.other.def</string> <string>markup.other.def.term</string> <string>markup.other.def.term.twiki</string> </array> <key>name</key> <string>markup.other.def.term.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.other</string> <string>markup.other.def</string> <string>markup.other.def.def</string> <string>markup.other.def.def.twiki</string> </array> <key>name</key> <string>markup.other.def.def.twiki</string> </dict> </dict> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.other.def.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#list-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^(\|)</string> <key>beginCaptures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.table</string> <string>punctuation.definition.table.twiki</string> </array> <key>name</key> <string>punctuation.definition.table.twiki</string> </dict> </dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.other</string> <string>markup.other.table</string> <string>markup.other.table.twiki</string> </array> <key>end</key> <string>^(?:\s*$|(?=\s*&gt;|[=-]{3,}$))</string> <key>name</key> <string>markup.other.table.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#inline</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {3}(\*)</string> <key>beginCaptures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.list_item</string> <string>punctuation.definition.list_item.twiki</string> </array> <key>name</key> <string>punctuation.definition.list_item.twiki</string> </dict> </dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.unnumbered</string> <string>markup.list.unnumbered.1</string> <string>markup.list.unnumbered.1.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.unnumbered.1.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#list-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {6}(\*)</string> <key>beginCaptures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.list_item</string> <string>punctuation.definition.list_item.twiki</string> </array> <key>name</key> <string>punctuation.definition.list_item.twiki</string> </dict> </dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.unnumbered</string> <string>markup.list.unnumbered.2</string> <string>markup.list.unnumbered.2.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.unnumbered.2.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#list-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {9}(\*)</string> <key>beginCaptures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.list_item</string> <string>punctuation.definition.list_item.twiki</string> </array> <key>name</key> <string>punctuation.definition.list_item.twiki</string> </dict> </dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.unnumbered</string> <string>markup.list.unnumbered.3</string> <string>markup.list.unnumbered.3.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.unnumbered.3.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#list-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {12}(\*)</string> <key>beginCaptures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.list_item</string> <string>punctuation.definition.list_item.twiki</string> </array> <key>name</key> <string>punctuation.definition.list_item.twiki</string> </dict> </dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.unnumbered</string> <string>markup.list.unnumbered.4</string> <string>markup.list.unnumbered.4.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.unnumbered.4.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#list-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {15}(\*)</string> <key>beginCaptures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.list_item</string> <string>punctuation.definition.list_item.twiki</string> </array> <key>name</key> <string>punctuation.definition.list_item.twiki</string> </dict> </dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.unnumbered</string> <string>markup.list.unnumbered.5</string> <string>markup.list.unnumbered.5.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.unnumbered.5.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#list-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {18}(\*)</string> <key>beginCaptures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.list_item</string> <string>punctuation.definition.list_item.twiki</string> </array> <key>name</key> <string>punctuation.definition.list_item.twiki</string> </dict> </dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.unnumbered</string> <string>markup.list.unnumbered.6</string> <string>markup.list.unnumbered.6.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.unnumbered.6.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#list-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {3}\d</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.numbered</string> <string>markup.list.numbered.1</string> <string>markup.list.numbered.1.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.numbered.1.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#numlist-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {6}\d</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.numbered</string> <string>markup.list.numbered.2</string> <string>markup.list.numbered.2.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.numbered.2.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#numlist-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {9}\d</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.numbered</string> <string>markup.list.numbered.3</string> <string>markup.list.numbered.3.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.numbered.3.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#numlist-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {12}\d</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.numbered</string> <string>markup.list.numbered.4</string> <string>markup.list.numbered.4.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.numbered.4.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#numlist-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {15}\d</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.numbered</string> <string>markup.list.numbered.5</string> <string>markup.list.numbered.5.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.numbered.5.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#numlist-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^ {18}\d</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.numbered</string> <string>markup.list.numbered.6</string> <string>markup.list.numbered.6.twiki</string> </array> <key>end</key> <string>$\n?</string> <key>name</key> <string>markup.list.numbered.6.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#numlist-paragraph</string> </dict> </array> </dict> <dict> <key>begin</key> <string>^(?=\S)</string> <key>capturableScopes</key> <array> <string>meta</string> <string>meta.paragraph</string> <string>meta.paragraph.twiki</string> </array> <key>end</key> <string>^\s*$</string> <key>name</key> <string>meta.paragraph.twiki</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#inline</string> </dict> <dict> <key>include</key> <string>text.html.basic</string> </dict> </array> </dict> </array> <key>repository</key> <dict> <key>inline</key> <dict> <key>patterns</key> <array> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.bold</string> <string>markup.bold.twiki</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.bold</string> <string>punctuation.definition.bold.twiki</string> </array> <key>name</key> <string>punctuation.definition.bold.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.bold</string> <string>punctuation.definition.bold.twiki</string> </array> <key>name</key> <string>punctuation.definition.bold.twiki</string> </dict> </dict> <key>match</key> <string>([\*])[\s\w :.\?']*([\*])</string> <key>name</key> <string>markup.bold.twiki</string> </dict> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.bold</string> <string>markup.bold.twiki</string> </array> <key>name</key> <string>markup.bold.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.italic</string> <string>markup.italic.twiki</string> </array> <key>name</key> <string>markup.italic.twiki</string> </dict> <key>3</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.bold</string> <string>punctuation.definition.bold.twiki</string> </array> <key>name</key> <string>punctuation.definition.bold.twiki</string> </dict> <key>4</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.italic</string> <string>punctuation.definition.italic.twiki</string> </array> <key>name</key> <string>punctuation.definition.italic.twiki</string> </dict> <key>5</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.bold</string> <string>punctuation.definition.bold.twiki</string> </array> <key>name</key> <string>punctuation.definition.bold.twiki</string> </dict> <key>6</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.italic</string> <string>punctuation.definition.italic.twiki</string> </array> <key>name</key> <string>punctuation.definition.italic.twiki</string> </dict> </dict> <key>match</key> <string>((((__))[\s\w :.\?']*((__))))</string> </dict> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.italic</string> <string>markup.italic.twiki</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.italic</string> <string>punctuation.definition.italic.twiki</string> </array> <key>name</key> <string>punctuation.definition.italic.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.italic</string> <string>punctuation.definition.italic.twiki</string> </array> <key>name</key> <string>punctuation.definition.italic.twiki</string> </dict> </dict> <key>match</key> <string>\b(_)[\s\w :.\?']*(_)\b</string> <key>name</key> <string>markup.italic.twiki</string> </dict> <dict> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.bold</string> <string>markup.bold.twiki</string> </array> <key>name</key> <string>markup.bold.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.raw</string> <string>markup.raw.fixed</string> <string>markup.raw.fixed.twiki</string> </array> <key>name</key> <string>markup.raw.fixed.twiki</string> </dict> <key>3</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.bold</string> <string>punctuation.definition.bold.twiki</string> </array> <key>name</key> <string>punctuation.definition.bold.twiki</string> </dict> <key>4</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.raw</string> <string>punctuation.definition.raw.fixed</string> <string>punctuation.definition.raw.fixed.twiki</string> </array> <key>name</key> <string>punctuation.definition.raw.fixed.twiki</string> </dict> <key>5</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.bold</string> <string>punctuation.definition.bold.twiki</string> </array> <key>name</key> <string>punctuation.definition.bold.twiki</string> </dict> <key>6</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.raw</string> <string>punctuation.definition.raw.fixed</string> <string>punctuation.definition.raw.fixed.twiki</string> </array> <key>name</key> <string>punctuation.definition.raw.fixed.twiki</string> </dict> </dict> <key>match</key> <string>((((\=\=))[\s\w :.\?']*((\=\=))))</string> </dict> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.raw</string> <string>markup.raw.fixed</string> <string>markup.raw.fixed.twiki</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.raw</string> <string>punctuation.definition.raw.fixed</string> <string>punctuation.definition.raw.fixed.twiki</string> </array> <key>name</key> <string>punctuation.definition.raw.fixed.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.raw</string> <string>punctuation.definition.raw.fixed</string> <string>punctuation.definition.raw.fixed.twiki</string> </array> <key>name</key> <string>punctuation.definition.raw.fixed.twiki</string> </dict> </dict> <key>match</key> <string>(\=)[\s\w :.\?']*(\=)</string> <key>name</key> <string>markup.raw.fixed.twiki</string> </dict> <dict> <key>capturableScopes</key> <array> <string>variable</string> <string>variable.other</string> <string>variable.other.twiki</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.variable</string> <string>punctuation.definition.variable.twiki</string> </array> <key>name</key> <string>punctuation.definition.variable.twiki</string> </dict> <key>3</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.variable</string> <string>punctuation.definition.variable.twiki</string> </array> <key>name</key> <string>punctuation.definition.variable.twiki</string> </dict> </dict> <key>match</key> <string>(%)([A-Z0-9]+)(%)</string> <key>name</key> <string>variable.other.twiki</string> </dict> <dict> <key>capturableScopes</key> <array> <string>constant</string> <string>constant.character</string> <string>constant.character.entity</string> <string>constant.character.entity.html</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.constant</string> <string>punctuation.definition.constant.twiki</string> </array> <key>name</key> <string>punctuation.definition.constant.twiki</string> </dict> <key>3</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.constant</string> <string>punctuation.definition.constant.twiki</string> </array> <key>name</key> <string>punctuation.definition.constant.twiki</string> </dict> </dict> <key>match</key> <string>(&amp;)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)</string> <key>name</key> <string>constant.character.entity.html</string> </dict> <dict> <key>capturableScopes</key> <array> <string>meta</string> <string>meta.link</string> <string>meta.link.inline</string> </array> <key>captures</key> <dict> <key>1</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.link</string> <string>punctuation.definition.link.twiki</string> </array> <key>name</key> <string>punctuation.definition.link.twiki</string> </dict> <key>2</key> <dict> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.underline</string> <string>markup.underline.link</string> <string>markup.underline.link.twiki</string> </array> <key>name</key> <string>markup.underline.link.twiki</string> </dict> <key>3</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.link</string> <string>punctuation.definition.link.twiki</string> </array> <key>name</key> <string>punctuation.definition.link.twiki</string> </dict> <key>4</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.link</string> <string>punctuation.definition.link.twiki</string> </array> <key>name</key> <string>punctuation.definition.link.twiki</string> </dict> <key>5</key> <dict> <key>capturableScopes</key> <array> <string>string</string> <string>string.other</string> <string>string.other.link</string> <string>string.other.link.title</string> <string>string.other.link.title.twiki</string> </array> <key>name</key> <string>string.other.link.title.twiki</string> </dict> <key>6</key> <dict> <key>capturableScopes</key> <array> <string>punctuation</string> <string>punctuation.definition</string> <string>punctuation.definition.link</string> <string>punctuation.definition.link.twiki</string> </array> <key>name</key> <string>punctuation.definition.link.twiki</string> </dict> </dict> <key>match</key> <string>(\[)([^]]*)(\]) *(\[)(.*?)(\])</string> <key>name</key> <string>meta.link.inline</string> </dict> </array> </dict> <key>list-paragraph</key> <dict> <key>patterns</key> <array> <dict> <key>begin</key> <string>\G\s+\S</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.unnumbered</string> <string>markup.list.unnumbered.paragraph</string> </array> <key>end</key> <string>^\s*$</string> <key>name</key> <string>markup.list.unnumbered.paragraph</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#inline</string> </dict> <dict> <key>include</key> <string>text.html.basic</string> </dict> </array> </dict> </array> </dict> <key>numlist-paragraph</key> <dict> <key>patterns</key> <array> <dict> <key>begin</key> <string>\G\s+\S</string> <key>capturableScopes</key> <array> <string>markup</string> <string>markup.list</string> <string>markup.list.numbered</string> <string>markup.list.numbered.paragraph</string> </array> <key>end</key> <string>^\s*$</string> <key>name</key> <string>markup.list.numbered.paragraph</string> <key>patterns</key> <array> <dict> <key>include</key> <string>#inline</string> </dict> <dict> <key>include</key> <string>text.html.basic</string> </dict> </array> </dict> </array> </dict> </dict> <key>scopeName</key> <string>text.html.twiki</string> <key>uuid</key> <string>B2FD7223-BE64-4134-B43D-F7443EA54CCD</string> </dict> </plist>
27.467436
111
0.598805
1078db95bd2e36f7163538d8d34a94babfbd8c8f
1,276
xaml
XML
vsXen/vsXen/Options/XenOptionsDialog.xaml
fastee/vsXen
01bb2fe6ae75a2c583b1d312bc1a4380cd6e0fee
[ "MIT" ]
12
2016-04-25T14:11:12.000Z
2021-12-24T09:24:43.000Z
vsXen/vsXen/Options/XenOptionsDialog.xaml
fastee/vsXen
01bb2fe6ae75a2c583b1d312bc1a4380cd6e0fee
[ "MIT" ]
7
2016-03-26T17:00:56.000Z
2021-08-04T17:09:37.000Z
vsXen/vsXen/Options/XenOptionsDialog.xaml
fastee/vsXen
01bb2fe6ae75a2c583b1d312bc1a4380cd6e0fee
[ "MIT" ]
5
2017-10-08T10:27:08.000Z
2021-12-24T09:07:13.000Z
<UserControl x:Class="vsXen.Options.XenOptionsDialog" 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:pt="http://propertytools.org/wpf" d:DesignHeight="300" d:DesignWidth="300" mc:Ignorable="d"> <DockPanel> <TextBlock DockPanel.Dock="Top" Margin="8"> <Run Text="XEN for Visual Studio" FontSize="24" FontWeight="Light" /> <LineBreak /> <Hyperlink NavigateUri="http://daxpandhi.github.io/vsXen"> <Run Text="http://daxpandhi.github.io/vsXen" /> </Hyperlink> </TextBlock> <pt:PropertyGrid x:Name="pg" DescriptionIcon="/vsXen;component/Resources/InfoTooltip_16xMD.png" EnumAsRadioButtonsLimit="1" MoveFocusOnEnter="True" ShowReadOnlyProperties="False" TabVisibility="VisibleIfMoreThanOne" DockPanel.Dock="Bottom" /> </DockPanel> </UserControl>
49.076923
91
0.57837
3e2d74134e410a35b3a6cbbc08ede5b368296d19
2,200
xacro
XML
xacro/test/robots/pr2/sensors/wge100_camera.urdf.xacro
arpit6232/ros2_gazebo_integration
a57c781824166722d68b555e21fc48fcf856a0bd
[ "Apache-2.0" ]
2
2021-07-14T12:33:55.000Z
2021-11-21T07:14:13.000Z
melodic/src/xacro/test/robots/pr2/sensors/wge100_camera.urdf.xacro
disorn-inc/ROS-melodic-python3-Opencv-4.1.1-CUDA
3d265bb64712e3cd7dfa0ad56d78fcdebafdb4b0
[ "BSD-3-Clause" ]
null
null
null
melodic/src/xacro/test/robots/pr2/sensors/wge100_camera.urdf.xacro
disorn-inc/ROS-melodic-python3-Opencv-4.1.1-CUDA
3d265bb64712e3cd7dfa0ad56d78fcdebafdb4b0
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0"?> <!-- XML namespaces --> <robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor" xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller" xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface" xmlns:xacro="http://ros.org/wiki/xacro"> <xacro:include filename="$(find xacro)/test/robots/pr2/sensors/wge100_camera.gazebo.xacro" /> <!-- hack_baseline is used to simulate right stereo camera projection matrix translation to left stereo camera frame, currently on the hardware, custom left stereo camera frame_id is passed to right stereo wge100 camera node at launch time, baseline is stored on the camera. --> <xacro:macro name="wge100_camera_v0" params="name camera_name image_format image_topic_name camera_info_topic_name parent hfov focal_length frame_id hack_baseline image_width image_height *origin"> <joint name="${name}_frame_joint" type="fixed"> <xacro:insert_block name="origin" /> <parent link="${parent}"/> <child link="${name}_frame"/> </joint> <link name="${name}_frame"> <inertial> <mass value="0.01" /> <origin xyz="0 0 0" /> <inertia ixx="0.001" ixy="0.0" ixz="0.0" iyy="0.001" iyz="0.0" izz="0.001" /> </inertial> </link> <joint name="${name}_optical_frame_joint" type="fixed"> <origin xyz="0 0 0" rpy="${-M_PI/2} 0.0 ${-M_PI/2}" /> <parent link="${name}_frame" /> <child link="${name}_optical_frame"/> </joint> <link name="${name}_optical_frame"/> <!-- extensions --> <xacro:wge100_camera_gazebo_v0 name="${name}" camera_name="${camera_name}" image_format="${image_format}" image_topic_name="${image_topic_name}" camera_info_topic_name="${camera_info_topic_name}" hfov="${hfov}" focal_length="${focal_length}" frame_id="${frame_id}" hack_baseline="${hack_baseline}" image_width="${image_width}" image_height="${image_height}"/> </xacro:macro> </robot>
45.833333
199
0.628182
f0cd6b3f1d9ef427a610c4d77a20c054b4a5cb09
5,361
xib
XML
YTproject/Class/Mine/Resume/View/Cell/BaseInformation/YTBaseInformationTableViewCell.xib
soso-su/YTproject
bd70cc15f0280f5d170e10f61cf1323c78d1737d
[ "Apache-2.0" ]
null
null
null
YTproject/Class/Mine/Resume/View/Cell/BaseInformation/YTBaseInformationTableViewCell.xib
soso-su/YTproject
bd70cc15f0280f5d170e10f61cf1323c78d1737d
[ "Apache-2.0" ]
null
null
null
YTproject/Class/Mine/Resume/View/Cell/BaseInformation/YTBaseInformationTableViewCell.xib
soso-su/YTproject
bd70cc15f0280f5d170e10f61cf1323c78d1737d
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="224" id="KGk-i7-Jjw" customClass="YTBaseInformationTableViewCell"> <rect key="frame" x="0.0" y="0.0" width="320" height="224"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM"> <rect key="frame" x="0.0" y="0.0" width="320" height="223.5"/> <autoresizingMask key="autoresizingMask"/> <subviews> <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3kE-lM-jPn"> <rect key="frame" x="15.5" y="5" width="289" height="208.5"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息基本信息" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9Q7-pB-Gkh"> <rect key="frame" x="12.5" y="12.5" width="264" height="183.5"/> <fontDescription key="fontDescription" type="system" pointSize="12"/> <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <constraints> <constraint firstItem="9Q7-pB-Gkh" firstAttribute="leading" secondItem="3kE-lM-jPn" secondAttribute="leading" constant="12.5" id="DJD-zu-tkU"/> <constraint firstItem="9Q7-pB-Gkh" firstAttribute="top" secondItem="3kE-lM-jPn" secondAttribute="top" constant="12.5" id="Tlv-do-CAg"/> <constraint firstAttribute="bottom" secondItem="9Q7-pB-Gkh" secondAttribute="bottom" constant="12.5" id="YoD-EK-N4o"/> <constraint firstAttribute="trailing" secondItem="9Q7-pB-Gkh" secondAttribute="trailing" constant="12.5" id="nOB-2A-86q"/> </constraints> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="number" keyPath="hr_CornerRadius"> <real key="value" value="5.2000000000000002"/> </userDefinedRuntimeAttribute> </userDefinedRuntimeAttributes> </view> </subviews> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <constraints> <constraint firstAttribute="trailing" secondItem="3kE-lM-jPn" secondAttribute="trailing" constant="15.5" id="7gv-YJ-YI2"/> <constraint firstItem="3kE-lM-jPn" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15.5" id="Upt-Fv-CeY"/> <constraint firstAttribute="bottom" secondItem="3kE-lM-jPn" secondAttribute="bottom" constant="10" id="r3Y-mD-DOg"/> <constraint firstItem="3kE-lM-jPn" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="vmj-Lg-EEA"/> </constraints> </tableViewCellContentView> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/> <connections> <outlet property="baseLabel" destination="9Q7-pB-Gkh" id="buX-k0-de7"/> </connections> <point key="canvasLocation" x="39" y="180"/> </tableViewCell> </objects> </document>
85.095238
446
0.623951
9db60cc6b30eea50a6eb755b9e5d3f48133e7fc5
777
xml
XML
src/main/resources/META-INF/plexus/components.xml
vgaddavcg/helm-maven-plugin
4e3f4687d40563ca403ee3c29514001e8101ea00
[ "MIT" ]
null
null
null
src/main/resources/META-INF/plexus/components.xml
vgaddavcg/helm-maven-plugin
4e3f4687d40563ca403ee3c29514001e8101ea00
[ "MIT" ]
null
null
null
src/main/resources/META-INF/plexus/components.xml
vgaddavcg/helm-maven-plugin
4e3f4687d40563ca403ee3c29514001e8101ea00
[ "MIT" ]
null
null
null
<component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role-hint>helm</role-hint> <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <lifecycles> <lifecycle> <id>default</id> <phases> <initialize>com.kiwigrid:helm-maven-plugin:init</initialize> <compile>com.kiwigrid:helm-maven-plugin:dependency-build</compile> <test>com.kiwigrid:helm-maven-plugin:lint</test> <package>com.kiwigrid:helm-maven-plugin:package</package> <deploy>com.kiwigrid:helm-maven-plugin:upload</deploy> </phases> </lifecycle> </lifecycles> </configuration> </component> </components> </component-set>
31.08
77
0.692407
ae910f0579d521f6b0ed4c35dd6575030f58788d
4,006
xml
XML
webapps/ROOT/content/xml/tei/1881_11_26.xml
filosam/ArchivioMonaci
c5ad8bf17f8c8403f56cd8f1057c76f533753d12
[ "Apache-2.0" ]
null
null
null
webapps/ROOT/content/xml/tei/1881_11_26.xml
filosam/ArchivioMonaci
c5ad8bf17f8c8403f56cd8f1057c76f533753d12
[ "Apache-2.0" ]
null
null
null
webapps/ROOT/content/xml/tei/1881_11_26.xml
filosam/ArchivioMonaci
c5ad8bf17f8c8403f56cd8f1057c76f533753d12
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>Francesco Torraca a Ernesto Monaci, 26 novembre 1881</title> <editor role="transcription"><persName>Heloísa Abreu de Lima</persName></editor> <editor role="encoding"><persName>Heloísa Abreu de Lima</persName></editor> </titleStmt> <publicationStmt> <publisher>Laboratorio Monaci. Sapienza Università di Roma</publisher> <date when="2021-04-24"/> <availability> <licence target="http://creativecommons.org/licenses/by-nc-sa/4.0/"/> </availability> </publicationStmt> <sourceDesc> <!--<listBibl><bibl>Eventuali riferimenti bibliografici</bibl></listBibl>--> <msDesc> <msIdentifier> <repository>Archivio Monaci, Società Filologica Romana, presso il Dipartimento di Studi Europei, Americani e Interculturali, Sapienza, Università di Roma.</repository> <idno>Busta n. 26, fascicolo 1313, lettera 6</idno> </msIdentifier> <msContents> <summary corresp="#letter">Francesco Torraca a Ernesto Monaci, 26 novembre 1881</summary> </msContents> </msDesc> </sourceDesc> </fileDesc> <profileDesc> <correspDesc> <correspAction type="sent"> <persName ref="#FT1">Francesco Torraca</persName> <placeName ref="#roma">Roma</placeName> <date when="1881-11-26"/> </correspAction> <correspAction type="received"> <persName ref="#EM">Ernesto Monaci</persName> <placeName ref="#sconosciuto">?</placeName> <date/> </correspAction> </correspDesc> </profileDesc> </teiHeader> <text> <body> <div type="transcription" xml:lang="it"> <div type="textpart" subtype="letter"> <opener><lb/><placeName ref="#roma">Roma</placeName> 26 novembre 1881 <lb/>Carissimo Amico, </opener> <p>Vi mando le altre notizie che ho potuto raccogliere su le rappresentazioni sacre, augurandomi che si possano aggiungere senza difficoltà all’articolo.</p> <p>Sto leggendo il <persName ref="#UC">Canello</persName>, e spero scriver presto la recensione.</p> <p>Vi restituisco i vostri libri, che mi sono stati assai utili.</p> <closer><lb/>Riserbandomi di venire a ringraziarvi personalmente uno di questi giorni, vi prego di comandarmi e credermi <lb/><expan><abbr>V</abbr><ex>ostro</ex><am>.</am></expan> <expan><abbr>dev</abbr><ex>otissi</ex><abbr>mo</abbr><am>.</am></expan> <expan><abbr>aff</abbr><ex>ezionatissi</ex><abbr>mo</abbr><am>.</am> </expan> <lb/><persName ref="#FT1">F. Torraca</persName> </closer> <!-- <postscript><p>....</p></postscript>--> </div> </div> </body> </text> </TEI>
52.025974
165
0.512981
36199acddad13ccc2b3855ba0b39d7cf2f24e4e2
638
xml
XML
Unity_Projects/cubee-user-calibration/Transformations/transform_2.xml
GeometricFishTankVR/ViewpointCalibration
a3d07cc7bc593e23f2e6dd02f80f51b3d73c51af
[ "MIT" ]
null
null
null
Unity_Projects/cubee-user-calibration/Transformations/transform_2.xml
GeometricFishTankVR/ViewpointCalibration
a3d07cc7bc593e23f2e6dd02f80f51b3d73c51af
[ "MIT" ]
null
null
null
Unity_Projects/cubee-user-calibration/Transformations/transform_2.xml
GeometricFishTankVR/ViewpointCalibration
a3d07cc7bc593e23f2e6dd02f80f51b3d73c51af
[ "MIT" ]
1
2020-12-24T07:42:04.000Z
2020-12-24T07:42:04.000Z
<?xml version="1.0" encoding="utf-8"?> <Matrix4x4 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <m00>-0.006199422844956474</m00> <m10>0.00467539234477079</m10> <m20>0.9999687246925728</m20> <m30>0.0</m30> <m01>0.010838785679919897</m01> <m11>0.9999297426487057</m11> <m21>-0.0046077326565235254</m21> <m31>0.0</m31> <m02>-0.999921315311623</m02> <m12>0.010809976813184154</m12> <m22>-0.006249412089756316</m22> <m32>0.0</m32> <m03>0.10595039983818516</m03> <m13>-0.0005403794807004869</m13> <m23>0.10615087807661268</m23> <m33>1.0</m33> </Matrix4x4>
31.9
111
0.689655
14c2d621e38b06b4d1956918bef4826ebce3c1ef
1,079
xml
XML
app/src/main/res/layout/quick_text_popup_root_view.xml
osmanturn/AnySoftKeyboard
d648109ccce9b122bf5d10af5bb4bdcef5236451
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/quick_text_popup_root_view.xml
osmanturn/AnySoftKeyboard
d648109ccce9b122bf5d10af5bb4bdcef5236451
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/quick_text_popup_root_view.xml
osmanturn/AnySoftKeyboard
d648109ccce9b122bf5d10af5bb4bdcef5236451
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <com.yek.keyboard.quicktextkeys.ui.QuickTextPagerView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/quick_text_pager_root" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:weightSum="1"> <com.yek.keyboard.ui.ViewPagerWithDisable android:id="@+id/quick_text_keyboards_pager" android:layout_width="0px" android:layout_weight="1" android:layout_height="wrap_content"> <android.support.v4.view.PagerTabStrip android:id="@+id/pager_tabs" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="top" android:paddingTop="4dp"/> </com.yek.keyboard.ui.ViewPagerWithDisable> <include layout="@layout/quick_text_general_actions" /> </com.yek.keyboard.quicktextkeys.ui.QuickTextPagerView>
44.958333
112
0.643188
bde5ee77e216ce8f8429cdd4f9d2b337a0633b64
4,583
xml
XML
Server Project (VS2015)/Server/bin/x64/Debug/SerialPortLib.xml
marcus-j-davies/node-red-contrib-zwave-dot-net
3e37dbd28d55697e323d3b53a1d13348dfeb51c0
[ "MIT" ]
1
2020-02-08T19:01:47.000Z
2020-02-08T19:01:47.000Z
Server Project (VS2015)/Server/bin/x64/Debug/SerialPortLib.xml
marcus-j-davies/node-red-contrib-zwave-dot-net
3e37dbd28d55697e323d3b53a1d13348dfeb51c0
[ "MIT" ]
2
2020-01-28T12:23:43.000Z
2020-02-28T17:30:05.000Z
Server Project (VS2015)/Server/bin/x64/Debug/SerialPortLib.xml
marcus-j-davies/node-red-contrib-zwave-dot-net
3e37dbd28d55697e323d3b53a1d13348dfeb51c0
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <doc> <assembly> <name>SerialPortLib</name> </assembly> <members> <member name="T:SerialPortLib.DataBits"> <summary> DataBits enum. </summary> </member> <member name="T:SerialPortLib.SerialPortInput"> <summary> Serial port I/O </summary> </member> <member name="T:SerialPortLib.SerialPortInput.ConnectionStatusChangedEventHandler"> <summary> Connected state changed event. </summary> </member> <member name="E:SerialPortLib.SerialPortInput.ConnectionStatusChanged"> <summary> Occurs when connected state changed. </summary> </member> <member name="T:SerialPortLib.SerialPortInput.MessageReceivedEventHandler"> <summary> Message received event. </summary> </member> <member name="E:SerialPortLib.SerialPortInput.MessageReceived"> <summary> Occurs when message received. </summary> </member> <member name="M:SerialPortLib.SerialPortInput.Connect"> <summary> Connect to the serial port. </summary> </member> <member name="M:SerialPortLib.SerialPortInput.Disconnect"> <summary> Disconnect the serial port. </summary> </member> <member name="P:SerialPortLib.SerialPortInput.IsConnected"> <summary> Gets a value indicating whether the serial port is connected. </summary> <value><c>true</c> if connected; otherwise, <c>false</c>.</value> </member> <member name="M:SerialPortLib.SerialPortInput.SetPort(System.String,System.Int32,System.IO.Ports.StopBits,System.IO.Ports.Parity,SerialPortLib.DataBits)"> <summary> Sets the serial port options. </summary> <param name="portName">Portname.</param> <param name="baudRate">Baudrate.</param> <param name="stopBits">Stopbits.</param> <param name="parity">Parity.</param> <param name="dataBits">Databits.</param> </member> <member name="M:SerialPortLib.SerialPortInput.SendMessage(System.Byte[])"> <summary> Sends the message. </summary> <returns><c>true</c>, if message was sent, <c>false</c> otherwise.</returns> <param name="message">Message.</param> </member> <member name="M:SerialPortLib.SerialPortInput.OnConnectionStatusChanged(SerialPortLib.ConnectionStatusChangedEventArgs)"> <summary> Raises the connected state changed event. </summary> <param name="args">Arguments.</param> </member> <member name="M:SerialPortLib.SerialPortInput.OnMessageReceived(SerialPortLib.MessageReceivedEventArgs)"> <summary> Raises the message received event. </summary> <param name="args">Arguments.</param> </member> <member name="T:SerialPortLib.ConnectionStatusChangedEventArgs"> <summary> Connected state changed event arguments. </summary> </member> <member name="F:SerialPortLib.ConnectionStatusChangedEventArgs.Connected"> <summary> The connected state. </summary> </member> <member name="M:SerialPortLib.ConnectionStatusChangedEventArgs.#ctor(System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:SerialPortLib.ConnectionStatusChangedEventArgs"/> class. </summary> <param name="state">State of the connection (true = connected, false = not connected).</param> </member> <member name="T:SerialPortLib.MessageReceivedEventArgs"> <summary> Message received event arguments. </summary> </member> <member name="F:SerialPortLib.MessageReceivedEventArgs.Data"> <summary> The data. </summary> </member> <member name="M:SerialPortLib.MessageReceivedEventArgs.#ctor(System.Byte[])"> <summary> Initializes a new instance of the <see cref="T:SerialPortLib.MessageReceivedEventArgs"/> class. </summary> <param name="data">Data.</param> </member> </members> </doc>
39.508621
162
0.580406
9acb553c6f39e788e910086f1ea43c20be4d0497
740
xml
XML
app/src/main/res/layout/item_layout.xml
Hero2000/MediaEditSDK
c24e04a0b93830de2c826a22c0bc6a31f6b6c47b
[ "Apache-2.0" ]
40
2020-08-17T07:13:11.000Z
2022-03-25T01:51:35.000Z
app/src/main/res/layout/item_layout.xml
mhdtlmt/MediaEditSDK
5640049b1075e09dc38f954d085d31ca59357897
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/item_layout.xml
mhdtlmt/MediaEditSDK
5640049b1075e09dc38f954d085d31ca59357897
[ "Apache-2.0" ]
14
2020-10-21T03:39:06.000Z
2021-11-05T11:59:14.000Z
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="@dimen/screencap_item_width" android:layout_height="match_parent"> <ImageView android:id="@+id/image" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_centerHorizontal="true" android:scaleType="fitCenter" android:src="@drawable/ic_launcher_background" /> <TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:textColor="@color/colorAccent" /> </RelativeLayout>
35.238095
74
0.691892
dfbaa68bddd5330e1dbcf2ecbdecd096765d635c
49,957
xml
XML
xml/System.Security.Cryptography/AesManaged.xml
marianesfg/dotnet-api-docs.pt-br
8c2e4c6673a7ea9bf29b0d60b65e7dbacc8ee4fe
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/System.Security.Cryptography/AesManaged.xml
marianesfg/dotnet-api-docs.pt-br
8c2e4c6673a7ea9bf29b0d60b65e7dbacc8ee4fe
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/System.Security.Cryptography/AesManaged.xml
marianesfg/dotnet-api-docs.pt-br
8c2e4c6673a7ea9bf29b0d60b65e7dbacc8ee4fe
[ "CC-BY-4.0", "MIT" ]
null
null
null
<Type Name="AesManaged" FullName="System.Security.Cryptography.AesManaged"> <Metadata><Meta Name="ms.openlocfilehash" Value="8642505d9deb43aa43e50605e8954d0f1d167614" /><Meta Name="ms.sourcegitcommit" Value="2767b5903996fbd7e2b81eda1114dfc9d0d9db63" /><Meta Name="ms.translationtype" Value="MT" /><Meta Name="ms.contentlocale" Value="pt-BR" /><Meta Name="ms.lasthandoff" Value="05/02/2019" /><Meta Name="ms.locfileid" Value="65014625" /></Metadata><TypeSignature Language="C#" Value="public sealed class AesManaged : System.Security.Cryptography.Aes" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit AesManaged extends System.Security.Cryptography.Aes" /> <TypeSignature Language="DocId" Value="T:System.Security.Cryptography.AesManaged" /> <TypeSignature Language="VB.NET" Value="Public NotInheritable Class AesManaged&#xA;Inherits Aes" /> <TypeSignature Language="C++ CLI" Value="public ref class AesManaged sealed : System::Security::Cryptography::Aes" /> <TypeSignature Language="F#" Value="type AesManaged = class&#xA; inherit Aes" /> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Security.Cryptography.Aes</BaseTypeName> </Base> <Interfaces /> <Attributes> <Attribute FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1"> <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName> </Attribute> </Attributes> <Docs> <summary>Fornece uma implementação gerenciada do algoritmo simétrico da criptografia AES.</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks O algoritmo AES é, essencialmente, o algoritmo simétrico do Rijndael com uma contagem de iteração e o tamanho de bloco fixo. Essa classe funciona da mesma forma que o <xref:System.Security.Cryptography.RijndaelManaged> classe, mas limita os blocos de 128 bits e não permite que os modos de comentários. > [!NOTE] > Se a configuração de política de segurança do Windows para FIPS Federal Information Processing Standards ()-algoritmos compatíveis com está habilitado, usando esse algoritmo gerará um <xref:System.Security.Cryptography.CryptographicException>. ## Examples O exemplo a seguir demonstra como criptografar e descriptografar dados de exemplo usando o <xref:System.Security.Cryptography.AesManaged> classe. [!code-csharp[AesManaged#1](~/samples/snippets/csharp/VS_Snippets_CLR/aesmanaged/cs/program.cs#1)] [!code-vb[AesManaged#1](~/samples/snippets/visualbasic/VS_Snippets_CLR/aesmanaged/vb/program.vb#1)] ]]></format> </remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public AesManaged ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.#ctor" /> <MemberSignature Language="VB.NET" Value="Public Sub New ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; AesManaged();" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <summary>Inicializa uma nova instância da classe <see cref="T:System.Security.Cryptography.AesManaged" />.</summary> <remarks>To be added.</remarks> <exception cref="T:System.Security.Cryptography.CryptographicException">A configuração da política de segurança do Windows para FIPS está habilitada.</exception> <exception cref="T:System.InvalidOperationException">Esta implementação não faz parte dos algoritmos criptográficos validados por FIPS da Plataforma Windows.</exception> </Docs> </Member> <Member MemberName="BlockSize"> <MemberSignature Language="C#" Value="public override int BlockSize { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 BlockSize" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.BlockSize" /> <MemberSignature Language="VB.NET" Value="Public Overrides Property BlockSize As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property int BlockSize { int get(); void set(int value); };" /> <MemberSignature Language="F#" Value="member this.BlockSize : int with get, set" Usage="System.Security.Cryptography.AesManaged.BlockSize" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary>Obtém ou define o tamanho do bloco, em bits, da operação de criptografia.</summary> <value>O tamanho do bloco, em bits, da operação de criptografia. O padrão é de 128 bits.</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks AES, o tamanho do bloco somente válido é de 128 bits. Consulte o <xref:System.Security.Cryptography.SymmetricAlgorithm.BlockSize> para obter mais informações sobre o tamanho do bloco. ]]></format> </remarks> </Docs> </Member> <MemberGroup MemberName="CreateDecryptor"> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Docs> <summary>Cria um objeto descriptografador simétrico.</summary> </Docs> </MemberGroup> <Member MemberName="CreateDecryptor"> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.ICryptoTransform CreateDecryptor ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Security.Cryptography.ICryptoTransform CreateDecryptor() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.CreateDecryptor" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function CreateDecryptor () As ICryptoTransform" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override System::Security::Cryptography::ICryptoTransform ^ CreateDecryptor();" /> <MemberSignature Language="F#" Value="override this.CreateDecryptor : unit -&gt; System.Security.Cryptography.ICryptoTransform" Usage="aesManaged.CreateDecryptor " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Security.Cryptography.ICryptoTransform</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Cria um objeto descriptografador simétrico usando a chave atual e o IV (vetor de inicialização).</summary> <returns>Um objeto descriptografador simétrico.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateDecryptor"> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.ICryptoTransform CreateDecryptor (byte[] rgbKey, byte[] rgbIV);" FrameworkAlternate="netcore-2.0;netcore-2.1;xamarinios-10.8;netcore-2.2;netcore-3.0" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Security.Cryptography.ICryptoTransform CreateDecryptor(unsigned int8[] rgbKey, unsigned int8[] rgbIV) cil managed" FrameworkAlternate="netcore-2.0;netcore-2.1;xamarinios-10.8;netcore-2.2;netcore-3.0" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function CreateDecryptor (rgbKey As Byte(), rgbIV As Byte()) As ICryptoTransform" FrameworkAlternate="netcore-2.0;netcore-2.1;xamarinios-10.8;netcore-2.2;netcore-3.0" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override System::Security::Cryptography::ICryptoTransform ^ CreateDecryptor(cli::array &lt;System::Byte&gt; ^ rgbKey, cli::array &lt;System::Byte&gt; ^ rgbIV);" FrameworkAlternate="netcore-2.0;netcore-2.1;xamarinios-10.8;netcore-2.2;netcore-3.0" /> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.ICryptoTransform CreateDecryptor (byte[] key, byte[] iv);" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Security.Cryptography.ICryptoTransform CreateDecryptor(unsigned int8[] key, unsigned int8[] iv) cil managed" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function CreateDecryptor (key As Byte(), iv As Byte()) As ICryptoTransform" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override System::Security::Cryptography::ICryptoTransform ^ CreateDecryptor(cli::array &lt;System::Byte&gt; ^ key, cli::array &lt;System::Byte&gt; ^ iv);" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.CreateDecryptor(System.Byte[],System.Byte[])" FrameworkAlternate="netframework-3.5" /> <MemberSignature Language="F#" Value="override this.CreateDecryptor : byte[] * byte[] -&gt; System.Security.Cryptography.ICryptoTransform" Usage="aesManaged.CreateDecryptor (key, iv)" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" /> <MemberSignature Language="F#" Value="override this.CreateDecryptor : byte[] * byte[] -&gt; System.Security.Cryptography.ICryptoTransform" Usage="aesManaged.CreateDecryptor (key, iv)" FrameworkAlternate="netframework-3.5" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Security.Cryptography.ICryptoTransform</ReturnType> </ReturnValue> <Parameters> <Parameter Name="rgbKey" Type="System.Byte[]" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;xamarinios-10.8" /> <Parameter Name="key" Type="System.Byte[]" Index="0" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <Parameter Name="rgbIV" Type="System.Byte[]" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;xamarinios-10.8" /> <Parameter Name="iv" Type="System.Byte[]" Index="1" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> </Parameters> <Docs> <param name="key">A chave secreta a ser usada para o algoritmo simétrico.</param> <param name="iv">O vetor de inicialização a ser usado para o algoritmo simétrico.</param> <param name="rgbKey">A chave secreta a ser usada para o algoritmo simétrico.</param> <param name="rgbIV">O vetor de inicialização a ser usado para o algoritmo simétrico.</param> <summary>Cria um objeto descriptografador simétrico usando a chave especificada e o IV (vetor de inicialização).</summary> <returns>Um objeto descriptografador simétrico.</returns> <remarks> <format type="text/markdown"><![CDATA[ ## Examples O exemplo a seguir mostra como usar o <xref:System.Security.Cryptography.AesManaged.CreateDecryptor%2A?displayProperty=nameWithType> método para descriptografar uma mensagem criptografada. Este exemplo de código é parte de um exemplo maior fornecido para o <xref:System.Security.Cryptography.AesManaged> classe. [!code-csharp[AesManaged#3](~/samples/snippets/csharp/VS_Snippets_CLR/aesmanaged/cs/program.cs#3)] [!code-vb[AesManaged#3](~/samples/snippets/visualbasic/VS_Snippets_CLR/aesmanaged/vb/program.vb#3)] ]]></format> </remarks> <exception cref="T:System.ArgumentNullException"><paramref name="key" /> ou <paramref name="iv" /> é <see langword="null" />.</exception> <exception cref="T:System.ArgumentException"><paramref name="key" /> é inválido.</exception> </Docs> </Member> <MemberGroup MemberName="CreateEncryptor"> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Docs> <summary>Cria um objeto criptografador simétrico.</summary> </Docs> </MemberGroup> <Member MemberName="CreateEncryptor"> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.ICryptoTransform CreateEncryptor ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Security.Cryptography.ICryptoTransform CreateEncryptor() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.CreateEncryptor" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function CreateEncryptor () As ICryptoTransform" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override System::Security::Cryptography::ICryptoTransform ^ CreateEncryptor();" /> <MemberSignature Language="F#" Value="override this.CreateEncryptor : unit -&gt; System.Security.Cryptography.ICryptoTransform" Usage="aesManaged.CreateEncryptor " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Security.Cryptography.ICryptoTransform</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Cria um objeto criptografador simétrico usando a chave atual e o IV (vetor de inicialização).</summary> <returns>Um objeto criptografador simétrico.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateEncryptor"> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.ICryptoTransform CreateEncryptor (byte[] rgbKey, byte[] rgbIV);" FrameworkAlternate="netcore-2.0;netcore-2.1;xamarinios-10.8;netcore-2.2;netcore-3.0" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Security.Cryptography.ICryptoTransform CreateEncryptor(unsigned int8[] rgbKey, unsigned int8[] rgbIV) cil managed" FrameworkAlternate="netcore-2.0;netcore-2.1;xamarinios-10.8;netcore-2.2;netcore-3.0" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function CreateEncryptor (rgbKey As Byte(), rgbIV As Byte()) As ICryptoTransform" FrameworkAlternate="netcore-2.0;netcore-2.1;xamarinios-10.8;netcore-2.2;netcore-3.0" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override System::Security::Cryptography::ICryptoTransform ^ CreateEncryptor(cli::array &lt;System::Byte&gt; ^ rgbKey, cli::array &lt;System::Byte&gt; ^ rgbIV);" FrameworkAlternate="netcore-2.0;netcore-2.1;xamarinios-10.8;netcore-2.2;netcore-3.0" /> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.ICryptoTransform CreateEncryptor (byte[] key, byte[] iv);" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class System.Security.Cryptography.ICryptoTransform CreateEncryptor(unsigned int8[] key, unsigned int8[] iv) cil managed" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function CreateEncryptor (key As Byte(), iv As Byte()) As ICryptoTransform" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override System::Security::Cryptography::ICryptoTransform ^ CreateEncryptor(cli::array &lt;System::Byte&gt; ^ key, cli::array &lt;System::Byte&gt; ^ iv);" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.CreateEncryptor(System.Byte[],System.Byte[])" FrameworkAlternate="netframework-3.5" /> <MemberSignature Language="F#" Value="override this.CreateEncryptor : byte[] * byte[] -&gt; System.Security.Cryptography.ICryptoTransform" Usage="aesManaged.CreateEncryptor (key, iv)" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" /> <MemberSignature Language="F#" Value="override this.CreateEncryptor : byte[] * byte[] -&gt; System.Security.Cryptography.ICryptoTransform" Usage="aesManaged.CreateEncryptor (key, iv)" FrameworkAlternate="netframework-3.5" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Security.Cryptography.ICryptoTransform</ReturnType> </ReturnValue> <Parameters> <Parameter Name="rgbKey" Type="System.Byte[]" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;xamarinios-10.8" /> <Parameter Name="key" Type="System.Byte[]" Index="0" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> <Parameter Name="rgbIV" Type="System.Byte[]" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;xamarinios-10.8" /> <Parameter Name="iv" Type="System.Byte[]" Index="1" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> </Parameters> <Docs> <param name="key">A chave secreta a ser usada para o algoritmo simétrico.</param> <param name="iv">O vetor de inicialização a ser usado para o algoritmo simétrico.</param> <param name="rgbKey">A chave secreta a ser usada para o algoritmo simétrico.</param> <param name="rgbIV">O vetor de inicialização a ser usado para o algoritmo simétrico.</param> <summary>Cria um objeto criptografador simétrico usando a chave especificada e o IV (vetor de inicialização).</summary> <returns>Um objeto criptografador simétrico.</returns> <remarks> <format type="text/markdown"><![CDATA[ ## Examples O exemplo a seguir mostra como usar o <xref:System.Security.Cryptography.AesManaged.CreateEncryptor%2A> método para criptografar uma mensagem. Este exemplo de código é parte de um exemplo maior fornecido para o <xref:System.Security.Cryptography.AesManaged> classe. [!code-csharp[AesManaged#2](~/samples/snippets/csharp/VS_Snippets_CLR/aesmanaged/cs/program.cs#2)] [!code-vb[AesManaged#2](~/samples/snippets/visualbasic/VS_Snippets_CLR/aesmanaged/vb/program.vb#2)] ]]></format> </remarks> <exception cref="T:System.ArgumentNullException"><paramref name="key" /> ou <paramref name="iv" /> é <see langword="null" />.</exception> <exception cref="T:System.ArgumentException"><paramref name="key" /> é inválido.</exception> </Docs> </Member> <Member MemberName="Dispose"> <MemberSignature Language="C#" Value="protected override void Dispose (bool disposing);" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void Dispose(bool disposing) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.Dispose(System.Boolean)" /> <MemberSignature Language="VB.NET" Value="Protected Overrides Sub Dispose (disposing As Boolean)" /> <MemberSignature Language="C++ CLI" Value="protected:&#xA; override void Dispose(bool disposing);" /> <MemberSignature Language="F#" Value="override this.Dispose : bool -&gt; unit" Usage="aesManaged.Dispose disposing" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="disposing" Type="System.Boolean" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinmac-3.0" /> </Parameters> <Docs> <param name="disposing">To be added.</param> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="FeedbackSize"> <MemberSignature Language="C#" Value="public override int FeedbackSize { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 FeedbackSize" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.FeedbackSize" /> <MemberSignature Language="VB.NET" Value="Public Overrides Property FeedbackSize As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property int FeedbackSize { int get(); void set(int value); };" /> <MemberSignature Language="F#" Value="member this.FeedbackSize : int with get, set" Usage="System.Security.Cryptography.AesManaged.FeedbackSize" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary>Obtém ou define o número de bits para usar como comentário.</summary> <value>O tamanho dos comentários, em bits.</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks O tamanho máximo de comentários é de 128 bits. > [!NOTE] > Como esse algoritmo não oferece suporte a modos de comentários, essa propriedade não é recomendado usar. ]]></format> </remarks> </Docs> </Member> <Member MemberName="GenerateIV"> <MemberSignature Language="C#" Value="public override void GenerateIV ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void GenerateIV() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.GenerateIV" /> <MemberSignature Language="VB.NET" Value="Public Overrides Sub GenerateIV ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override void GenerateIV();" /> <MemberSignature Language="F#" Value="override this.GenerateIV : unit -&gt; unit" Usage="aesManaged.GenerateIV " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Gera um IV (vetor de inicialização) aleatório a ser usado para o algoritmo simétrico.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GenerateKey"> <MemberSignature Language="C#" Value="public override void GenerateKey ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void GenerateKey() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AesManaged.GenerateKey" /> <MemberSignature Language="VB.NET" Value="Public Overrides Sub GenerateKey ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override void GenerateKey();" /> <MemberSignature Language="F#" Value="override this.GenerateKey : unit -&gt; unit" Usage="aesManaged.GenerateKey " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Gera uma chave aleatória a ser usada para o algoritmo simétrico.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IV"> <MemberSignature Language="C#" Value="public override byte[] IV { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance unsigned int8[] IV" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.IV" /> <MemberSignature Language="VB.NET" Value="Public Overrides Property IV As Byte()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property cli::array &lt;System::Byte&gt; ^ IV { cli::array &lt;System::Byte&gt; ^ get(); void set(cli::array &lt;System::Byte&gt; ^ value); };" /> <MemberSignature Language="F#" Value="member this.IV : byte[] with get, set" Usage="System.Security.Cryptography.AesManaged.IV" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Byte[]</ReturnType> </ReturnValue> <Docs> <summary>Obtém ou define o VI (vetor de inicialização) a ser usado para o algoritmo simétrico.</summary> <value>O vetor de inicialização a ser usado para o algoritmo simétrico</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Consulte o <xref:System.Security.Cryptography.SymmetricAlgorithm.IV> para obter mais informações sobre o vetor de inicialização. ]]></format> </remarks> </Docs> </Member> <Member MemberName="Key"> <MemberSignature Language="C#" Value="public override byte[] Key { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance unsigned int8[] Key" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.Key" /> <MemberSignature Language="VB.NET" Value="Public Overrides Property Key As Byte()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property cli::array &lt;System::Byte&gt; ^ Key { cli::array &lt;System::Byte&gt; ^ get(); void set(cli::array &lt;System::Byte&gt; ^ value); };" /> <MemberSignature Language="F#" Value="member this.Key : byte[] with get, set" Usage="System.Security.Cryptography.AesManaged.Key" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Byte[]</ReturnType> </ReturnValue> <Docs> <summary>Obtém ou define a chave secreta usada para o algoritmo simétrico.</summary> <value>A chave para o algoritmo simétrico.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="KeySize"> <MemberSignature Language="C#" Value="public override int KeySize { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 KeySize" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.KeySize" /> <MemberSignature Language="VB.NET" Value="Public Overrides Property KeySize As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property int KeySize { int get(); void set(int value); };" /> <MemberSignature Language="F#" Value="member this.KeySize : int with get, set" Usage="System.Security.Cryptography.AesManaged.KeySize" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary>Obtém ou define o tamanho, em bits, da chave secreta usada para o algoritmo simétrico.</summary> <value>O tamanho, em bits, da chave usada pelo algoritmo simétrico.</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks O tamanho máximo da chave é de 256 bits. ]]></format> </remarks> </Docs> </Member> <Member MemberName="LegalBlockSizes"> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.KeySizes[] LegalBlockSizes" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.LegalBlockSizes" /> <MemberSignature Language="VB.NET" Value="Public Overrides ReadOnly Property LegalBlockSizes As KeySizes()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property cli::array &lt;System::Security::Cryptography::KeySizes ^&gt; ^ LegalBlockSizes { cli::array &lt;System::Security::Cryptography::KeySizes ^&gt; ^ get(); };" /> <MemberSignature Language="F#" Value="member this.LegalBlockSizes : System.Security.Cryptography.KeySizes[]" Usage="System.Security.Cryptography.AesManaged.LegalBlockSizes" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> </AssemblyInfo> <ReturnValue> <ReturnType>System.Security.Cryptography.KeySizes[]</ReturnType> </ReturnValue> <Docs> <summary>Obtém os tamanhos de bloco, em bits, que tem suporte com o algoritmo simétrico.</summary> <value>Os tamanhos de bloco, em bits, que são suportados pelo algoritmo simétrico.</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks O tamanho de bloco válido somente para AES é de 128 bits. ]]></format> </remarks> </Docs> </Member> <Member MemberName="LegalKeySizes"> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.KeySizes[] LegalKeySizes" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.LegalKeySizes" /> <MemberSignature Language="VB.NET" Value="Public Overrides ReadOnly Property LegalKeySizes As KeySizes()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property cli::array &lt;System::Security::Cryptography::KeySizes ^&gt; ^ LegalKeySizes { cli::array &lt;System::Security::Cryptography::KeySizes ^&gt; ^ get(); };" /> <MemberSignature Language="F#" Value="member this.LegalKeySizes : System.Security.Cryptography.KeySizes[]" Usage="System.Security.Cryptography.AesManaged.LegalKeySizes" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> </AssemblyInfo> <ReturnValue> <ReturnType>System.Security.Cryptography.KeySizes[]</ReturnType> </ReturnValue> <Docs> <summary>Obtém os tamanhos de chave, em bits, que têm suporte pelo algoritmo simétrico.</summary> <value>Os tamanhos de chave, em bits, que são suportados pelo algoritmo simétrico.</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks São de tamanhos de chave válidos para o AES 128, 192 e 256 bits. ]]></format> </remarks> </Docs> </Member> <Member MemberName="Mode"> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.CipherMode Mode { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Security.Cryptography.CipherMode Mode" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.Mode" /> <MemberSignature Language="VB.NET" Value="Public Overrides Property Mode As CipherMode" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property System::Security::Cryptography::CipherMode Mode { System::Security::Cryptography::CipherMode get(); void set(System::Security::Cryptography::CipherMode value); };" /> <MemberSignature Language="F#" Value="member this.Mode : System.Security.Cryptography.CipherMode with get, set" Usage="System.Security.Cryptography.AesManaged.Mode" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Security.Cryptography.CipherMode</ReturnType> </ReturnValue> <Docs> <summary>Obtém ou define o modo de operação do algoritmo simétrico.</summary> <value>Um dos valores de enumeração que especifica o modo de codificação de bloco a ser usado para criptografia. O padrão é <see cref="F:System.Security.Cryptography.CipherMode.CBC" />.</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks O <xref:System.Security.Cryptography.CipherMode.CFB> e <xref:System.Security.Cryptography.CipherMode.OFB> modos não são suportados. ]]></format> </remarks> <exception cref="T:System.Security.Cryptography.CryptographicException"><see cref="P:System.Security.Cryptography.AesManaged.Mode" /> é definido como <see cref="F:System.Security.Cryptography.CipherMode.CFB" /> ou <see cref="F:System.Security.Cryptography.CipherMode.OFB" />.</exception> </Docs> </Member> <Member MemberName="Padding"> <MemberSignature Language="C#" Value="public override System.Security.Cryptography.PaddingMode Padding { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Security.Cryptography.PaddingMode Padding" /> <MemberSignature Language="DocId" Value="P:System.Security.Cryptography.AesManaged.Padding" /> <MemberSignature Language="VB.NET" Value="Public Overrides Property Padding As PaddingMode" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; virtual property System::Security::Cryptography::PaddingMode Padding { System::Security::Cryptography::PaddingMode get(); void set(System::Security::Cryptography::PaddingMode value); };" /> <MemberSignature Language="F#" Value="member this.Padding : System.Security.Cryptography.PaddingMode with get, set" Usage="System.Security.Cryptography.AesManaged.Padding" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Core</AssemblyName> <AssemblyVersion>2.0.5.0</AssemblyVersion> <AssemblyVersion>3.5.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>netstandard</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>2.1.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>System.Security.Cryptography.Algorithms</AssemblyName> <AssemblyVersion>4.3.0.0</AssemblyVersion> <AssemblyVersion>4.3.1.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Security.Cryptography.PaddingMode</ReturnType> </ReturnValue> <Docs> <summary>Obtém ou define o modo de preenchimento usado no algoritmo simétrico.</summary> <value>Um dos valores de enumeração que especifica o tipo de preenchimento a aplicar. O padrão é <see cref="F:System.Security.Cryptography.PaddingMode.PKCS7" />.</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks Consulte o <xref:System.Security.Cryptography.SymmetricAlgorithm.Padding> para obter mais informações sobre o preenchimento. ]]></format> </remarks> </Docs> </Member> </Members> </Type>
67.056376
523
0.700623
5ec7cbfd2f2346f95b1d35ffb5667277e64227e8
26,221
xml
XML
sapui5-sdk-1.74.0/test-resources/sap/suite/ui/generic/template/demokit/sample.analytical.list.page/webapp/annotations/annotations.xml
juanfelipe82193/opensap
568c01843a07b8a1be88f8fb8ccb49845fb8110e
[ "Apache-2.0" ]
null
null
null
sapui5-sdk-1.74.0/test-resources/sap/suite/ui/generic/template/demokit/sample.analytical.list.page/webapp/annotations/annotations.xml
juanfelipe82193/opensap
568c01843a07b8a1be88f8fb8ccb49845fb8110e
[ "Apache-2.0" ]
null
null
null
sapui5-sdk-1.74.0/test-resources/sap/suite/ui/generic/template/demokit/sample.analytical.list.page/webapp/annotations/annotations.xml
juanfelipe82193/opensap
568c01843a07b8a1be88f8fb8ccb49845fb8110e
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> <edmx:Reference Uri="/services_kiw/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell/components/factsheet/vocabularies/UI.xml"> <edmx:Include Alias="UI" Namespace="com.sap.vocabularies.UI.v1"/> </edmx:Reference> <edmx:Reference Uri="/services_kiw/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell/components/factsheet/vocabularies/Communication.xml"> <edmx:Include Alias="vCard" Namespace="com.sap.vocabularies.Communication.v1"/> </edmx:Reference> <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/cs01/vocabularies/Org.OData.Measures.V1.xml"> <edmx:Include Alias="CQP" Namespace="Org.OData.Measures.V1"/> </edmx:Reference> <edmx:Reference Uri="/services_kiw/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell/components/factsheet/vocabularies/Common.xml"> <edmx:Include Alias="Common" Namespace="com.sap.vocabularies.Common.v1"/> </edmx:Reference> <edmx:Reference Uri="/services_kiw/sap/opu/odata/sap/ZCOSTCENTERCOSTSQUERY0020_CDS/$metadata"> <edmx:Include Alias="ZCOSTCENTERCOSTSQUERY0020_CDS" Namespace="ZCOSTCENTERCOSTSQUERY0020_CDS"/> </edmx:Reference> <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/vocabularies/Org.OData.Core.V1.xml"> <edmx:Include Alias="Core" Namespace="Org.OData.Core.V1"/> </edmx:Reference> <edmx:DataServices> <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Alias="ZCOSTCENTERCOSTSQUERY0020_CDSAnnotation" Namespace="sap.cbesh.cestbon.ZCOSTCENTERCOSTSQUERY0020_CDSAnnotation"> <Annotations Target="ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type/CostCenter"> <Annotation Term="Common.ValueList"> <Record> <PropertyValue Property="Label" String="Cost Center (VL)"/> <PropertyValue Property="CollectionPath" String="ZCOSTCENTERCOSTSQUERY0020"/> <PropertyValue Bool="false" Property="SearchSupported"/> <PropertyValue Property="Parameters"> <Collection> <Record Type="Common.ValueListParameterInOut"> <PropertyValue Property="LocalDataProperty" PropertyPath="CostCenter"/> <PropertyValue Property="ValueListProperty" String="CostCenter"/> </Record> <Record Type="Common.ValueListParameterDisplayOnly"> <PropertyValue Property="LocalDataProperty" PropertyPath="CostElement"/> <PropertyValue Property="ValueListProperty" String="CostElement"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="PresentationVariantQualifier" String="Donut"/> <!-- <PropertyValue Property="Presentations"> <Collection> <AnnotationPath>ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type/@com.sap.vocabularies.UI.v1.PresentationVariant#Top3</AnnotationPath> <AnnotationPath>ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type/@com.sap.vocabularies.UI.v1.PresentationVariant#Line</AnnotationPath> </Collection> </PropertyValue> --> </Record> </Annotation> </Annotations> <Annotations Target="ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type/TotaledProperties"> <Annotation Term="Common.ValueList"> <Record> <PropertyValue Property="Label" String="Cost Center (VL)"/> <PropertyValue Property="CollectionPath" String="ZCOSTCENTERCOSTSQUERY0020"/> <PropertyValue Bool="false" Property="SearchSupported"/> <PropertyValue Property="Parameters"> <Collection> <Record Type="Common.ValueListParameterInOut"> <PropertyValue Property="LocalDataProperty" PropertyPath="CostCenter"/> <PropertyValue Property="ValueListProperty" String="CostCenter"/> </Record> <Record Type="Common.ValueListParameterDisplayOnly"> <PropertyValue Property="LocalDataProperty" PropertyPath="CostElement"/> <PropertyValue Property="ValueListProperty" String="CostElement"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="PresentationVariantQualifier" String="Top3"/> <!-- <PropertyValue Property="Presentations"> <Collection> <AnnotationPath>ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type/@com.sap.vocabularies.UI.v1.PresentationVariant#Top3</AnnotationPath> <AnnotationPath>ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type/@com.sap.vocabularies.UI.v1.PresentationVariant#Line</AnnotationPath> </Collection> </PropertyValue> --> </Record> </Annotation> <Annotation Term="Common.ValueList" Qualifier="Test"> <Record> <PropertyValue Property="Label" String="Cost Center (VL)"/> <PropertyValue Property="CollectionPath" String="ZCOSTCENTERCOSTSQUERY0020"/> <PropertyValue Bool="false" Property="SearchSupported"/> <PropertyValue Property="Parameters"> <Collection> <Record Type="Common.ValueListParameterInOut"> <PropertyValue Property="LocalDataProperty" PropertyPath="CostCenter"/> <PropertyValue Property="ValueListProperty" String="CostCenter"/> </Record> <Record Type="Common.ValueListParameterDisplayOnly"> <PropertyValue Property="LocalDataProperty" PropertyPath="CostElement"/> <PropertyValue Property="ValueListProperty" String="CostElement"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="PresentationVariantQualifier" String="Line"/> <!-- <PropertyValue Property="Presentations"> <Collection> <AnnotationPath>ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type/@com.sap.vocabularies.UI.v1.PresentationVariant#Top3</AnnotationPath> <AnnotationPath>ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type/@com.sap.vocabularies.UI.v1.PresentationVariant#Line</AnnotationPath> </Collection> </PropertyValue> --> </Record> </Annotation> </Annotations> <Annotations Target="ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0020Type"> <Annotation Term="com.sap.vocabularies.UI.v1.PresentationVariant" Qualifier="MainContent"> <Record> <PropertyValue Property="SortOrder" > <Collection> <Record Type="Common.SortOrderType"> <PropertyValue Property="Property" PropertyPath="ActualCosts"/> <PropertyValue Property="Descending" Bool="true"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Visualizations"> <Collection> <AnnotationPath>@com.sap.vocabularies.UI.v1.Chart</AnnotationPath> <AnnotationPath>@com.sap.vocabularies.UI.v1.LineItem</AnnotationPath> </Collection> </PropertyValue> </Record> </Annotation> <Annotation Term="com.sap.vocabularies.UI.v1.PresentationVariant" Qualifier="Donut"> <Record> <PropertyValue Property="MaxItems" Int="3"/> <PropertyValue Property="SortOrder" > <Collection> <Record Type="Common.SortOrderType"> <PropertyValue Property="Property" PropertyPath="ActualCosts"/> <PropertyValue Property="Descending" Bool="true"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Visualizations"> <Collection> <AnnotationPath>@com.sap.vocabularies.UI.v1.Chart#Donut</AnnotationPath> </Collection> </PropertyValue> </Record> </Annotation> <Annotation Term="UI.Chart" Qualifier="Donut"> <Record> <PropertyValue Property="Measures"> <Collection> <PropertyPath>ActualCosts</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="Dimensions"> <Collection> <PropertyPath>CostCenter</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Donut"/> <PropertyValue Property="Title" String="{@i18n&gt;@TEST}"/> <PropertyValue Property="Description" String="{@i18n&gt;@TEST}"/> </Record> </Annotation> <Annotation Term="com.sap.vocabularies.UI.v1.PresentationVariant" Qualifier="Top3"> <Record> <PropertyValue Property="MaxItems" Int="3"/> <PropertyValue Property="SortOrder" > <Collection> <Record Type="Common.SortOrderType"> <PropertyValue Property="Property" PropertyPath="ActualCosts"/> <PropertyValue Property="Descending" Bool="true"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Visualizations"> <Collection> <AnnotationPath>@com.sap.vocabularies.UI.v1.Chart#ActualCostsTop3</AnnotationPath> </Collection> </PropertyValue> </Record> </Annotation> <Annotation Term="UI.Chart" Qualifier="ActualCostsTop3"> <Record> <PropertyValue Property="Measures"> <Collection> <PropertyPath>ActualCosts</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="Dimensions"> <Collection> <PropertyPath>CostCenter</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Bar"/> <PropertyValue Property="Title" String="{@i18n&gt;@TEST}"/> <PropertyValue Property="Description" String="{@i18n&gt;@TEST}"/> </Record> </Annotation> <Annotation Term="com.sap.vocabularies.UI.v1.PresentationVariant" Qualifier="Line"> <Record> <PropertyValue Property="MaxItems" Int="6"/> <PropertyValue Property="SortOrder" > <Collection> <Record Type="Common.SortOrderType"> <PropertyValue Property="Property" PropertyPath="ActualCosts"/> <PropertyValue Property="Descending" Bool="true"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Visualizations"> <Collection> <AnnotationPath>@com.sap.vocabularies.UI.v1.Chart#Line</AnnotationPath> </Collection> </PropertyValue> </Record> </Annotation> <Annotation Term="UI.Chart" Qualifier="Line"> <Record> <PropertyValue Property="Measures"> <Collection> <PropertyPath>ActualCosts</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="Dimensions"> <Collection> <PropertyPath>CostCenter</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Line"/> <PropertyValue Property="Title" String="{@i18n&gt;@TEST}"/> <PropertyValue Property="Description" String="{@i18n&gt;@TEST}"/> </Record> </Annotation> <Annotation Term="UI.SelectionFields"> <Collection> <PropertyPath>CostCenter</PropertyPath> <PropertyPath>TotaledProperties</PropertyPath> </Collection> </Annotation> <Annotation Term="UI.HeaderInfo"> <Record> <PropertyValue Property="TypeName" String="Title"/> <PropertyValue Property="TypeNamePlural" String="Title"/> <PropertyValue Property="Title"> <Record Type="UI.DataField"> <PropertyValue Property="Label" String="Line Item"/> <PropertyValue Property="Value" Path="Project"/> </Record> </PropertyValue> </Record> </Annotation> <Annotation Term="UI.Chart"> <Record> <PropertyValue Property="Measures"> <Collection> <PropertyPath>ActualCosts</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="Dimensions"> <Collection> <PropertyPath>CostCenter</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Bar"/> <PropertyValue Property="Title" String="{@i18n&gt;@TEST}"/> <PropertyValue Property="Description" String="{@i18n&gt;@TEST}"/> </Record> </Annotation> <Annotation Term="UI.LineItem"> <Collection> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="CostCenter"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="CostElement"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="ControllingArea"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="ActualCosts"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="PlanCosts"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="Difference"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="DifferencePercent"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> </Collection> </Annotation> <Annotation Term="UI.FieldGroup" Qualifier="Overview"> <Record> <PropertyValue Property="Data"> <Collection> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="CompanyCode"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="Currency"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="ResponsiblePersonName"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="PlannedStartDate"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="PlannedEndDate"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Label" String="Overview"/> </Record> </Annotation> </Annotations> </Schema> <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Alias="CZ_EASILINEITEMS_SADL_CDSAnnotation" Namespace="sap.cbesh.cestbon.CZ_EASILINEITEMS_SADL_CDSAnnotation"> <!-- For Another Entity Set --> <Annotations Target="ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0021Type/CostCenter"> <Annotation Term="Common.ValueList"> <Record> <PropertyValue Property="Label" String="Cost Center (VL)"/> <PropertyValue Property="CollectionPath" String="ZCOSTCENTERCOSTSQUERY0021"/> <PropertyValue Bool="false" Property="SearchSupported"/> <PropertyValue Property="Parameters"> <Collection> <Record Type="Common.ValueListParameterInOut"> <PropertyValue Property="LocalDataProperty" PropertyPath="CostCenter"/> <PropertyValue Property="ValueListProperty" String="CostCenter"/> </Record> <Record Type="Common.ValueListParameterDisplayOnly"> <PropertyValue Property="LocalDataProperty" PropertyPath="CostElement"/> <PropertyValue Property="ValueListProperty" String="CostElement"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Presentations"> <Collection> <AnnotationPath>ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0021Type/@com.sap.vocabularies.UI.v1.PresentationVariant#Top3</AnnotationPath> <AnnotationPath>ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0021Type/@com.sap.vocabularies.UI.v1.PresentationVariant#Line</AnnotationPath> </Collection> </PropertyValue> </Record> </Annotation> </Annotations> <Annotations Target="ZCOSTCENTERCOSTSQUERY0020_CDS.ZCOSTCENTERCOSTSQUERY0021Type"> <Annotation Term="com.sap.vocabularies.UI.v1.PresentationVariant" Qualifier="Top3"> <Record> <PropertyValue Property="MaxItems" Int="3"/> <PropertyValue Property="SortOrder" > <Collection> <Record Type="Common.SortOrderType"> <PropertyValue Property="Property" PropertyPath="ActualCosts"/> <PropertyValue Property="Descending" Bool="true"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Visualizations"> <Collection> <AnnotationPath>@com.sap.vocabularies.UI.v1.Chart#ActualCostsTop3</AnnotationPath> </Collection> </PropertyValue> </Record> </Annotation> <Annotation Term="UI.Chart" Qualifier="ActualCostsTop3"> <Record> <PropertyValue Property="Measures"> <Collection> <PropertyPath>ActualCosts</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="Dimensions"> <Collection> <PropertyPath>CostCenter</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Column"/> <PropertyValue Property="Title" String="{@i18n&gt;@TEST}"/> <PropertyValue Property="Description" String="{@i18n&gt;@TEST}"/> </Record> </Annotation> <Annotation Term="com.sap.vocabularies.UI.v1.PresentationVariant" Qualifier="Line"> <Record> <PropertyValue Property="MaxItems" Int="6"/> <PropertyValue Property="SortOrder" > <Collection> <Record Type="Common.SortOrderType"> <PropertyValue Property="Property" PropertyPath="ActualCosts"/> <PropertyValue Property="Descending" Bool="true"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Visualizations"> <Collection> <AnnotationPath>@com.sap.vocabularies.UI.v1.Chart#Line</AnnotationPath> </Collection> </PropertyValue> </Record> </Annotation> <Annotation Term="UI.Chart" Qualifier="Line"> <Record> <PropertyValue Property="Measures"> <Collection> <PropertyPath>ActualCosts</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="Dimensions"> <Collection> <PropertyPath>CostCenter</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Line"/> <PropertyValue Property="Title" String="{@i18n&gt;@TEST}"/> <PropertyValue Property="Description" String="{@i18n&gt;@TEST}"/> </Record> </Annotation> <Annotation Term="UI.SelectionFields"> <Collection> <PropertyPath>CostCenter</PropertyPath> <PropertyPath>TotaledProperties</PropertyPath> </Collection> </Annotation> <Annotation Term="UI.HeaderInfo"> <Record> <PropertyValue Property="TypeName" String="Title"/> <PropertyValue Property="TypeNamePlural" String="Title"/> <PropertyValue Property="Title"> <Record Type="UI.DataField"> <PropertyValue Property="Label" String="Line Item"/> <PropertyValue Property="Value" Path="Project"/> </Record> </PropertyValue> </Record> </Annotation> <Annotation Term="UI.Chart"> <Record> <PropertyValue Property="Measures"> <Collection> <PropertyPath>ActualCosts</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="Dimensions"> <Collection> <PropertyPath>CostCenter</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Bar"/> <PropertyValue Property="Title" String="{@i18n&gt;@TEST}"/> <PropertyValue Property="Description" String="{@i18n&gt;@TEST}"/> </Record> </Annotation> <Annotation Term="UI.LineItem"> <Collection> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="CostCenter"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="CostElement"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="ControllingArea"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="ActualCosts"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="PlanCosts"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="Difference"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="DifferencePercent"/> <Annotation Term="UI.Importance" EnumMember="UI.ImportanceType/High"/> </Record> </Collection> </Annotation> <Annotation Term="UI.FieldGroup" Qualifier="Overview"> <Record> <PropertyValue Property="Data"> <Collection> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="CompanyCode"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="Currency"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="ResponsiblePersonName"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="PlannedStartDate"/> </Record> <Record Type="UI.DataField"> <PropertyValue Property="Value" Path="PlannedEndDate"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Label" String="Overview"/> </Record> </Annotation> </Annotations> </Schema> </edmx:DataServices> </edmx:Edmx>
50.040076
182
0.571107
4098df0769c7086f6ebaad9361c0b5063d8f4af6
456
xml
XML
PlantDiiseaseCllassifier/app/src/main/res/values/strings.xml
MinaAlexanderDev/Bayer-Hackathon-hunger-game
c354e09a88e38d4970cb1044a5814a8fa1fd5b95
[ "BSD-3-Clause" ]
null
null
null
PlantDiiseaseCllassifier/app/src/main/res/values/strings.xml
MinaAlexanderDev/Bayer-Hackathon-hunger-game
c354e09a88e38d4970cb1044a5814a8fa1fd5b95
[ "BSD-3-Clause" ]
null
null
null
PlantDiiseaseCllassifier/app/src/main/res/values/strings.xml
MinaAlexanderDev/Bayer-Hackathon-hunger-game
c354e09a88e38d4970cb1044a5814a8fa1fd5b95
[ "BSD-3-Clause" ]
null
null
null
<resources> <string name="app_name">Plant Disease Classifier</string> <string name="buttonSelectPhoto">Select Photo</string> <string name="buttonTakePhoto">Start Camera</string> <string name="buttonDiagnose">Classify</string> <string name="defaultImage">Default image set now...</string> <string name="descriptionImage">View for displaying image</string> <string name="callforhelp">Contact us if need help</string> </resources>
45.6
70
0.732456
40a065525594dfb8ff8a548cd83357f452b265b5
2,336
urdf
XML
examples/pybullet/gym/pybullet_data/xarm/link2_com.urdf
felipeek/bullet3
6a59241074720e9df119f2f86bc01765917feb1e
[ "Zlib" ]
9,136
2015-01-02T00:41:45.000Z
2022-03-31T15:30:02.000Z
examples/pybullet/gym/pybullet_data/xarm/link2_com.urdf
felipeek/bullet3
6a59241074720e9df119f2f86bc01765917feb1e
[ "Zlib" ]
2,424
2015-01-05T08:55:58.000Z
2022-03-30T19:34:55.000Z
examples/pybullet/gym/pybullet_data/xarm/link2_com.urdf
felipeek/bullet3
6a59241074720e9df119f2f86bc01765917feb1e
[ "Zlib" ]
2,921
2015-01-02T10:19:30.000Z
2022-03-31T02:48:42.000Z
<?xml version="1.0" encoding="utf-8"?> <!-- =================================================================================== --> <!-- | This document was autogenerated by xacro from xarm6_robot.urdf.xacro | --> <!-- | EDITING THIS FILE BY HAND IS NOT RECOMMENDED | --> <!-- =================================================================================== --> <robot name="xarm6_link2"> <!-- Author: Jason Peng <jason@ufactory.cc> Contributers: --> <gazebo> <plugin filename="libgazebo_ros_control.so" name="gazebo_ros_control"> <robotNamespace>/xarm</robotNamespace> <!-- <controlPeriod>0.0001</controlPeriod> --> <robotSimType>gazebo_ros_control/DefaultRobotHWSim</robotSimType> <legacyModeNS>true</legacyModeNS> <!-- <preserveWorldVelocity>true</preserveWorldVelocity> --> </plugin> </gazebo> <link name="world"/> <joint name="world_joint" type="fixed"> <parent link="world"/> <child link="link2"/> <origin rpy="0 0 0" xyz="0 0 0"/> </joint> <material name="Black"> <color rgba="0.0 0.0 0.0 1.0"/> </material> <material name="Red"> <color rgba="0.85 0.19 0.21 1.0"/> </material> <material name="Blue"> <color rgba="0.28 0.52 0.92 1.0"/> </material> <material name="Green"> <color rgba="0.23 0.72 0.32 1.0"/> </material> <material name="Yellow"> <color rgba="0.95 0.76 0.05 1.0"/> </material> <material name="White"> <color rgba="1.0 1.0 1.0 1.0"/> </material> <material name="Silver"> <color rgba="0.753 0.753 0.753 1.0"/> </material> <link name="link2"> <visual> <geometry> <mesh filename="package://xarm_description/meshes/xarm6/visual/link2.stl"/> </geometry> <origin rpy="0 0 0" xyz="-0.03531 0.21398 -0.03386"/> <material name="Yellow"/> </visual> <collision> <geometry> <mesh filename="package://xarm_description/meshes/xarm6/collision/link2_vhacd.obj"/> </geometry> <origin rpy="0 0 0" xyz="-0.03531 0.21398 -0.03386"/> </collision> <inertial> <origin rpy="0 0 0" xyz="0 0 0"/> <mass value="1.71"/> <inertia ixx="0.0248674" ixy="-0.00430651" ixz="-0.00067797" iyy="0.00485548" iyz="0.00457245" izz="0.02387827"/> </inertial> </link> </robot>
32.901408
119
0.548373
458eb566fab68ec370a861ca21e549e301a7910a
767
xml
XML
app/src/main/res/drawable/ic_six_red_36dp.xml
netbicq/QMES_Android
ee5cfc8d5f0d3d16bcfbf4cac894b249f28b4160
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_six_red_36dp.xml
netbicq/QMES_Android
ee5cfc8d5f0d3d16bcfbf4cac894b249f28b4160
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_six_red_36dp.xml
netbicq/QMES_Android
ee5cfc8d5f0d3d16bcfbf4cac894b249f28b4160
[ "Apache-2.0" ]
null
null
null
<vector android:height="36dp" android:viewportHeight="1024" android:viewportWidth="1024" android:width="36dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="#d81e06" android:pathData="M512,0a512,512 0,1 0,512 512,512 512,0 0,0 -512,-512zM535.68,768C402.56,768 352,647.04 352,512s59.52,-256 192,-256a159.36,159.36 0,0 1,128 59.52l-30.08,46.08a119.68,119.68 0,0 0,-101.12 -50.56c-92.16,0 -133.76,97.28 -133.76,192v19.2A168.96,168.96 0,0 1,545.92 448,146.56 146.56,0 0,1 704,606.08 159.36,159.36 0,0 1,535.68 768z"/> <path android:fillColor="#d81e06" android:pathData="M532.48,501.12A144,144 0,0 0,414.08 576c5.12,64 36.48,138.24 119.04,138.24A104.96,104.96 0,0 0,640 608a99.84,99.84 0,0 0,-107.52 -106.88z"/> </vector>
127.833333
385
0.713168
618364340ba3a516287f2224808d64f6f169fa5f
618
xml
XML
app/src/main/res/drawable/ic_search.xml
tcc-cco/EventosSJC
46a085d5b7b8e38bed8a72a9e90b173f45077e16
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_search.xml
tcc-cco/EventosSJC
46a085d5b7b8e38bed8a72a9e90b173f45077e16
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_search.xml
tcc-cco/EventosSJC
46a085d5b7b8e38bed8a72a9e90b173f45077e16
[ "Apache-2.0" ]
null
null
null
<vector android:height="24dp" android:viewportHeight="53.627" android:viewportWidth="53.627" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="#FFFFFF" android:pathData="M53.63,49.38L37.79,33.55C40.42,30.05 42,25.71 42,21C42,9.42 32.58,0 21,0S0,9.42 0,21s9.42,21 21,21c4.71,0 9.05,-1.58 12.55,-4.2l15.83,15.83L53.63,49.38zM2,21C2,10.52 10.52,2 21,2s19,8.52 19,19s-8.52,19 -19,19S2,31.48 2,21zM35.57,36.09c0.18,-0.17 0.35,-0.35 0.52,-0.52c0.15,-0.15 0.3,-0.29 0.44,-0.44l14.26,14.26l-1.41,1.41L35.12,36.54C35.28,36.4 35.42,36.24 35.57,36.09z"/> </vector>
123.6
429
0.699029
d384635a70e8b7d5212990a2be48f0182ba39afd
931
xml
XML
BLD/datasets/artificial/train/li_4147.xml
abrarum/bezierobjde
5ddb285186d06dd2f541a747c5e3ebc8e387de94
[ "Apache-2.0" ]
null
null
null
BLD/datasets/artificial/train/li_4147.xml
abrarum/bezierobjde
5ddb285186d06dd2f541a747c5e3ebc8e387de94
[ "Apache-2.0" ]
null
null
null
BLD/datasets/artificial/train/li_4147.xml
abrarum/bezierobjde
5ddb285186d06dd2f541a747c5e3ebc8e387de94
[ "Apache-2.0" ]
null
null
null
<annotation><folder>./workspace/mobile/images/multi_lines/</folder><filename>li_4147.png</filename><path>./workspace/mobile/images/multi_lines//imgs/li_4147.png</path><source><database>unknown</database></source><size><width>400</width><height>400</height></size><segmented>0</segmented><_object><name>li_4147</name><pose>Unspecified</pose><lengths><l_0>439.5054158685344</l_0><l_1>133.64591512379852</l_1><l_2>116.36041009984852</l_2></lengths><truncated>0</truncated><difficult>0</difficult><bndboxs><b_0><xmin>19.095922546707513</xmin><ymin>393.4852684233289</ymin><xmax>64.43783298275241</xmax><ymax>294.6499705251699</ymax></b_0><b_1><xmin>349.1403824807554</xmin><ymin>314.0260691807758</ymin><xmax>255.80950192964136</xmax><ymax>126.85906326909074</ymax></b_1><b_2><xmin>353.597996027636</xmin><ymin>250.0846648588914</ymin><xmax>394.39234160502076</xmax><ymax>341.2441026035756</ymax></b_2></bndboxs></_object></annotation>
931
931
0.778733
bc5abd334717f43627e456b0a3fe89d2966b83ab
3,117
xml
XML
sphairas-service/niedersachsen/src/org/thespheres/betula/niedersachsen/kgs/versetzungen-kgs.xml
sphairas/sphairas-desktop
f47c8d4ea62c1fc2876c0ffa44e5925bfaebc316
[ "Apache-2.0" ]
1
2021-11-09T20:33:07.000Z
2021-11-09T20:33:07.000Z
sphairas-service/niedersachsen/src/org/thespheres/betula/niedersachsen/kgs/versetzungen-kgs.xml
sphairas/sphairas-desktop
f47c8d4ea62c1fc2876c0ffa44e5925bfaebc316
[ "Apache-2.0" ]
null
null
null
sphairas-service/niedersachsen/src/org/thespheres/betula/niedersachsen/kgs/versetzungen-kgs.xml
sphairas/sphairas-desktop
f47c8d4ea62c1fc2876c0ffa44e5925bfaebc316
[ "Apache-2.0" ]
1
2021-11-09T20:34:30.000Z
2021-11-09T20:34:30.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <v:student-mover-policies grade-convention="de.notensystem" xmlns:v="http://www.thespheres.org/xsd/niedersachsen/versetzung.xsd" xmlns:c="http://www.thespheres.org/xsd/betula/container.xsd" xmlns:b="http://www.thespheres.org/xsd/betula/betula.xsd" > <v:policy name="versetzt"> <v:grade-condition match="5" max-occurrence="1"/> <v:grade-condition match="6" max-occurrence="0"/> <property key="unbias" value="true"/> <property key="match.short.label" value="true"/> </v:policy> <v:policy name="2-mangelhaft-ausgleich"> <v:grade-condition match="6" max-occurrence="0"/> <v:grade-condition match="5" num-occurrence="2"/> <grouping-condition subject-groups="hauptfaecher default"> <v:career-aware-grade-condition career-convention="kgs.schulzweige" match="5" default-pair="1 2 3"> <pairing pairing-condition="rs-hs gy-rs" pair="1 2"/> <pairing pairing-condition="hs-rs rs-gy" pair="1 2 3 4"/> </v:career-aware-grade-condition> </grouping-condition> <property key="unbias" value="true"/> <property key="match.short.label" value="true"/> <hint bundle="org.thespheres.betula.niedersachsen.Bundle#versetzung.hint.ausgleich" /> </v:policy> <v:policy name="1-ungenügend-1-ausgleich"> <v:grade-condition match="5" max-occurrence="0"/> <v:grade-condition match="6" num-occurrence="1"/> <grouping-condition subject-groups="hauptfaecher default"> <v:grade-condition match="6" pair="1 2"/> </grouping-condition> <property key="unbias" value="true"/> <property key="match.short.label" value="true"/> <hint bundle="org.thespheres.betula.niedersachsen.Bundle#versetzung.hint.ausgleich" /> </v:policy> <v:policy name="1-ungenügend-2-befriedigend"> <v:grade-condition match="5" max-occurrence="0"/> <v:grade-condition match="6" num-occurrence="1"/> <grouping-condition subject-groups="hauptfaecher default"> <v:grade-condition match="6" pair="1 2 3" min-pairs="2"/> </grouping-condition> <property key="unbias" value="true"/> <property key="match.short.label" value="true"/> <hint bundle="org.thespheres.betula.niedersachsen.Bundle#versetzung.hint.ausgleich" /> </v:policy> <subject-groups> <v:subject-group name="hauptfaecher"> <display-name> Hauptfächer </display-name> <subject convention="niedersachsen.unterricht.faecher" id="deutsch"/> <subject convention="niedersachsen.unterricht.faecher" id="englisch"/> <subject convention="niedersachsen.unterricht.faecher" id="mathematik"/> <subject convention="niedersachsen.unterricht.faecher" id="französisch"/> <subject convention="niedersachsen.unterricht.faecher" id="spanisch"/> </v:subject-group> <v:default-subject-group name="default"/> </subject-groups> </v:student-mover-policies>
55.660714
249
0.640359
8b11344a4ff1fd62b9d4833711f05b8a0e0be740
12,520
storyboard
XML
BlockPlay/Base.lproj/Main.storyboard
beepscore/BlockPlay
3573730b22535af671b3261b6b894c0af8c64f77
[ "MIT" ]
null
null
null
BlockPlay/Base.lproj/Main.storyboard
beepscore/BlockPlay
3573730b22535af671b3261b6b894c0af8c64f77
[ "MIT" ]
null
null
null
BlockPlay/Base.lproj/Main.storyboard
beepscore/BlockPlay
3573730b22535af671b3261b6b894c0af8c64f77
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="9PR-0x-RtO"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/> <capability name="Constraints to layout margins" minToolsVersion="6.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <scenes> <!--OtherVC--> <scene sceneID="Qlr-ch-bgp"> <objects> <viewController id="fHC-st-9AV" customClass="BSOtherVC" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="E39-1O-SFw"/> <viewControllerLayoutGuide type="bottom" id="E16-P9-fLS"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="of9-2P-RrX"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uqh-ct-xRf"> <rect key="frame" x="128.5" y="318" width="117" height="30"/> <state key="normal" title="Navigate To Next"/> <connections> <segue destination="BYZ-38-t0r" kind="show" id="fjz-gG-yL3"/> </connections> </button> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstItem="uqh-ct-xRf" firstAttribute="centerX" secondItem="of9-2P-RrX" secondAttribute="centerX" id="2SY-8X-Tgy"/> <constraint firstItem="uqh-ct-xRf" firstAttribute="centerY" secondItem="of9-2P-RrX" secondAttribute="centerY" id="Ftp-q1-7dh"/> </constraints> </view> <navigationItem key="navigationItem" id="VYr-xe-eOa"/> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="zNf-po-6D7" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-381.60000000000002" y="117.39130434782609"/> </scene> <!--View Controller--> <scene sceneID="tne-QT-ifu"> <objects> <viewController storyboardIdentifier="BSViewController" id="BYZ-38-t0r" customClass="BSViewController" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/> <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5st-Gm-VZY"> <rect key="frame" x="170" y="364" width="34" height="41"/> <fontDescription key="fontDescription" type="system" pointSize="24"/> <state key="normal" title="foo"/> <connections> <action selector="fooButtonTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="a9n-hd-gKQ"/> </connections> </button> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="g5Y-Zf-B8X"> <rect key="frame" x="150" y="526" width="75" height="41"/> <fontDescription key="fontDescription" type="system" pointSize="24"/> <state key="normal" title="gizmos"/> <connections> <action selector="gizmosButtonTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="hQH-tf-uBJ"/> </connections> </button> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="-" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zDD-Ix-tZO"> <rect key="frame" x="268" y="256" width="11" height="29"/> <fontDescription key="fontDescription" type="system" pointSize="24"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="gizmos count:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xUC-2a-P4B"> <rect key="frame" x="96" y="256" width="146" height="29"/> <fontDescription key="fontDescription" type="system" pointSize="24"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EY9-9m-YSc"> <rect key="frame" x="171" y="445" width="32" height="41"/> <fontDescription key="fontDescription" type="system" pointSize="24"/> <state key="normal" title="log"/> <connections> <action selector="logButtonTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="MlY-GB-ioQ"/> </connections> </button> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gebco_08_rev_bath_3600x1800_color" translatesAutoresizingMaskIntoConstraints="NO" id="Uh6-Fo-sC8"> <rect key="frame" x="16" y="64" width="343" height="164"/> <constraints> <constraint firstAttribute="height" constant="164" id="Wok-4C-eoB"/> </constraints> </imageView> </subviews> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstItem="xUC-2a-P4B" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="80" id="1GO-3L-lyz"/> <constraint firstItem="5st-Gm-VZY" firstAttribute="centerX" secondItem="EY9-9m-YSc" secondAttribute="centerX" id="BY4-Pm-mIw"/> <constraint firstItem="zDD-Ix-tZO" firstAttribute="centerY" secondItem="xUC-2a-P4B" secondAttribute="centerY" id="Eig-jV-itO"/> <constraint firstItem="5st-Gm-VZY" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="WFj-ik-WTX"/> <constraint firstItem="g5Y-Zf-B8X" firstAttribute="top" secondItem="EY9-9m-YSc" secondAttribute="bottom" constant="40" id="afS-4Q-ozt"/> <constraint firstItem="xUC-2a-P4B" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" constant="192" id="bDC-SX-UyJ"/> <constraint firstAttribute="trailing" secondItem="zDD-Ix-tZO" secondAttribute="trailing" constant="96" id="gue-2Y-kv0"/> <constraint firstItem="Uh6-Fo-sC8" firstAttribute="trailing" secondItem="8bC-Xf-vdC" secondAttribute="trailingMargin" id="hKU-J9-5EG"/> <constraint firstItem="wfy-db-euE" firstAttribute="top" secondItem="g5Y-Zf-B8X" secondAttribute="bottom" constant="100" id="qJF-aP-eI1"/> <constraint firstItem="EY9-9m-YSc" firstAttribute="centerX" secondItem="g5Y-Zf-B8X" secondAttribute="centerX" id="qfY-c5-hsw"/> <constraint firstItem="EY9-9m-YSc" firstAttribute="top" secondItem="5st-Gm-VZY" secondAttribute="bottom" constant="40" id="sl4-4j-yt5"/> <constraint firstItem="Uh6-Fo-sC8" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" id="w69-f3-Sgn"/> <constraint firstItem="Uh6-Fo-sC8" firstAttribute="top" secondItem="y3c-jy-aDJ" secondAttribute="bottom" id="xIU-1k-u4k"/> <constraint firstItem="zDD-Ix-tZO" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="xUC-2a-P4B" secondAttribute="trailing" constant="8" symbolic="YES" id="ycy-Zi-3Bo"/> </constraints> </view> <connections> <outlet property="gizmosCountLabel" destination="zDD-Ix-tZO" id="dbl-UZ-KHU"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="480.80000000000001" y="117.39130434782609"/> </scene> <!--Navigation Controller--> <scene sceneID="qd6-fc-wZO"> <objects> <navigationController automaticallyAdjustsScrollViewInsets="NO" id="9PR-0x-RtO" sceneMemberID="viewController"> <toolbarItems/> <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="VdV-hW-qsu"> <rect key="frame" x="0.0" y="20" width="375" height="44"/> <autoresizingMask key="autoresizingMask"/> </navigationBar> <nil name="viewControllers"/> <connections> <segue destination="fHC-st-9AV" kind="relationship" relationship="rootViewController" id="k5C-vD-wgG"/> </connections> </navigationController> <placeholder placeholderIdentifier="IBFirstResponder" id="bSM-1t-oPK" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-1252" y="117"/> </scene> </scenes> <resources> <image name="gebco_08_rev_bath_3600x1800_color" width="3600" height="1800"/> </resources> </document>
84.594595
357
0.567332
286ca5072a1de4fe448e2f44ababcdfa9b6b6736
806
csproj
XML
src/CSharpToPlantUML/CSharpToPlantUML.csproj
gjuttla/csharp-to-plantuml
37a881190744c4479cdac8f0916194cfd3c806f8
[ "MIT" ]
2
2020-02-21T10:26:37.000Z
2020-02-24T09:51:33.000Z
src/CSharpToPlantUML/CSharpToPlantUML.csproj
gjuttla/csharp-to-plantuml
37a881190744c4479cdac8f0916194cfd3c806f8
[ "MIT" ]
6
2018-07-04T13:28:47.000Z
2018-07-04T13:36:08.000Z
src/CSharpToPlantUML/CSharpToPlantUML.csproj
gjuttla/csharp-to-plantuml
37a881190744c4479cdac8f0916194cfd3c806f8
[ "MIT" ]
1
2022-01-27T05:55:27.000Z
2022-01-27T05:55:27.000Z
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp2.1</TargetFramework> </PropertyGroup> <ItemGroup> <Folder Include="wwwroot\" /> </ItemGroup> <ItemGroup> <PackageReference Include="iTernity.plantuml"> <Version>1.0.0</Version> </PackageReference> <PackageReference Include="Microsoft.AspNetCore.App" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\lib\PlantUmlClassDiagramGenerator\src\PlantUmlClassDiagramGenerator.Library\PlantUmlClassDiagramGenerator.Library.csproj" /> </ItemGroup> <ItemGroup> <Content Update="wwwroot\css\main.css"> <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> </Project>
35.043478
161
0.733251
8f25ff0201eafda0758e044a7386fdc64bfc4060
481
xml
XML
phpunit.xml
SimonDevelop/array-organize
6bc19833627331771cef98e791405af6276b72f9
[ "MIT" ]
null
null
null
phpunit.xml
SimonDevelop/array-organize
6bc19833627331771cef98e791405af6276b72f9
[ "MIT" ]
6
2018-07-23T09:34:52.000Z
2021-11-02T04:14:57.000Z
phpunit.xml
SimonDevelop/array-organize
6bc19833627331771cef98e791405af6276b72f9
[ "MIT" ]
2
2019-02-28T07:04:54.000Z
2019-05-22T11:36:34.000Z
<?xml version="1.0" encoding="utf-8" ?> <phpunit colors="true" bootstrap="./vendor/autoload.php" backupGlobals="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" stopOnRisky="false"> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> </coverage> <testsuite name="tests"> <directory>./tests</directory> </testsuite> </phpunit>
25.315789
48
0.656965
f67c74756570f6ebcccd74451d03efaf67c1dc43
1,519
xml
XML
app/src/main/res/layout/collection_directory_filter_add_btn.xml
androiddevnotesforks/TsukiViewer
2ad5060d52b758c5c60ab133f1cc7aed49ccca9b
[ "Apache-2.0" ]
6
2020-10-23T16:43:42.000Z
2021-11-12T12:03:08.000Z
app/src/main/res/layout/collection_directory_filter_add_btn.xml
androiddevnotesforks/TsukiViewer
2ad5060d52b758c5c60ab133f1cc7aed49ccca9b
[ "Apache-2.0" ]
3
2021-05-29T15:45:41.000Z
2021-06-29T04:30:21.000Z
app/src/main/res/layout/collection_directory_filter_add_btn.xml
androiddevnotesforks/TsukiViewer
2ad5060d52b758c5c60ab133f1cc7aed49ccca9b
[ "Apache-2.0" ]
1
2021-04-02T17:09:47.000Z
2021-04-02T17:09:47.000Z
<?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="4dp" android:layout_marginVertical="4dp" android:clickable="true" android:focusable="true" android:focusableInTouchMode="true" android:foreground="?android:selectableItemBackground" app:cardBackgroundColor="@color/blackOlive" android:minHeight="@dimen/tag_group_min_height" app:cardCornerRadius="4dp"> <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/layout" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingHorizontal="8dp" android:paddingVertical="8dp"> <TextView android:id="@+id/txtName" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginEnd="8dp" android:ellipsize="end" android:gravity="center" android:lines="1" android:text="+" android:textSize="18sp" android:textColor="@color/white" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView>
37.975
93
0.684661
793100f464c9cc0d630eea8947369d13ca2f5a58
9,782
xml
XML
tests/fixtures/dewiktionary-latest-pages-meta-current_sample.xml
Irio/migaku-wiktionary
e90285a2e049f454b07bc5fbf7252e28db080762
[ "MIT" ]
1
2021-10-10T18:06:56.000Z
2021-10-10T18:06:56.000Z
tests/fixtures/dewiktionary-latest-pages-meta-current_sample.xml
Irio/migaku-wiktionary
e90285a2e049f454b07bc5fbf7252e28db080762
[ "MIT" ]
1
2021-04-01T21:26:48.000Z
2021-04-01T21:26:48.000Z
tests/fixtures/dewiktionary-latest-pages-meta-current_sample.xml
Irio/migaku-wiktionary
e90285a2e049f454b07bc5fbf7252e28db080762
[ "MIT" ]
null
null
null
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="de"> <siteinfo> <sitename>Wiktionary</sitename> <dbname>dewiktionary</dbname> <base>https://de.wiktionary.org/wiki/Wiktionary:Hauptseite</base> <generator>MediaWiki 1.36.0-wmf.16</generator> <case>case-sensitive</case> <namespaces> <namespace key="-2" case="case-sensitive">Medium</namespace> <namespace key="-1" case="first-letter">Spezial</namespace> <namespace key="0" case="case-sensitive" /> <namespace key="1" case="case-sensitive">Diskussion</namespace> <namespace key="2" case="first-letter">Benutzer</namespace> <namespace key="3" case="first-letter">Benutzer Diskussion</namespace> <namespace key="4" case="case-sensitive">Wiktionary</namespace> <namespace key="5" case="case-sensitive">Wiktionary Diskussion</namespace> <namespace key="6" case="case-sensitive">Datei</namespace> <namespace key="7" case="case-sensitive">Datei Diskussion</namespace> <namespace key="8" case="first-letter">MediaWiki</namespace> <namespace key="9" case="first-letter">MediaWiki Diskussion</namespace> <namespace key="10" case="case-sensitive">Vorlage</namespace> <namespace key="11" case="case-sensitive">Vorlage Diskussion</namespace> <namespace key="12" case="case-sensitive">Hilfe</namespace> <namespace key="13" case="case-sensitive">Hilfe Diskussion</namespace> <namespace key="14" case="case-sensitive">Kategorie</namespace> <namespace key="15" case="case-sensitive">Kategorie Diskussion</namespace> <namespace key="102" case="case-sensitive">Verzeichnis</namespace> <namespace key="103" case="case-sensitive">Verzeichnis Diskussion</namespace> <namespace key="104" case="case-sensitive">Thesaurus</namespace> <namespace key="105" case="case-sensitive">Thesaurus Diskussion</namespace> <namespace key="106" case="case-sensitive">Reim</namespace> <namespace key="107" case="case-sensitive">Reim Diskussion</namespace> <namespace key="108" case="case-sensitive">Flexion</namespace> <namespace key="109" case="case-sensitive">Flexion Diskussion</namespace> <namespace key="110" case="case-sensitive">Rekonstruktion</namespace> <namespace key="111" case="case-sensitive">Rekonstruktion Diskussion</namespace> <namespace key="828" case="case-sensitive">Modul</namespace> <namespace key="829" case="case-sensitive">Modul Diskussion</namespace> <namespace key="2300" case="case-sensitive">Gadget</namespace> <namespace key="2301" case="case-sensitive">Gadget Diskussion</namespace> <namespace key="2302" case="case-sensitive">Gadget-Definition</namespace> <namespace key="2303" case="case-sensitive">Gadget-Definition Diskussion</namespace> </namespaces> </siteinfo> <page> <title>Wochenende</title> <ns>0</ns> <id>21506</id> <revision> <id>8276994</id> <parentid>8273667</parentid> <timestamp>2020-11-15T13:32:40Z</timestamp> <contributor> <username>Akybgd</username> <id>179298</id> </contributor> <comment>/* {{Übersetzungen}} */</comment> <model>wikitext</model> <format>text/x-wiki</format> <text bytes="6415" xml:space="preserve">== Wochenende ({{Sprache|Deutsch}}) == === {{Wortart|Substantiv|Deutsch}}, {{n}} === {{Deutsch Substantiv Übersicht |Genus=n |Nominativ Singular=Wochenende |Nominativ Plural=Wochenenden |Genitiv Singular=Wochenendes |Genitiv Plural=Wochenenden |Dativ Singular=Wochenende |Dativ Plural=Wochenenden |Akkusativ Singular=Wochenende |Akkusativ Plural=Wochenenden }} {{Worttrennung}} :Wo·chen·en·de, {{Pl.}} Wo·chen·en·den {{Aussprache}} :{{IPA}} {{Lautschrift|ˈvɔxn̩ˌʔɛndə}} :{{Hörbeispiele}} {{Audio|De-Wochenende.ogg}}, {{Audio|De-at-Wochenende.ogg|spr=at}} {{Bedeutungen}} :[1] meist [[arbeitsfrei|arbeits-]] und [[schulfrei]]es [[Ende]] der [[Woche]]; [[Freitagabend]], [[Samstag]] und [[Sonntag]] {{Abkürzungen}} :[1] [[WE]] {{Herkunft}} :[[Determinativkompositum]], zusammengesetzt aus den Substantiven ''[[Woche]]'' und ''[[Ende]]'' sowie dem [[Fugenelement]] ''[[-n]].'' Seit dem 1. Weltkrieg „nach dem Vorbild von englisch {{Ü|en|weekend}} auch ›Freizeit von Samstag (Vormittag oder Nachmittag) bis Sonntagabend‹, heute zumeist ›von Freitagnachmittag an‹, auch ›arbeitsfreie Zeit‹“.&lt;ref&gt; Hermann Paul: ''Deutsches Wörterbuch'', Stichwort „Woche“.&lt;/ref&gt; {{Synonyme}} :[1] [[Weekend]] {{Gegenwörter}} :[1] [[Werktag]] :[1] [[Wochenanfang]] {{Oberbegriffe}} :[1] strukturell: [[Ende]]; [[Zeitraum]] {{Unterbegriffe}} :[1] [[Abstimmungswochenende]], [[Ferienwochenende]], [[Gulaschwochenende]], [[Osterwochenende]], [[Pfingstwochenende]], [[Rennwochenende]], [[Themenwochenende]], [[Superwochenende]] {{Beispiele}} :[1] Kommst du am ''Wochenende'' mit ins Kino? :[1] „Trotzdem ist es kein Wunder, dass dieses »Downgrading« am ''Wochenende'' rund um die Welt hohe Wellen geschlagen hat.“&lt;ref&gt;{{Literatur|Autor=Andreas Geldner|Titel=Angstvoller Blick in den Strudel|Sammelwerk=Eichsfelder Tageblatt|Nummer= 183}}, 8.8.2011, Seite 4.&lt;/ref&gt; :[1] „Während das ''Wochenende'' mit der Zeit und der schnellsten Verbindung vornehmlich rechnen muß, hat der Sommerfrischler mehr Zeit und Muße zur Auswahl und Fahrt zur Sommerfrische.“&lt;ref&gt;{{Literatur| Autor= Felix Meyer | Titel= Wochenende und Sommerfrische an Mosel und Saar | Verlag= Verlag &quot;Werbedruck&quot; für Kunden- und Verkehrswerbung | Ort= Traben-Trarbach | Jahr= 1928 | ISBN= | Seiten= 10.}}&lt;/ref&gt; :[1] „Papa war nach Meppen versetzt worden, hatte sich da zwei Zimmer mit Bad gemietet und kam nur noch am ''Wochenende'' nachhause.“&lt;ref&gt;{{Literatur | Autor= Gerhard Henschel | Titel= Kindheitsroman | TitelErg= | Verlag= Hoffmann und Campe | Ort= Hamburg |Jahr= 2004| Seiten= 346.|ISBN= 3-455-03171-4}}&lt;/ref&gt; :[1] „Am ''Wochenende'' rief meine Mutter an.“&lt;ref&gt;{{Literatur| Autor= Hatice Akyün| Titel= Verfluchte anatolische Bergziegenkacke oder wie mein Vater sagen würde: Wenn die Wut kommt, geht der Verstand| TitelErg= | Verlag= Kiepenheuer &amp; Witsch| Ort= Köln |Jahr= 2014| ISBN= 978-3-462-04699-1}}, Seite 29.&lt;/ref&gt; {{Charakteristische Wortkombinationen}} :[1] ''mit [[Adjektiv]]:'' [[schön]]es ''Wochenende'', [[sturmfrei]]es ''Wochenende'' ({{Audio|De-sturmfreies Wochenende.ogg|Audio}}), [[verlängert]]es ''Wochenende'' {{Wortbildungen}} :[1] [[Wochenendabsenkung]], [[Wochenendarbeit]], [[Wochenendausflug]], [[Wochenendausgabe]], [[Wochenendbeilage]], [[Wochenendbeziehung]], [[Wochenenddienst]], [[Wochenendehe]], [[Wochenendeinkauf]], [[Wochenendgrundstück]], [[Wochenendfahrt]], [[Wochenendhaus]], [[Wochenendlaune]], [[Wochenendreise]], [[Wochenendseminar]], [[Wochenendstimmung]], [[Wochenendticket]] ==== {{Übersetzungen}} ==== {{Ü-Tabelle|Ü-links= *{{sq}}: [1] {{Ü|sq|fundjavë}} {{f}} *{{ar}}: [1] {{Üt|ar|نهاية الأسبوع|nhạyẗ ạlạ̉sbwʿ}} {{f}} *{{bs}}: [1] {{Üt|bs|викенд|vikend}} {{m}} *{{bg}}: [1] {{Üt|bg|уикенд|uikend}} {{m}}, {{Üt|bg|събота и неделя|sabota i nedelja}} {{f}} *{{da}}: [1] {{Ü|da|weekend}} {{u}} *{{en}}: [1] {{Ü|en|weekend}} *{{eo}}: [1] {{Ü|eo|semajnfino}} *{{et}}: [1] {{Ü|et|nädalalõpp}}, {{Ü|et|nädalavahetus}} *{{fo}}: [1] {{Ü|fo|vikuskifti}} {{n}} *{{fi}}: [1] {{Ü|fi|viikonloppu}} *{{fr}}: [1] {{Ü|fr|week-end}} {{m}}, {{Ü|fr|fin de semaine}} {{f}} *{{gl}}: [1] {{Ü|gl|fin de semana}} {{f}} *{{ka}}: [1] {{Üt|ka|უიკენდი|uik'endi}} *{{el}}: [1] {{Üt|el|σαββατοκύριακο|savvatokýriako}} {{n}} *{{id}}: [1] {{Ü|id|akhir}} {{Ü|id|pekan}}, {{Ü|id|akhir}} {{Ü|id|minggu}} *{{ga}}: [1] {{Ü|ga|deireadh seachtaine}} {{m}} *{{is}}: [1] {{Ü|is|helgi}} {{f}} *{{it}}: [1] {{Ü|it|fine settimana}} {{m}}, {{Ü|it|weekend}} {{m}} *{{ja}}: [1] {{Üt|ja|週末|しゅうまつ, shūmatsu}} *{{ca}}: [1] {{Ü|ca|cap de setmana}} {{m}} *{{ko}}: [1] {{Üt|ko|주말|週末, jumal}} *{{kw}}: [1] {{Ü|kw|penn-seythen}} {{m}} *{{hr}}: [1] {{Ü|hr|vikend}} {{m}} *{{ku}}: **{{kmr}}: [1] {{Ü|kmr|dawiya hefteyê}} {{f}} |Ü-rechts= *{{la}}: [1] {{Ü|la|septimana vergens}} {{f}} *{{lv}}: [1] {{Ü|lv|vīkends}} *{{lt}}: [1] {{Ü|lt|savaitgalis}} *{{gv}}: [1] {{Ü|gv|jerrey shiaghtin}} *{{mk}}: [1] {{Üt|mk|викенд|vikend}} {{m}} *{{nds}}: [1] {{Ü|nds|Wekenenn}} {{n}} *{{nl}}: [1] {{Ü|nl|weekend}} {{n}}, {{Ü|nl|weekeinde}} {{n}} *{{se}}: [1] {{Ü|se|vahkkoloahppa}} *{{no}}: [1] {{Ü|no|helg}} {{mf}} *{{oc}}: [1] {{Ü|oc|dimenjada}} *{{pl}}: [1] {{Ü|pl|weekend}} {{m}} *{{pt}}: [1] {{Ü|pt|fim de semana}} {{m}} *{{ro}}: [1] {{Ü|ro|weekend}} {{n}} *{{ru}}: [1] {{Üt|ru|выходные|vihodnie}} ''Pl.'', {{Üt|ru|конец недели|konéc nedéli}} {{m}} *{{gd}}: [1] {{Ü|gd|deireadh-seachdain}} {{m}} *{{sv}}: [1] {{Ü|sv|veckoslut}} {{n}}, {{Ü|sv|helg}} {{u}}, {{Ü|sv|weekend}} {{u}} *{{sr}}: [1] {{Üt|sr|викенд|vikend}} {{m}} *{{sh}}: [1] {{Üt|sh|викенд|vikend}} {{m}} *{{sk}}: [1] {{Ü|sk|víkend}} {{m}} *{{sl}}: [1] {{Ü|sl|vikend}} {{m}}, {{Ü|sl|konec tedna}} {{m}} *{{wen}}: **{{dsb}}: [1] {{Ü|dsb|kóńc tyźenja}} {{m}} **{{hsb}}: [1] {{Ü|hsb|kónc tydźenja}} {{m}} *{{es}}: [1] {{Ü|es|fin de semana}} {{m}} *{{cs}}: [1] {{Ü|cs|víkend}} {{m}} *{{tr}}: [1] {{Ü|tr|hafta sonu}} *{{uk}}: [1] {{Üt|uk|вихідні|vihidni}} *{{hu}}: [1] {{Ü|hu|hétvége}} *{{cy}}: [1] {{Ü|cy|penwythnos}} {{m}} *{{be}}: [1] {{Üt|be|выхадныя|vihadnija}} }} {{Referenzen}} :[1] {{Wikipedia}} :[1] {{Ref-DWDS}} :[1] {{Ref-UniLeipzig}} :[1] {{Ref-FreeDictionary}} :[1] {{Ref-Duden}} :[1] {{Ref-Grimm}} {{Quellen}}</text> <sha1>muxb7x5xiqlgtpic4byqjfwr5w0m18s</sha1> </revision> </page> </mediawiki>
51.484211
430
0.641689
f07639c8a8227b85ccf99c83482968a589956a45
7,608
xsd
XML
src/main/resources/xml/Monitor.xsd
menucha-de/Util.Monitor
afe984a8b4cc6e260eab5b375dbcbf380a452191
[ "Apache-2.0" ]
null
null
null
src/main/resources/xml/Monitor.xsd
menucha-de/Util.Monitor
afe984a8b4cc6e260eab5b375dbcbf380a452191
[ "Apache-2.0" ]
null
null
null
src/main/resources/xml/Monitor.xsd
menucha-de/Util.Monitor
afe984a8b4cc6e260eab5b375dbcbf380a452191
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <xs:schema xmlns="urn:havis:util:monitor:xsd:1" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="urn:havis:util:monitor:xsd:1"> <xs:complexType name="Capabilities" abstract="true" /> <xs:complexType name="Configuration" abstract="true" /> <xs:simpleType name="ConnectType"> <xs:restriction base="xs:string"> <xs:enumeration value="TRUE"> <xs:annotation> <xs:documentation>Use antenna always</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FALSE"> <xs:annotation> <xs:documentation>Use antenna never</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AUTO"> <xs:annotation> <xs:documentation>Use antenna if connected</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType name="CapabilityType"> <xs:restriction base="xs:string"> <xs:enumeration value="ALL"> <xs:annotation> <xs:documentation>All capibilities</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DEVICE_CAPABILITIES"> <xs:annotation> <xs:documentation>Device capibilities</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType name="ConfigurationType"> <xs:restriction base="xs:string"> <xs:enumeration value="ALL"> <xs:annotation> <xs:documentation>All configuration</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ANTENNA_CONFIGURATION"> <xs:annotation> <xs:documentation>Antenna configuration</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="AntennaConfiguration"> <xs:complexContent> <xs:extension base="Configuration"> <xs:sequence> <xs:element name="id" type="xs:short"> <xs:annotation> <xs:documentation> The antenna id </xs:documentation> </xs:annotation> </xs:element> <xs:element name="connect" type="ConnectType"> <xs:annotation> <xs:documentation> The antenna connect type </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="DeviceCapabilities"> <xs:complexContent> <xs:extension base="Capabilities"> <xs:sequence> <xs:element name="name" type="xs:string"> <xs:annotation> <xs:documentation> The reader name </xs:documentation> </xs:annotation> </xs:element> <xs:element name="manufacturer" type="xs:string"> <xs:annotation> <xs:documentation> The manufacturer </xs:documentation> </xs:annotation> </xs:element> <xs:element name="model" type="xs:string"> <xs:annotation> <xs:documentation> The model </xs:documentation> </xs:annotation> </xs:element> <xs:element name="firmware" type="xs:string"> <xs:annotation> <xs:documentation> The firmware </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="Event" abstract="true"> <xs:sequence> <xs:element name="timestamp" type="xs:dateTime"> <xs:annotation> <xs:documentation> The timestamp of the event </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="UsabilityChanged"> <xs:complexContent> <xs:extension base="Event"> <xs:sequence> <xs:element name="usable" type="xs:boolean"> <xs:annotation> <xs:documentation> The usable state </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="TransportEvent" abstract="true"> <xs:complexContent> <xs:extension base="Event" /> </xs:complexContent> </xs:complexType> <xs:complexType name="TransportError"> <xs:complexContent> <xs:extension base="TransportEvent"> <xs:sequence> <xs:element name="state" type="xs:boolean"> <xs:annotation> <xs:documentation> The transport error state </xs:documentation> </xs:annotation> </xs:element> <xs:element name="description" type="xs:string"> <xs:annotation> <xs:documentation> The transport error description </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="TransportQueueError"> <xs:complexContent> <xs:extension base="TransportError" /> </xs:complexContent> </xs:complexType> <xs:complexType name="ReaderEvent" abstract="true"> <xs:complexContent> <xs:extension base="Event" /> </xs:complexContent> </xs:complexType> <xs:complexType name="TagEvent"> <xs:complexContent> <xs:extension base="ReaderEvent"> <xs:sequence> <xs:element name="id" type="xs:base64Binary" /> <xs:element name="antenna" type="xs:int" /> <xs:element name="rssi" type="xs:int" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="VisibilityChanged"> <xs:complexContent> <xs:extension base="ReaderEvent"> <xs:sequence> <xs:element name="visible" type="xs:boolean"> <xs:annotation> <xs:documentation> The reader visible state </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="ReaderError" abstract="true"> <xs:complexContent> <xs:extension base="ReaderEvent"> <xs:sequence> <xs:element name="state" type="xs:boolean"> <xs:annotation> <xs:documentation> The reader error state </xs:documentation> </xs:annotation> </xs:element> <xs:element name="description" type="xs:string"> <xs:annotation> <xs:documentation> The reader error description </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="AntennaError"> <xs:complexContent> <xs:extension base="ReaderError"> <xs:sequence> <xs:element name="id" type="xs:short"> <xs:annotation> <xs:documentation> The antenna id where reader error occured </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="TagError"> <xs:complexContent> <xs:extension base="ReaderError" /> </xs:complexContent> </xs:complexType> <xs:complexType name="FirmwareError"> <xs:complexContent> <xs:extension base="ReaderError" /> </xs:complexContent> </xs:complexType> <xs:complexType name="FirmwareWarning"> <xs:complexContent> <xs:extension base="ReaderError" /> </xs:complexContent> </xs:complexType> <xs:complexType name="ConnectionError"> <xs:complexContent> <xs:extension base="ReaderError" /> </xs:complexContent> </xs:complexType> <xs:complexType name="ReconnectError"> <xs:complexContent> <xs:extension base="ReaderError" /> </xs:complexContent> </xs:complexType> </xs:schema>
26.416667
91
0.648922
235f062edbe0c5897612c9e32ad153582bb106c1
2,876
xml
XML
cartas-servico/v3/servicos/obter-vista-ou-carga-de-processos.xml
PauloRoberto0/cartas-de-servico
9acf3f581336a62a7803c53bde8b76659e7eeed8
[ "MIT" ]
12
2015-06-17T17:25:53.000Z
2021-11-20T20:57:03.000Z
cartas-servico/v3/servicos/obter-vista-ou-carga-de-processos.xml
PauloRoberto0/cartas-de-servico
9acf3f581336a62a7803c53bde8b76659e7eeed8
[ "MIT" ]
13
2015-04-28T17:46:53.000Z
2016-05-17T18:22:35.000Z
cartas-servico/v3/servicos/obter-vista-ou-carga-de-processos.xml
PauloRoberto0/cartas-de-servico
9acf3f581336a62a7803c53bde8b76659e7eeed8
[ "MIT" ]
29
2015-07-14T13:25:35.000Z
2021-11-30T09:20:41.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <servico xsi:schemaLocation="http://servicos.gov.br/v3/schema.../servico.xsd" xmlns="http://servicos.gov.br/v3/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>obter-vista-ou-carga-de-processos</id> <dbId>2542</dbId> <nome>Obter Vista ou Carga de Processos</nome> <sigla></sigla> <descricao>Trata-se de serviço que possibilita vistas do processo ao interessado ou a seu representante legal.</descricao> <contato></contato> <gratuito>true</gratuito> <porcentagem-manual>false</porcentagem-manual> <servico-digital>false</servico-digital> <link-servico-digital></link-servico-digital> <solicitantes> <solicitante id="4314"> <tipo>Cidadãos com processos em curso no INSS ou seus representantes legais.</tipo> <requisitos></requisitos> </solicitante> </solicitantes> <tempo-total-estimado> <atendimento-imediato/> <descricao></descricao> </tempo-total-estimado> <validade-documento> <descricao></descricao> </validade-documento> <etapas> <etapa id="8159"> <titulo>Requerer serviço</titulo> <descricao></descricao> <documentos> <default> <item id="11555">Documento de identificação oficial com foto</item> <item id="11556">CPF</item> </default> <caso id="1022" descricao="No caso de representante legal"> <documento> <id>7307</id> <descricao>Procuração</descricao> </documento> </caso> </documentos> <custos> <default/> </custos> <canais-de-prestacao> <default> <canal-de-prestacao id="8541" tipo="presencial"> <descricao>Em uma [Unidade de atendimento do INSS](https://meu.inss.gov.br/central/index.html?app=localizador#/localizador-aps)</descricao> </canal-de-prestacao> </default> </canais-de-prestacao> </etapa> </etapas> <orgao id="http://estruturaorganizacional.dados.gov.br/id/unidade-organizacional/1934" dbId="36802"> <nomeOrgao>Instituto Nacional do Seguro Social (INSS)</nomeOrgao> </orgao> <segmentos-da-sociedade> <item idSegmento="1" idServicoSegmento="7884">Cidadãos</item> </segmentos-da-sociedade> <areas-de-interesse> <item>Previdência</item> <item>Previdência Social</item> </areas-de-interesse> <palavras-chave> <item id="14733">processo</item> <item id="14734">contestação</item> <item id="14735">ver processo</item> </palavras-chave> </servico>
41.085714
173
0.585535
236db08de98795d07ee7ec6e9d4d0644acf4b742
1,286
xml
XML
assets/xmas_c17_teashop/xmas_c17_teashop_assets.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
1
2020-03-18T17:06:18.000Z
2020-03-18T17:06:18.000Z
assets/xmas_c17_teashop/xmas_c17_teashop_assets.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
5
2021-01-05T16:32:00.000Z
2022-02-10T20:07:30.000Z
assets/xmas_c17_teashop/xmas_c17_teashop_assets.xml
nicollassilva/bobba-assets
2e76d491706c0e74c9ca2a86e2f83234cbb37e86
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1" ?> <assets> <asset name="xmas_c17_teashop_64_a_0_0" x="24" y="153"/> <asset name="xmas_c17_teashop_64_b_0_1" x="4" y="69"/> <asset name="xmas_c17_teashop_64_b_0_0" x="49" y="93"/> <asset name="xmas_c17_teashop_64_c_0_0" x="27" y="153"/> <asset name="xmas_c17_teashop_64_c_0_1" x="-6" y="81"/> <asset name="xmas_c17_teashop_64_d_0_0" x="0" y="134"/> <asset name="xmas_c17_teashop_64_e_0_0" x="-6" y="76"/> <asset name="xmas_c17_teashop_64_e_0_1" x="-12" y="61"/> <asset name="xmas_c17_teashop_64_f_0_0" x="0" y="134"/> <asset name="xmas_c17_teashop_64_f_0_1" x="-32" y="68"/> <asset name="xmas_c17_teashop_64_a_2_0" x="33" y="153"/> <asset name="xmas_c17_teashop_64_b_2_0" x="13" y="93"/> <asset name="xmas_c17_teashop_64_b_2_1" x="-15" y="75"/> <asset name="xmas_c17_teashop_64_c_2_0" x="34" y="153"/> <asset name="xmas_c17_teashop_64_c_2_1" x="-3" y="86"/> <asset name="xmas_c17_teashop_64_d_2_0" x="64" y="134"/> <asset name="xmas_c17_teashop_64_e_2_0" x="34" y="71"/> <asset name="xmas_c17_teashop_64_e_2_1" x="13" y="61"/> <asset name="xmas_c17_teashop_64_f_2_0" x="66" y="134"/> <asset name="xmas_c17_teashop_64_f_2_1" x="15" y="65"/> <asset name="xmas_c17_teashop_icon_a" x="8" y="14"/> </assets>
55.913043
58
0.683515
5d28c01da990b2baefc32563c39c04d0729d34a1
191
xml
XML
filetypes.xml
satfinder8/java-design-patterns
d6085d19b1e30f90b3ad281cd5f193b86ba5b1f4
[ "MIT" ]
null
null
null
filetypes.xml
satfinder8/java-design-patterns
d6085d19b1e30f90b3ad281cd5f193b86ba5b1f4
[ "MIT" ]
null
null
null
filetypes.xml
satfinder8/java-design-patterns
d6085d19b1e30f90b3ad281cd5f193b86ba5b1f4
[ "MIT" ]
null
null
null
<application> <component name="FileTypeManager" version="18"> <extensionMap> <mapping pattern="resources" type="AUTO_DETECTED" /> </extensionMap> </component> </application>
27.285714
58
0.691099
3f7cae6bf78c097ed5cde0a01748217de9fc86ab
1,817
xml
XML
app/src/main/res/values/strings.xml
RiverJY/readBar
453ad06f26a52b5d527627f8a0601289b743de13
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
RiverJY/readBar
453ad06f26a52b5d527627f8a0601289b743de13
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
RiverJY/readBar
453ad06f26a52b5d527627f8a0601289b743de13
[ "MIT" ]
null
null
null
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">> <string name="tvTitle">Membership Information</string> <string name="bookdetailname">书名:</string> <string name="bookdetaildescription">书简介:</string> <string name="hint_operator_name">你好</string> <string name="hello">Hello World, Date!</string> <string name="app_name">图书比价1.0</string> <string name="strInputAccHint">输入帐号</string> <string name="strAccInputLabel">帐号</string> <string name="strPswInputLabel">密码</string> <string name="login">登 录</string> <string name="register">注 册</string> <string name="cancel">取 消</string> <string name="account_empty">用户名为空,请重新输入!</string> <string name="pwd_empty">密码为空,请重新输入!</string> <string name="pwd_not_fit_user">密码不正确,请重新输入!</string> <string name="pwd_new_empty">新密码为空,请重新输入!</string> <string name="pwd_check_empty">密码确认为空,请重新输入!</string> <string name="pwd_not_the_same">密码确认不正确,请重新输入密码!</string> <string name="register_fail">注册用户失败,请重新尝试!</string> <string name="register_success">注册成功!</string> <string name="resetpwd_fail">密码修改失败,请重新尝试!</string> <string name="resetpwd_success">密码修改成功!</string> <string name="login_success">登陆成功!</string> <string name="cancel_success">注销成功!</string> <string name="login_fail">登录失败!请输入正确的用户名与密码!</string> <string name="cancel_fail">注销失败!请输入正确的用户名与密码!</string> <string name="name_already_exist">用户名【<xliff:g example="tom" id="id1">%1$s</xliff:g>】已存在,请重新输入!</string> <string name="name_not_exist">用户名【<xliff:g example="tom" id="id1">%1$s</xliff:g>】不存在,请重新输入!</string> <string name="user_login_success">用户:<xliff:g example="tom" id="id2">%1$s</xliff:g>登录,欢迎光临!</string> <string name="price"><a href="http://www.baidu.com/">¥1000.00</a></string> </resources>
53.441176
108
0.694551
df3bff8a857077054d5f6549d3dcfb8a94d371fb
9,358
rss
XML
data/BCB/20170118.rss
Matchoc/stockmarketpy
1fecfe6343aed7b5d41758901420d4774d9be229
[ "Apache-2.0" ]
2
2016-12-15T18:53:39.000Z
2017-02-28T01:35:33.000Z
data/BCB/20170118.rss
Matchoc/stockmarketpy
1fecfe6343aed7b5d41758901420d4774d9be229
[ "Apache-2.0" ]
null
null
null
data/BCB/20170118.rss
Matchoc/stockmarketpy
1fecfe6343aed7b5d41758901420d4774d9be229
[ "Apache-2.0" ]
null
null
null
<rss version="2.0"><channel><title>Yahoo! Finance: BCB.TO News</title><copyright>Copyright (c) 2017 Yahoo! Inc. All rights reserved.</copyright><link>http://finance.yahoo.com/q/h?s=bcb.to</link><description>Latest Financial News for COTT CORP</description><language>en-US</language><lastBuildDate>Fri, 13 Jan 2017 16:55:06 GMT</lastBuildDate><image><url>http://l.yimg.com/a/i/brand/purplelogo/uh/us/fin.gif</url><title>Yahoo! Finance: BCB.TO News</title><link>http://finance.yahoo.com/q/h?s=bcb.to</link><width>144</width><height>45</height></image><item><title>Incentives sweeten expansion for Tampa beverage company</title><link>http://us.rd.yahoo.com/finance/external/bizj/rss/SIG=13afp4n8q/*http://www.bizjournals.com/tampabay/news/2017/01/13/incentives-sweeten-expansion-for-tampa-beverage.html?ana=yahoo</link><description /><guid isPermaLink="false">yahoo_finance/1866128616</guid><pubDate>Fri, 13 Jan 2017 16:55:06 GMT</pubDate></item><item><title>Best Investing Ideas For 2017</title><link>http://us.rd.yahoo.com/finance/external/forbes/rss/SIG=12g9s2uho/*http://www.forbes.com/sites/investor/2016/12/28/best-investing-ideas-for-2017/?utm_source=yahoo&amp;utm_medium=partner&amp;utm_campaign=yahootix&amp;partner=yahootix</link><description /><guid isPermaLink="false">yahoo_finance/549800353</guid><pubDate>Wed, 28 Dec 2016 16:02:00 GMT</pubDate></item><item><title>ETFs with exposure to Cott Corp. (Canada) : December 27, 2016</title><link>http://us.rd.yahoo.com/finance/external/xcapitalcube/rss/SIG=1347j2s8l/*http://www.capitalcube.com/blog/index.php/etfs-with-exposure-to-cott-corp-canada-december-27-2016/</link><description /><guid isPermaLink="false">yahoo_finance/2792394968</guid><pubDate>Tue, 27 Dec 2016 17:28:59 GMT</pubDate></item><item><title>Is American Assets Trust, Inc (AAT) A Good Stock To Buy?</title><link>http://us.rd.yahoo.com/finance/external/xinsidermonkey/rss/SIG=130pl1tr1/*http://www.insidermonkey.com/blog/is-american-assets-trust-inc-aat-a-good-stock-to-buy-510074/</link><description /><guid isPermaLink="false">yahoo_finance/2163960435</guid><pubDate>Tue, 20 Dec 2016 20:55:37 GMT</pubDate></item><item><title>Is Rice Midstream Partners LP (RMP) A Good Stock To Buy?</title><link>http://us.rd.yahoo.com/finance/external/xinsidermonkey/rss/SIG=131inpv3g/*http://www.insidermonkey.com/blog/is-rice-midstream-partners-lp-rmp-a-good-stock-to-buy-509426/</link><description /><guid isPermaLink="false">yahoo_finance/3791255002</guid><pubDate>Sun, 18 Dec 2016 19:03:18 GMT</pubDate></item><item><title>ETFs with exposure to Cott Corp. (Canada) : December 9, 2016</title><link>http://us.rd.yahoo.com/finance/external/xcapitalcube/rss/SIG=133svphtu/*http://www.capitalcube.com/blog/index.php/etfs-with-exposure-to-cott-corp-canada-december-9-2016/</link><description /><guid isPermaLink="false">yahoo_finance/3389832353</guid><pubDate>Fri, 09 Dec 2016 18:02:33 GMT</pubDate></item><item><title>Here is What Hedge Funds Think About Cott Corporation (USA) (COT)</title><link>http://us.rd.yahoo.com/finance/external/xinsidermonkey/rss/SIG=1397dlrco/*http://www.insidermonkey.com/blog/here-is-what-hedge-funds-think-about-cott-corporation-usa-cot-501010/</link><description /><guid isPermaLink="false">yahoo_finance/2553160518</guid><pubDate>Thu, 08 Dec 2016 16:37:29 GMT</pubDate></item><item><title>EY Announces Cott Corporation CEO Jerry Fowden Named EY Entrepreneur Of The Year(R) 2016 National Category Winner for Retail and Consumer Products</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/ey-announces-cott-corporation-ceo-120000390.html</link><description>[Marketwired] - Cott Corporation announced that its CEO Jerry Fowden received the EY Entrepreneur Of The Year&#174; 2016 National Category Award for Retail and Consumer Products. Now in its 30th year, the award recognizes ...</description><guid isPermaLink="false">yahoo_finance/3269633969</guid><pubDate>Mon, 05 Dec 2016 12:00:00 GMT</pubDate></item><item><title>Cott Announces Attendance at Two Upcoming Conferences as Well as Recent Contract Manufacturing Win</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/cott-announces-attendance-two-upcoming-115500895.html</link><description>[Marketwired] - Cott Corporation today announced that it will be participating in two upcoming conferences. Cott will hold investor meetings at Citi's Global Consumer Seminar in London on Tuesday, November 29, 2016. An ...</description><guid isPermaLink="false">yahoo_finance/178600284</guid><pubDate>Fri, 18 Nov 2016 11:55:00 GMT</pubDate></item><item><title>ETFs with exposure to Cott Corp. (Canada) : November 16, 2016</title><link>http://us.rd.yahoo.com/finance/external/xcapitalcube/rss/SIG=134dst2lj/*http://www.capitalcube.com/blog/index.php/etfs-with-exposure-to-cott-corp-canada-november-16-2016/</link><description /><guid isPermaLink="false">yahoo_finance/2449294624</guid><pubDate>Wed, 16 Nov 2016 17:45:40 GMT</pubDate></item><item><title>Cott Reports Third Quarter 2016 Results</title><link>http://us.rd.yahoo.com/finance/external/noodlsaunz/rss/SIG=1283jjbom/*http://www.publicnow.com/view/B43BF2E57384AF2A0BE1D724C74033DD91B77255</link><description>[at noodls] - TORONTO, ON and TAMPA, FL--(Marketwired - Nov 10, 2016) - Cott Corporation (NYSE: COT) (TSX: BCB) today announced its results for the third quarter ended October 1, 2016. THIRD QUARTER 2016 HIGHLIGHTS ...</description><guid isPermaLink="false">yahoo_finance/2405854577</guid><pubDate>Tue, 15 Nov 2016 18:08:06 GMT</pubDate></item><item><title>Cott Declares Quarterly Dividend</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/cott-declares-quarterly-dividend-180716087.html</link><description>[Marketwired] - Cott Corporation announced that its Board of Directors declared a quarterly dividend of USD$0.06 per share on common shares. The dividend is payable in cash on December 8, 2016, to shareowners of record ...</description><guid isPermaLink="false">yahoo_finance/1870742069</guid><pubDate>Tue, 15 Nov 2016 18:07:16 GMT</pubDate></item><item><title>Cott Corp. (Canada) :BCB-CA: Earnings Analysis: Q3, 2016 By the Numbers : November 15, 2016</title><link>http://us.rd.yahoo.com/finance/external/xcapitalcube/rss/SIG=13u9ud94c/*http://www.capitalcube.com/blog/index.php/cott-corp-canada-bcb-ca-earnings-analysis-q3-2016-by-the-numbers-november-15-2016/</link><description /><guid isPermaLink="false">yahoo_finance/1297712319</guid><pubDate>Tue, 15 Nov 2016 16:14:11 GMT</pubDate></item><item><title>Edited Transcript of BCB.TO earnings conference call or presentation 10-Nov-16 3:00pm GMT</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/edited-transcript-bcb-earnings-conference-201337612.html</link><description /><guid isPermaLink="false">yahoo_finance/3667456139</guid><pubDate>Thu, 10 Nov 2016 20:13:37 GMT</pubDate></item><item><title>Cott Reports Third Quarter 2016 Results</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/cott-reports-third-quarter-2016-123000309.html</link><description>[Marketwired] - Cott Corporation today announced its results for the third quarter ended October 1, 2016.</description><guid isPermaLink="false">yahoo_finance/3255715220</guid><pubDate>Thu, 10 Nov 2016 12:30:00 GMT</pubDate></item><item><title>Q3 2016 Cott Corp Earnings Release - Before Market Open</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://biz.yahoo.com/research/earncal/20161110.html?t=bcb.to</link><description /><guid isPermaLink="false">yahoo_finance/780581032</guid><pubDate>Thu, 10 Nov 2016 12:07:06 GMT</pubDate></item><item><title>Is a Surprise Coming for Cott (COT) This Earnings Season?</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/surprise-coming-cott-cot-earnings-153703509.html</link><description /><guid isPermaLink="false">yahoo_finance/1559512211</guid><pubDate>Wed, 09 Nov 2016 15:37:03 GMT</pubDate></item><item><title>Soft Drink Stocks' Q3 Earnings Slated for Nov 10: CCE, COT</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/soft-drink-stocks-q3-earnings-120212624.html</link><description /><guid isPermaLink="false">yahoo_finance/2325746081</guid><pubDate>Wed, 09 Nov 2016 12:02:12 GMT</pubDate></item><item><title>Is Cott Corporation (COT) Stock a Solid Choice Right Now?</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/cott-corporation-cot-stock-solid-123412570.html</link><description /><guid isPermaLink="false">yahoo_finance/1835015431</guid><pubDate>Thu, 20 Oct 2016 12:34:12 GMT</pubDate></item><item><title>Cott Announces Date for Third Quarter 2016 Earnings Release and Conference Call</title><link>http://us.rd.yahoo.com/finance/news/rss/story/*http://finance.yahoo.com/news/cott-announces-date-third-quarter-201500793.html</link><description>[Marketwired] - Cott Corporation announced today that the Company will release its third quarter ended October 1, 2016 financial results before the markets open on Thursday, November 10, 2016. Cott will host a conference ...</description><guid isPermaLink="false">yahoo_finance/1902765189</guid><pubDate>Wed, 05 Oct 2016 20:15:00 GMT</pubDate></item></channel></rss>
9,358
9,358
0.778799
fa9e3c73c800c01e0eb8cd429b99c69c79cb0bc6
2,757
xml
XML
marcxml/columbia/lito.cul.columbia.edu/extracts/arabic_book_project/20150923/columbia_0036761532_marcxml.xml
NYULibraries/aco-karms
7e0f9bef6ebd5816e59ea9bcae7201faea13c6fd
[ "Unlicense" ]
10
2018-02-01T12:21:56.000Z
2022-01-02T13:32:39.000Z
marcxml/columbia/lito.cul.columbia.edu/extracts/arabic_book_project/20150923/columbia_0036761532_marcxml.xml
NYULibraries/aco-karms
7e0f9bef6ebd5816e59ea9bcae7201faea13c6fd
[ "Unlicense" ]
13
2015-01-09T19:24:37.000Z
2022-02-26T03:33:04.000Z
marcxml/columbia/lito.cul.columbia.edu/extracts/arabic_book_project/20150923/columbia_0036761532_marcxml.xml
NYULibraries/aco-karms
7e0f9bef6ebd5816e59ea9bcae7201faea13c6fd
[ "Unlicense" ]
4
2018-01-17T23:25:14.000Z
2021-12-23T16:53:01.000Z
<?xml version="1.0" encoding="UTF-8"?> <collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <record> <leader>00759nam a2200241 a 4500</leader> <controlfield tag="001">2981263</controlfield> <controlfield tag="003">NNC</controlfield> <controlfield tag="005">20030429141026.0</controlfield> <controlfield tag="008">851025m19689999iq 000 0 ara </controlfield> <datafield tag="010" ind1=" " ind2=" "> <subfield code="a">ne 68002144 </subfield> </datafield> <datafield tag="035" ind1=" " ind2=" "> <subfield code="a">(OCoLC)ocm12719702</subfield> </datafield> <datafield tag="035" ind1=" " ind2=" "> <subfield code="9">ASM8397CU</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">DLC</subfield> <subfield code="c">OSU</subfield> <subfield code="d">OSU</subfield> <subfield code="d">ZCU</subfield> </datafield> <datafield tag="050" ind1=" " ind2=" "> <subfield code="a">PJ7816</subfield> <subfield code="b">.A44 1968</subfield> </datafield> <datafield tag="100" ind1="1" ind2=" "> <subfield code="a">Baḥr al-ʻUlūm, Muḥammad Ṣāliḥ,</subfield> <subfield code="d">1909-</subfield> </datafield> <datafield tag="240" ind1="1" ind2="0"> <subfield code="a">Poems.</subfield> <subfield code="f">1968</subfield> </datafield> <datafield tag="245" ind1="1" ind2="0"> <subfield code="a">Dīwān Baḥr al-ʻUlūm /</subfield> <subfield code="c">Muḥammad Ṣāliḥ Baḥr al-ʻUlūm.</subfield> </datafield> <datafield tag="250" ind1=" " ind2=" "> <subfield code="a">al-Ṭabʻah 1.</subfield> </datafield> <datafield tag="260" ind1=" " ind2=" "> <subfield code="a">Baghdād :</subfield> <subfield code="b">Maṭbaʻat Dār al-Taḍāmun,</subfield> <subfield code="c">1968-</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">v. :</subfield> <subfield code="b">ill., ports. ;</subfield> <subfield code="c">24 cm.</subfield> </datafield> <datafield tag="500" ind1=" " ind2=" "> <subfield code="a">Title on back cover: Bahr al-Ulum divan.</subfield> </datafield> <datafield tag="740" ind1="0" ind2="1"> <subfield code="a">Bahr al-Ulum divan.</subfield> </datafield> <datafield tag="955" ind1=" " ind2=" "> <subfield code="b">0036761532</subfield> <subfield code="d">glx</subfield> <subfield code="e">PJ7816 .A44 1968</subfield> <subfield code="v">v.1</subfield> </datafield> </record> </collection>
41.772727
217
0.624592
ccb877890176690ad27c839e1cbe5d213e7af7d5
1,368
xml
XML
tag-sitemap.xml
jayzhou2468/jayzhou2468.github.io
c5439adf57ddfc3c9500ef7315bbb984ea8e1987
[ "Apache-2.0" ]
1
2018-11-28T02:07:31.000Z
2018-11-28T02:07:31.000Z
tag-sitemap.xml
jayzhou2468/jayzhou2468.github.io
c5439adf57ddfc3c9500ef7315bbb984ea8e1987
[ "Apache-2.0" ]
null
null
null
tag-sitemap.xml
jayzhou2468/jayzhou2468.github.io
c5439adf57ddfc3c9500ef7315bbb984ea8e1987
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="sitemap.xsl"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.ryanlovescoding.cn/tags/%E9%9A%8F%E7%AC%94/</loc> <lastmod>2018-11-28T02:46:12.527Z</lastmod> <changefreq>weekly</changefreq> <priority>0.2</priority> </url> <url> <loc>http://www.ryanlovescoding.cn/tags/Hexo/</loc> <lastmod>2018-11-28T08:44:17.819Z</lastmod> <changefreq>weekly</changefreq> <priority>0.2</priority> </url> <url> <loc>http://www.ryanlovescoding.cn/tags/%E7%88%AC%E8%99%AB/</loc> <lastmod>2018-11-28T08:52:23.459Z</lastmod> <changefreq>weekly</changefreq> <priority>0.2</priority> </url> <url> <loc>http://www.ryanlovescoding.cn/tags/%E7%A0%94%E7%A9%B6%E7%94%9F%E8%B5%84%E6%96%99/</loc> <lastmod>2018-11-29T10:19:05.108Z</lastmod> <changefreq>weekly</changefreq> <priority>0.2</priority> </url> </urlset> <!-- XML Sitemap generated by Hexo SEO Friendly Sitemap Generator -->
40.235294
297
0.638889
84b171ced61a88a0b99127dfe0d0067970335432
6,939
xaml
XML
MIS.Infomat/PrintForms/DispanserizationPrintForm.xaml
jeydo6/MIS
2ed8a11f8c1537cbb9ec59d86ef3fdafb546c06c
[ "Apache-2.0" ]
null
null
null
MIS.Infomat/PrintForms/DispanserizationPrintForm.xaml
jeydo6/MIS
2ed8a11f8c1537cbb9ec59d86ef3fdafb546c06c
[ "Apache-2.0" ]
null
null
null
MIS.Infomat/PrintForms/DispanserizationPrintForm.xaml
jeydo6/MIS
2ed8a11f8c1537cbb9ec59d86ef3fdafb546c06c
[ "Apache-2.0" ]
1
2021-03-23T19:03:43.000Z
2021-03-23T19:03:43.000Z
<UserControl x:Class="MIS.Infomat.PrintForms.DispanserizationPrintForm" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignHeight="480" d:DesignWidth="360"> <Viewbox Name="viewBox"> <StackPanel Margin="25, 10"> <TextBlock FontSize="14" FontFamily="Georgia" TextAlignment="Center" TextWrapping="Wrap" VerticalAlignment="Center" Margin="0, 0, 0, 5"> <Run Text="{Binding PatientCode}" FontWeight="Bold" /> <LineBreak /> <Run Text="{Binding PatientName}" FontWeight="Bold" /> <LineBreak /> <Run Text="Список врачей-специалистов" /> <LineBreak /> <Run Text="уточняйте в регистратуре" /> <LineBreak /> <Run Text="{Binding BeginDate, StringFormat={}{0:Начиная с dd.MM.yyyy\,}}" FontSize="12" /> <LineBreak /> <Run Text="Вам необходимо посетить: " /> </TextBlock> <Grid Margin="0, 0, 0, 5"> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="4*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="4*" /> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition /> <RowDefinition /> <RowDefinition /> <RowDefinition /> <RowDefinition /> <RowDefinition /> </Grid.RowDefinitions> <CheckBox Grid.Row="0" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" /> <TextBlock Grid.Row="0" Grid.Column="1" Text="Невролог" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <CheckBox Grid.Row="0" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" Visibility="Collapsed" /> <TextBlock Grid.Row="0" Grid.Column="3" Text="Уролог" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" Visibility="Collapsed" /> <CheckBox Grid.Row="1" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" /> <TextBlock Grid.Row="1" Grid.Column="1" Text="Психиатр" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <CheckBox Grid.Row="1" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" Visibility="Collapsed" /> <TextBlock Grid.Row="1" Grid.Column="3" Text="Дерматолог" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" Visibility="Collapsed" /> <CheckBox Grid.Row="2" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" /> <TextBlock Grid.Row="2" Grid.Column="1" Text="Стоматолог" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <TextBlock Grid.Row="2" Grid.Column="2" Grid.ColumnSpan="2" Text="С готовыми" FontSize="14" FontFamily="Georgia" FontWeight="Bold" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <CheckBox Grid.Row="3" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" /> <TextBlock Grid.Row="3" Grid.Column="1" Text="Офтальмолог" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <TextBlock Grid.Row="3" Grid.Column="2" Grid.ColumnSpan="2" Text="анализами:" FontSize="14" FontFamily="Georgia" FontWeight="Bold" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <CheckBox Grid.Row="4" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" /> <TextBlock Grid.Row="4" Grid.Column="1" Text="Отоларинголог" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <CheckBox Grid.Row="4" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" /> <TextBlock Grid.Row="4" Grid.Column="3" Text="Хирург" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <CheckBox Grid.Row="5" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" /> <TextBlock Grid.Row="5" Grid.Column="1" Text="Гинеколог" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> <CheckBox Grid.Row="5" Grid.Column="2" IsChecked="True" VerticalAlignment="Center" HorizontalAlignment="Center" Style="{StaticResource DefaultCheckBox}" /> <TextBlock Grid.Row="5" Grid.Column="3" Text="Терапевт" FontSize="14" FontFamily="Georgia" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center" /> </Grid> <ItemsControl Name="testsList" Grid.Row="8" Grid.Column="0" Grid.ColumnSpan="4" Margin="0, 0, 0, 5" ItemsSource="{Binding Analyses}"> <ItemsControl.Template> <ControlTemplate> <ScrollViewer VerticalScrollBarVisibility="Hidden" CanContentScroll="True"> <ItemsPresenter /> </ScrollViewer> </ControlTemplate> </ItemsControl.Template> <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <StackPanel VerticalAlignment="Center" /> </ItemsPanelTemplate> </ItemsControl.ItemsPanel> <ItemsControl.ItemTemplate> <DataTemplate> <TextBlock Text="{Binding}" FontSize="12" FontFamily="Georgia" TextAlignment="Left" VerticalAlignment="Center" TextWrapping="Wrap" /> </DataTemplate> </ItemsControl.ItemTemplate> </ItemsControl> <TextBlock FontSize="12" FontFamily="Georgia" TextAlignment="Center" TextWrapping="Wrap" VerticalAlignment="Center" Margin="0, 0, 0, 5"> <Run Text="Пожалуйста, не опаздывайте!" /> <LineBreak /> <Run Text="{Binding Now, StringFormat={}{0:марш. лист напечатан dd.MM.yyyy в H:mm}}" FontSize="10" /> </TextBlock> <TextBlock FontSize="8" FontFamily="Georgia" FontWeight="Bold" TextAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Center"> <Run Text="&gt; Анализ крови сдаётся натощак. Разрешается" /> <LineBreak /> <Run Text="пить только простую воду" /> <LineBreak /> <Run Text="&gt; Анализ мочи необходимо принести с собой." /> </TextBlock> </StackPanel> </Viewbox> </UserControl>
68.70297
205
0.687275
ed22715ca00fc885a2e820beb342d38041186c26
1,165
xml
XML
posts/index.xml
Dollarman/coinwiki
54ed00a4086139d965fc75cec7b85ac21da153cd
[ "Apache-2.0" ]
1
2019-08-19T15:53:08.000Z
2019-08-19T15:53:08.000Z
posts/index.xml
Dollarman/coinwiki
54ed00a4086139d965fc75cec7b85ac21da153cd
[ "Apache-2.0" ]
null
null
null
posts/index.xml
Dollarman/coinwiki
54ed00a4086139d965fc75cec7b85ac21da153cd
[ "Apache-2.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>Posts on Dollarman</title> <link>/posts/</link> <description>Recent content in Posts on Dollarman</description> <generator>Hugo -- gohugo.io</generator> <language>en-us</language> <atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" /> <item> <title></title> <link>/posts/reusable-addresses/</link> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>/posts/reusable-addresses/</guid> <description>#Address Re-use in different cryptocurrencies Bitcoin originated a method of conducting transactions called Unspent Transaction Outputs or UTXO. This means whenever you want to spend funds from your Bitcoin wallet app, your app will send the remainder balance to a new public address generated for you by the wallet app. This makes UTXO-type cryptocurrencies require you to generate and physically give out a new public address every time you want to accept funds from someone.</description> </item> </channel> </rss>
48.541667
445
0.705579
987b9a14d9542ebe8ab47ac0cf7abd174067c5a1
11,449
xml
XML
Clients/ParaView/Testing/XML/SliceAlongPolyline.xml
qiangwushuang/ParaView
f35ed90a6582e9d21924b66a905498f6a38ab4a3
[ "Apache-2.0", "BSD-3-Clause" ]
2
2021-07-07T22:53:19.000Z
2021-07-31T19:29:35.000Z
Clients/ParaView/Testing/XML/SliceAlongPolyline.xml
qiangwushuang/ParaView
f35ed90a6582e9d21924b66a905498f6a38ab4a3
[ "Apache-2.0", "BSD-3-Clause" ]
2
2020-11-18T16:50:34.000Z
2022-01-21T13:31:47.000Z
Clients/ParaView/Testing/XML/SliceAlongPolyline.xml
qiangwushuang/ParaView
f35ed90a6582e9d21924b66a905498f6a38ab4a3
[ "Apache-2.0", "BSD-3-Clause" ]
5
2020-10-02T10:14:35.000Z
2022-03-10T07:50:22.000Z
<?xml version="1.0" ?> <pqevents> <pqevent object="pqClientMainWindow/MainControlsToolbar/actionOpenData" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/FileOpenDialog" command="filesSelected" arguments="$PARAVIEW_DATA_ROOT/Testing/Data/disk_out_ref.ex2" /> <pqevent object="pqClientMainWindow/propertiesDock/propertiesPanel/scrollArea/qt_scrollarea_viewport/scrollAreaWidgetContents/PropertiesFrame/ProxyPanel/ArrayStatus/SelectionWidget/1QHeaderView0" command="mousePress" arguments="1,1,0,0,0,0" /> <pqevent object="pqClientMainWindow/propertiesDock/propertiesPanel/scrollArea/qt_scrollarea_viewport/scrollAreaWidgetContents/PropertiesFrame/ProxyPanel/ArrayStatus/SelectionWidget/1QHeaderView0" command="mouseRelease" arguments="1,0,0,0,0,0" /> <pqevent object="pqClientMainWindow/propertiesDock/propertiesPanel/Accept" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/representationToolbar/displayRepresentation/comboBox" command="set_string" arguments="Outline" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/actionToggleInteractionMode" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/menubar" command="activate" arguments="menuTools" /> <pqevent object="pqClientMainWindow/menubar/menuTools" command="activate" arguments="actionTesting_Window_Size" /> <pqevent object="pqClientMainWindow/cameraToolbar/actionResetCamera" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/menubar" command="activate" arguments="menuSources" /> <pqevent object="pqClientMainWindow/menubar/menuSources/Alphabetical" command="activate" arguments="Poly Line Source" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.503333,0.503333,1,1,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.3,0.5,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.3,0.5,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.546667,0.503333,1,1,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.69,0.5,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.69,0.5,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="keyEvent" arguments="6:16777249:67108864::0:1" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.376667,0.5,1,1,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.376667,0.5,1,0,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.376667,0.5,1,0,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="keyEvent" arguments="7:16777249:0::0:1" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.376667,0.5,1,1,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.38,0.43,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.38,0.43,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="keyEvent" arguments="6:16777249:67108864::0:1" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.53,0.43,1,1,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.53,0.43,1,0,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.53,0.43,1,0,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="keyEvent" arguments="7:16777249:0::0:1" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.53,0.43,1,1,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.513333,0.586667,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.513333,0.586667,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="keyEvent" arguments="6:16777249:67108864::0:1" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.596667,0.563333,1,1,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.596667,0.563333,1,0,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.596667,0.563333,1,0,67108864)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="keyEvent" arguments="7:16777249:0::0:1" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.596667,0.563333,1,1,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.58,0.4,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.58,0.4,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mousePress" arguments="(0.306667,0.496667,1,1,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseMove" arguments="(0.32,0.573333,1,0,0)" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/CentralWidgetFrame/Viewport" command="mouseRelease" arguments="(0.32,0.573333,1,0,0)" /> <pqevent object="pqClientMainWindow/propertiesDock/propertiesPanel/Accept" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/pipelineBrowserDock/pipelineBrowser" command="mousePress" arguments="1,1,0,90,10,/0:0/0:0" /> <pqevent object="pqClientMainWindow/pipelineBrowserDock/pipelineBrowser" command="mouseRelease" arguments="1,0,0,90,10,/0:0/0:0" /> <pqevent object="pqClientMainWindow/menubar" command="activate" arguments="menuFilters" /> <pqevent object="pqClientMainWindow/menubar/menuFilters/Alphabetical" command="activate" arguments="SliceAlongPolyLine" /> <pqevent object="pqClientMainWindow/SelectInputDialog/buttonFrame/PolyLine" command="set_boolean" arguments="true" /> <pqevent object="pqClientMainWindow/SelectInputDialog/pipelineView" command="mousePress" arguments="1,1,0,100,6,/0:0/1:0" /> <pqevent object="pqClientMainWindow/SelectInputDialog/pipelineView" command="mouseRelease" arguments="1,0,0,100,6,/0:0/1:0" /> <pqevent object="pqClientMainWindow/SelectInputDialog/pipelineView" command="mouseDblClick" arguments="1,1,0,100,6,/0:0/1:0" /> <pqevent object="pqClientMainWindow/SelectInputDialog/pipelineView" command="mouseRelease" arguments="1,0,0,100,6,/0:0/1:0" /> <pqevent object="pqClientMainWindow/SelectInputDialog/buttonBox/1QPushButton0" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/propertiesDock/propertiesPanel/Accept" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Container/Frame.0/actionToggleInteractionMode" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/cameraToolbar/actionNegativeY" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/cameraToolbar/actionResetCamera" command="activate" arguments="" /> <pqevent object="pqClientMainWindow/variableToolbar/displayColor/Variables" command="set_string" arguments="Temp" /> <pqevent object="pqClientMainWindow/variableToolbar/actionScalarBarVisibility" command="set_boolean" arguments="false" /> </pqevents>
173.469697
247
0.830902
b744dcda799a6df61118ace5da3f0a0ffb7cab69
446
xml
XML
library/src/main/res/drawable/ic_chevron.xml
3sidedcube/Android-LightningUi
7b51fd0ecf9fc7f875ed6701a6c1bf339def0d2a
[ "Apache-2.0" ]
null
null
null
library/src/main/res/drawable/ic_chevron.xml
3sidedcube/Android-LightningUi
7b51fd0ecf9fc7f875ed6701a6c1bf339def0d2a
[ "Apache-2.0" ]
12
2015-02-19T14:00:40.000Z
2017-11-22T15:12:37.000Z
library/src/main/res/drawable/ic_chevron.xml
3sidedcube/Android-LightningUi
7b51fd0ecf9fc7f875ed6701a6c1bf339def0d2a
[ "Apache-2.0" ]
3
2015-01-09T16:21:26.000Z
2018-06-05T08:00:57.000Z
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="13dp" android:viewportHeight="13" android:viewportWidth="9" android:width="9dp"> <path android:fillColor="#C7C7CC" android:fillType="evenOdd" android:pathData="M6.0946,6.4999l-6.0946,-5.2499l1.4511,-1.25l7.5489,6.4999l-7.5489,6.5001l-1.4511,-1.25z" android:strokeColor="#00000000" android:strokeWidth="1" /> </vector>
29.733333
108
0.735426
ca719992ee2487d9494ce44a35ff7be6da5955b7
21,151
xml
XML
addons/website_forum/views/forum.xml
SHIVJITH/Odoo_Machine_Test
310497a9872db7844b521e6dab5f7a9f61d365a4
[ "Apache-2.0" ]
null
null
null
addons/website_forum/views/forum.xml
SHIVJITH/Odoo_Machine_Test
310497a9872db7844b521e6dab5f7a9f61d365a4
[ "Apache-2.0" ]
null
null
null
addons/website_forum/views/forum.xml
SHIVJITH/Odoo_Machine_Test
310497a9872db7844b521e6dab5f7a9f61d365a4
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0"?> <odoo> <data> <!-- FORUM ACTIONS --> <record id="action_forum_favorites" model="ir.actions.act_window"> <field name="name">Users favorite posts</field> <field name="res_model">forum.post</field> <field name="view_mode">tree,form</field> <field name="domain">[('forum_id', '=', active_id), ('favourite_count', '>', 0), ('state', 'in', ('active', 'close'))]</field> </record> <record id="action_forum_posts" model="ir.actions.act_window"> <field name="name">Posts</field> <field name="res_model">forum.post</field> <field name="view_mode">tree,form</field> <field name="domain">[('forum_id', '=', active_id), ('parent_id', '=', False), ('state', 'in', ('active', 'close'))]</field> </record> <!-- MAIN FORUM MENU --> <menuitem name="Forum" id="menu_website_forum" parent="website.menu_website_configuration" sequence="50" groups="website.group_website_designer"/> <menuitem name="Forum" id="menu_website_forum_global" parent="website.menu_website_global_configuration" sequence="170" groups="website.group_website_designer"/> <!-- FORUM VIEWS --> <record id="view_forum_forum_list" model="ir.ui.view"> <field name="name">forum.forum.list</field> <field name="model">forum.forum</field> <field name="arch" type="xml"> <tree string="Forums"> <field name="sequence" widget="handle"/> <field name="name"/> <field name="website_id" groups="website.group_multi_website"/> <field name="total_posts"/> <field name="total_views"/> <field name="total_answers"/> <field name="total_favorites"/> <field name="active" invisible="1"/> </tree> </field> </record> <record id="view_forum_forum_form" model="ir.ui.view"> <field name="name">forum.forum.form</field> <field name="model">forum.forum</field> <field name="arch" type="xml"> <form string="Forum"> <sheet> <div class="oe_button_box" name="button_box"> <button name="%(action_forum_posts)d" type="action" class="oe_stat_button" icon="fa-comments"> <div class="o_form_field o_stat_info"> <span class="o_stat_value"> <field name="total_posts" /> </span> <span class="o_stat_text">Posts</span> </div> </button> <button name="%(action_forum_favorites)d" class="oe_stat_button" icon="fa-star" type="action"> <div class="o_form_field o_stat_info"> <span class="o_stat_value"> <field name="total_favorites" /> </span> <span class="o_stat_text">Favorites</span> </div> </button> <button type="object" class="oe_stat_button" icon="fa-globe" name="go_to_website"> <div class="o_form_field o_stat_info"> <span class="o_stat_text">Go to <br/>Website</span> </div> </button> </div> <field name="active" invisible="1"/> <widget name="web_ribbon" title="Archived" bg_color="bg-danger" attrs="{'invisible': [('active', '=', True)]}"/> <field name="image_1920" widget="image" options="{'preview_image': 'image_128'}" class="oe_avatar"/> <div class="oe_title"> <label for="name" class="oe_edit_only"/> <h1> <field name="name"/> </h1> </div> <group> <group> <field name="mode" widget="radio" required="True"/> <field name="website_id" options="{'no_create': True}" groups="website.group_multi_website"/> </group> </group> <notebook> <page name="options" string="Options"> <group> <group string="Order and Visibility" name="group_order"> <field name="default_order" string="Default Sort"/> <field name="privacy" widget="radio" attrs="{'required': True}"/> <field name="authorized_group_id" options="{'no_create': True}" attrs="{'invisible': [('privacy', '!=', 'private')], 'required': [('privacy', '=', 'private')]}"/> <label for="relevancy_post_vote" string="Relevance Computation" groups="base.group_no_one" attrs="{'invisible':[('default_order','!=','relevancy desc')]}"/> <div groups="base.group_no_one" class="o_row" attrs="{'invisible':[('default_order','!=','relevancy desc')]}"> (votes - 1) ** <field name="relevancy_post_vote"/> / (days + 2) ** <field name="relevancy_time_decay"/> </div> </group> </group> <group> <field name="description" nolabel="1" placeholder="Description visible on website"/> </group> </page> <page name="karma_gains" string="Karma Gains"> <group name="karma_gain_details"> <group> <field name="karma_gen_question_new"/> <field name="karma_gen_question_upvote"/> <field name="karma_gen_question_downvote"/> <field name="karma_gen_answer_upvote"/> <field name="karma_gen_answer_downvote"/> <field name="karma_gen_answer_accept"/> <field name="karma_gen_answer_accepted"/> <field name="karma_gen_answer_flagged"/> </group> </group> </page> <page name="karma_rights" string="Karma Related Rights"> <group> <group name="karma_rights_left"> <field name="karma_ask"/> <field name="karma_answer"/> <field name="karma_upvote"/> <field name="karma_downvote"/> <field name="karma_edit_own"/> <field name="karma_edit_all"/> <field name="karma_close_own"/> <field name="karma_close_all"/> <field name="karma_unlink_own"/> <field name="karma_unlink_all"/> <field name="karma_dofollow"/> <field name="karma_answer_accept_own"/> <field name="karma_answer_accept_all"/> </group> <group name="karma_rights_right"> <field name="karma_editor"/> <field name="karma_comment_own"/> <field name="karma_comment_all"/> <field name="karma_comment_convert_own"/> <field name="karma_comment_convert_all"/> <field name="karma_comment_unlink_own"/> <field name="karma_comment_unlink_all"/> <field name="karma_post"/> <field name="karma_flag"/> <field name="karma_moderate"/> <field name="karma_edit_retag"/> <field name="karma_tag_create"/> </group> </group> </page> </notebook> </sheet> <div class="oe_chatter"> <field name="message_follower_ids" groups="base.group_user"/> <field name="message_ids"/> </div> </form> </field> </record> <record id="forum_view_search" model="ir.ui.view"> <field name="name">forum.forum.search</field> <field name="model">forum.forum</field> <field name="arch" type="xml"> <search string="Forum"> <field name="name"/> <filter string="Archived" name="inactive" domain="[('active','=',False)]"/> </search> </field> </record> <record id="action_forum_forum" model="ir.actions.act_window"> <field name="name">Forums</field> <field name="res_model">forum.forum</field> <field name="view_mode">tree,form</field> </record> <menuitem id="menu_forum_global" parent="menu_website_forum_global" name="Forums" action="action_forum_forum" sequence="10"/> <!-- POST VIEWS --> <record id="view_forum_post_list" model="ir.ui.view"> <field name="name">forum.post.list</field> <field name="model">forum.post</field> <field name="arch" type="xml"> <tree string="Forum Posts"> <field name="name"/> <field name="active" invisible="1"/> <field name="forum_id"/> <field name="views" sum="Total Views"/> <field name="child_count" sum="Total Answers"/> <field name="favourite_count" sum="Total Favorites"/> <field name="website_id" groups="website.group_multi_website"/> <field name="state"/> </tree> </field> </record> <record id="view_forum_post_form" model="ir.ui.view"> <field name="name">forum.post.form</field> <field name="model">forum.post</field> <field name="arch" type="xml"> <form string="Forum Post"> <sheet> <div class="oe_button_box" name="button_box"> <button type="object" class="oe_stat_button" icon="fa-globe" name="go_to_website"> <div class="o_form_field o_stat_info"> <span class="o_stat_text">Go to <br/>Website</span> </div> </button> </div> <widget name="web_ribbon" title="Archived" bg_color="bg-danger" attrs="{'invisible': [('active', '=', True)]}"/> <label for="name" class="oe_edit_only"/> <h1> <field name="name" placeholder="Name"/> </h1> <group> <group name="forum_details"> <field name="active" invisible="1"/> <field name="forum_id"/> <field name="website_id" groups="website.group_multi_website"/> <field name="parent_id"/> </group> <group name="post_details"> <field name="tag_ids" widget="many2many_tags"/> <field name="state"/> <field name="closed_reason_id"/> <field name="closed_uid"/> <field name="closed_date"/> </group> <group name="creation_details"> <field name="create_uid"/> <field name="create_date"/> <field name="write_uid"/> <field name="write_date"/> </group> <group name="post_statistics"> <field name="is_correct"/> <field name="views"/> <field name="vote_count"/> <field name="favourite_count"/> <field name="child_count"/> <field name="relevancy"/> </group> </group> <group name="answers" string="Answers" attrs="{'invisible':[('parent_id','!=',False)]}"> <field name="child_ids" nolabel="1"> <tree> <field name="create_uid" string="Answered by"/> <field name="vote_count"/> <field name="state"/> <field name="is_correct"/> </tree> </field> </group> </sheet> <div class="oe_chatter"> <field name="message_follower_ids" groups="base.group_user"/> <field name="message_ids"/> </div> </form> </field> </record> <record id="view_forum_post_search" model="ir.ui.view"> <field name="name">forum.post.search</field> <field name="model">forum.post</field> <field name="arch" type="xml"> <search string="Search in Post"> <field name="name" string="Content" filter_domain="['|', ('name', 'ilike', self), ('content', 'ilike', self)]"/> <field name="create_uid"/> <field name="forum_id"/> <field name="tag_ids" string="Tag"/> <filter string="Posts" name="posts" domain="[('parent_id', '=', False)]" /> <filter string="Answers" name="answers" domain="[('parent_id', '!=', False)]" /> <filter string="Accepted Answer" name="accepted_answer" domain="[('is_correct' , '!=', False), ('parent_id', '!=', False)]" /> <filter string="Answered Posts" name="answered_posts" domain="[('child_count', '!=', 0), ('parent_id', '=', False)]" /> <separator/> <filter name="filter_create_date" date="create_date"/> <filter name="filter_write_date" date="write_date"/> <separator/> <filter string="Archived" name="inactive" domain="[('active','=',False)]"/> <group expand="0" string="Group By"> <filter string="Forum" name="forum" domain="[]" context="{'group_by': 'forum_id'}"/> <filter string="Author" name="author" domain="[]" context="{'group_by': 'create_uid'}"/> <filter string="Post" name="post" domain="[]" context="{'group_by': 'parent_id'}"/> </group> </search> </field> </record> <record model="ir.ui.view" id="view_forum_post_graph"> <field name="name">forum.post.graph</field> <field name="model">forum.post</field> <field name="arch" type="xml"> <graph string="Graph of Posts" sample="1"> <field name="write_date" interval="month" type="col" /> <field name="forum_id" type="row" /> </graph> </field> </record> <record id="action_forum_post" model="ir.actions.act_window"> <field name="name">Forum Posts</field> <field name="res_model">forum.post</field> <field name="view_mode">tree,form,graph</field> <field name="view_id" ref="view_forum_post_list"/> <field name="search_view_id" ref="view_forum_post_search"/> <field name="context">{'search_default_posts':1}</field> <field name="help" type="html"> <p class="o_view_nocontent_smiling_face"> Create a new forum post </p> </field> </record> <menuitem id="menu_forum_posts" parent="menu_website_forum" name="Posts" action="action_forum_post" sequence="20"/> <!-- TAG VIEWS --> <record id="forum_tag_view_list" model="ir.ui.view"> <field name="name">forum.tag.list</field> <field name="model">forum.tag</field> <field name="arch" type="xml"> <tree string="Tags" editable="bottom"> <field name="name"/> <field name="forum_id" options="{'no_create_edit': True}"/> </tree> </field> </record> <record id="forum_tag_view_form" model="ir.ui.view"> <field name="name">forum.tag.form</field> <field name="model">forum.tag</field> <field name="arch" type="xml"> <form string="Tag"> <sheet> <group> <field name="name"/> <field name="forum_id" options="{'no_create_edit': True}"/> </group> </sheet> <div class="oe_chatter"> <field name="message_follower_ids" groups="base.group_user"/> <field name="message_ids"/> </div> </form> </field> </record> <record id="forum_tag_action" model="ir.actions.act_window"> <field name="name">Tags</field> <field name="res_model">forum.tag</field> <field name="view_mode">tree,form</field> <field name="help" type="html"> <p class="o_view_nocontent_smiling_face"> Create a new tag </p> </field> </record> <menuitem id="menu_forum_tag_global" parent="menu_website_forum_global" name="Tags" action="forum_tag_action" sequence="30"/> <!-- POST REASON VIEWS --> <record id="forum_post_reason_view_list" model="ir.ui.view"> <field name="name">forum.post.reason.list</field> <field name="model">forum.post.reason</field> <field name="arch" type="xml"> <tree string="Reasons" editable="bottom"> <field name="name"/> <field name="reason_type"/> </tree> </field> </record> <record id="forum_post_reasons_action" model="ir.actions.act_window"> <field name="name">Post Close Reasons</field> <field name="res_model">forum.post.reason</field> <field name="view_mode">tree</field> </record> <menuitem id="menu_forum_rank_global" parent="menu_website_forum_global" name="Ranks" action="gamification.gamification_karma_ranks_action" sequence="5"/> <menuitem id="menu_forum_badges" parent="menu_website_forum_global" name="Badges" action="gamification.badge_list_action" sequence="40"/> <menuitem id="menu_forum_post_reasons" parent="menu_website_forum_global" name="Close Reasons" action="forum_post_reasons_action" sequence="50"/> </data> </odoo>
54.653747
202
0.441776
ca8651e2f1f6ddf26cc788b8a976d3a6a2ac6c3c
10,243
xml
XML
db/bills/hr/hr2568/fdsys_billstatus.xml
peter765/power-polls
9a03a4c61fdb95a3ea4cd37db328665203f88468
[ "MIT" ]
null
null
null
db/bills/hr/hr2568/fdsys_billstatus.xml
peter765/power-polls
9a03a4c61fdb95a3ea4cd37db328665203f88468
[ "MIT" ]
null
null
null
db/bills/hr/hr2568/fdsys_billstatus.xml
peter765/power-polls
9a03a4c61fdb95a3ea4cd37db328665203f88468
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <billStatus> <bill> <updateDate>2017-06-22T14:23:29Z</updateDate> <recordedVotes /> <laws /> <sponsors> <item> <middleName>B.</middleName> <lastName>McKinley</lastName> <party>R</party> <firstName>David</firstName> <state>WV</state> <bioguideId>M001180</bioguideId> <fullName>Rep. McKinley, David B. [R-WV-1]</fullName> <byRequestType /> <identifiers> <lisID>2074</lisID> <gpoId>8222</gpoId> <bioguideId>M001180</bioguideId> </identifiers> <district>1</district> </item> </sponsors> <committees> <billCommittees> <item> <subcommittees> <item> <systemCode>hsif03</systemCode> <name>Energy and Power Subcommittee</name> <activities> <item> <date>2017-05-26T20:22:05Z</date> <name>Referred to</name> </item> </activities> </item> </subcommittees> <type>Standing</type> <activities> <item> <date>2017-05-19T13:02:25Z</date> <name>Referred to</name> </item> </activities> <systemCode>hsif00</systemCode> <name>Energy and Commerce Committee</name> <chamber>House</chamber> </item> </billCommittees> </committees> <title>Appalachian Ethane Storage Hub Study Act</title> <notes /> <introducedDate>2017-05-19</introducedDate> <amendments /> <subjects> <billSubjects> <policyArea> <name>Energy</name> </policyArea> <legislativeSubjects /> </billSubjects> </subjects> <committeeReports /> <calendarNumbers /> <congress>115</congress> <summaries> <billSummaries /> </summaries> <version>1.0.0</version> <constitutionalAuthorityStatementText><![CDATA[<pre>From the Congressional Record Online through the Government Publishing Office [<a href='http://www.gpo.gov'>www.gpo.gov</a>]By Mr. McKINLEY:H.R. 2568.Congress has the power to enact this legislation pursuantto the following:According to Article I, Section 8 of the Constitution: TheCongress shall have power to lay and collect taxes, duties,imposts and excises, to pay the debts and provide for thecommon defense and general welfare of the United States butall duties, imposts, and excises shall be uniform throughout.[Page H4390]</pre>]]></constitutionalAuthorityStatementText> <relatedBills> <item> <relationshipDetails> <item> <identifiedBy>CRS</identifiedBy> <type>Identical bill</type> </item> </relationshipDetails> <number>1075</number> <latestTitle>Appalachian Ethane Storage Hub Study Act</latestTitle> <congress>115</congress> <latestAction> <actionDate>2017-05-09</actionDate> <text>Read twice and referred to the Committee on Energy and Natural Resources.</text> </latestAction> <type>S</type> </item> </relatedBills> <cosponsors> <item> <district>3</district> <isOriginalCosponsor>True</isOriginalCosponsor> <party>R</party> <fullName>Rep. Jenkins, Evan H. [R-WV-3]</fullName> <middleName>H.</middleName> <sponsorshipDate>2017-05-19</sponsorshipDate> <firstName>Evan</firstName> <bioguideId>J000297</bioguideId> <lastName>Jenkins</lastName> <state>WV</state> <sponsorshipWithdrawnDate /> <identifiers> <bioguideId>J000297</bioguideId> <lisID>2278</lisID> <gpoId /> </identifiers> </item> <item> <district>2</district> <isOriginalCosponsor>True</isOriginalCosponsor> <party>R</party> <fullName>Rep. Mooney, Alexander X. [R-WV-2]</fullName> <middleName>X.</middleName> <sponsorshipDate>2017-05-19</sponsorshipDate> <firstName>Alexander</firstName> <bioguideId>M001195</bioguideId> <lastName>Mooney</lastName> <state>WV</state> <sponsorshipWithdrawnDate /> <identifiers> <gpoId /> <bioguideId>M001195</bioguideId> <lisID>2277</lisID> </identifiers> </item> <item> <district>18</district> <isOriginalCosponsor>True</isOriginalCosponsor> <party>R</party> <fullName>Rep. Murphy, Tim [R-PA-18]</fullName> <middleName /> <sponsorshipDate>2017-05-19</sponsorshipDate> <firstName>Tim</firstName> <bioguideId>M001151</bioguideId> <lastName>Murphy</lastName> <state>PA</state> <sponsorshipWithdrawnDate /> <identifiers> <bioguideId>M001151</bioguideId> <lisID>1744</lisID> <gpoId>8723</gpoId> </identifiers> </item> <item> <district>6</district> <isOriginalCosponsor>True</isOriginalCosponsor> <party>R</party> <fullName>Rep. Johnson, Bill [R-OH-6]</fullName> <middleName /> <sponsorshipDate>2017-05-19</sponsorshipDate> <firstName>Bill</firstName> <bioguideId>J000292</bioguideId> <lastName>Johnson</lastName> <state>OH</state> <sponsorshipWithdrawnDate /> <identifiers> <lisID>2046</lisID> <gpoId>8096</gpoId> <bioguideId>J000292</bioguideId> </identifiers> </item> </cosponsors> <billNumber>2568</billNumber> <policyArea> <name>Energy</name> </policyArea> <originChamber>House</originChamber> <cboCostEstimates /> <billType>HR</billType> <actions> <item> <actionDate>2017-05-26</actionDate> <committee> <name>Energy and Power Subcommittee</name> <systemCode>hsif03</systemCode> </committee> <links /> <sourceSystem> <name>House committee actions</name> <code>1</code> </sourceSystem> <text>Referred to the Subcommittee on Energy.</text> <type>Committee</type> </item> <item> <text>Referred to the House Committee on Energy and Commerce.</text> <actionDate>2017-05-19</actionDate> <committee> <name>Energy and Commerce Committee</name> <systemCode>hsif00</systemCode> </committee> <links /> <type>IntroReferral</type> <sourceSystem> <name>House floor actions</name> <code>2</code> </sourceSystem> <actionCode>H11100</actionCode> </item> <item> <text>Introduced in House</text> <actionDate>2017-05-19</actionDate> <committee /> <links /> <type>IntroReferral</type> <sourceSystem> <name>Library of Congress</name> <code>9</code> </sourceSystem> <actionCode>Intro-H</actionCode> </item> <item> <text>Introduced in House</text> <actionDate>2017-05-19</actionDate> <committee /> <links /> <type>IntroReferral</type> <sourceSystem> <name>Library of Congress</name> <code>9</code> </sourceSystem> <actionCode>1000</actionCode> </item> <actionTypeCounts> <introducedInHouse>1</introducedInHouse> <placeholderTextForH>1</placeholderTextForH> <billReferrals>1</billReferrals> <introducedInTheHouse>1</introducedInTheHouse> </actionTypeCounts> <actionByCounts> <houseOfRepresentatives>4</houseOfRepresentatives> </actionByCounts> </actions> <createDate>2017-05-20T03:11:40Z</createDate> <titles> <item> <parentTitleType /> <chamberCode /> <chamberName /> <title>Appalachian Ethane Storage Hub Study Act</title> <titleType>(Extracted from GPO) Short Titles as Introduced</titleType> </item> <item> <parentTitleType /> <chamberCode /> <chamberName /> <title>Appalachian Ethane Storage Hub Study Act</title> <titleType>Short Titles as Introduced</titleType> </item> <item> <parentTitleType /> <chamberCode /> <chamberName /> <title>To direct the Secretary of Energy and the Secretary of Commerce to conduct a study of the feasibility of establishing an ethane storage and distribution hub in the United States.</title> <titleType>Official Title as Introduced</titleType> </item> <item> <parentTitleType /> <chamberCode /> <chamberName /> <title>Appalachian Ethane Storage Hub Study Act</title> <titleType>Display Title</titleType> </item> </titles> <latestAction> <actionDate>2017-05-26</actionDate> <text>Referred to the Subcommittee on Energy.</text> <links /> </latestAction> </bill> <dublinCore xmlns:dc="http://purl.org/dc/elements/1.1/"> <dc:format>text/xml</dc:format> <dc:language>EN</dc:language> <dc:rights>Pursuant to Title 17 Section 105 of the United States Code, this file is not subject to copyright protection and is in the public domain.</dc:rights> <dc:contributor>Congressional Research Service, Library of Congress</dc:contributor> <dc:description>This file contains bill summaries and statuses for federal legislation. A bill summary describes the most significant provisions of a piece of legislation and details the effects the legislative text may have on current law and federal programs. Bill summaries are authored by the Congressional Research Service (CRS) of the Library of Congress. As stated in Public Law 91-510 (2 USC 166 (d)(6)), one of the duties of CRS is "to prepare summaries and digests of bills and resolutions of a public general nature introduced in the Senate or House of Representatives". For more information, refer to the User Guide that accompanies this file.</dc:description> </dublinCore> </billStatus>
36.322695
676
0.607146
3a05d1808a96c981ddf86cf8bf3ba11eaa11c412
185,867
xml
XML
src/main/resources/vivado-ip-cores/ZedBoardWrapper/component.xml
erlingrj/fpga-tidbits
05fd5d5299787748cd9041b0d84a31e9609b4091
[ "BSD-2-Clause" ]
1
2021-03-16T08:15:06.000Z
2021-03-16T08:15:06.000Z
src/main/resources/vivado-ip-cores/ZedBoardWrapper/component.xml
erlingrj/fpga-tidbits
05fd5d5299787748cd9041b0d84a31e9609b4091
[ "BSD-2-Clause" ]
3
2021-05-19T19:57:37.000Z
2021-05-19T19:59:17.000Z
src/main/resources/vivado-ip-cores/ZedBoardWrapper/component.xml
erlingrj/fpga-tidbits
05fd5d5299787748cd9041b0d84a31e9609b4091
[ "BSD-2-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <spirit:component xmlns:xilinx="http://www.xilinx.com" xmlns:spirit="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <spirit:vendor>ntnueecs</spirit:vendor> <spirit:library>eecsaccel</spirit:library> <spirit:name>ZedBoardWrapper</spirit:name> <spirit:version>2.0</spirit:version> <spirit:busInterfaces> <spirit:busInterface> <spirit:name>signal_reset</spirit:name> <spirit:busType spirit:vendor="xilinx.com" spirit:library="signal" spirit:name="reset" spirit:version="1.0"/> <spirit:abstractionType spirit:vendor="xilinx.com" spirit:library="signal" spirit:name="reset_rtl" spirit:version="1.0"/> <spirit:slave/> <spirit:portMaps> <spirit:portMap> <spirit:logicalPort> <spirit:name>RST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>reset</spirit:name> </spirit:physicalPort> </spirit:portMap> </spirit:portMaps> <spirit:parameters> <spirit:parameter> <spirit:name>POLARITY</spirit:name> <spirit:value spirit:id="BUSIFPARAM_VALUE.SIGNAL_RESET.POLARITY" spirit:choiceRef="choice_list_9d8b0d81">ACTIVE_HIGH</spirit:value> </spirit:parameter> </spirit:parameters> </spirit:busInterface> <spirit:busInterface> <spirit:name>signal_clock</spirit:name> <spirit:busType spirit:vendor="xilinx.com" spirit:library="signal" spirit:name="clock" spirit:version="1.0"/> <spirit:abstractionType spirit:vendor="xilinx.com" spirit:library="signal" spirit:name="clock_rtl" spirit:version="1.0"/> <spirit:slave/> <spirit:portMaps> <spirit:portMap> <spirit:logicalPort> <spirit:name>CLK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>clk</spirit:name> </spirit:physicalPort> </spirit:portMap> </spirit:portMaps> <spirit:parameters> <spirit:parameter> <spirit:name>ASSOCIATED_RESET</spirit:name> <spirit:value spirit:id="BUSIFPARAM_VALUE.SIGNAL_CLOCK.ASSOCIATED_RESET">reset</spirit:value> </spirit:parameter> <spirit:parameter> <spirit:name>ASSOCIATED_BUSIF</spirit:name> <spirit:value spirit:id="BUSIFPARAM_VALUE.SIGNAL_CLOCK.ASSOCIATED_BUSIF">csr:mem0:mem1:mem2:mem3</spirit:value> </spirit:parameter> </spirit:parameters> </spirit:busInterface> <spirit:busInterface> <spirit:name>csr</spirit:name> <spirit:busType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm" spirit:version="1.0"/> <spirit:abstractionType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm_rtl" spirit:version="1.0"/> <spirit:slave> <spirit:memoryMapRef spirit:memoryMapRef="csr"/> </spirit:slave> <spirit:portMaps> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_AWADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_AWPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_AWVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_AWREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_WDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WSTRB</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_WSTRB</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_WVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_WREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_BRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_BVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_BREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_ARADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_ARPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_ARVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_ARREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_RDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_RRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_RVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>csr_RREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> </spirit:portMaps> </spirit:busInterface> <spirit:busInterface> <spirit:name>mem0</spirit:name> <spirit:busType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm" spirit:version="1.0"/> <spirit:abstractionType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm_rtl" spirit:version="1.0"/> <spirit:master> <spirit:addressSpaceRef spirit:addressSpaceRef="mem0"/> </spirit:master> <spirit:portMaps> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWLEN</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWLEN</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWSIZE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWSIZE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWBURST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWBURST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWLOCK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWLOCK</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWCACHE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWCACHE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWQOS</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWQOS</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_AWREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_WDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WSTRB</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_WSTRB</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WLAST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_WLAST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_WVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_WREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_BID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_BRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_BVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_BREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARLEN</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARLEN</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARSIZE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARSIZE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARBURST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARBURST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARLOCK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARLOCK</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARCACHE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARCACHE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARQOS</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARQOS</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_ARREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_RID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_RDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_RRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RLAST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_RLAST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_RVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem0_RREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> </spirit:portMaps> <spirit:vendorExtensions> <xilinx:busInterfaceInfo> <xilinx:enablement> <xilinx:isEnabled xilinx:resolve="dependent" xilinx:id="BUSIF_ENABLEMENT.mem0" xilinx:dependency="$NUM_MEM_PORTS > 0">true</xilinx:isEnabled> </xilinx:enablement> </xilinx:busInterfaceInfo> </spirit:vendorExtensions> </spirit:busInterface> <spirit:busInterface> <spirit:name>mem1</spirit:name> <spirit:busType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm" spirit:version="1.0"/> <spirit:abstractionType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm_rtl" spirit:version="1.0"/> <spirit:master> <spirit:addressSpaceRef spirit:addressSpaceRef="mem1"/> </spirit:master> <spirit:portMaps> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWLEN</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWLEN</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWSIZE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWSIZE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWBURST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWBURST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWLOCK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWLOCK</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWCACHE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWCACHE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWQOS</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWQOS</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_AWREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_WDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WSTRB</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_WSTRB</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WLAST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_WLAST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_WVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_WREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_BID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_BRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_BVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_BREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARLEN</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARLEN</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARSIZE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARSIZE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARBURST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARBURST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARLOCK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARLOCK</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARCACHE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARCACHE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARQOS</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARQOS</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_ARREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_RID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_RDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_RRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RLAST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_RLAST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_RVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem1_RREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> </spirit:portMaps> <spirit:vendorExtensions> <xilinx:busInterfaceInfo> <xilinx:enablement> <xilinx:isEnabled xilinx:resolve="dependent" xilinx:id="BUSIF_ENABLEMENT.mem1" xilinx:dependency="$NUM_MEM_PORTS > 1">false</xilinx:isEnabled> </xilinx:enablement> </xilinx:busInterfaceInfo> </spirit:vendorExtensions> </spirit:busInterface> <spirit:busInterface> <spirit:name>mem2</spirit:name> <spirit:busType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm" spirit:version="1.0"/> <spirit:abstractionType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm_rtl" spirit:version="1.0"/> <spirit:master> <spirit:addressSpaceRef spirit:addressSpaceRef="mem2"/> </spirit:master> <spirit:portMaps> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWLEN</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWLEN</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWSIZE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWSIZE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWBURST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWBURST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWLOCK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWLOCK</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWCACHE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWCACHE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWQOS</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWQOS</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_AWREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_WDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WSTRB</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_WSTRB</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WLAST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_WLAST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_WVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_WREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_BID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_BRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_BVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_BREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARLEN</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARLEN</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARSIZE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARSIZE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARBURST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARBURST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARLOCK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARLOCK</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARCACHE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARCACHE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARQOS</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARQOS</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_ARREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_RID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_RDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_RRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RLAST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_RLAST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_RVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem2_RREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> </spirit:portMaps> <spirit:vendorExtensions> <xilinx:busInterfaceInfo> <xilinx:enablement> <xilinx:isEnabled xilinx:resolve="dependent" xilinx:id="BUSIF_ENABLEMENT.mem2" xilinx:dependency="$NUM_MEM_PORTS > 2">false</xilinx:isEnabled> </xilinx:enablement> </xilinx:busInterfaceInfo> </spirit:vendorExtensions> </spirit:busInterface> <spirit:busInterface> <spirit:name>mem3</spirit:name> <spirit:busType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm" spirit:version="1.0"/> <spirit:abstractionType spirit:vendor="xilinx.com" spirit:library="interface" spirit:name="aximm_rtl" spirit:version="1.0"/> <spirit:master> <spirit:addressSpaceRef spirit:addressSpaceRef="mem3"/> </spirit:master> <spirit:portMaps> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWLEN</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWLEN</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWSIZE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWSIZE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWBURST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWBURST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWLOCK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWLOCK</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWCACHE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWCACHE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWQOS</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWQOS</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>AWREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_AWREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_WDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WSTRB</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_WSTRB</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WLAST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_WLAST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_WVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>WREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_WREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_BID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_BRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_BVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>BREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_BREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARADDR</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARADDR</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARLEN</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARLEN</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARSIZE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARSIZE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARBURST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARBURST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARLOCK</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARLOCK</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARCACHE</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARCACHE</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARPROT</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARPROT</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARQOS</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARQOS</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>ARREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_ARREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_RID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RDATA</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_RDATA</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RRESP</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_RRESP</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RLAST</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_RLAST</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RVALID</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_RVALID</spirit:name> </spirit:physicalPort> </spirit:portMap> <spirit:portMap> <spirit:logicalPort> <spirit:name>RREADY</spirit:name> </spirit:logicalPort> <spirit:physicalPort> <spirit:name>mem3_RREADY</spirit:name> </spirit:physicalPort> </spirit:portMap> </spirit:portMaps> <spirit:vendorExtensions> <xilinx:busInterfaceInfo> <xilinx:enablement> <xilinx:isEnabled xilinx:resolve="dependent" xilinx:id="BUSIF_ENABLEMENT.mem3" xilinx:dependency="$NUM_MEM_PORTS > 3">false</xilinx:isEnabled> </xilinx:enablement> </xilinx:busInterfaceInfo> </spirit:vendorExtensions> </spirit:busInterface> </spirit:busInterfaces> <spirit:addressSpaces> <spirit:addressSpace> <spirit:name>mem0</spirit:name> <spirit:range spirit:format="long" spirit:resolve="user">4294967296</spirit:range> <spirit:width spirit:format="long" spirit:resolve="user">64</spirit:width> </spirit:addressSpace> <spirit:addressSpace> <spirit:name>mem1</spirit:name> <spirit:range spirit:format="long" spirit:resolve="user">4294967296</spirit:range> <spirit:width spirit:format="long" spirit:resolve="user">64</spirit:width> </spirit:addressSpace> <spirit:addressSpace> <spirit:name>mem2</spirit:name> <spirit:range spirit:format="long" spirit:resolve="user">4294967296</spirit:range> <spirit:width spirit:format="long" spirit:resolve="user">64</spirit:width> </spirit:addressSpace> <spirit:addressSpace> <spirit:name>mem3</spirit:name> <spirit:range spirit:format="long" spirit:resolve="user">4294967296</spirit:range> <spirit:width spirit:format="long" spirit:resolve="user">64</spirit:width> </spirit:addressSpace> </spirit:addressSpaces> <spirit:memoryMaps> <spirit:memoryMap> <spirit:name>csr</spirit:name> <spirit:addressBlock> <spirit:name>reg0</spirit:name> <spirit:baseAddress spirit:format="bitString" spirit:resolve="user" spirit:bitStringLength="32">0</spirit:baseAddress> <spirit:range spirit:format="long" spirit:resolve="user">4096</spirit:range> <spirit:width spirit:format="long" spirit:resolve="user">64</spirit:width> <spirit:usage>register</spirit:usage> </spirit:addressBlock> </spirit:memoryMap> </spirit:memoryMaps> <spirit:model> <spirit:views> <spirit:view> <spirit:name>xilinx_verilogsynthesis</spirit:name> <spirit:displayName>Verilog Synthesis</spirit:displayName> <spirit:envIdentifier>verilogSource:vivado.xilinx.com:synthesis</spirit:envIdentifier> <spirit:language>verilog</spirit:language> <spirit:modelName>ZedBoardWrapper</spirit:modelName> <spirit:fileSetRef> <spirit:localName>xilinx_verilogsynthesis_view_fileset</spirit:localName> </spirit:fileSetRef> <spirit:parameters> <spirit:parameter> <spirit:name>viewChecksum</spirit:name> <spirit:value>52668e5c</spirit:value> </spirit:parameter> </spirit:parameters> </spirit:view> <spirit:view> <spirit:name>xilinx_verilogbehavioralsimulation</spirit:name> <spirit:displayName>Verilog Simulation</spirit:displayName> <spirit:envIdentifier>verilogSource:vivado.xilinx.com:simulation</spirit:envIdentifier> <spirit:language>verilog</spirit:language> <spirit:modelName>ZedBoardWrapper</spirit:modelName> <spirit:fileSetRef> <spirit:localName>xilinx_verilogbehavioralsimulation_view_fileset</spirit:localName> </spirit:fileSetRef> <spirit:parameters> <spirit:parameter> <spirit:name>viewChecksum</spirit:name> <spirit:value>52668e5c</spirit:value> </spirit:parameter> </spirit:parameters> </spirit:view> <spirit:view> <spirit:name>xilinx_xpgui</spirit:name> <spirit:displayName>UI Layout</spirit:displayName> <spirit:envIdentifier>:vivado.xilinx.com:xgui.ui</spirit:envIdentifier> <spirit:fileSetRef> <spirit:localName>xilinx_xpgui_view_fileset</spirit:localName> </spirit:fileSetRef> <spirit:parameters> <spirit:parameter> <spirit:name>viewChecksum</spirit:name> <spirit:value>5abd2096</spirit:value> </spirit:parameter> </spirit:parameters> </spirit:view> </spirit:views> <spirit:ports> <spirit:port> <spirit:name>clk</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>reset</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARADDR</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARSIZE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARLEN</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARBURST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARLOCK</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARCACHE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARPROT</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARQOS</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_ARVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWADDR</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWSIZE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWLEN</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWBURST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWLOCK</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWCACHE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWPROT</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWQOS</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_AWVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_WDATA</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">63</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_WSTRB</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_WLAST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_WVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_WREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_BRESP</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_BID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_BVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_BREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_RID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_RDATA</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">63</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_RRESP</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_RLAST</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_RVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem0_RREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARADDR</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARSIZE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARLEN</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARBURST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARLOCK</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARCACHE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARPROT</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARQOS</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_ARVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWADDR</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWSIZE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWLEN</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWBURST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWLOCK</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWCACHE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWPROT</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWQOS</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_AWVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_WDATA</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">63</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_WSTRB</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_WLAST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_WVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_WREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_BRESP</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_BID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_BVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_BREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_RID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_RDATA</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">63</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_RRESP</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_RLAST</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_RVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem1_RREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARADDR</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARSIZE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARLEN</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARBURST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARLOCK</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARCACHE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARPROT</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARQOS</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_ARVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWADDR</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWSIZE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWLEN</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWBURST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWLOCK</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWCACHE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWPROT</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWQOS</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_AWVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_WDATA</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">63</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_WSTRB</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_WLAST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_WVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_WREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_BRESP</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_BID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_BVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_BREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_RID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_RDATA</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">63</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_RRESP</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_RLAST</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_RVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem2_RREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARADDR</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARSIZE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARLEN</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARBURST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARLOCK</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARCACHE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARPROT</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARQOS</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_ARVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWADDR</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWSIZE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWLEN</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWBURST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWLOCK</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWCACHE</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWPROT</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWQOS</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_AWVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_WDATA</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">63</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_WSTRB</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">7</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_WLAST</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_WVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_WREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_BRESP</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_BID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_BVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_BREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_RID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">5</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_RDATA</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">63</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_RRESP</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_RLAST</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_RVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>mem3_RREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_ARADDR</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_ARPROT</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_ARREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_ARVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_AWADDR</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_AWPROT</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">2</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_AWREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_AWVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_WDATA</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_WSTRB</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">3</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_WVALID</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_WREADY</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_BRESP</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_BVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_BREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_RDATA</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">31</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_RRESP</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:vector> <spirit:left spirit:format="long">1</spirit:left> <spirit:right spirit:format="long">0</spirit:right> </spirit:vector> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic_vector</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_RVALID</spirit:name> <spirit:wire> <spirit:direction>out</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> </spirit:wire> </spirit:port> <spirit:port> <spirit:name>csr_RREADY</spirit:name> <spirit:wire> <spirit:direction>in</spirit:direction> <spirit:wireTypeDefs> <spirit:wireTypeDef> <spirit:typeName>std_logic</spirit:typeName> <spirit:viewNameRef>xilinx_verilogsynthesis</spirit:viewNameRef> <spirit:viewNameRef>xilinx_verilogbehavioralsimulation</spirit:viewNameRef> </spirit:wireTypeDef> </spirit:wireTypeDefs> <spirit:driver> <spirit:defaultValue spirit:format="long">0</spirit:defaultValue> </spirit:driver> </spirit:wire> </spirit:port> </spirit:ports> </spirit:model> <spirit:choices> <spirit:choice> <spirit:name>choice_list_7a91b114</spirit:name> <spirit:enumeration>0</spirit:enumeration> <spirit:enumeration>1</spirit:enumeration> <spirit:enumeration>2</spirit:enumeration> <spirit:enumeration>3</spirit:enumeration> <spirit:enumeration>4</spirit:enumeration> </spirit:choice> <spirit:choice> <spirit:name>choice_list_9d8b0d81</spirit:name> <spirit:enumeration>ACTIVE_HIGH</spirit:enumeration> <spirit:enumeration>ACTIVE_LOW</spirit:enumeration> </spirit:choice> </spirit:choices> <spirit:fileSets> <spirit:fileSet> <spirit:name>xilinx_verilogsynthesis_view_fileset</spirit:name> <spirit:file> <spirit:name>src/Q_srl.v</spirit:name> <spirit:fileType>verilogSource</spirit:fileType> </spirit:file> <spirit:file> <spirit:name>ZedBoardWrapper.v</spirit:name> <spirit:fileType>verilogSource</spirit:fileType> <spirit:userFileType>CHECKSUM_df9da575</spirit:userFileType> </spirit:file> </spirit:fileSet> <spirit:fileSet> <spirit:name>xilinx_verilogbehavioralsimulation_view_fileset</spirit:name> <spirit:file> <spirit:name>src/Q_srl.v</spirit:name> <spirit:fileType>verilogSource</spirit:fileType> </spirit:file> <spirit:file> <spirit:name>ZedBoardWrapper.v</spirit:name> <spirit:fileType>verilogSource</spirit:fileType> </spirit:file> </spirit:fileSet> <spirit:fileSet> <spirit:name>xilinx_xpgui_view_fileset</spirit:name> <spirit:file> <spirit:name>xgui/ZedBoardWrapper_v2_0.tcl</spirit:name> <spirit:fileType>tclSource</spirit:fileType> <spirit:userFileType>CHECKSUM_5abd2096</spirit:userFileType> <spirit:userFileType>XGUI_VERSION_2</spirit:userFileType> </spirit:file> </spirit:fileSet> </spirit:fileSets> <spirit:description>ZedBoardWrapper_v1_0</spirit:description> <spirit:parameters> <spirit:parameter> <spirit:name>Component_Name</spirit:name> <spirit:value spirit:resolve="user" spirit:id="PARAM_VALUE.Component_Name" spirit:order="1">ZedBoardWrapper_v1_0</spirit:value> </spirit:parameter> <spirit:parameter> <spirit:name>NUM_MEM_PORTS</spirit:name> <spirit:displayName>Number of memory access ports</spirit:displayName> <spirit:value spirit:format="long" spirit:resolve="user" spirit:id="PARAM_VALUE.NUM_MEM_PORTS" spirit:choiceRef="choice_list_7a91b114">1</spirit:value> </spirit:parameter> </spirit:parameters> <spirit:vendorExtensions> <xilinx:coreExtensions> <xilinx:supportedFamilies> <xilinx:family xilinx:lifeCycle="Production">zynq</xilinx:family> </xilinx:supportedFamilies> <xilinx:taxonomies> <xilinx:taxonomy>/BaseIP</xilinx:taxonomy> </xilinx:taxonomies> <xilinx:displayName>ZedBoardWrapper_v1_0</xilinx:displayName> <xilinx:coreRevision>1</xilinx:coreRevision> <xilinx:upgrades> <xilinx:canUpgradeFrom>user.org:user:ZedBoardWrapper:1.0</xilinx:canUpgradeFrom> <xilinx:canUpgradeFrom>ntnueecs:eecsaccel:ZedBoardWrapper:1.0</xilinx:canUpgradeFrom> </xilinx:upgrades> <xilinx:coreCreationDateTime>2021-04-23T09:43:44Z</xilinx:coreCreationDateTime> <xilinx:tags> <xilinx:tag xilinx:name="nopcore"/> <xilinx:tag xilinx:name="user.org:user:ZedBoardWrapper:1.0_ARCHIVE_LOCATION">/home/maltanar/Dropbox/PhD/ip-repo/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ntnueecs:user:ZedBoardWrapper:1.0_ARCHIVE_LOCATION">/home/maltanar/Dropbox/PhD/ip-repo/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ntnueecs:eecsaccel:ZedBoardWrapper:1.0_ARCHIVE_LOCATION">/home/maltanar/Dropbox/PhD/ip-repo/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@64dde89f_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@32ea30df_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@7435253c_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@295edb74_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@b86a139_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@2b9659c9_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@527299f_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@42ea03e1_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@58824203_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@6b67c022_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@4bd6c04e_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@71d28c50_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@98e23ad_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@562ca6e6_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@761697b1_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@54b05ad4_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@71618acf_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@23edcf86_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@674d41b_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@2371cc51_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@6bcb8e1e_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@31ad7ae7_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@24bb0376_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@67290a90_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@4d4539d8_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@7ff9c65e_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@3b8b4480_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@25764ca1_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@72ea0bba_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@7b01ff8d_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@4b6e0296_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@46bae5e1_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@e467b88_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@7943cdc8_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@6079a312_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@ad9d763_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> <xilinx:tag xilinx:name="ui.data.coregen.dd@3b12039b_ARCHIVE_LOCATION">/home/erling/dev/chisel/auction-accelerator/fpga-tidbits/src/main/resources/vivado-ip-cores/ZedBoardWrapper</xilinx:tag> </xilinx:tags> </xilinx:coreExtensions> <xilinx:packagingInfo> <xilinx:xilinxVersion>2020.1</xilinx:xilinxVersion> <xilinx:checksum xilinx:scope="busInterfaces" xilinx:value="c161316c"/> <xilinx:checksum xilinx:scope="addressSpaces" xilinx:value="228d07e5"/> <xilinx:checksum xilinx:scope="memoryMaps" xilinx:value="fb035809"/> <xilinx:checksum xilinx:scope="fileGroups" xilinx:value="39c96f16"/> <xilinx:checksum xilinx:scope="ports" xilinx:value="9449ca36"/> <xilinx:checksum xilinx:scope="parameters" xilinx:value="9a8cf081"/> </xilinx:packagingInfo> </spirit:vendorExtensions> </spirit:component>
41.758481
199
0.608747
80014d9b7dd0cbc23d9c9d51c2e656d538f935c5
1,277
csproj
XML
src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj
O2-Bionics/O2NextGen
2d83bbeb7ee549da21f57c45cffe7737f0ba6e0b
[ "MIT" ]
3
2021-11-17T03:34:05.000Z
2021-12-22T15:33:39.000Z
src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj
O2-Bionics/O2NextGen
2d83bbeb7ee549da21f57c45cffe7737f0ba6e0b
[ "MIT" ]
193
2021-10-06T20:24:02.000Z
2022-03-30T20:41:51.000Z
src/Services/on-tracker/O2NextGen.OnTracker.Api/O2NextGen.OnTracker.Api.csproj
O2-Bionics/O2NextGen
2d83bbeb7ee549da21f57c45cffe7737f0ba6e0b
[ "MIT" ]
2
2021-11-12T16:20:50.000Z
2021-11-17T03:35:41.000Z
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp2.2</TargetFramework> </PropertyGroup> <ItemGroup> <Folder Include="wwwroot\" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.App" /> <PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="1.1.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\O2NextGen.OnTracker.Business\O2NextGen.OnTracker.Business.csproj" /> <ProjectReference Include="..\O2NextGen.OnTracker.Data\O2NextGen.OnTracker.Data.csproj" /> <ProjectReference Include="..\O2NextGen.OnTracker.Impl\O2NextGen.OnTracker.Impl.csproj" /> <ProjectReference Include="..\O2NextGen.Tracker.DbUtility\O2NextGen.Tracker.DbUtility.csproj" /> </ItemGroup> <ItemGroup> <None Update="geoip\GeoLite2-City.mmdb"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <None Remove="geoip\**" /> </ItemGroup> <ItemGroup> <Compile Remove="geoip\**" /> </ItemGroup> <ItemGroup> <EmbeddedResource Remove="geoip\**" /> </ItemGroup> <ItemGroup> <Content Remove="geoip\**" /> </ItemGroup> </Project>
29.022727
104
0.700078