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
faed158f9e54af0dee2fa50c0275f495ac114ac7
3,874
xml
XML
cjw/pom.xml
chrisqu97/cjw_all
a4e03b7584a4ad2b73fbd6fcf22b2f8512bc39e8
[ "MIT" ]
null
null
null
cjw/pom.xml
chrisqu97/cjw_all
a4e03b7584a4ad2b73fbd6fcf22b2f8512bc39e8
[ "MIT" ]
null
null
null
cjw/pom.xml
chrisqu97/cjw_all
a4e03b7584a4ad2b73fbd6fcf22b2f8512bc39e8
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.cjw</groupId> <artifactId>cjw</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>cjw</name> <description>Demo project for Spring Boot</description> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.9.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>1.4.7.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.0.27</version> </dependency> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.4.0</version> </dependency> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-spring</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>4.1.0</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.26</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.16.18</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.47</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk16</artifactId> <version>1.46</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-core</artifactId> <version>0.8</version> </dependency> <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-integration</artifactId> <version>0.8</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> <version>1.3.3</version> <configuration> <configurationFile>src/main/resources/generatorConfig.xml</configurationFile> <overwrite>true</overwrite> </configuration> </plugin> </plugins> </build> </project>
25.655629
104
0.709344
1ed138e4c3ed0b9d4bb51111c17c7fd9334da8c2
30,499
xml
XML
misc/iam-online-handwriting-database/lineStrokes/p10/p10-305/p10-305z-05.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/p10/p10-305/p10-305z-05.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/p10/p10-305/p10-305z-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="6358" y="4048"/> <VerticallyOppositeCoords x="928" y="4048"/> <HorizontallyOppositeCoords x="6358" y="3550"/> </WhiteboardDescription> <StrokeSet> <Stroke colour="black" start_time="14983021.57" end_time="14983021.80"> <Point x="940" y="3738" time="14983021.57"/> <Point x="932" y="3746" time="14983021.59"/> <Point x="928" y="3761" time="14983021.60"/> <Point x="930" y="3793" time="14983021.61"/> <Point x="931" y="3834" time="14983021.63"/> <Point x="930" y="3870" time="14983021.64"/> <Point x="931" y="3909" time="14983021.66"/> <Point x="935" y="3938" time="14983021.67"/> <Point x="938" y="3954" time="14983021.69"/> <Point x="938" y="3958" time="14983021.70"/> <Point x="940" y="3950" time="14983021.71"/> <Point x="943" y="3935" time="14983021.73"/> <Point x="950" y="3902" time="14983021.74"/> <Point x="960" y="3867" time="14983021.76"/> <Point x="977" y="3836" time="14983021.77"/> <Point x="998" y="3807" time="14983021.78"/> <Point x="1022" y="3788" time="14983021.80"/> </Stroke> <Stroke colour="black" start_time="14983022.06" end_time="14983022.24"> <Point x="1147" y="3784" time="14983022.06"/> <Point x="1139" y="3829" time="14983022.08"/> <Point x="1137" y="3867" time="14983022.09"/> <Point x="1142" y="3904" time="14983022.11"/> <Point x="1149" y="3928" time="14983022.12"/> <Point x="1156" y="3932" time="14983022.14"/> <Point x="1165" y="3928" time="14983022.15"/> <Point x="1175" y="3908" time="14983022.16"/> <Point x="1188" y="3883" time="14983022.18"/> <Point x="1193" y="3847" time="14983022.19"/> <Point x="1199" y="3819" time="14983022.21"/> <Point x="1208" y="3798" time="14983022.22"/> <Point x="1220" y="3782" time="14983022.24"/> </Stroke> <Stroke colour="black" start_time="14983022.37" end_time="14983022.66"> <Point x="1291" y="3730" time="14983022.37"/> <Point x="1288" y="3738" time="14983022.38"/> <Point x="1286" y="3766" time="14983022.40"/> <Point x="1285" y="3803" time="14983022.41"/> <Point x="1283" y="3839" time="14983022.43"/> <Point x="1286" y="3875" time="14983022.44"/> <Point x="1287" y="3894" time="14983022.46"/> <Point x="1288" y="3899" time="14983022.47"/> <Point x="1288" y="3899" time="14983022.48"/> <Point x="1293" y="3890" time="14983022.50"/> <Point x="1299" y="3863" time="14983022.51"/> <Point x="1310" y="3821" time="14983022.53"/> <Point x="1324" y="3788" time="14983022.54"/> <Point x="1339" y="3779" time="14983022.56"/> <Point x="1348" y="3778" time="14983022.57"/> <Point x="1356" y="3786" time="14983022.59"/> <Point x="1362" y="3805" time="14983022.60"/> <Point x="1365" y="3830" time="14983022.62"/> <Point x="1370" y="3861" time="14983022.63"/> <Point x="1374" y="3877" time="14983022.64"/> <Point x="1377" y="3880" time="14983022.66"/> </Stroke> <Stroke colour="black" start_time="14983022.78" end_time="14983023.02"> <Point x="1447" y="3725" time="14983022.78"/> <Point x="1445" y="3758" time="14983022.80"/> <Point x="1442" y="3798" time="14983022.81"/> <Point x="1443" y="3851" time="14983022.83"/> <Point x="1445" y="3886" time="14983022.84"/> <Point x="1447" y="3899" time="14983022.86"/> <Point x="1447" y="3894" time="14983022.87"/> <Point x="1451" y="3877" time="14983022.88"/> <Point x="1456" y="3850" time="14983022.90"/> <Point x="1464" y="3812" time="14983022.91"/> <Point x="1476" y="3783" time="14983022.93"/> <Point x="1490" y="3773" time="14983022.94"/> <Point x="1500" y="3776" time="14983022.96"/> <Point x="1509" y="3791" time="14983022.97"/> <Point x="1513" y="3811" time="14983022.99"/> <Point x="1520" y="3830" time="14983023.00"/> <Point x="1524" y="3841" time="14983023.02"/> </Stroke> <Stroke colour="black" start_time="14983023.16" end_time="14983023.22"> <Point x="1590" y="3870" time="14983023.16"/> <Point x="1592" y="3874" time="14983023.18"/> <Point x="1592" y="3865" time="14983023.19"/> <Point x="1594" y="3853" time="14983023.21"/> <Point x="1594" y="3820" time="14983023.22"/> </Stroke> <Stroke colour="black" start_time="14983023.33" end_time="14983023.39"> <Point x="1611" y="3632" time="14983023.33"/> <Point x="1615" y="3636" time="14983023.35"/> <Point x="1615" y="3631" time="14983023.37"/> <Point x="1615" y="3631" time="14983023.38"/> <Point x="1615" y="3631" time="14983023.39"/> </Stroke> <Stroke colour="black" start_time="14983023.65" end_time="14983023.77"> <Point x="1707" y="3733" time="14983023.65"/> <Point x="1706" y="3766" time="14983023.67"/> <Point x="1705" y="3803" time="14983023.68"/> <Point x="1707" y="3843" time="14983023.69"/> <Point x="1709" y="3875" time="14983023.71"/> <Point x="1710" y="3892" time="14983023.72"/> <Point x="1710" y="3899" time="14983023.74"/> <Point x="1712" y="3895" time="14983023.75"/> <Point x="1714" y="3883" time="14983023.77"/> </Stroke> <Stroke colour="black" start_time="14983024.46" end_time="14983024.69"> <Point x="1730" y="3802" time="14983024.46"/> <Point x="1729" y="3799" time="14983024.48"/> <Point x="1732" y="3790" time="14983024.49"/> <Point x="1742" y="3776" time="14983024.51"/> <Point x="1756" y="3757" time="14983024.52"/> <Point x="1788" y="3730" time="14983024.56"/> <Point x="1802" y="3737" time="14983024.57"/> <Point x="1814" y="3750" time="14983024.58"/> <Point x="1827" y="3780" time="14983024.59"/> <Point x="1831" y="3812" time="14983024.61"/> <Point x="1827" y="3845" time="14983024.62"/> <Point x="1826" y="3874" time="14983024.64"/> <Point x="1824" y="3891" time="14983024.65"/> <Point x="1824" y="3895" time="14983024.67"/> <Point x="1826" y="3890" time="14983024.68"/> <Point x="1831" y="3873" time="14983024.69"/> </Stroke> <Stroke colour="black" start_time="14983024.95" end_time="14983025.37"> <Point x="1988" y="3714" time="14983024.95"/> <Point x="1940" y="3709" time="14983025.02"/> <Point x="1921" y="3718" time="14983025.03"/> <Point x="1901" y="3735" time="14983025.05"/> <Point x="1888" y="3763" time="14983025.06"/> <Point x="1883" y="3796" time="14983025.07"/> <Point x="1886" y="3833" time="14983025.09"/> <Point x="1894" y="3860" time="14983025.10"/> <Point x="1900" y="3871" time="14983025.12"/> <Point x="1911" y="3872" time="14983025.13"/> <Point x="1920" y="3858" time="14983025.15"/> <Point x="1930" y="3835" time="14983025.16"/> <Point x="1939" y="3800" time="14983025.18"/> <Point x="1948" y="3769" time="14983025.19"/> <Point x="1955" y="3747" time="14983025.21"/> <Point x="1961" y="3742" time="14983025.22"/> <Point x="1972" y="3755" time="14983025.23"/> <Point x="1984" y="3773" time="14983025.25"/> <Point x="2001" y="3810" time="14983025.26"/> <Point x="2016" y="3860" time="14983025.28"/> <Point x="2014" y="3918" time="14983025.29"/> <Point x="2006" y="3969" time="14983025.31"/> <Point x="1988" y="4010" time="14983025.32"/> <Point x="1963" y="4037" time="14983025.34"/> <Point x="1930" y="4048" time="14983025.35"/> <Point x="1889" y="4041" time="14983025.37"/> </Stroke> <Stroke colour="black" start_time="14983028.02" end_time="14983028.32"> <Point x="2340" y="3579" time="14983028.02"/> <Point x="2332" y="3582" time="14983028.04"/> <Point x="2327" y="3605" time="14983028.06"/> <Point x="2322" y="3641" time="14983028.07"/> <Point x="2318" y="3689" time="14983028.09"/> <Point x="2312" y="3742" time="14983028.10"/> <Point x="2314" y="3792" time="14983028.11"/> <Point x="2315" y="3812" time="14983028.13"/> <Point x="2318" y="3821" time="14983028.14"/> <Point x="2322" y="3815" time="14983028.16"/> <Point x="2331" y="3795" time="14983028.17"/> <Point x="2345" y="3764" time="14983028.19"/> <Point x="2361" y="3734" time="14983028.20"/> <Point x="2378" y="3723" time="14983028.22"/> <Point x="2391" y="3727" time="14983028.23"/> <Point x="2401" y="3744" time="14983028.25"/> <Point x="2408" y="3771" time="14983028.26"/> <Point x="2415" y="3799" time="14983028.27"/> <Point x="2420" y="3814" time="14983028.29"/> <Point x="2428" y="3815" time="14983028.30"/> <Point x="2435" y="3804" time="14983028.32"/> </Stroke> <Stroke colour="black" start_time="14983028.47" end_time="14983028.59"> <Point x="2523" y="3653" time="14983028.47"/> <Point x="2516" y="3677" time="14983028.49"/> <Point x="2515" y="3713" time="14983028.51"/> <Point x="2514" y="3748" time="14983028.52"/> <Point x="2514" y="3778" time="14983028.53"/> <Point x="2517" y="3798" time="14983028.55"/> <Point x="2517" y="3807" time="14983028.56"/> <Point x="2515" y="3799" time="14983028.57"/> <Point x="2511" y="3775" time="14983028.59"/> </Stroke> <Stroke colour="black" start_time="14983028.68" end_time="14983028.72"> <Point x="2536" y="3588" time="14983028.68"/> <Point x="2538" y="3587" time="14983028.69"/> <Point x="2536" y="3583" time="14983028.71"/> <Point x="2538" y="3586" time="14983028.72"/> </Stroke> <Stroke colour="black" start_time="14983028.88" end_time="14983029.12"> <Point x="2731" y="3622" time="14983028.88"/> <Point x="2732" y="3626" time="14983028.90"/> <Point x="2724" y="3626" time="14983028.92"/> <Point x="2719" y="3637" time="14983028.93"/> <Point x="2713" y="3658" time="14983028.94"/> <Point x="2706" y="3679" time="14983028.96"/> <Point x="2704" y="3701" time="14983028.97"/> <Point x="2708" y="3726" time="14983028.99"/> <Point x="2712" y="3747" time="14983029.00"/> <Point x="2714" y="3762" time="14983029.02"/> <Point x="2720" y="3778" time="14983029.03"/> <Point x="2722" y="3790" time="14983029.05"/> <Point x="2722" y="3798" time="14983029.06"/> <Point x="2719" y="3805" time="14983029.08"/> <Point x="2707" y="3814" time="14983029.09"/> <Point x="2690" y="3826" time="14983029.10"/> <Point x="2666" y="3828" time="14983029.12"/> </Stroke> <Stroke colour="black" start_time="14983029.34" end_time="14983029.64"> <Point x="2936" y="3576" time="14983029.34"/> <Point x="2941" y="3601" time="14983029.36"/> <Point x="2945" y="3635" time="14983029.38"/> <Point x="2945" y="3684" time="14983029.39"/> <Point x="2947" y="3742" time="14983029.40"/> <Point x="2945" y="3779" time="14983029.42"/> <Point x="2947" y="3801" time="14983029.44"/> <Point x="2953" y="3802" time="14983029.45"/> <Point x="2961" y="3784" time="14983029.46"/> <Point x="2977" y="3759" time="14983029.48"/> <Point x="2997" y="3720" time="14983029.49"/> <Point x="3022" y="3684" time="14983029.51"/> <Point x="3047" y="3670" time="14983029.52"/> <Point x="3064" y="3670" time="14983029.54"/> <Point x="3077" y="3685" time="14983029.55"/> <Point x="3085" y="3713" time="14983029.56"/> <Point x="3087" y="3739" time="14983029.58"/> <Point x="3093" y="3754" time="14983029.60"/> <Point x="3095" y="3757" time="14983029.61"/> <Point x="3100" y="3755" time="14983029.62"/> <Point x="3106" y="3742" time="14983029.64"/> </Stroke> <Stroke colour="black" start_time="14983029.79" end_time="14983030.43"> <Point x="3214" y="3641" time="14983029.79"/> <Point x="3204" y="3657" time="14983029.81"/> <Point x="3189" y="3674" time="14983029.82"/> <Point x="3180" y="3703" time="14983029.84"/> <Point x="3171" y="3737" time="14983029.85"/> <Point x="3169" y="3776" time="14983029.87"/> <Point x="3169" y="3802" time="14983029.88"/> <Point x="3173" y="3819" time="14983029.90"/> <Point x="3173" y="3814" time="14983029.91"/> <Point x="3177" y="3807" time="14983029.93"/> <Point x="3184" y="3789" time="14983029.94"/> <Point x="3194" y="3761" time="14983029.96"/> <Point x="3209" y="3729" time="14983029.97"/> <Point x="3221" y="3703" time="14983029.98"/> <Point x="3232" y="3691" time="14983030.00"/> <Point x="3239" y="3691" time="14983030.02"/> <Point x="3246" y="3706" time="14983030.03"/> <Point x="3252" y="3730" time="14983030.04"/> <Point x="3254" y="3757" time="14983030.06"/> <Point x="3254" y="3780" time="14983030.07"/> <Point x="3255" y="3790" time="14983030.09"/> <Point x="3262" y="3790" time="14983030.10"/> <Point x="3268" y="3773" time="14983030.12"/> <Point x="3279" y="3742" time="14983030.13"/> <Point x="3286" y="3705" time="14983030.14"/> <Point x="3299" y="3682" time="14983030.16"/> <Point x="3313" y="3682" time="14983030.18"/> <Point x="3322" y="3696" time="14983030.19"/> <Point x="3329" y="3720" time="14983030.20"/> <Point x="3332" y="3752" time="14983030.22"/> <Point x="3341" y="3775" time="14983030.23"/> <Point x="3344" y="3773" time="14983030.25"/> <Point x="3354" y="3762" time="14983030.26"/> <Point x="3363" y="3737" time="14983030.27"/> <Point x="3380" y="3712" time="14983030.29"/> <Point x="3396" y="3687" time="14983030.30"/> <Point x="3409" y="3682" time="14983030.32"/> <Point x="3421" y="3694" time="14983030.33"/> <Point x="3432" y="3720" time="14983030.35"/> <Point x="3436" y="3747" time="14983030.36"/> <Point x="3445" y="3770" time="14983030.37"/> <Point x="3452" y="3774" time="14983030.39"/> <Point x="3459" y="3770" time="14983030.41"/> <Point x="3460" y="3754" time="14983030.42"/> <Point x="3472" y="3737" time="14983030.43"/> </Stroke> <Stroke colour="black" start_time="14983030.56" end_time="14983030.91"> <Point x="3580" y="3667" time="14983030.56"/> <Point x="3576" y="3670" time="14983030.58"/> <Point x="3566" y="3673" time="14983030.59"/> <Point x="3554" y="3681" time="14983030.61"/> <Point x="3550" y="3703" time="14983030.62"/> <Point x="3545" y="3736" time="14983030.64"/> <Point x="3544" y="3775" time="14983030.65"/> <Point x="3552" y="3814" time="14983030.67"/> <Point x="3558" y="3834" time="14983030.68"/> <Point x="3567" y="3841" time="14983030.70"/> <Point x="3576" y="3831" time="14983030.71"/> <Point x="3588" y="3807" time="14983030.73"/> <Point x="3597" y="3764" time="14983030.74"/> <Point x="3608" y="3706" time="14983030.75"/> <Point x="3618" y="3635" time="14983030.77"/> <Point x="3630" y="3582" time="14983030.78"/> <Point x="3639" y="3564" time="14983030.80"/> <Point x="3647" y="3573" time="14983030.81"/> <Point x="3648" y="3588" time="14983030.83"/> <Point x="3653" y="3629" time="14983030.84"/> <Point x="3662" y="3687" time="14983030.86"/> <Point x="3664" y="3744" time="14983030.87"/> <Point x="3668" y="3795" time="14983030.89"/> <Point x="3666" y="3822" time="14983030.90"/> <Point x="3665" y="3822" time="14983030.91"/> </Stroke> <Stroke colour="black" start_time="14983031.49" end_time="14983031.61"> <Point x="4009" y="3569" time="14983031.49"/> <Point x="4007" y="3613" time="14983031.50"/> <Point x="4009" y="3658" time="14983031.52"/> <Point x="4013" y="3708" time="14983031.54"/> <Point x="4021" y="3752" time="14983031.55"/> <Point x="4027" y="3788" time="14983031.56"/> <Point x="4025" y="3806" time="14983031.58"/> <Point x="4017" y="3807" time="14983031.60"/> <Point x="4005" y="3791" time="14983031.61"/> </Stroke> <Stroke colour="black" start_time="14983031.71" end_time="14983031.83"> <Point x="3951" y="3665" time="14983031.71"/> <Point x="3956" y="3666" time="14983031.73"/> <Point x="3957" y="3660" time="14983031.75"/> <Point x="3973" y="3652" time="14983031.76"/> <Point x="3999" y="3645" time="14983031.77"/> <Point x="4029" y="3637" time="14983031.79"/> <Point x="4059" y="3632" time="14983031.80"/> <Point x="4082" y="3627" time="14983031.81"/> <Point x="4097" y="3615" time="14983031.83"/> </Stroke> <Stroke colour="black" start_time="14983031.95" end_time="14983032.18"> <Point x="4145" y="3550" time="14983031.95"/> <Point x="4144" y="3573" time="14983031.96"/> <Point x="4143" y="3600" time="14983031.98"/> <Point x="4147" y="3645" time="14983031.99"/> <Point x="4154" y="3693" time="14983032.01"/> <Point x="4153" y="3730" time="14983032.02"/> <Point x="4155" y="3744" time="14983032.04"/> <Point x="4155" y="3744" time="14983032.05"/> <Point x="4164" y="3737" time="14983032.07"/> <Point x="4167" y="3713" time="14983032.08"/> <Point x="4172" y="3682" time="14983032.09"/> <Point x="4179" y="3659" time="14983032.11"/> <Point x="4191" y="3660" time="14983032.12"/> <Point x="4201" y="3672" time="14983032.14"/> <Point x="4208" y="3693" time="14983032.15"/> <Point x="4215" y="3723" time="14983032.17"/> <Point x="4220" y="3742" time="14983032.18"/> </Stroke> <Stroke colour="black" start_time="14983032.51" end_time="14983032.63"> <Point x="4296" y="3764" time="14983032.51"/> <Point x="4297" y="3764" time="14983032.52"/> <Point x="4297" y="3753" time="14983032.54"/> <Point x="4295" y="3732" time="14983032.55"/> <Point x="4297" y="3703" time="14983032.57"/> <Point x="4309" y="3672" time="14983032.58"/> <Point x="4333" y="3650" time="14983032.60"/> <Point x="4350" y="3640" time="14983032.61"/> <Point x="4373" y="3645" time="14983032.63"/> </Stroke> <Stroke colour="black" start_time="14983032.86" end_time="14983033.09"> <Point x="4476" y="3746" time="14983032.86"/> <Point x="4468" y="3747" time="14983032.87"/> <Point x="4459" y="3740" time="14983032.89"/> <Point x="4449" y="3722" time="14983032.91"/> <Point x="4450" y="3703" time="14983032.92"/> <Point x="4456" y="3682" time="14983032.93"/> <Point x="4468" y="3658" time="14983032.95"/> <Point x="4485" y="3641" time="14983032.96"/> <Point x="4509" y="3642" time="14983032.98"/> <Point x="4529" y="3656" time="14983032.99"/> <Point x="4538" y="3675" time="14983033.01"/> <Point x="4544" y="3701" time="14983033.02"/> <Point x="4541" y="3728" time="14983033.04"/> <Point x="4529" y="3751" time="14983033.05"/> <Point x="4510" y="3768" time="14983033.07"/> <Point x="4491" y="3770" time="14983033.08"/> <Point x="4478" y="3766" time="14983033.09"/> </Stroke> <Stroke colour="black" start_time="14983033.30" end_time="14983033.48"> <Point x="4610" y="3677" time="14983033.30"/> <Point x="4608" y="3713" time="14983033.31"/> <Point x="4608" y="3746" time="14983033.33"/> <Point x="4618" y="3775" time="14983033.34"/> <Point x="4627" y="3788" time="14983033.36"/> <Point x="4630" y="3785" time="14983033.37"/> <Point x="4642" y="3774" time="14983033.39"/> <Point x="4646" y="3748" time="14983033.40"/> <Point x="4650" y="3715" time="14983033.42"/> <Point x="4651" y="3687" time="14983033.43"/> <Point x="4654" y="3665" time="14983033.44"/> <Point x="4659" y="3660" time="14983033.46"/> <Point x="4664" y="3660" time="14983033.48"/> </Stroke> <Stroke colour="black" start_time="14983033.63" end_time="14983033.70"> <Point x="4779" y="3663" time="14983033.63"/> <Point x="4775" y="3662" time="14983033.65"/> <Point x="4773" y="3663" time="14983033.66"/> <Point x="4768" y="3669" time="14983033.68"/> <Point x="4758" y="3684" time="14983033.70"/> </Stroke> <Stroke colour="black" start_time="14983033.74" end_time="14983033.96"> <Point x="4748" y="3788" time="14983033.74"/> <Point x="4751" y="3812" time="14983033.75"/> <Point x="4753" y="3817" time="14983033.77"/> <Point x="4755" y="3808" time="14983033.78"/> <Point x="4765" y="3793" time="14983033.80"/> <Point x="4770" y="3776" time="14983033.81"/> <Point x="4778" y="3773" time="14983033.82"/> <Point x="4789" y="3785" time="14983033.84"/> <Point x="4794" y="3813" time="14983033.86"/> <Point x="4800" y="3854" time="14983033.87"/> <Point x="4801" y="3904" time="14983033.88"/> <Point x="4789" y="3949" time="14983033.90"/> <Point x="4776" y="3990" time="14983033.91"/> <Point x="4749" y="4010" time="14983033.93"/> <Point x="4726" y="4016" time="14983033.94"/> <Point x="4697" y="4004" time="14983033.96"/> </Stroke> <Stroke colour="black" start_time="14983034.15" end_time="14983034.39"> <Point x="4881" y="3564" time="14983034.15"/> <Point x="4884" y="3590" time="14983034.17"/> <Point x="4886" y="3624" time="14983034.19"/> <Point x="4890" y="3678" time="14983034.20"/> <Point x="4897" y="3736" time="14983034.22"/> <Point x="4900" y="3785" time="14983034.23"/> <Point x="4900" y="3807" time="14983034.24"/> <Point x="4900" y="3807" time="14983034.26"/> <Point x="4907" y="3790" time="14983034.27"/> <Point x="4916" y="3756" time="14983034.29"/> <Point x="4934" y="3713" time="14983034.30"/> <Point x="4953" y="3687" time="14983034.32"/> <Point x="4970" y="3685" time="14983034.33"/> <Point x="4984" y="3706" time="14983034.34"/> <Point x="4992" y="3739" time="14983034.36"/> <Point x="4998" y="3773" time="14983034.37"/> <Point x="5003" y="3793" time="14983034.39"/> </Stroke> <Stroke colour="black" start_time="14983034.68" end_time="14983034.91"> <Point x="5239" y="3569" time="14983034.68"/> <Point x="5235" y="3612" time="14983034.69"/> <Point x="5237" y="3659" time="14983034.71"/> <Point x="5238" y="3702" time="14983034.73"/> <Point x="5240" y="3737" time="14983034.74"/> <Point x="5235" y="3754" time="14983034.75"/> <Point x="5236" y="3759" time="14983034.77"/> <Point x="5238" y="3751" time="14983034.79"/> <Point x="5248" y="3732" time="14983034.80"/> <Point x="5263" y="3702" time="14983034.81"/> <Point x="5280" y="3677" time="14983034.83"/> <Point x="5298" y="3667" time="14983034.84"/> <Point x="5303" y="3673" time="14983034.85"/> <Point x="5314" y="3698" time="14983034.87"/> <Point x="5322" y="3727" time="14983034.89"/> <Point x="5324" y="3743" time="14983034.90"/> <Point x="5328" y="3750" time="14983034.91"/> </Stroke> <Stroke colour="black" start_time="14983035.06" end_time="14983035.29"> <Point x="5370" y="3744" time="14983035.06"/> <Point x="5373" y="3752" time="14983035.07"/> <Point x="5372" y="3747" time="14983035.09"/> <Point x="5383" y="3741" time="14983035.10"/> <Point x="5397" y="3723" time="14983035.12"/> <Point x="5405" y="3694" time="14983035.13"/> <Point x="5409" y="3663" time="14983035.15"/> <Point x="5402" y="3641" time="14983035.16"/> <Point x="5399" y="3638" time="14983035.17"/> <Point x="5391" y="3649" time="14983035.19"/> <Point x="5376" y="3667" time="14983035.20"/> <Point x="5374" y="3701" time="14983035.22"/> <Point x="5372" y="3747" time="14983035.23"/> <Point x="5376" y="3793" time="14983035.25"/> <Point x="5390" y="3819" time="14983035.26"/> <Point x="5402" y="3823" time="14983035.28"/> <Point x="5411" y="3819" time="14983035.29"/> </Stroke> <Stroke colour="black" start_time="14983035.53" end_time="14983035.71"> <Point x="5499" y="3693" time="14983035.53"/> <Point x="5494" y="3724" time="14983035.54"/> <Point x="5495" y="3756" time="14983035.56"/> <Point x="5504" y="3782" time="14983035.57"/> <Point x="5506" y="3793" time="14983035.59"/> <Point x="5507" y="3790" time="14983035.60"/> <Point x="5510" y="3782" time="14983035.62"/> <Point x="5516" y="3762" time="14983035.63"/> <Point x="5526" y="3729" time="14983035.65"/> <Point x="5543" y="3695" time="14983035.66"/> <Point x="5564" y="3682" time="14983035.67"/> <Point x="5590" y="3688" time="14983035.69"/> <Point x="5610" y="3701" time="14983035.71"/> </Stroke> <Stroke colour="black" start_time="14983036.15" end_time="14983036.44"> <Point x="5809" y="3616" time="14983036.15"/> <Point x="5803" y="3637" time="14983036.17"/> <Point x="5800" y="3682" time="14983036.18"/> <Point x="5800" y="3730" time="14983036.20"/> <Point x="5813" y="3771" time="14983036.21"/> <Point x="5827" y="3793" time="14983036.22"/> <Point x="5835" y="3795" time="14983036.24"/> <Point x="5841" y="3788" time="14983036.26"/> <Point x="5849" y="3771" time="14983036.27"/> <Point x="5860" y="3750" time="14983036.28"/> <Point x="5877" y="3720" time="14983036.30"/> <Point x="5892" y="3698" time="14983036.31"/> <Point x="5903" y="3697" time="14983036.33"/> <Point x="5915" y="3715" time="14983036.34"/> <Point x="5918" y="3739" time="14983036.36"/> <Point x="5917" y="3766" time="14983036.37"/> <Point x="5925" y="3788" time="14983036.39"/> <Point x="5928" y="3790" time="14983036.40"/> <Point x="5932" y="3787" time="14983036.42"/> <Point x="5932" y="3773" time="14983036.43"/> <Point x="5937" y="3752" time="14983036.44"/> </Stroke> <Stroke colour="black" start_time="14983036.56" end_time="14983036.97"> <Point x="6058" y="3674" time="14983036.56"/> <Point x="6054" y="3672" time="14983036.58"/> <Point x="6050" y="3672" time="14983036.60"/> <Point x="6049" y="3673" time="14983036.61"/> <Point x="6036" y="3670" time="14983036.62"/> <Point x="6023" y="3674" time="14983036.64"/> <Point x="6005" y="3680" time="14983036.66"/> <Point x="5985" y="3693" time="14983036.67"/> <Point x="5973" y="3723" time="14983036.68"/> <Point x="5963" y="3764" time="14983036.70"/> <Point x="5964" y="3810" time="14983036.71"/> <Point x="5972" y="3840" time="14983036.73"/> <Point x="5984" y="3851" time="14983036.74"/> <Point x="5996" y="3848" time="14983036.76"/> <Point x="6007" y="3826" time="14983036.77"/> <Point x="6018" y="3798" time="14983036.78"/> <Point x="6022" y="3759" time="14983036.80"/> <Point x="6034" y="3721" time="14983036.81"/> <Point x="6044" y="3694" time="14983036.83"/> <Point x="6054" y="3693" time="14983036.84"/> <Point x="6057" y="3703" time="14983036.86"/> <Point x="6058" y="3722" time="14983036.87"/> <Point x="6057" y="3751" time="14983036.89"/> <Point x="6059" y="3783" time="14983036.90"/> <Point x="6062" y="3818" time="14983036.92"/> <Point x="6067" y="3846" time="14983036.93"/> <Point x="6067" y="3860" time="14983036.94"/> <Point x="6062" y="3859" time="14983036.96"/> <Point x="6065" y="3849" time="14983036.97"/> </Stroke> <Stroke colour="black" start_time="14983037.12" end_time="14983037.24"> <Point x="6124" y="3713" time="14983037.12"/> <Point x="6124" y="3734" time="14983037.14"/> <Point x="6123" y="3763" time="14983037.15"/> <Point x="6119" y="3802" time="14983037.17"/> <Point x="6127" y="3832" time="14983037.18"/> <Point x="6136" y="3841" time="14983037.20"/> <Point x="6133" y="3837" time="14983037.21"/> <Point x="6130" y="3828" time="14983037.22"/> <Point x="6124" y="3808" time="14983037.24"/> </Stroke> <Stroke colour="black" start_time="14983037.34" end_time="14983037.38"> <Point x="6127" y="3630" time="14983037.34"/> <Point x="6124" y="3627" time="14983037.35"/> <Point x="6127" y="3630" time="14983037.37"/> <Point x="6131" y="3639" time="14983037.38"/> </Stroke> <Stroke colour="black" start_time="14983037.55" end_time="14983037.73"> <Point x="6224" y="3694" time="14983037.55"/> <Point x="6222" y="3746" time="14983037.57"/> <Point x="6213" y="3794" time="14983037.59"/> <Point x="6217" y="3830" time="14983037.60"/> <Point x="6227" y="3844" time="14983037.62"/> <Point x="6230" y="3840" time="14983037.63"/> <Point x="6241" y="3824" time="14983037.65"/> <Point x="6249" y="3798" time="14983037.66"/> <Point x="6268" y="3771" time="14983037.67"/> <Point x="6288" y="3756" time="14983037.69"/> <Point x="6309" y="3753" time="14983037.71"/> <Point x="6337" y="3762" time="14983037.72"/> <Point x="6358" y="3775" time="14983037.73"/> </Stroke> <Stroke colour="black" start_time="14983039.74" end_time="14983039.80"> <Point x="6286" y="3885" time="14983039.74"/> <Point x="6293" y="3890" time="14983039.76"/> <Point x="6287" y="3890" time="14983039.77"/> <Point x="6288" y="3896" time="14983039.79"/> <Point x="6290" y="3900" time="14983039.80"/> </Stroke> </StrokeSet> </WhiteboardCaptureSession>
51.605753
75
0.562117
0f7431e62cce4f200da165fbe48d6d95bdd41149
6,466
xml
XML
Undergraduate Courses/TermProject-2020-2021-1/TrainingCourseProject/online-retailers-springboot-202010/pom.xml
kevinkda/UnivCourse_Java
9e0e236ddc622a2b0d6713cc47997725faca016b
[ "MIT" ]
1
2020-03-10T02:46:16.000Z
2020-03-10T02:46:16.000Z
Undergraduate Courses/TermProject-2020-2021-1/TrainingCourseProject/online-retailers-springboot-202010/pom.xml
kevinkda/UnivCourse_Java
9e0e236ddc622a2b0d6713cc47997725faca016b
[ "MIT" ]
2
2021-01-21T01:39:42.000Z
2021-12-09T23:12:50.000Z
Undergraduate Courses/TermProject-2020-2021-1/TrainingCourseProject/online-retailers-springboot-202010/pom.xml
kevinkda/UnivCourse_Java
9e0e236ddc622a2b0d6713cc47997725faca016b
[ "MIT" ]
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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.kevinkda.demo.proj</groupId> <artifactId>online-retailers-springboot-202010</artifactId> <version>0.0.1-SNAPSHOT</version> <name>online-retailers-springboot-202010</name> <description>Demo project for Spring Boot</description> <properties> <java.version>1.8</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <spring-boot.version>2.3.0.RELEASE</spring-boot.version> <mybatis-starter.version>2.1.2</mybatis-starter.version> <google.code.gson.version>[2.8.6,)</google.code.gson.version> <alibaba.druid.version>[1.1.21,)</alibaba.druid.version> <alibaba.fastjson.version>[1.2.68,)</alibaba.fastjson.version> <taobao.arthas.version>3.4.1</taobao.arthas.version> <java-utils.version>[3.1.2-SNAPSHOT,)</java-utils.version> <pagehelper.version>[1.2.5,)</pagehelper.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web-services</artifactId> </dependency> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.2</version> </dependency> <dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-jdbc</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.taobao.arthas</groupId> <artifactId>arthas-spring-boot-starter</artifactId> <version>3.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> <exclusions> <exclusion> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> </exclusion> </exclusions> </dependency> <!-- 自有项目依赖 java-utils--> <dependency> <groupId>com.kevinkda</groupId> <artifactId>java-utils</artifactId> <!-- <version>3.1.1</version>--> <!-- <version>3.1.0-RELEASE</version>--> <!-- <version>3.1.2-SNAPSHOT</version>--> <version>${java-utils.version}</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>${alibaba.druid.version}</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>${alibaba.fastjson.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${google.code.gson.version}</version> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>${spring-boot.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>2.3.0.RELEASE</version> <configuration> <mainClass>com.kevinkda.demo.proj.onlineretailers.springboot.b202010.OnlineRetailersSpringboot202010Application</mainClass> </configuration> <executions> <execution> <id>repackage</id> <goals> <goal>repackage</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
38.718563
143
0.563254
33ba471b88c3f80bed03ea2ca6fc5af368cb7cc6
794
xml
XML
salt-feature-source/feature.xml
infraling/pepperclipse
c663ba50758e7d4bb6b392f195a6cc4f73058f37
[ "Apache-2.0" ]
null
null
null
salt-feature-source/feature.xml
infraling/pepperclipse
c663ba50758e7d4bb6b392f195a6cc4f73058f37
[ "Apache-2.0" ]
null
null
null
salt-feature-source/feature.xml
infraling/pepperclipse
c663ba50758e7d4bb6b392f195a6cc4f73058f37
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <feature id="de.hu_berlin.german.korpling.saltnpepper.salt.source" label="Salt Source Feature for Integration into Atomic" version="1.2.0.qualifier" provider-name="Humboldt Univerity of Berlin, INRIA; Friedrich Schiller University Jena"> <plugin id="de.hu_berlin.german.korpling.saltnpepper.salt-graph.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin id="de.hu_berlin.german.korpling.saltnpepper.salt-saltCore.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> <plugin id="de.hu_berlin.german.korpling.saltnpepper.salt-saltCommon.source" download-size="0" install-size="0" version="0.0.0" unpack="false"/> </feature>
26.466667
90
0.688917
055dcc38885ff7243f7cc3082240542a21925aa1
1,590
xml
XML
app/src/main/res/layout/profile_info_header.xml
danielim/Opengur
83e4a0e8336b703a093f73cf2d453ec4da39d6a8
[ "Apache-2.0" ]
302
2015-05-15T02:57:44.000Z
2022-03-20T08:24:59.000Z
app/src/main/res/layout/profile_info_header.xml
danielim/Opengur
83e4a0e8336b703a093f73cf2d453ec4da39d6a8
[ "Apache-2.0" ]
52
2015-01-01T10:22:50.000Z
2015-04-28T22:01:04.000Z
app/src/main/res/layout/profile_info_header.xml
danielim/Opengur
83e4a0e8336b703a093f73cf2d453ec4da39d6a8
[ "Apache-2.0" ]
136
2015-05-20T06:59:25.000Z
2022-02-11T18:37:53.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="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="16dp"> <TextView android:id="@+id/notoriety" style="@style/Profile.Info.TextView" tools:text="@string/notoriety_liked" /> <TextView android:id="@+id/rep" style="@style/Profile.Info.TextView" tools:text="400 Reputation" /> <TextView android:id="@+id/date" style="@style/Profile.Info.TextView" tools:text="Since June 2014" /> <TextView android:id="@+id/bio" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/activity_horizontal_margin" android:layout_marginRight="@dimen/activity_horizontal_margin" android:layout_marginTop="16dp" android:textAppearance="@style/TextAppearance.Medium" android:textSize="@dimen/abc_text_size_body_1_material" tools:text="So this is where the bio will be place blah blah blah blah blah blah" /> <View android:layout_width="match_parent" android:layout_height="2dp" android:layout_marginLeft="@dimen/activity_horizontal_margin" android:layout_marginRight="@dimen/activity_horizontal_margin" android:layout_marginTop="4dp" android:background="?colorAccent" /> </LinearLayout>
36.136364
92
0.683648
fc2288f19333ca2cae8f53efb996d35cfc362252
4,447
xaml
XML
Cryptography and Certificate sample/C#/SignVerify.xaml
mfloresn90/CSharpSources
8d170fdd56ec42aa6ceaeaad3e77c8ca94dc081e
[ "MIT" ]
1
2020-06-20T12:13:45.000Z
2020-06-20T12:13:45.000Z
Cryptography and Certificate sample/C#/SignVerify.xaml
mfloresn90/CSharpSources
8d170fdd56ec42aa6ceaeaad3e77c8ca94dc081e
[ "MIT" ]
null
null
null
Cryptography and Certificate sample/C#/SignVerify.xaml
mfloresn90/CSharpSources
8d170fdd56ec42aa6ceaeaad3e77c8ca94dc081e
[ "MIT" ]
null
null
null
<!-- //********************************************************* // // Copyright (c) Microsoft. All rights reserved. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. // //********************************************************* --> <common:LayoutAwarePage x:Class="CryptoWinRT.SignVerify" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:CryptoWinRT" xmlns:common="using:SDKTemplate.Common" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"> <Grid x:Name="LayoutRoot" Background="White" HorizontalAlignment="Left" VerticalAlignment="Top"> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> <Grid x:Name="Input" Grid.Row="0"> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> </Grid.RowDefinitions> <StackPanel> <TextBlock TextWrapping="Wrap" Style="{StaticResource BasicTextStyle}" Text="Sign and Verify Signature - This scenario demonstrates how to use asymmetric keys for data signature and how to verify the signature with the WinRT APIs."/> <StackPanel Orientation="Horizontal" Margin="0,10,0,0"> <StackPanel Width="213" Height="60"> <RadioButton x:Name="bAsymmetric" Content="Asymmetric Algorithms" VerticalAlignment="Stretch" Checked="bAsymmetric_Checked"/> <RadioButton x:Name="bHmac" Content="HMAC Algorithms" VerticalAlignment="Stretch" Checked="bHmac_Checked"/> </StackPanel> <ComboBox x:Name="AlgorithmNames" Width="200" Margin="5,5,5,5" Height="45"> <ComboBoxItem Content="ECDSA_P256_SHA256"/> <ComboBoxItem Content="ECDSA_P384_SHA384"/> <ComboBoxItem Content="ECDSA_P521_SHA512"/> <ComboBoxItem Content="RSASIGN_PKCS1_SHA1"/> <ComboBoxItem Content="RSASIGN_PKCS1_SHA256"/> <ComboBoxItem Content="RSASIGN_PKCS1_SHA384"/> <ComboBoxItem Content="RSASIGN_PKCS1_SHA512"/> <ComboBoxItem Content="RSASIGN_PSS_SHA1"/> <ComboBoxItem Content="RSASIGN_PSS_SHA256"/> <ComboBoxItem Content="RSASIGN_PSS_SHA384"/> <ComboBoxItem Content="RSASIGN_PSS_SHA512"/> <ComboBoxItem Content="DSA_SHA1"/> </ComboBox> <ComboBox x:Name="KeySizes" Width="100" Margin="5,5,5,5" Height="45"> <ComboBoxItem Content="256"/> <ComboBoxItem Content="384"/> <ComboBoxItem Content="521"/> <ComboBoxItem Content="1024"/> <ComboBoxItem Content="2048"/> <ComboBoxItem Content="3072"/> <ComboBoxItem Content="4096"/> </ComboBox> <Button x:Name="RunSample" Content="Run Sample" Margin="0,0,10,0" Click="RunSample_Click"/> </StackPanel> </StackPanel> </Grid> <Grid x:Name="Output" HorizontalAlignment="Left" VerticalAlignment="Top" Grid.Row="1"> <TextBlock Name="SignVerifyText" TextWrapping="Wrap" Style="{StaticResource BasicTextStyle}"/> </Grid> <!-- Add Storyboards to the visual states below as necessary for supporting the various layouts --> <VisualStateManager.VisualStateGroups> <VisualStateGroup> <VisualState x:Name="FullScreenLandscape"/> <VisualState x:Name="Filled"/> <VisualState x:Name="FullScreenPortrait"/> <VisualState x:Name="Snapped"/> </VisualStateGroup> </VisualStateManager.VisualStateGroups> </Grid> </common:LayoutAwarePage>
54.231707
250
0.562177
aac81372c74bc93a37c2321f67531e0afaca9c70
119,484
xml
XML
TGC.Group/Media/Tracks/Curves/1_track.xml
npyt/tgc-group
5b983acf442da6f676c29c217ce3b357dfcd6c31
[ "MIT" ]
null
null
null
TGC.Group/Media/Tracks/Curves/1_track.xml
npyt/tgc-group
5b983acf442da6f676c29c217ce3b357dfcd6c31
[ "MIT" ]
5
2019-04-09T02:48:08.000Z
2019-07-22T14:31:30.000Z
TGC.Group/Media/Tracks/Curves/1_track.xml
npyt/tgc-group
5b983acf442da6f676c29c217ce3b357dfcd6c31
[ "MIT" ]
null
null
null
<tgcScene> <name>curve_01_track</name> <texturesExport enabled='true' dir='Textures'/> <lightmapExport enabled='false' dir='LightMaps'/> <sceneBoundingBox min='[-4,-1.81763,0]' max='[105.433,3,204.731]'/> <materials count='1'> <m name='Material #56' type='Standardmaterial'> <ambient>[149.94,149.94,149.94,255.0]</ambient> <diffuse>[149.94,149.94,149.94,255.0]</diffuse> <specular>[229.5,229.5,229.5,255.0]</specular> <opacity>100.0</opacity> <alphaBlendEnable>false</alphaBlendEnable> <bitmap uvTiling='[1.0,1.0]' uvOffset='[0.0,0.0]'>track_texture.jpg</bitmap> </m> </materials> <meshes count='1' > <mesh name='track1_group1' layer='0' type='Original' matId='0' color='[134.0,110.0,8.0]' visibility='1.0' lightmap=''> <boundingBox min='[-4,-1.81763,0]' max='[105.433,3,204.731]'/> <coordinatesIdx count='1176'>44 45 60 60 29 44 90 105 106 106 75 90 60 45 121 121 136 60 105 151 166 166 106 105 181 182 45 45 44 181 45 182 197 197 121 45 106 166 197 197 182 106 75 106 182 182 181 75 3 10 9 9 5 3 13 4 7 7 14 13 3 0 11 11 10 3 12 2 4 4 13 12 10 8 6 6 9 10 1 8 10 10 11 1 1 12 13 13 8 1 8 13 14 14 6 8 9 30 15 15 5 9 30 31 16 16 15 30 31 32 17 17 16 31 32 33 18 18 17 32 33 34 19 19 18 33 34 35 20 20 19 34 35 36 21 21 20 35 21 36 37 37 22 21 37 38 23 23 22 37 38 39 24 24 23 38 39 40 25 25 24 39 40 41 26 26 25 40 41 42 27 27 26 41 42 43 28 28 27 42 43 44 29 29 28 43 5 15 46 46 3 5 15 16 47 47 46 15 16 17 48 48 47 16 17 18 49 49 48 17 18 19 50 50 49 18 19 20 51 51 50 19 20 21 52 52 51 20 21 22 53 53 52 21 22 23 54 54 53 22 23 24 55 55 54 23 24 25 56 56 55 24 25 26 57 57 56 25 26 27 58 58 57 26 27 28 59 59 58 27 28 29 60 60 59 28 7 76 61 61 14 7 76 77 62 62 61 76 77 78 63 63 62 77 78 79 64 64 63 78 79 80 65 65 64 79 80 81 66 66 65 80 81 82 67 67 66 81 82 83 68 68 67 82 83 84 69 69 68 83 84 85 70 70 69 84 85 86 71 71 70 85 86 87 72 72 71 86 87 88 73 73 72 87 88 89 74 74 73 88 89 90 75 75 74 89 4 91 76 76 7 4 91 92 77 77 76 91 92 93 78 78 77 92 93 94 79 79 78 93 94 95 80 80 79 94 95 96 81 81 80 95 96 97 82 82 81 96 97 98 83 83 82 97 98 99 84 84 83 98 99 100 85 85 84 99 100 101 86 86 85 100 101 102 87 87 86 101 102 103 88 88 87 102 103 104 89 89 88 103 104 105 90 90 89 104 0 122 107 107 11 0 107 122 123 123 108 107 108 123 124 124 109 108 109 124 125 125 110 109 125 126 111 111 110 125 126 127 112 112 111 126 127 128 113 113 112 127 128 129 114 114 113 128 129 130 115 115 114 129 130 131 116 116 115 130 131 132 117 117 116 131 132 133 118 118 117 132 133 134 119 119 118 133 134 135 120 120 119 134 135 136 121 121 120 135 3 46 122 122 0 3 46 47 123 123 122 46 47 48 124 124 123 47 48 49 125 125 124 48 49 50 126 126 125 49 50 51 127 127 126 50 127 51 52 52 128 127 128 52 53 53 129 128 129 53 54 54 130 129 130 54 55 55 131 130 55 56 132 132 131 55 56 57 133 133 132 56 57 58 134 134 133 57 58 59 135 135 134 58 59 60 136 136 135 59 2 137 91 91 4 2 137 138 92 92 91 137 138 139 93 93 92 138 139 140 94 94 93 139 140 141 95 95 94 140 141 142 96 96 95 141 96 142 143 143 97 96 97 143 144 144 98 97 98 144 145 145 99 98 99 145 146 146 100 99 146 147 101 101 100 146 147 148 102 102 101 147 148 149 103 103 102 148 149 150 104 104 103 149 150 151 105 105 104 150 12 152 137 137 2 12 137 152 153 153 138 137 138 153 154 154 139 138 139 154 155 155 140 139 155 156 141 141 140 155 156 157 142 142 141 156 157 158 143 143 142 157 158 159 144 144 143 158 159 160 145 145 144 159 160 161 146 146 145 160 161 162 147 147 146 161 162 163 148 148 147 162 163 164 149 149 148 163 164 165 150 150 149 164 165 166 151 151 150 165 6 167 30 30 9 6 167 168 31 31 30 167 168 169 32 32 31 168 169 170 33 33 32 169 170 171 34 34 33 170 171 172 35 35 34 171 35 172 173 173 36 35 36 173 174 174 37 36 37 174 175 175 38 37 175 176 39 39 38 175 176 177 40 40 39 176 177 178 41 41 40 177 178 179 42 42 41 178 179 180 43 43 42 179 180 181 44 44 43 180 1 11 107 107 183 1 183 107 108 108 184 183 184 108 109 109 185 184 185 109 110 110 186 185 186 110 111 111 187 186 111 112 188 188 187 111 112 113 189 189 188 112 113 114 190 190 189 113 114 115 191 191 190 114 115 116 192 192 191 115 116 117 193 193 192 116 117 118 194 194 193 117 118 119 195 195 194 118 119 120 196 196 195 119 120 121 197 197 196 120 12 1 183 183 152 12 152 183 184 184 153 152 153 184 185 185 154 153 154 185 186 186 155 154 155 186 187 187 156 155 187 188 157 157 156 187 188 189 158 158 157 188 189 190 159 159 158 189 190 191 160 160 159 190 191 192 161 161 160 191 192 193 162 162 161 192 193 194 163 163 162 193 194 195 164 164 163 194 195 196 165 165 164 195 196 197 166 166 165 196 14 61 167 167 6 14 61 62 168 168 167 61 62 63 169 169 168 62 63 64 170 170 169 63 64 65 171 171 170 64 65 66 172 172 171 65 172 66 67 67 173 172 173 67 68 68 174 173 174 68 69 69 175 174 69 70 176 176 175 69 70 71 177 177 176 70 71 72 178 178 177 71 72 73 179 179 178 72 73 74 180 180 179 73 74 75 181 181 180 74 </coordinatesIdx> <textCoordsIdx count='1176'>243 244 245 245 242 243 253 254 251 251 250 253 245 244 248 248 249 245 254 256 255 255 251 254 246 247 244 244 243 246 244 247 252 252 248 244 251 255 252 252 247 251 250 251 247 247 246 250 258 259 260 260 257 258 266 269 270 270 267 266 258 261 262 262 259 258 268 271 269 269 266 268 259 263 264 264 260 259 265 263 259 259 262 265 265 268 266 266 263 265 263 266 267 267 264 263 83 84 85 85 82 83 84 88 89 89 85 84 88 93 94 94 89 88 93 99 100 100 94 93 99 104 105 105 100 99 104 109 110 110 105 104 109 114 115 115 110 109 115 114 119 119 120 115 119 124 125 125 120 119 124 129 130 130 125 124 129 134 135 135 130 129 134 139 140 140 135 134 139 144 145 145 140 139 144 149 150 150 145 144 149 154 155 155 150 149 1 2 3 3 0 1 2 4 5 5 3 2 4 8 9 9 5 4 273 274 275 275 272 273 274 276 277 277 275 274 276 280 281 281 277 276 23 17 16 16 22 23 17 13 12 12 16 17 13 14 15 15 12 13 14 18 19 19 15 14 18 25 26 26 19 18 25 28 29 29 26 25 28 31 32 32 29 28 31 34 35 35 32 31 34 37 38 38 35 34 95 96 91 91 90 95 96 101 97 97 91 96 101 106 102 102 97 101 106 111 107 107 102 106 111 116 112 112 107 111 116 121 117 117 112 116 121 126 122 122 117 121 126 131 127 127 122 126 131 136 132 132 127 131 136 141 137 137 132 136 141 146 142 142 137 141 146 151 147 147 142 146 151 156 152 152 147 151 156 159 157 157 152 156 159 161 160 160 157 159 42 43 44 44 41 42 43 47 48 48 44 43 47 50 51 51 48 47 287 288 289 289 286 287 288 292 293 293 289 288 292 295 296 296 293 292 64 58 57 57 63 64 58 54 53 53 57 58 54 55 56 56 53 54 55 61 62 62 56 55 61 67 68 68 62 61 67 70 71 71 68 67 70 73 74 74 71 70 73 76 77 77 74 73 76 79 80 80 77 76 163 164 165 165 162 163 165 164 166 166 167 165 167 166 170 170 171 167 171 170 175 175 176 171 175 181 182 182 176 175 181 186 187 187 182 181 186 191 192 192 187 186 191 196 197 197 192 191 196 201 202 202 197 196 201 206 207 207 202 201 206 211 212 212 207 206 211 216 217 217 212 211 216 221 222 222 217 216 221 226 227 227 222 221 226 231 232 232 227 226 0 3 7 7 6 0 3 5 10 10 7 3 5 9 11 11 10 5 272 275 279 279 278 272 275 277 282 282 279 275 277 281 283 283 282 277 283 281 284 284 285 283 24 16 12 12 20 24 20 12 15 15 21 20 21 15 19 19 27 21 19 26 30 30 27 19 26 29 33 33 30 26 29 32 36 36 33 29 32 35 39 39 36 32 35 38 40 40 39 35 45 46 43 43 42 45 46 49 47 47 43 46 49 52 50 50 47 49 290 291 288 288 287 290 291 294 292 292 288 291 294 297 295 295 292 294 295 297 298 298 299 295 58 65 59 59 54 58 54 59 60 60 55 54 55 60 66 66 61 55 66 69 67 67 61 66 69 72 70 70 67 69 72 75 73 73 70 72 75 78 76 76 73 75 78 81 79 79 76 78 173 174 180 180 179 173 180 174 178 178 185 180 185 178 184 184 190 185 190 184 189 189 195 190 189 194 200 200 195 189 194 199 205 205 200 194 199 204 210 210 205 199 204 209 215 215 210 204 209 214 220 220 215 209 214 219 225 225 220 214 219 224 230 230 225 219 224 229 235 235 230 224 229 234 238 238 235 229 234 237 240 240 238 234 237 239 241 241 240 237 86 87 84 84 83 86 87 92 88 88 84 87 92 98 93 93 88 92 98 103 99 99 93 98 103 108 104 104 99 103 108 113 109 109 104 108 109 113 118 118 114 109 114 118 123 123 119 114 119 123 128 128 124 119 128 133 129 129 124 128 133 138 134 134 129 133 138 143 139 139 134 138 143 148 144 144 139 143 148 153 149 149 144 148 153 158 154 154 149 153 168 162 165 165 169 168 169 165 167 167 172 169 172 167 171 171 177 172 177 171 176 176 183 177 183 176 182 182 188 183 182 187 193 193 188 182 187 192 198 198 193 187 192 197 203 203 198 192 197 202 208 208 203 197 202 207 213 213 208 202 207 212 218 218 213 207 212 217 223 223 218 212 217 222 228 228 223 217 222 227 233 233 228 222 227 232 236 236 233 227 173 168 169 169 174 173 174 169 172 172 178 174 178 172 177 177 184 178 184 177 183 183 189 184 189 183 188 188 194 189 188 193 199 199 194 188 193 198 204 204 199 193 198 203 209 209 204 198 203 208 214 214 209 203 208 213 219 219 214 208 213 218 224 224 219 213 218 223 229 229 224 218 223 228 234 234 229 223 228 233 237 237 234 228 233 236 239 239 237 233 90 91 87 87 86 90 91 97 92 92 87 91 97 102 98 98 92 97 102 107 103 103 98 102 107 112 108 108 103 107 112 117 113 113 108 112 113 117 122 122 118 113 118 122 127 127 123 118 123 127 132 132 128 123 132 137 133 133 128 132 137 142 138 138 133 137 142 147 143 143 138 142 147 152 148 148 143 147 152 157 153 153 148 152 157 160 158 158 153 157 </textCoordsIdx> <colorsIdx count='1176'>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </colorsIdx> <matIds count='1'>0</matIds> <vertices count='594'>-4.0 3.0 0.0 0.0 1.73767 0.0 4.0 3.0 0.0 -1.73767 0.0 0.0 1.73767 0.0 0.0 -1.73767 -1.73767 0.0 0.0 -1.73767 0.0 1.73767 -1.73767 0.0 0.0 0.0 0.0 -1.41763 -1.73767 0.0 -1.41763 0.0 0.0 -3.2633 2.89915 0.0 3.2633 2.89915 0.0 1.41763 0.0 0.0 1.41763 -1.73767 0.0 -1.35794 -1.81523 8.24167 1.39173 -1.81757 16.7394 9.70991 -1.81757 25.5234 26.6269 -1.81755 34.8548 47.0846 -1.81754 43.8066 63.4235 -1.81755 51.4416 76.9562 -1.8176 61.2454 88.6045 -1.81763 79.9193 95.5405 -1.81762 115.754 98.1384 -1.81759 152.756 98.8575 -1.81757 167.703 99.1097 -1.81757 174.943 99.4681 -1.81757 186.617 99.6735 -1.81757 196.972 99.703 -1.81757 204.722 -1.03824 -1.81516 8.22688 1.69547 -1.81709 16.6386 9.93909 -1.81708 25.3 26.7804 -1.81706 34.574 47.2128 -1.81705 43.5134 63.559 -1.81707 51.1517 77.1435 -1.81711 60.9859 88.8751 -1.81714 79.7484 95.8545 -1.81713 115.692 98.4576 -1.8171 152.734 99.1771 -1.81709 167.688 99.4295 -1.81709 174.932 99.7879 -1.81709 186.607 99.9934 -1.81709 196.966 100.023 -1.81709 204.721 100.02 -0.079421 204.721 -1.35756 -0.077638 8.25807 1.38923 -0.07991 16.7403 9.70802 -0.079905 25.5253 26.6256 -0.079885 34.8572 47.0836 -0.079871 43.8091 63.4224 -0.079889 51.444 76.9546 -0.07993 61.2476 88.6023 -0.079965 79.9207 95.5379 -0.079956 115.754 98.1358 -0.079922 152.756 98.8548 -0.079908 167.703 99.107 -0.079907 174.943 99.4654 -0.079907 186.617 99.6708 -0.079907 196.972 99.7004 -0.079907 204.722 1.79399 -1.81454 8.09591 4.38636 -1.81278 15.7454 11.9695 -1.81277 23.3211 28.1399 -1.81275 32.086 48.3486 -1.81274 40.9156 64.7592 -1.81276 48.583 78.8026 -1.8128 58.6868 91.2721 -1.81284 78.2341 98.6363 -1.81283 115.144 101.286 -1.8128 152.534 102.009 -1.81278 167.552 102.263 -1.81278 174.833 102.622 -1.81278 186.52 102.828 -1.81278 196.909 102.858 -1.81278 204.71 2.11368 -1.81447 8.08112 4.6901 -1.81229 15.6446 12.1987 -1.81229 23.0977 28.2934 -1.81227 31.8051 48.4768 -1.81225 40.6224 64.8947 -1.81227 48.2931 78.9899 -1.81231 58.4273 91.5427 -1.81235 78.0632 98.9503 -1.81234 115.082 101.605 -1.81231 152.512 102.329 -1.8123 167.536 102.583 -1.81229 174.822 102.942 -1.81229 186.51 103.148 -1.81229 196.903 103.178 -1.81229 204.709 2.11406 -0.07688 8.09752 4.6876 -0.074627 15.6454 12.1968 -0.074622 23.0996 28.2921 -0.074603 31.8075 48.4758 -0.074588 40.6248 64.8936 -0.074607 48.2955 78.9884 -0.074649 58.4295 91.5405 -0.074687 78.0646 98.9477 -0.074679 115.083 101.602 -0.074645 152.512 102.326 -0.074631 167.536 102.58 -0.07463 174.822 102.939 -0.07463 186.51 103.145 -0.07463 196.903 103.176 -0.07463 204.709 102.856 -0.075116 204.71 -2.88093 2.82105 8.3559 -0.062902 2.81691 17.2223 8.61234 2.81692 26.5932 25.8919 2.81694 36.1998 46.4706 2.81695 45.211 62.7747 2.81694 52.8302 76.0593 2.8169 62.4883 87.3088 2.81686 80.7378 94.0367 2.81687 116.05 96.6095 2.8169 152.864 97.3265 2.81692 167.777 97.5779 2.81692 174.996 97.9361 2.81692 186.664 98.1411 2.81692 197.002 98.1703 2.81692 204.728 -3.61683 2.92174 8.39088 -0.762239 2.91665 17.4544 8.08466 2.91665 27.1075 25.5386 2.91667 36.8464 46.1754 2.91669 45.8861 62.4628 2.91667 53.4978 75.6281 2.91663 63.0858 86.6858 2.9166 81.1314 93.3137 2.9166 116.192 95.8745 2.91664 152.916 96.5906 2.91665 167.812 96.8415 2.91665 175.022 97.1996 2.91665 186.687 97.4044 2.91665 197.017 97.4335 2.91665 204.731 4.37463 2.92348 8.02131 6.8304 2.92881 14.9342 13.8136 2.92881 21.5237 29.3748 2.92883 29.8262 49.3802 2.92885 38.5561 65.8493 2.92883 46.25 80.3096 2.92879 56.5987 93.4493 2.92875 76.8588 101.163 2.92875 114.647 103.855 2.92879 152.353 104.581 2.9288 167.428 104.837 2.9288 174.743 105.196 2.9288 186.441 105.403 2.9288 196.858 105.433 2.9288 204.7 3.63869 2.82247 8.0544 6.13136 2.82683 15.1662 13.2861 2.82684 22.0378 29.0216 2.82686 30.4725 49.0852 2.82687 39.231 65.5376 2.82685 46.9173 79.8786 2.82681 57.1959 92.8266 2.82677 77.2522 100.44 2.82678 114.789 103.12 2.82681 152.405 103.846 2.82683 167.463 104.101 2.82683 174.769 104.46 2.82683 186.464 104.666 2.82683 196.873 104.697 2.82683 204.703 0.377871 -1.81485 8.1614 3.04092 -1.81493 16.192 10.9543 -1.81493 24.3106 27.4602 -1.81491 33.33 47.7807 -1.8149 42.2145 64.1591 -1.81491 49.8673 77.973 -1.81495 59.8364 90.0736 -1.81499 78.9912 97.2454 -1.81498 115.418 99.8717 -1.81495 152.634 100.593 -1.81493 167.62 100.846 -1.81493 174.882 101.205 -1.81493 186.564 101.411 -1.81493 196.937 101.441 -1.81493 204.716 101.438 -0.077268 204.716 0.378629 1.66033 8.19419 3.0359 1.6604 16.1937 10.9505 1.6604 24.3143 27.4576 1.66042 33.3346 47.7786 1.66043 42.2193 64.1569 1.66042 49.8721 77.97 1.66038 59.8407 90.0692 1.66034 78.9941 97.2402 1.66035 115.419 99.8665 1.66038 152.634 100.588 1.6604 167.62 100.841 1.6604 174.882 101.2 1.6604 186.564 101.406 1.6604 196.938 101.435 1.6604 204.716 </vertices> <normals count='3528'>-0.00378082 0.707101 -0.707103 -0.00382261 0.0 -0.999993 0.582927 0.197163 -0.788241 0.582927 0.197163 -0.788241 0.574264 0.578227 -0.579547 -0.00378082 0.707101 -0.707103 -0.00390964 0.0 -0.999992 -0.589586 0.195382 -0.783718 -0.00388682 0.0 -0.999992 -0.00388682 0.0 -0.999992 -0.00388083 0.0 -0.999992 -0.00390964 0.0 -0.999992 0.582927 0.197163 -0.788241 -0.00382261 0.0 -0.999993 -0.174111 -0.708383 -0.684016 -0.174111 -0.708383 -0.684016 0.720667 -0.422358 -0.549776 0.582927 0.197163 -0.788241 -0.589586 0.195382 -0.783718 -0.716089 0.537017 -0.445903 -0.00383936 0.0 -0.999993 -0.00383936 0.0 -0.999993 -0.00387518 0.0 -0.999992 -0.589586 0.195382 -0.783718 -0.00307235 0.894426 -0.447204 -0.00383233 0.0 -0.999993 -0.00382261 0.0 -0.999993 -0.00382261 0.0 -0.999993 -0.00378082 0.707101 -0.707103 -0.00307235 0.894426 -0.447204 -0.00382261 0.0 -0.999993 -0.00383233 0.0 -0.999993 -0.13038 -0.358039 -0.924559 -0.13038 -0.358039 -0.924559 -0.174111 -0.708383 -0.684016 -0.00382261 0.0 -0.999993 -0.00387518 0.0 -0.999992 -0.00383936 0.0 -0.999993 -0.13038 -0.358039 -0.924559 -0.13038 -0.358039 -0.924559 -0.00386415 0.0 -0.999993 -0.00387518 0.0 -0.999992 -0.00388083 0.0 -0.999992 -0.00388682 0.0 -0.999992 -0.00383233 0.0 -0.999993 -0.00383233 0.0 -0.999993 -0.00384262 0.0 -0.999993 -0.00388083 0.0 -0.999992 0.599668 0.204026 0.773804 0.0 0.0 1.0 0.0 0.703771 0.710427 0.0 0.703771 0.710427 0.592237 0.572056 0.567457 0.599668 0.204026 0.773804 0.0 0.0 1.0 -0.56953 0.18994 0.799724 -0.563002 0.576784 0.591902 -0.563002 0.576784 0.591902 0.0 0.0 1.0 0.0 0.0 1.0 0.599668 0.204026 0.773804 0.73457 -0.42239 0.531031 -0.170245 -0.708106 0.685276 -0.170245 -0.708106 0.685276 0.0 0.0 1.0 0.599668 0.204026 0.773804 0.0 0.0 1.0 -0.702787 0.530113 0.474416 -0.56953 0.18994 0.799724 -0.56953 0.18994 0.799724 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.703762 0.710436 0.0 0.703762 0.710436 0.0 0.703771 0.710427 0.0 0.0 1.0 -0.130261 -0.366025 0.921443 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -0.170245 -0.708106 0.685276 -0.130261 -0.366025 0.921443 -0.130261 -0.366025 0.921443 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -0.130261 -0.366025 0.921443 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.703762 0.710436 0.0 0.0 1.0 0.0 0.703771 0.710427 0.0 0.999988 0.00487646 0.721888 0.680224 -0.127175 0.721888 0.680224 -0.127175 0.592237 0.572056 0.567457 0.0 0.703771 0.710427 0.0 0.999988 0.00487646 -0.00128202 0.999999 0.000864181 0.644784 0.66172 -0.382597 0.644784 0.66172 -0.382597 0.721888 0.680224 -0.127175 0.0 0.999988 0.00487646 -0.00128202 0.999999 0.000864181 -0.000933894 0.999999 0.00122431 0.451292 0.675168 -0.583509 0.451292 0.675168 -0.583509 0.644784 0.66172 -0.382597 -0.00128202 0.999999 0.000864181 -0.000933894 0.999999 0.00122431 -0.000672136 0.999999 0.00136479 0.316791 0.698018 -0.642195 0.316791 0.698018 -0.642195 0.451292 0.675168 -0.583509 -0.000933894 0.999999 0.00122431 -0.000672136 0.999999 0.00136479 -0.000626468 0.999999 0.00138566 0.28983 0.710966 -0.640723 0.28983 0.710966 -0.640723 0.316791 0.698018 -0.642195 -0.000672136 0.999999 0.00136479 -0.000626468 0.999999 0.00138566 -0.000773455 0.999999 0.00131637 0.346622 0.730145 -0.588847 0.346622 0.730145 -0.588847 0.28983 0.710966 -0.640723 -0.000626468 0.999999 0.00138566 -0.000773455 0.999999 0.00131637 -0.00113632 0.999999 0.00105233 0.480229 0.754014 -0.448155 0.480229 0.754014 -0.448155 0.346622 0.730145 -0.588847 -0.000773455 0.999999 0.00131637 0.480229 0.754014 -0.448155 -0.00113632 0.999999 0.00105233 -0.0014425 0.999999 0.000559128 -0.0014425 0.999999 0.000559128 0.613911 0.751583 -0.241321 0.480229 0.754014 -0.448155 -0.0014425 0.999999 0.000559128 -0.00150852 0.999999 0.000197753 0.685938 0.722057 -0.090132 0.685938 0.722057 -0.090132 0.613911 0.751583 -0.241321 -0.0014425 0.999999 0.000559128 -0.00150852 0.999999 0.000197753 -0.00151477 0.999999 0.0 0.702304 0.710664 -0.0415425 0.702304 0.710664 -0.0415425 0.685938 0.722057 -0.090132 -0.00150852 0.999999 0.000197753 -0.00151477 0.999999 0.0 -0.00151697 0.999999 0.0 0.703923 0.709676 -0.0291929 0.703923 0.709676 -0.0291929 0.702304 0.710664 -0.0415425 -0.00151477 0.999999 0.0 -0.00151697 0.999999 0.0 -0.00151754 0.999999 0.0 0.705186 0.708646 -0.0231081 0.705186 0.708646 -0.0231081 0.703923 0.709676 -0.0291929 -0.00151697 0.999999 0.0 -0.00151754 0.999999 0.0 -0.00151789 0.999999 0.0 0.704577 0.709404 -0.0178027 0.704577 0.709404 -0.0178027 0.705186 0.708646 -0.0231081 -0.00151754 0.999999 0.0 -0.00151789 0.999999 0.0 -0.00151831 0.999999 0.0 0.70416 0.709992 -0.00832668 0.70416 0.709992 -0.00832668 0.704577 0.709404 -0.0178027 -0.00151789 0.999999 0.0 -0.00151831 0.999999 0.0 -0.00378082 0.707101 -0.707103 0.574264 0.578227 -0.579547 0.574264 0.578227 -0.579547 0.70416 0.709992 -0.00832668 -0.00151831 0.999999 0.0 0.592237 0.572056 0.567457 0.721888 0.680224 -0.127175 0.930425 0.325142 -0.169093 0.930425 0.325142 -0.169093 0.599668 0.204026 0.773804 0.592237 0.572056 0.567457 0.721888 0.680224 -0.127175 0.644784 0.66172 -0.382597 0.809306 0.329028 -0.486584 0.809306 0.329028 -0.486584 0.930425 0.325142 -0.169093 0.721888 0.680224 -0.127175 0.644784 0.66172 -0.382597 0.451292 0.675168 -0.583509 0.575992 0.326738 -0.749316 0.575992 0.326738 -0.749316 0.809306 0.329028 -0.486584 0.644784 0.66172 -0.382597 0.451292 0.675168 -0.583509 0.316791 0.698018 -0.642195 0.418683 0.321583 -0.849287 0.418683 0.321583 -0.849287 0.575992 0.326738 -0.749316 0.451292 0.675168 -0.583509 0.316791 0.698018 -0.642195 0.28983 0.710966 -0.640723 0.390713 0.31815 -0.863784 0.390713 0.31815 -0.863784 0.418683 0.321583 -0.849287 0.316791 0.698018 -0.642195 0.28983 0.710966 -0.640723 0.346622 0.730145 -0.588847 0.480753 0.31234 -0.819341 0.480753 0.31234 -0.819341 0.390713 0.31815 -0.863784 0.28983 0.710966 -0.640723 0.346622 0.730145 -0.588847 0.480229 0.754014 -0.448155 0.693282 0.303878 -0.653467 0.693282 0.303878 -0.653467 0.480753 0.31234 -0.819341 0.346622 0.730145 -0.588847 0.480229 0.754014 -0.448155 0.613911 0.751583 -0.241321 0.885439 0.303847 -0.351675 0.885439 0.303847 -0.351675 0.693282 0.303878 -0.653467 0.480229 0.754014 -0.448155 0.613911 0.751583 -0.241321 0.685938 0.722057 -0.090132 0.941269 0.314293 -0.123421 0.941269 0.314293 -0.123421 0.885439 0.303847 -0.351675 0.613911 0.751583 -0.241321 0.685938 0.722057 -0.090132 0.702304 0.710664 -0.0415425 0.946383 0.318174 -0.0558994 0.946383 0.318174 -0.0558994 0.941269 0.314293 -0.123421 0.685938 0.722057 -0.090132 0.702304 0.710664 -0.0415425 0.703923 0.709676 -0.0291929 0.947105 0.31851 -0.0392806 0.947105 0.31851 -0.0392806 0.946383 0.318174 -0.0558994 0.702304 0.710664 -0.0415425 0.703923 0.709676 -0.0291929 0.705186 0.708646 -0.0231081 0.947318 0.318787 -0.031043 0.947318 0.318787 -0.031043 0.947105 0.31851 -0.0392806 0.703923 0.709676 -0.0291929 0.705186 0.708646 -0.0231081 0.704577 0.709404 -0.0178027 0.947593 0.318581 -0.023946 0.947593 0.318581 -0.023946 0.947318 0.318787 -0.031043 0.705186 0.708646 -0.0231081 0.704577 0.709404 -0.0178027 0.70416 0.709992 -0.00832668 0.947881 0.318426 -0.0112126 0.947881 0.318426 -0.0112126 0.947593 0.318581 -0.023946 0.704577 0.709404 -0.0178027 0.70416 0.709992 -0.00832668 0.574264 0.578227 -0.579547 0.582927 0.197163 -0.788241 0.582927 0.197163 -0.788241 0.947881 0.318426 -0.0112126 0.70416 0.709992 -0.00832668 -0.563002 0.576784 0.591902 -0.659926 0.740346 0.128007 0.0 0.999989 0.0047423 0.0 0.999989 0.0047423 0.0 0.999955 0.00947656 -0.563002 0.576784 0.591902 -0.659926 0.740346 0.128007 -0.549887 0.761184 0.343836 -0.0013507 0.999999 0.000716972 -0.0013507 0.999999 0.000716972 0.0 0.999989 0.0047423 -0.659926 0.740346 0.128007 -0.549887 0.761184 0.343836 -0.401313 0.739541 0.540395 -0.0009179 0.999999 0.00123704 -0.0009179 0.999999 0.00123704 -0.0013507 0.999999 0.000716972 -0.549887 0.761184 0.343836 -0.401313 0.739541 0.540395 -0.306269 0.71561 0.627775 -0.000668484 0.999999 0.00136755 -0.000668484 0.999999 0.00136755 -0.0009179 0.999999 0.00123704 -0.401313 0.739541 0.540395 -0.306269 0.71561 0.627775 -0.292813 0.703205 0.647891 -0.00062568 0.999999 0.00138472 -0.00062568 0.999999 0.00138472 -0.000668484 0.999999 0.00136755 -0.306269 0.71561 0.627775 -0.292813 0.703205 0.647891 -0.3681 0.685689 0.62796 -0.000771493 0.999999 0.00131654 -0.000771493 0.999999 0.00131654 -0.00062568 0.999999 0.00138472 -0.292813 0.703205 0.647891 -0.3681 0.685689 0.62796 -0.541602 0.666037 0.512896 -0.00113131 0.999999 0.00105729 -0.00113131 0.999999 0.00105729 -0.000771493 0.999999 0.00131654 -0.3681 0.685689 0.62796 -0.541602 0.666037 0.512896 -0.691217 0.666763 0.27865 -0.0014392 0.999999 0.000567762 -0.0014392 0.999999 0.000567762 -0.00113131 0.999999 0.00105729 -0.541602 0.666037 0.512896 -0.691217 0.666763 0.27865 -0.715357 0.692057 0.0965494 -0.0015089 0.999999 0.00020144 -0.0015089 0.999999 0.00020144 -0.0014392 0.999999 0.000567762 -0.691217 0.666763 0.27865 -0.715357 0.692057 0.0965494 -0.709451 0.703488 0.0422392 -0.00151618 0.999999 0.0 -0.00151618 0.999999 0.0 -0.0015089 0.999999 0.00020144 -0.715357 0.692057 0.0965494 -0.709451 0.703488 0.0422392 -0.70905 0.704543 0.0294399 -0.0015174 0.999999 0.0 -0.0015174 0.999999 0.0 -0.00151618 0.999999 0.0 -0.709451 0.703488 0.0422392 -0.70905 0.704543 0.0294399 -0.708266 0.705564 0.0232247 -0.00151789 0.999999 0.0 -0.00151789 0.999999 0.0 -0.0015174 0.999999 0.0 -0.70905 0.704543 0.0294399 -0.708266 0.705564 0.0232247 -0.709164 0.704815 0.0179271 -0.00151824 0.999999 0.0 -0.00151824 0.999999 0.0 -0.00151789 0.999999 0.0 -0.708266 0.705564 0.0232247 -0.709164 0.704815 0.0179271 -0.709913 0.704239 0.00842169 -0.00151862 0.999999 0.0 -0.00151862 0.999999 0.0 -0.00151824 0.999999 0.0 -0.709164 0.704815 0.0179271 -0.709913 0.704239 0.00842169 -0.708163 0.706044 0.00274087 -0.00151869 0.999999 0.0 -0.00151869 0.999999 0.0 -0.00151862 0.999999 0.0 -0.709913 0.704239 0.00842169 -0.56953 0.18994 0.799724 -0.935862 0.305124 0.176244 -0.659926 0.740346 0.128007 -0.659926 0.740346 0.128007 -0.563002 0.576784 0.591902 -0.56953 0.18994 0.799724 -0.935862 0.305124 0.176244 -0.812879 0.296328 0.501415 -0.549887 0.761184 0.343836 -0.549887 0.761184 0.343836 -0.659926 0.740346 0.128007 -0.935862 0.305124 0.176244 -0.812879 0.296328 0.501415 -0.567896 0.301986 0.765702 -0.401313 0.739541 0.540395 -0.401313 0.739541 0.540395 -0.549887 0.761184 0.343836 -0.812879 0.296328 0.501415 -0.567896 0.301986 0.765702 -0.415828 0.312569 0.854042 -0.306269 0.71561 0.627775 -0.306269 0.71561 0.627775 -0.401313 0.739541 0.540395 -0.567896 0.301986 0.765702 -0.415828 0.312569 0.854042 -0.390592 0.316732 0.86436 -0.292813 0.703205 0.647891 -0.292813 0.703205 0.647891 -0.306269 0.71561 0.627775 -0.415828 0.312569 0.854042 -0.390592 0.316732 0.86436 -0.479862 0.321009 0.816508 -0.3681 0.685689 0.62796 -0.3681 0.685689 0.62796 -0.292813 0.703205 0.647891 -0.390592 0.316732 0.86436 -0.479862 0.321009 0.816508 -0.690421 0.324077 0.646756 -0.541602 0.666037 0.512896 -0.541602 0.666037 0.512896 -0.3681 0.685689 0.62796 -0.479862 0.321009 0.816508 -0.690421 0.324077 0.646756 -0.879484 0.323811 0.348789 -0.691217 0.666763 0.27865 -0.691217 0.666763 0.27865 -0.541602 0.666037 0.512896 -0.690421 0.324077 0.646756 -0.879484 0.323811 0.348789 -0.939129 0.319551 0.126188 -0.715357 0.692057 0.0965494 -0.715357 0.692057 0.0965494 -0.691217 0.666763 0.27865 -0.879484 0.323811 0.348789 -0.939129 0.319551 0.126188 -0.946847 0.316709 0.0563531 -0.709451 0.703488 0.0422392 -0.709451 0.703488 0.0422392 -0.715357 0.692057 0.0965494 -0.939129 0.319551 0.126188 -0.946847 0.316709 0.0563531 -0.947801 0.316426 0.0393524 -0.70905 0.704543 0.0294399 -0.70905 0.704543 0.0294399 -0.709451 0.703488 0.0422392 -0.946847 0.316709 0.0563531 -0.947801 0.316426 0.0393524 -0.948197 0.316157 0.0310956 -0.708266 0.705564 0.0232247 -0.708266 0.705564 0.0232247 -0.70905 0.704543 0.0294399 -0.947801 0.316426 0.0393524 -0.948197 0.316157 0.0310956 -0.948337 0.31636 0.0239687 -0.709164 0.704815 0.0179271 -0.709164 0.704815 0.0179271 -0.708266 0.705564 0.0232247 -0.948197 0.316157 0.0310956 -0.948337 0.31636 0.0239687 -0.948522 0.31651 0.0112438 -0.709913 0.704239 0.00842169 -0.709913 0.704239 0.00842169 -0.709164 0.704815 0.0179271 -0.948337 0.31636 0.0239687 -0.948522 0.31651 0.0112438 -0.589586 0.195382 -0.783718 -0.708163 0.706044 0.00274087 -0.708163 0.706044 0.00274087 -0.709913 0.704239 0.00842169 -0.948522 0.31651 0.0112438 0.73457 -0.42239 0.531031 0.867034 -0.474516 -0.151941 -0.226856 -0.973296 0.0350784 -0.226856 -0.973296 0.0350784 -0.170245 -0.708106 0.685276 0.73457 -0.42239 0.531031 -0.226856 -0.973296 0.0350784 0.867034 -0.474516 -0.151941 0.772942 -0.461091 -0.435839 0.772942 -0.461091 -0.435839 -0.196029 -0.973971 0.113811 -0.226856 -0.973296 0.0350784 -0.196029 -0.973971 0.113811 0.772942 -0.461091 -0.435839 0.546466 -0.471218 -0.692335 0.546466 -0.471218 -0.692335 -0.140485 -0.973503 0.180433 -0.196029 -0.973971 0.113811 -0.140485 -0.973503 0.180433 0.546466 -0.471218 -0.692335 0.385484 -0.493349 -0.779749 0.385484 -0.493349 -0.779749 -0.103015 -0.972505 0.208861 -0.140485 -0.973503 0.180433 0.385484 -0.493349 -0.779749 0.355114 -0.507734 -0.78492 -0.0972879 -0.971741 0.215071 -0.0972879 -0.971741 0.215071 -0.103015 -0.972505 0.208861 0.385484 -0.493349 -0.779749 0.355114 -0.507734 -0.78492 0.431891 -0.531784 -0.728476 -0.123316 -0.970271 0.20825 -0.123316 -0.970271 0.20825 -0.0972879 -0.971741 0.215071 0.355114 -0.507734 -0.78492 0.431891 -0.531784 -0.728476 0.610255 -0.566835 -0.553431 -0.186515 -0.967813 0.16897 -0.186515 -0.967813 0.16897 -0.123316 -0.970271 0.20825 0.431891 -0.531784 -0.728476 0.610255 -0.566835 -0.553431 0.774277 -0.56238 -0.290215 -0.235 -0.967997 0.0880752 -0.235 -0.967997 0.0880752 -0.186515 -0.967813 0.16897 0.610255 -0.566835 -0.553431 0.774277 -0.56238 -0.290215 0.84685 -0.520693 -0.108278 -0.237434 -0.970923 0.0305422 -0.237434 -0.970923 0.0305422 -0.235 -0.967997 0.0880752 0.774277 -0.56238 -0.290215 0.84685 -0.520693 -0.108278 0.86026 -0.507337 -0.0506254 -0.235531 -0.971768 0.0138831 -0.235531 -0.971768 0.0138831 -0.237434 -0.970923 0.0305422 0.84685 -0.520693 -0.108278 0.86026 -0.507337 -0.0506254 0.861648 -0.506248 -0.0357074 -0.235464 -0.971834 0.00975946 -0.235464 -0.971834 0.00975946 -0.235531 -0.971768 0.0138831 0.86026 -0.507337 -0.0506254 0.861648 -0.506248 -0.0357074 0.862618 -0.505066 -0.0282628 -0.235256 -0.971903 0.00770644 -0.235256 -0.971903 0.00770644 -0.235464 -0.971834 0.00975946 0.861648 -0.506248 -0.0357074 0.862618 -0.505066 -0.0282628 0.862298 -0.505933 -0.0217746 -0.235516 -0.971852 0.00594919 -0.235516 -0.971852 0.00594919 -0.235256 -0.971903 0.00770644 0.862618 -0.505066 -0.0282628 0.862298 -0.505933 -0.0217746 0.862114 -0.506612 -0.0101569 -0.235738 -0.971813 0.00278278 -0.235738 -0.971813 0.00278278 -0.235516 -0.971852 0.00594919 0.862298 -0.505933 -0.0217746 0.862114 -0.506612 -0.0101569 0.720667 -0.422358 -0.549776 -0.174111 -0.708383 -0.684016 -0.174111 -0.708383 -0.684016 -0.235738 -0.971813 0.00278278 0.862114 -0.506612 -0.0101569 0.599668 0.204026 0.773804 0.930425 0.325142 -0.169093 0.867034 -0.474516 -0.151941 0.867034 -0.474516 -0.151941 0.73457 -0.42239 0.531031 0.599668 0.204026 0.773804 0.930425 0.325142 -0.169093 0.809306 0.329028 -0.486584 0.772942 -0.461091 -0.435839 0.772942 -0.461091 -0.435839 0.867034 -0.474516 -0.151941 0.930425 0.325142 -0.169093 0.809306 0.329028 -0.486584 0.575992 0.326738 -0.749316 0.546466 -0.471218 -0.692335 0.546466 -0.471218 -0.692335 0.772942 -0.461091 -0.435839 0.809306 0.329028 -0.486584 0.575992 0.326738 -0.749316 0.418683 0.321583 -0.849287 0.385484 -0.493349 -0.779749 0.385484 -0.493349 -0.779749 0.546466 -0.471218 -0.692335 0.575992 0.326738 -0.749316 0.418683 0.321583 -0.849287 0.390713 0.31815 -0.863784 0.355114 -0.507734 -0.78492 0.355114 -0.507734 -0.78492 0.385484 -0.493349 -0.779749 0.418683 0.321583 -0.849287 0.390713 0.31815 -0.863784 0.480753 0.31234 -0.819341 0.431891 -0.531784 -0.728476 0.431891 -0.531784 -0.728476 0.355114 -0.507734 -0.78492 0.390713 0.31815 -0.863784 0.431891 -0.531784 -0.728476 0.480753 0.31234 -0.819341 0.693282 0.303878 -0.653467 0.693282 0.303878 -0.653467 0.610255 -0.566835 -0.553431 0.431891 -0.531784 -0.728476 0.610255 -0.566835 -0.553431 0.693282 0.303878 -0.653467 0.885439 0.303847 -0.351675 0.885439 0.303847 -0.351675 0.774277 -0.56238 -0.290215 0.610255 -0.566835 -0.553431 0.774277 -0.56238 -0.290215 0.885439 0.303847 -0.351675 0.941269 0.314293 -0.123421 0.941269 0.314293 -0.123421 0.84685 -0.520693 -0.108278 0.774277 -0.56238 -0.290215 0.84685 -0.520693 -0.108278 0.941269 0.314293 -0.123421 0.946383 0.318174 -0.0558994 0.946383 0.318174 -0.0558994 0.86026 -0.507337 -0.0506254 0.84685 -0.520693 -0.108278 0.946383 0.318174 -0.0558994 0.947105 0.31851 -0.0392806 0.861648 -0.506248 -0.0357074 0.861648 -0.506248 -0.0357074 0.86026 -0.507337 -0.0506254 0.946383 0.318174 -0.0558994 0.947105 0.31851 -0.0392806 0.947318 0.318787 -0.031043 0.862618 -0.505066 -0.0282628 0.862618 -0.505066 -0.0282628 0.861648 -0.506248 -0.0357074 0.947105 0.31851 -0.0392806 0.947318 0.318787 -0.031043 0.947593 0.318581 -0.023946 0.862298 -0.505933 -0.0217746 0.862298 -0.505933 -0.0217746 0.862618 -0.505066 -0.0282628 0.947318 0.318787 -0.031043 0.947593 0.318581 -0.023946 0.947881 0.318426 -0.0112126 0.862114 -0.506612 -0.0101569 0.862114 -0.506612 -0.0101569 0.862298 -0.505933 -0.0217746 0.947593 0.318581 -0.023946 0.947881 0.318426 -0.0112126 0.582927 0.197163 -0.788241 0.720667 -0.422358 -0.549776 0.720667 -0.422358 -0.549776 0.862114 -0.506612 -0.0101569 0.947881 0.318426 -0.0112126 -0.702787 0.530113 0.474416 -0.784579 0.598993 0.160136 -0.935862 0.305124 0.176244 -0.935862 0.305124 0.176244 -0.56953 0.18994 0.799724 -0.702787 0.530113 0.474416 -0.784579 0.598993 0.160136 -0.669194 0.591836 0.449343 -0.812879 0.296328 0.501415 -0.812879 0.296328 0.501415 -0.935862 0.305124 0.176244 -0.784579 0.598993 0.160136 -0.669194 0.591836 0.449343 -0.464479 0.595683 0.655302 -0.567896 0.301986 0.765702 -0.567896 0.301986 0.765702 -0.812879 0.296328 0.501415 -0.669194 0.591836 0.449343 -0.464479 0.595683 0.655302 -0.347973 0.600487 0.719951 -0.415828 0.312569 0.854042 -0.415828 0.312569 0.854042 -0.567896 0.301986 0.765702 -0.464479 0.595683 0.655302 -0.347973 0.600487 0.719951 -0.329015 0.600864 0.7285 -0.390592 0.316732 0.86436 -0.390592 0.316732 0.86436 -0.415828 0.312569 0.854042 -0.347973 0.600487 0.719951 -0.329015 0.600864 0.7285 -0.401919 0.599365 0.692259 -0.479862 0.321009 0.816508 -0.479862 0.321009 0.816508 -0.390592 0.316732 0.86436 -0.329015 0.600864 0.7285 -0.479862 0.321009 0.816508 -0.401919 0.599365 0.692259 -0.575306 0.594668 0.561598 -0.575306 0.594668 0.561598 -0.690421 0.324077 0.646756 -0.479862 0.321009 0.816508 -0.690421 0.324077 0.646756 -0.575306 0.594668 0.561598 -0.74194 0.594069 0.310816 -0.74194 0.594069 0.310816 -0.879484 0.323811 0.348789 -0.690421 0.324077 0.646756 -0.879484 0.323811 0.348789 -0.74194 0.594069 0.310816 -0.793053 0.599423 0.108444 -0.793053 0.599423 0.108444 -0.939129 0.319551 0.126188 -0.879484 0.323811 0.348789 -0.939129 0.319551 0.126188 -0.793053 0.599423 0.108444 -0.797999 0.600779 0.047563 -0.797999 0.600779 0.047563 -0.946847 0.316709 0.0563531 -0.939129 0.319551 0.126188 -0.797999 0.600779 0.047563 -0.798649 0.600881 0.0331913 -0.947801 0.316426 0.0393524 -0.947801 0.316426 0.0393524 -0.946847 0.316709 0.0563531 -0.797999 0.600779 0.047563 -0.798649 0.600881 0.0331913 -0.798906 0.600884 0.0262093 -0.948197 0.316157 0.0310956 -0.948197 0.316157 0.0310956 -0.947801 0.316426 0.0393524 -0.798649 0.600881 0.0331913 -0.798906 0.600884 0.0262093 -0.799082 0.600882 0.0202109 -0.948337 0.31636 0.0239687 -0.948337 0.31636 0.0239687 -0.948197 0.316157 0.0310956 -0.798906 0.600884 0.0262093 -0.799082 0.600882 0.0202109 -0.799283 0.600879 0.00951029 -0.948522 0.31651 0.0112438 -0.948522 0.31651 0.0112438 -0.948337 0.31636 0.0239687 -0.799082 0.600882 0.0202109 -0.799283 0.600879 0.00951029 -0.716089 0.537017 -0.445903 -0.589586 0.195382 -0.783718 -0.589586 0.195382 -0.783718 -0.948522 0.31651 0.0112438 -0.799283 0.600879 0.00951029 0.239333 -0.970725 -0.0203292 0.242805 -0.968669 -0.0522154 0.134364 -0.990406 -0.0322927 0.134364 -0.990406 -0.0322927 0.135617 -0.990636 -0.0157842 0.239333 -0.970725 -0.0203292 0.134364 -0.990406 -0.0322927 0.242805 -0.968669 -0.0522154 0.216131 -0.965956 -0.142184 0.216131 -0.965956 -0.142184 0.116508 -0.989728 -0.0828549 0.134364 -0.990406 -0.0322927 0.116508 -0.989728 -0.0828549 0.216131 -0.965956 -0.142184 0.145693 -0.96828 -0.202997 0.145693 -0.96828 -0.202997 0.0796781 -0.990217 -0.114551 0.116508 -0.989728 -0.0828549 0.0796781 -0.990217 -0.114551 0.145693 -0.96828 -0.202997 0.105071 -0.970536 -0.216843 0.105071 -0.970536 -0.216843 0.059668 -0.990528 -0.123671 0.0796781 -0.990217 -0.114551 0.105071 -0.970536 -0.216843 0.0977455 -0.971403 -0.216383 0.0564555 -0.990549 -0.125 0.0564555 -0.990549 -0.125 0.059668 -0.990528 -0.123671 0.105071 -0.970536 -0.216843 0.0977455 -0.971403 -0.216383 0.117562 -0.972388 -0.201595 0.068896 -0.99048 -0.119172 0.068896 -0.99048 -0.119172 0.0564555 -0.990549 -0.125 0.0977455 -0.971403 -0.216383 0.117562 -0.972388 -0.201595 0.16635 -0.973133 -0.159185 0.0987881 -0.990288 -0.0978315 0.0987881 -0.990288 -0.0978315 0.068896 -0.99048 -0.119172 0.117562 -0.972388 -0.201595 0.16635 -0.973133 -0.159185 0.213444 -0.97308 -0.0869338 0.127717 -0.990299 -0.0547366 0.127717 -0.990299 -0.0547366 0.0987881 -0.990288 -0.0978315 0.16635 -0.973133 -0.159185 0.213444 -0.97308 -0.0869338 0.232779 -0.972019 -0.0314975 0.136105 -0.990514 -0.0188951 0.136105 -0.990514 -0.0188951 0.127717 -0.990299 -0.0547366 0.213444 -0.97308 -0.0869338 0.232779 -0.972019 -0.0314975 0.237122 -0.971377 -0.0141113 0.136908 -0.99055 -0.00818473 0.136908 -0.99055 -0.00818473 0.136105 -0.990514 -0.0188951 0.232779 -0.972019 -0.0314975 0.237122 -0.971377 -0.0141113 0.237597 -0.971314 -0.0098686 0.137027 -0.990551 -0.0056963 0.137027 -0.990551 -0.0056963 0.136908 -0.99055 -0.00818473 0.237122 -0.971377 -0.0141113 0.237597 -0.971314 -0.0098686 0.237949 -0.971246 -0.00780277 0.137068 -0.990551 -0.00449628 0.137068 -0.990551 -0.00449628 0.137027 -0.990551 -0.0056963 0.237597 -0.971314 -0.0098686 0.237949 -0.971246 -0.00780277 0.237797 -0.971296 -0.00601399 0.137099 -0.990551 -0.00346919 0.137099 -0.990551 -0.00346919 0.137068 -0.990551 -0.00449628 0.237949 -0.971246 -0.00780277 0.237797 -0.971296 -0.00601399 0.237702 -0.971334 -0.00282659 0.137135 -0.990551 -0.00163537 0.137135 -0.990551 -0.00163537 0.137099 -0.990551 -0.00346919 0.237797 -0.971296 -0.00601399 0.237702 -0.971334 -0.00282659 0.238204 -0.971215 -0.00092127 0.137141 -0.990551 -0.000534448 0.137141 -0.990551 -0.000534448 0.137135 -0.990551 -0.00163537 0.237702 -0.971334 -0.00282659 0.0 0.703762 0.710436 0.0 0.999988 0.00484083 0.0 0.999988 0.00487646 0.0 0.999988 0.00487646 0.0 0.703771 0.710427 0.0 0.703762 0.710436 0.0 0.999988 0.00484083 -0.00130742 0.999999 0.000767804 -0.00128202 0.999999 0.000864181 -0.00128202 0.999999 0.000864181 0.0 0.999988 0.00487646 0.0 0.999988 0.00484083 -0.00130742 0.999999 0.000767804 -0.000925557 0.999999 0.00123123 -0.000933894 0.999999 0.00122431 -0.000933894 0.999999 0.00122431 -0.00128202 0.999999 0.000864181 -0.00130742 0.999999 0.000767804 -0.000925557 0.999999 0.00123123 -0.000670113 0.999999 0.00136662 -0.000672136 0.999999 0.00136479 -0.000672136 0.999999 0.00136479 -0.000933894 0.999999 0.00122431 -0.000925557 0.999999 0.00123123 -0.000670113 0.999999 0.00136662 -0.000625992 0.999999 0.00138509 -0.000626468 0.999999 0.00138566 -0.000626468 0.999999 0.00138566 -0.000672136 0.999999 0.00136479 -0.000670113 0.999999 0.00136662 -0.000625992 0.999999 0.00138509 -0.000772035 0.999999 0.00131644 -0.000773455 0.999999 0.00131637 -0.000773455 0.999999 0.00131637 -0.000626468 0.999999 0.00138566 -0.000625992 0.999999 0.00138509 -0.000773455 0.999999 0.00131637 -0.000772035 0.999999 0.00131644 -0.00113309 0.999999 0.00105551 -0.00113309 0.999999 0.00105551 -0.00113632 0.999999 0.00105233 -0.000773455 0.999999 0.00131637 -0.00113632 0.999999 0.00105233 -0.00113309 0.999999 0.00105551 -0.00144097 0.999999 0.000563607 -0.00144097 0.999999 0.000563607 -0.0014425 0.999999 0.000559128 -0.00113632 0.999999 0.00105233 -0.0014425 0.999999 0.000559128 -0.00144097 0.999999 0.000563607 -0.00150893 0.999999 0.000199024 -0.00150893 0.999999 0.000199024 -0.00150852 0.999999 0.000197753 -0.0014425 0.999999 0.000559128 -0.00150893 0.999999 0.000199024 -0.00151626 0.999999 0.0 -0.00151477 0.999999 0.0 -0.00151477 0.999999 0.0 -0.00150852 0.999999 0.000197753 -0.00150893 0.999999 0.000199024 -0.00151626 0.999999 0.0 -0.00151714 0.999999 0.0 -0.00151697 0.999999 0.0 -0.00151697 0.999999 0.0 -0.00151477 0.999999 0.0 -0.00151626 0.999999 0.0 -0.00151714 0.999999 0.0 -0.00151757 0.999999 0.0 -0.00151754 0.999999 0.0 -0.00151754 0.999999 0.0 -0.00151697 0.999999 0.0 -0.00151714 0.999999 0.0 -0.00151757 0.999999 0.0 -0.00151791 0.999999 0.0 -0.00151789 0.999999 0.0 -0.00151789 0.999999 0.0 -0.00151754 0.999999 0.0 -0.00151757 0.999999 0.0 -0.00151791 0.999999 0.0 -0.00151832 0.999999 0.0 -0.00151831 0.999999 0.0 -0.00151831 0.999999 0.0 -0.00151789 0.999999 0.0 -0.00151791 0.999999 0.0 -0.00151832 0.999999 0.0 -0.00307235 0.894426 -0.447204 -0.00378082 0.707101 -0.707103 -0.00378082 0.707101 -0.707103 -0.00151831 0.999999 0.0 -0.00151832 0.999999 0.0 -0.130261 -0.366025 0.921443 -0.170245 -0.708106 0.685276 -0.226856 -0.973296 0.0350784 -0.226856 -0.973296 0.0350784 -0.330876 -0.941813 0.0592326 -0.130261 -0.366025 0.921443 -0.330876 -0.941813 0.0592326 -0.226856 -0.973296 0.0350784 -0.196029 -0.973971 0.113811 -0.196029 -0.973971 0.113811 -0.286997 -0.940173 0.183597 -0.330876 -0.941813 0.0592326 -0.286997 -0.940173 0.183597 -0.196029 -0.973971 0.113811 -0.140485 -0.973503 0.180433 -0.140485 -0.973503 0.180433 -0.200713 -0.941497 0.270737 -0.286997 -0.940173 0.183597 -0.200713 -0.941497 0.270737 -0.140485 -0.973503 0.180433 -0.103015 -0.972505 0.208861 -0.103015 -0.972505 0.208861 -0.146899 -0.942528 0.300104 -0.200713 -0.941497 0.270737 -0.146899 -0.942528 0.300104 -0.103015 -0.972505 0.208861 -0.0972879 -0.971741 0.215071 -0.0972879 -0.971741 0.215071 -0.13754 -0.942606 0.304264 -0.146899 -0.942528 0.300104 -0.0972879 -0.971741 0.215071 -0.123316 -0.970271 0.20825 -0.168306 -0.942192 0.289735 -0.168306 -0.942192 0.289735 -0.13754 -0.942606 0.304264 -0.0972879 -0.971741 0.215071 -0.123316 -0.970271 0.20825 -0.186515 -0.967813 0.16897 -0.242828 -0.940853 0.236283 -0.242828 -0.940853 0.236283 -0.168306 -0.942192 0.289735 -0.123316 -0.970271 0.20825 -0.186515 -0.967813 0.16897 -0.235 -0.967997 0.0880752 -0.313854 -0.940587 0.129587 -0.313854 -0.940587 0.129587 -0.242828 -0.940853 0.236283 -0.186515 -0.967813 0.16897 -0.235 -0.967997 0.0880752 -0.237434 -0.970923 0.0305422 -0.332201 -0.942181 0.0440195 -0.332201 -0.942181 0.0440195 -0.313854 -0.940587 0.129587 -0.235 -0.967997 0.0880752 -0.237434 -0.970923 0.0305422 -0.235531 -0.971768 0.0138831 -0.333392 -0.942582 0.0197042 -0.333392 -0.942582 0.0197042 -0.332201 -0.942181 0.0440195 -0.237434 -0.970923 0.0305422 -0.235531 -0.971768 0.0138831 -0.235464 -0.971834 0.00975946 -0.33361 -0.94261 0.0138447 -0.33361 -0.94261 0.0138447 -0.333392 -0.942582 0.0197042 -0.235531 -0.971768 0.0138831 -0.235464 -0.971834 0.00975946 -0.235256 -0.971903 0.00770644 -0.33371 -0.942612 0.0109352 -0.33371 -0.942612 0.0109352 -0.33361 -0.94261 0.0138447 -0.235464 -0.971834 0.00975946 -0.235256 -0.971903 0.00770644 -0.235516 -0.971852 0.00594919 -0.333783 -0.942612 0.00844133 -0.333783 -0.942612 0.00844133 -0.33371 -0.942612 0.0109352 -0.235256 -0.971903 0.00770644 -0.235516 -0.971852 0.00594919 -0.235738 -0.971813 0.00278278 -0.333872 -0.94261 0.0039643 -0.333872 -0.94261 0.0039643 -0.333783 -0.942612 0.00844133 -0.235516 -0.971852 0.00594919 -0.235738 -0.971813 0.00278278 -0.174111 -0.708383 -0.684016 -0.13038 -0.358039 -0.924559 -0.13038 -0.358039 -0.924559 -0.333872 -0.94261 0.0039643 -0.235738 -0.971813 0.00278278 0.239333 -0.970725 -0.0203292 0.335217 -0.941826 -0.0243782 0.332769 -0.940888 -0.063201 0.332769 -0.940888 -0.063201 0.242805 -0.968669 -0.0522154 0.239333 -0.970725 -0.0203292 0.242805 -0.968669 -0.0522154 0.332769 -0.940888 -0.063201 0.298154 -0.938669 -0.173218 0.298154 -0.938669 -0.173218 0.216131 -0.965956 -0.142184 0.242805 -0.968669 -0.0522154 0.216131 -0.965956 -0.142184 0.298154 -0.938669 -0.173218 0.207507 -0.939075 -0.274005 0.207507 -0.939075 -0.274005 0.145693 -0.96828 -0.202997 0.216131 -0.965956 -0.142184 0.145693 -0.96828 -0.202997 0.207507 -0.939075 -0.274005 0.148107 -0.941184 -0.303706 0.148107 -0.941184 -0.303706 0.105071 -0.970536 -0.216843 0.145693 -0.96828 -0.202997 0.105071 -0.970536 -0.216843 0.148107 -0.941184 -0.303706 0.13871 -0.941569 -0.306933 0.13871 -0.941569 -0.306933 0.0977455 -0.971403 -0.216383 0.105071 -0.970536 -0.216843 0.13871 -0.941569 -0.306933 0.172329 -0.941193 -0.290618 0.117562 -0.972388 -0.201595 0.117562 -0.972388 -0.201595 0.0977455 -0.971403 -0.216383 0.13871 -0.941569 -0.306933 0.172329 -0.941193 -0.290618 0.25426 -0.939497 -0.229559 0.16635 -0.973133 -0.159185 0.16635 -0.973133 -0.159185 0.117562 -0.972388 -0.201595 0.172329 -0.941193 -0.290618 0.25426 -0.939497 -0.229559 0.320824 -0.939492 -0.120116 0.213444 -0.97308 -0.0869338 0.213444 -0.97308 -0.0869338 0.16635 -0.973133 -0.159185 0.25426 -0.939497 -0.229559 0.320824 -0.939492 -0.120116 0.334433 -0.9414 -0.0438332 0.232779 -0.972019 -0.0314975 0.232779 -0.972019 -0.0314975 0.213444 -0.97308 -0.0869338 0.320824 -0.939492 -0.120116 0.334433 -0.9414 -0.0438332 0.336168 -0.941591 -0.0199316 0.237122 -0.971377 -0.0141113 0.237122 -0.971377 -0.0141113 0.232779 -0.972019 -0.0314975 0.334433 -0.9414 -0.0438332 0.336168 -0.941591 -0.0199316 0.336458 -0.941595 -0.0139568 0.237597 -0.971314 -0.0098686 0.237597 -0.971314 -0.0098686 0.237122 -0.971377 -0.0141113 0.336168 -0.941591 -0.0199316 0.336458 -0.941595 -0.0139568 0.336565 -0.941596 -0.0110321 0.237949 -0.971246 -0.00780277 0.237949 -0.971246 -0.00780277 0.237597 -0.971314 -0.0098686 0.336458 -0.941595 -0.0139568 0.336565 -0.941596 -0.0110321 0.33664 -0.941595 -0.00850442 0.237797 -0.971296 -0.00601399 0.237797 -0.971296 -0.00601399 0.237949 -0.971246 -0.00780277 0.336565 -0.941596 -0.0110321 0.33664 -0.941595 -0.00850442 0.336726 -0.941594 -0.00398181 0.237702 -0.971334 -0.00282659 0.237702 -0.971334 -0.00282659 0.237797 -0.971296 -0.00601399 0.33664 -0.941595 -0.00850442 0.336726 -0.941594 -0.00398181 0.336742 -0.941596 -0.00129346 0.238204 -0.971215 -0.00092127 0.238204 -0.971215 -0.00092127 0.237702 -0.971334 -0.00282659 0.336726 -0.941594 -0.00398181 0.0 0.999955 0.00947656 0.0 0.999989 0.0047423 0.0 0.999988 0.00484083 0.0 0.999988 0.00484083 0.0 0.703762 0.710436 0.0 0.999955 0.00947656 0.0 0.999989 0.0047423 -0.0013507 0.999999 0.000716972 -0.00130742 0.999999 0.000767804 -0.00130742 0.999999 0.000767804 0.0 0.999988 0.00484083 0.0 0.999989 0.0047423 -0.0013507 0.999999 0.000716972 -0.0009179 0.999999 0.00123704 -0.000925557 0.999999 0.00123123 -0.000925557 0.999999 0.00123123 -0.00130742 0.999999 0.000767804 -0.0013507 0.999999 0.000716972 -0.0009179 0.999999 0.00123704 -0.000668484 0.999999 0.00136755 -0.000670113 0.999999 0.00136662 -0.000670113 0.999999 0.00136662 -0.000925557 0.999999 0.00123123 -0.0009179 0.999999 0.00123704 -0.000668484 0.999999 0.00136755 -0.00062568 0.999999 0.00138472 -0.000625992 0.999999 0.00138509 -0.000625992 0.999999 0.00138509 -0.000670113 0.999999 0.00136662 -0.000668484 0.999999 0.00136755 -0.00062568 0.999999 0.00138472 -0.000771493 0.999999 0.00131654 -0.000772035 0.999999 0.00131644 -0.000772035 0.999999 0.00131644 -0.000625992 0.999999 0.00138509 -0.00062568 0.999999 0.00138472 -0.000772035 0.999999 0.00131644 -0.000771493 0.999999 0.00131654 -0.00113131 0.999999 0.00105729 -0.00113131 0.999999 0.00105729 -0.00113309 0.999999 0.00105551 -0.000772035 0.999999 0.00131644 -0.00113309 0.999999 0.00105551 -0.00113131 0.999999 0.00105729 -0.0014392 0.999999 0.000567762 -0.0014392 0.999999 0.000567762 -0.00144097 0.999999 0.000563607 -0.00113309 0.999999 0.00105551 -0.00144097 0.999999 0.000563607 -0.0014392 0.999999 0.000567762 -0.0015089 0.999999 0.00020144 -0.0015089 0.999999 0.00020144 -0.00150893 0.999999 0.000199024 -0.00144097 0.999999 0.000563607 -0.0015089 0.999999 0.00020144 -0.00151618 0.999999 0.0 -0.00151626 0.999999 0.0 -0.00151626 0.999999 0.0 -0.00150893 0.999999 0.000199024 -0.0015089 0.999999 0.00020144 -0.00151618 0.999999 0.0 -0.0015174 0.999999 0.0 -0.00151714 0.999999 0.0 -0.00151714 0.999999 0.0 -0.00151626 0.999999 0.0 -0.00151618 0.999999 0.0 -0.0015174 0.999999 0.0 -0.00151789 0.999999 0.0 -0.00151757 0.999999 0.0 -0.00151757 0.999999 0.0 -0.00151714 0.999999 0.0 -0.0015174 0.999999 0.0 -0.00151789 0.999999 0.0 -0.00151824 0.999999 0.0 -0.00151791 0.999999 0.0 -0.00151791 0.999999 0.0 -0.00151757 0.999999 0.0 -0.00151789 0.999999 0.0 -0.00151824 0.999999 0.0 -0.00151862 0.999999 0.0 -0.00151832 0.999999 0.0 -0.00151832 0.999999 0.0 -0.00151791 0.999999 0.0 -0.00151824 0.999999 0.0 -0.00151862 0.999999 0.0 -0.00151869 0.999999 0.0 -0.00307235 0.894426 -0.447204 -0.00307235 0.894426 -0.447204 -0.00151832 0.999999 0.0 -0.00151862 0.999999 0.0 </normals> <texCoords count='600'>1.30239 0.00364 1.29497 0.00364 1.29464 0.038848 1.30206 0.038918 1.29463 0.075151 1.30205 0.075154 1.31521 0.00364 1.31487 0.039486 1.29463 0.112676 1.30205 0.112684 1.31485 0.078205 1.31485 0.119444 1.33649 0.464819 1.32907 0.464813 1.32907 0.617898 1.33649 0.6179 1.33649 0.385047 1.32907 0.385038 1.32907 0.775974 1.33649 0.775974 1.3493 0.469992 1.3493 0.619771 1.33649 0.343167 1.32907 0.343156 1.3493 0.3929 1.32907 0.839828 1.33649 0.839828 1.3493 0.776656 1.32907 0.870755 1.33649 0.870755 1.3493 0.840294 1.32907 0.920627 1.33649 0.920627 1.3493 0.871092 1.32907 0.964864 1.33649 0.964864 1.3493 0.920925 1.32907 0.997974 1.33649 0.997974 1.3493 0.965056 1.3493 0.998011 1.26825 0.119444 1.27568 0.119444 1.27535 0.084851 1.26792 0.084921 1.28849 0.119444 1.28816 0.085177 1.27536 0.052606 1.26793 0.05261 1.28819 0.055645 1.27536 0.020762 1.26793 0.02077 1.28819 0.027494 1.30179 0.870833 1.30921 0.870827 1.30921 0.712685 1.30179 0.712687 1.30179 0.954718 1.30921 0.954708 1.32204 0.875978 1.32204 0.714548 1.30921 0.552788 1.30179 0.552789 1.30179 0.998011 1.30921 0.998001 1.32204 0.962529 1.32204 0.553467 1.30921 0.488603 1.30179 0.488603 1.32204 0.489066 1.30921 0.457479 1.30179 0.45748 1.32204 0.457815 1.30921 0.407545 1.30179 0.407546 1.32204 0.407841 1.30921 0.363148 1.30179 0.363148 1.32204 0.363339 1.30921 0.3298 1.30179 0.3298 1.32204 0.329837 0.845731 0.998011 0.847098 0.998011 0.848719 0.962866 0.847353 0.962803 0.853155 0.998011 0.854769 0.963146 0.860398 0.926931 0.8591 0.9265 0.859211 0.998011 0.860819 0.963425 0.866145 0.928839 0.895614 0.889929 0.894635 0.888975 0.860578 0.998011 0.862184 0.963488 0.871893 0.930747 0.899951 0.894156 0.967561 0.850311 0.966905 0.849111 0.873191 0.931177 0.904288 0.898383 0.970465 0.855625 1.05485 0.812121 1.0543 0.810869 0.905267 0.899337 0.973369 0.860939 1.05727 0.81767 1.12468 0.779491 1.1241 0.778252 0.974024 0.862139 1.0597 0.823219 1.12724 0.784977 1.18271 0.737479 1.18191 0.73637 1.06025 0.824472 1.12981 0.790464 1.18626 0.74239 1.23283 0.657325 1.23167 0.656595 1.13039 0.791703 1.1898 0.7473 1.23795 0.66056 1.26265 0.503775 1.2613 0.503511 1.1906 0.748409 1.24307 0.663794 1.26859 0.504945 1.27377 0.345531 1.2724 0.345435 1.24423 0.664524 1.27453 0.506114 1.27981 0.345958 1.27684 0.281647 1.27548 0.281581 1.27587 0.506379 1.28585 0.346384 1.28289 0.281938 1.27792 0.250701 1.27655 0.250654 1.28721 0.34648 1.28894 0.282229 1.28397 0.250912 1.27945 0.200824 1.27808 0.200782 1.2903 0.282295 1.29002 0.251123 1.2855 0.20101 1.28033 0.156572 1.27896 0.156545 1.29139 0.251171 1.29156 0.201195 1.28638 0.156692 1.28045 0.12344 1.27909 0.123435 1.29292 0.201238 1.29244 0.156812 1.28651 0.123463 1.2938 0.156839 1.29257 0.123487 1.29393 0.123492 0.375088 0.123397 0.371941 0.123397 0.373578 0.159243 0.376722 0.159094 0.385773 0.197963 0.38876 0.196971 0.389029 0.123397 0.390646 0.158403 0.423567 0.239201 0.425821 0.237004 0.401998 0.192577 0.40297 0.123397 0.404573 0.157806 0.49813 0.280806 0.499639 0.278043 0.43581 0.227268 0.415222 0.188187 0.406117 0.123397 0.407717 0.157664 0.586291 0.319423 0.587552 0.316539 0.506328 0.265803 0.445787 0.217543 0.418208 0.187196 0.655871 0.351941 0.657203 0.349089 0.59314 0.303759 0.513009 0.253576 0.448041 0.215347 0.712113 0.3929 0.713955 0.390348 0.663108 0.336452 0.598721 0.290992 0.514518 0.250815 0.759352 0.469992 0.762013 0.46831 0.722117 0.379037 0.669006 0.323828 0.599982 0.288109 0.787666 0.619771 0.790755 0.619163 0.773805 0.460861 0.730271 0.367739 0.670338 0.320978 0.798606 0.776656 0.801746 0.776435 0.80444 0.616468 0.785585 0.45342 0.732113 0.365187 0.801665 0.840294 0.804809 0.840142 0.81566 0.775453 0.818111 0.613777 0.788245 0.451739 0.802737 0.871092 0.805883 0.870983 0.818741 0.839472 0.829558 0.774472 0.821198 0.613169 0.804267 0.920924 0.807413 0.920828 0.819823 0.870497 0.832658 0.838802 0.832697 0.77425 0.805142 0.965056 0.808289 0.964994 0.821355 0.9204 0.833748 0.870011 0.835801 0.83865 0.805266 0.998011 0.808414 0.997999 0.822234 0.964717 0.835282 0.919972 0.836892 0.869902 0.822362 0.997945 0.836165 0.96444 0.838427 0.919876 0.836295 0.997892 0.839311 0.964378 0.839442 0.99788 1.24151 0.094963 1.24151 0.09633 1.24894 0.096319 1.24894 0.094952 1.24152 0.102387 1.24895 0.102375 1.26131 0.088416 1.26174 0.085268 1.24153 0.108443 1.24896 0.108431 1.25637 0.102364 1.24153 0.10981 1.24896 0.109798 1.26135 0.116297 1.26179 0.119444 1.23538 0.094932 1.22795 0.094932 1.22795 0.096299 1.23538 0.096299 1.21514 0.085268 1.21557 0.088415 1.22795 0.102355 1.23538 0.102355 1.22053 0.102355 1.22795 0.108411 1.23538 0.108411 1.21557 0.116296 1.22795 0.109779 1.23538 0.109779 1.21514 0.119444 1.35515 0.051887 1.34773 0.051895 1.34773 0.124164 1.35515 0.124159 1.34773 0.21156 1.35516 0.211555 1.36796 0.044951 1.36796 0.119515 1.34773 0.28136 1.35515 0.281355 1.36796 0.207676 1.36796 0.277255 1.35515 0.339165 1.36796 0.333498 0.971648 0.034837 0.964225 0.03483 0.964225 0.103589 0.971648 0.103595 0.951394 0.041737 0.951394 0.108215 0.964225 0.189814 0.971648 0.189819 0.951394 0.193678 0.964225 0.259951 0.971648 0.259956 0.951394 0.264034 0.951394 0.325809 0.964225 0.320165 </texCoords> <colors count='3'>255 255 255 </colors> <tangents count='3528'>0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.00010292 1.0 0.0 0.00010292 1.0 0.0 0.00010292 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.000102916 1.0 0.0 0.000102916 1.0 0.0 0.000102916 1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 -0.000112017 -1.0 0.0 -0.000112017 -1.0 0.0 -0.000112017 -1.0 0.0 -0.000112017 -1.0 0.0 -0.000112017 -1.0 0.0 -0.000112017 -1.0 0.0 0.000120855 -1.0 0.0 0.000120855 -1.0 0.0 0.000120855 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 1.0 -0.000216347 0.0 1.0 -0.000216347 0.0 1.0 -0.000216347 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.999999 0.00137828 0.000107166 0.999999 0.00137828 0.000107166 0.999999 0.00137828 0.000107166 1.0 0.00020305 0.0 1.0 0.00020305 0.0 1.0 0.00020305 0.0 0.999999 0.00110267 0.0 0.999999 0.00110267 0.0 0.999999 0.00110267 0.0 0.999999 0.00121972 0.000204173 0.999999 0.00121972 0.000204173 0.999999 0.00121972 0.000204173 1.0 0.000733051 0.000125321 1.0 0.000733051 0.000125321 1.0 0.000733051 0.000125321 1.0 0.000768793 0.0 1.0 0.000768793 0.0 1.0 0.000768793 0.0 1.0 0.000610883 -0.000258743 1.0 0.000610883 -0.000258743 1.0 0.000610883 -0.000258743 1.0 0.000611383 0.0 1.0 0.000611383 0.0 1.0 0.000611383 0.0 1.0 0.000643265 0.0 1.0 0.000643265 0.0 1.0 0.000643265 0.0 1.0 0.000643829 -0.000268266 1.0 0.000643829 -0.000268266 1.0 0.000643829 -0.000268266 1.0 0.00088839 0.0 1.0 0.00088839 0.0 1.0 0.00088839 0.0 1.0 0.000906863 0.0 1.0 0.000906863 0.0 1.0 0.000906863 0.0 0.999999 0.00138891 0.000102547 0.999999 0.00138891 0.000102547 0.999999 0.00138891 0.000102547 0.999999 0.00128776 -0.000125394 0.999999 0.00128776 -0.000125394 0.999999 0.00128776 -0.000125394 0.999999 0.00149091 0.0 0.999999 0.00149091 0.0 0.999999 0.00149091 0.0 0.999999 0.00160067 0.0 0.999999 0.00160067 0.0 0.999999 0.00160067 0.0 0.999999 0.00151201 0.0 0.999999 0.00151201 0.0 0.999999 0.00151201 0.0 0.999999 0.00152692 0.0 0.999999 0.00152692 0.0 0.999999 0.00152692 0.0 0.999999 0.00151659 0.0 0.999999 0.00151659 0.0 0.999999 0.00151659 0.0 0.999999 0.00151437 0.0 0.999999 0.00151437 0.0 0.999999 0.00151437 0.0 0.999999 0.00151776 0.0 0.999999 0.00151776 0.0 0.999999 0.00151776 0.0 0.999999 0.00151752 0.0 0.999999 0.00151752 0.0 0.999999 0.00151752 0.0 0.999999 0.00151799 0.0 0.999999 0.00151799 0.0 0.999999 0.00151799 0.0 0.999999 0.00151797 0.0 0.999999 0.00151797 0.0 0.999999 0.00151797 0.0 0.999999 0.00151842 0.0 0.999999 0.00151842 0.0 0.999999 0.00151842 0.0 0.999999 0.00151849 0.0 0.999999 0.00151849 0.0 0.999999 0.00151849 0.0 0.999999 0.00151871 0.0 0.999999 0.00151871 0.0 0.999999 0.00151871 0.0 0.999999 0.0015189 0.0 0.999999 0.0015189 0.0 0.999999 0.0015189 0.0 -0.000206615 1.0 0.00021663 -0.000206615 1.0 0.00021663 -0.000206615 1.0 0.00021663 0.0 1.0 0.000205648 0.0 1.0 0.000205648 0.0 1.0 0.000205648 0.00155027 0.999951 0.0097279 0.00155027 0.999951 0.0097279 0.00155027 0.999951 0.0097279 0.000430222 0.999949 0.0100909 0.000430222 0.999949 0.0100909 0.000430222 0.999949 0.0100909 0.0415801 0.99807 0.0461145 0.0415801 0.99807 0.0461145 0.0415801 0.99807 0.0461145 0.041683 0.998071 0.046017 0.041683 0.998071 0.046017 0.041683 0.998071 0.046017 0.0111314 0.999907 0.0078747 0.0111314 0.999907 0.0078747 0.0111314 0.999907 0.0078747 0.011162 0.999907 0.00781881 0.011162 0.999907 0.00781881 0.011162 0.999907 0.00781881 0.00617993 0.999971 0.00436298 0.00617993 0.999971 0.00436298 0.00617993 0.999971 0.00436298 0.00618224 0.999971 0.00435722 0.00618224 0.999971 0.00435722 0.00618224 0.999971 0.00435722 0.00878795 0.999945 0.00578665 0.00878795 0.999945 0.00578665 0.00878795 0.999945 0.00578665 0.00878919 0.999945 0.00578385 0.00878919 0.999945 0.00578385 0.00878919 0.999945 0.00578385 0.0768626 0.995379 0.0575524 0.0768626 0.995379 0.0575524 0.0768626 0.995379 0.0575524 0.0768781 0.995379 0.0575318 0.0768781 0.995379 0.0575318 0.0768781 0.995379 0.0575318 0.00676942 0.999883 0.0137191 0.00676942 0.999883 0.0137191 0.00676942 0.999883 0.0137191 0.00686634 0.999883 0.0136585 0.00686634 0.999883 0.0136585 0.00686634 0.999883 0.0136585 -0.00132202 0.999998 0.00115814 -0.00132202 0.999998 0.00115814 -0.00132202 0.999998 0.00115814 -0.00121893 0.999999 0.00113809 -0.00121893 0.999999 0.00113809 -0.00121893 0.999999 0.00113809 -0.00150623 0.999999 0.000217814 -0.00150623 0.999999 0.000217814 -0.00150623 0.999999 0.000217814 -0.00149413 0.999999 0.000216541 -0.00149413 0.999999 0.000216541 -0.00149413 0.999999 0.000216541 -0.00151737 0.999999 0.000197915 -0.00151737 0.999999 0.000197915 -0.00151737 0.999999 0.000197915 -0.00150987 0.999999 0.000197915 -0.00150987 0.999999 0.000197915 -0.00150987 0.999999 0.000197915 -0.00151478 0.999999 0.0001781 -0.00151478 0.999999 0.0001781 -0.00151478 0.999999 0.0001781 -0.00151978 0.999999 0.0001781 -0.00151978 0.999999 0.0001781 -0.00151978 0.999999 0.0001781 -0.00151692 0.999999 0.00010774 -0.00151692 0.999999 0.00010774 -0.00151692 0.999999 0.00010774 -0.00151747 0.999999 0.00010774 -0.00151747 0.999999 0.00010774 -0.00151747 0.999999 0.00010774 -0.00153197 0.999999 0.0 -0.00153197 0.999999 0.0 -0.00153197 0.999999 0.0 -0.0015188 0.999999 0.0 -0.0015188 0.999999 0.0 -0.0015188 0.999999 0.0 -0.00152795 0.999999 0.0 -0.00152795 0.999999 0.0 -0.00152795 0.999999 0.0 -0.00153247 0.999999 0.0 -0.00153247 0.999999 0.0 -0.00153247 0.999999 0.0 1.0 -0.00022336 0.0 1.0 -0.00022336 0.0 1.0 -0.00022336 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.999999 0.00152342 0.0 0.999999 0.00152342 0.0 0.999999 0.00152342 0.0 1.0 0.000222659 -0.000154951 1.0 0.000222659 -0.000154951 1.0 0.000222659 -0.000154951 0.999999 0.00107252 0.0 0.999999 0.00107252 0.0 0.999999 0.00107252 0.0 0.999999 0.00120128 0.0 0.999999 0.00120128 0.0 0.999999 0.00120128 0.0 1.0 0.000724979 0.0 1.0 0.000724979 0.0 1.0 0.000724979 0.0 1.0 0.000760228 0.0 1.0 0.000760228 0.0 1.0 0.000760228 0.0 1.0 0.000608372 0.000100486 1.0 0.000608372 0.000100486 1.0 0.000608372 0.000100486 1.0 0.000612193 0.0 1.0 0.000612193 0.0 1.0 0.000612193 0.0 1.0 0.00064192 0.0 1.0 0.00064192 0.0 1.0 0.00064192 0.0 1.0 0.000641961 0.000107181 1.0 0.000641961 0.000107181 1.0 0.000641961 0.000107181 1.0 0.000884442 0.0 1.0 0.000884442 0.0 1.0 0.000884442 0.0 1.0 0.000900397 0.0 1.0 0.000900397 0.0 1.0 0.000900397 0.0 0.999999 0.00127867 0.0 0.999999 0.00127867 0.0 0.999999 0.00127867 0.0 0.999999 0.00137598 0.0 0.999999 0.00137598 0.0 0.999999 0.00137598 0.0 0.999999 0.00148917 0.000105471 0.999999 0.00148917 0.000105471 0.999999 0.00148917 0.000105471 0.999999 0.00159533 0.0 0.999999 0.00159533 0.0 0.999999 0.00159533 0.0 0.999999 0.0015149 0.0 0.999999 0.0015149 0.0 0.999999 0.0015149 0.0 0.999999 0.00152672 0.0 0.999999 0.00152672 0.0 0.999999 0.00152672 0.0 0.999999 0.00151692 0.0 0.999999 0.00151692 0.0 0.999999 0.00151692 0.0 0.999999 0.00151733 0.0 0.999999 0.00151733 0.0 0.999999 0.00151733 0.0 0.999999 0.00151771 0.0 0.999999 0.00151771 0.0 0.999999 0.00151771 0.0 0.999999 0.00151785 0.0 0.999999 0.00151785 0.0 0.999999 0.00151785 0.0 0.999999 0.00151794 0.0 0.999999 0.00151794 0.0 0.999999 0.00151794 0.0 0.999999 0.00151793 0.0 0.999999 0.00151793 0.0 0.999999 0.00151793 0.0 0.999999 0.00151831 0.0 0.999999 0.00151831 0.0 0.999999 0.00151831 0.0 0.999999 0.00151845 0.0 0.999999 0.00151845 0.0 0.999999 0.00151845 0.0 0.999999 0.00151863 0.0 0.999999 0.00151863 0.0 0.999999 0.00151863 0.0 0.999999 0.00151879 0.0 0.999999 0.00151879 0.0 0.999999 0.00151879 0.0 -0.000231794 1.0 -0.000245143 -0.000231794 1.0 -0.000245143 -0.000231794 1.0 -0.000245143 0.0 1.0 -0.00025653 0.0 1.0 -0.00025653 0.0 1.0 -0.00025653 -0.00532752 0.999926 -0.010914 -0.00532752 0.999926 -0.010914 -0.00532752 0.999926 -0.010914 -0.00656954 0.999923 -0.0104912 -0.00656954 0.999923 -0.0104912 -0.00656954 0.999923 -0.0104912 -0.0574266 0.996841 -0.0548715 -0.0574266 0.996841 -0.0548715 -0.0574266 0.996841 -0.0548715 -0.0573141 0.996841 -0.0549848 -0.0573141 0.996841 -0.0549848 -0.0573141 0.996841 -0.0549848 0.0127994 -0.999905 0.00519611 0.0127994 -0.999905 0.00519611 0.0127994 -0.999905 0.00519611 0.0127654 -0.999905 0.0052579 0.0127654 -0.999905 0.0052579 0.0127654 -0.999905 0.0052579 0.00744877 -0.999971 0.00159487 0.00744877 -0.999971 0.00159487 0.00744877 -0.999971 0.00159487 0.0074465 -0.999971 0.00160017 0.0074465 -0.999971 0.00160017 0.0074465 -0.999971 0.00160017 0.0100118 -0.999945 0.00299966 0.0100118 -0.999945 0.00299966 0.0100118 -0.999945 0.00299966 0.0100118 -0.999945 0.00299965 0.0100118 -0.999945 0.00299965 0.0100118 -0.999945 0.00299965 -0.0773392 0.995556 -0.0537378 -0.0773392 0.995556 -0.0537378 -0.0773392 0.995556 -0.0537378 -0.0773213 0.995556 -0.0537617 -0.0773213 0.995556 -0.0537617 -0.0773213 0.995556 -0.0537617 -0.00943451 0.999884 -0.0119376 -0.00943451 0.999884 -0.0119376 -0.00943451 0.999884 -0.0119376 -0.00934794 0.999884 -0.0119937 -0.00934794 0.999884 -0.0119937 -0.00934794 0.999884 -0.0119937 -0.0016742 0.999998 -0.000606677 -0.0016742 0.999998 -0.000606677 -0.0016742 0.999998 -0.000606677 -0.00157114 0.999999 -0.000627418 -0.00157114 0.999999 -0.000627418 -0.00157114 0.999999 -0.000627418 -0.00152443 0.999999 0.0 -0.00152443 0.999999 0.0 -0.00152443 0.999999 0.0 -0.00151509 0.999999 0.0 -0.00151509 0.999999 0.0 -0.00151509 0.999999 0.0 -0.0015224 0.999999 0.0 -0.0015224 0.999999 0.0 -0.0015224 0.999999 0.0 -0.00152406 0.999999 0.0 -0.00152406 0.999999 0.0 -0.00152406 0.999999 0.0 -0.00152067 0.999999 -0.000108222 -0.00152067 0.999999 -0.000108222 -0.00152067 0.999999 -0.000108222 -0.0015216 0.999999 -0.000108222 -0.0015216 0.999999 -0.000108222 -0.0015216 0.999999 -0.000108222 -0.0015175 0.999999 0.0 -0.0015175 0.999999 0.0 -0.0015175 0.999999 0.0 -0.00151777 0.999999 0.0 -0.00151777 0.999999 0.0 -0.00151777 0.999999 0.0 -0.00151566 0.999999 0.0 -0.00151566 0.999999 0.0 -0.00151566 0.999999 0.0 -0.00151618 0.999999 0.0 -0.00151618 0.999999 0.0 -0.00151618 0.999999 0.0 -0.0015148 0.999999 0.0 -0.0015148 0.999999 0.0 -0.0015148 0.999999 0.0 -0.0015149 0.999999 0.0 -0.0015149 0.999999 0.0 -0.0015149 0.999999 0.0 0.990748 -0.135698 -0.00203265 0.990748 -0.135698 -0.00203265 0.990748 -0.135698 -0.00203265 0.990758 -0.135627 -0.00203824 0.990758 -0.135627 -0.00203824 0.990758 -0.135627 -0.00203824 0.991034 -0.133612 0.00028931 0.991034 -0.133612 0.00028931 0.991034 -0.133612 0.00028931 0.991775 -0.127962 0.0029097 0.991775 -0.127962 0.0029097 0.991775 -0.127962 0.0029097 0.994098 -0.108454 0.00247073 0.994098 -0.108454 0.00247073 0.994098 -0.108454 0.00247073 0.995133 -0.0984239 0.00488162 0.995133 -0.0984239 0.00488162 0.995133 -0.0984239 0.00488162 0.997664 -0.0682318 0.00338056 0.997664 -0.0682318 0.00338056 0.997664 -0.0682318 0.00338056 0.997868 -0.065136 0.00416155 0.997868 -0.065136 0.00416155 0.997868 -0.065136 0.00416155 0.998528 -0.054234 0.0 0.998528 -0.054234 0.0 0.998528 -0.054234 0.0 0.998518 -0.0544174 0.0 0.998518 -0.0544174 0.0 0.998518 -0.0544174 0.0 0.998361 -0.057223 0.0 0.998361 -0.057223 0.0 0.998361 -0.057223 0.0 0.99836 -0.0572401 0.0 0.99836 -0.0572401 0.0 0.99836 -0.0572401 0.0 0.996838 -0.079455 -0.000215625 0.996838 -0.079455 -0.000215625 0.996838 -0.079455 -0.000215625 0.996728 -0.0808285 -0.000169387 0.996728 -0.0808285 -0.000169387 0.996728 -0.0808285 -0.000169387 0.993403 -0.114675 -0.00021096 0.993403 -0.114675 -0.00021096 0.993403 -0.114675 -0.00021096 0.992306 -0.123807 -0.000314608 0.992306 -0.123807 -0.000314608 0.992306 -0.123807 -0.000314608 0.99127 -0.131845 -0.000157382 0.99127 -0.131845 -0.000157382 0.99127 -0.131845 -0.000157382 0.989943 -0.141469 -0.000202696 0.989943 -0.141469 -0.000202696 0.989943 -0.141469 -0.000202696 0.991006 -0.133814 -0.000177102 0.991006 -0.133814 -0.000177102 0.991006 -0.133814 -0.000177102 0.990867 -0.134839 -0.000169538 0.990867 -0.134839 -0.000169538 0.990867 -0.134839 -0.000169538 0.990983 -0.133983 -0.000448885 0.990983 -0.133983 -0.000448885 0.990983 -0.133983 -0.000448885 0.990979 -0.134015 -0.000445399 0.990979 -0.134015 -0.000445399 0.990979 -0.134015 -0.000445399 0.990973 -0.134057 -0.000912139 0.990973 -0.134057 -0.000912139 0.990973 -0.134057 -0.000912139 0.990972 -0.134068 -0.000915125 0.990972 -0.134068 -0.000915125 0.990972 -0.134068 -0.000915125 0.990972 -0.13407 -0.000576505 0.990972 -0.13407 -0.000576505 0.990972 -0.13407 -0.000576505 0.990971 -0.134074 -0.000571834 0.990971 -0.134074 -0.000571834 0.990971 -0.134074 -0.000571834 0.990966 -0.134109 -0.000647731 0.990966 -0.134109 -0.000647731 0.990966 -0.134109 -0.000647731 0.990966 -0.134114 -0.000648583 0.990966 -0.134114 -0.000648583 0.990966 -0.134114 -0.000648583 0.990963 -0.134132 -0.000864149 0.990963 -0.134132 -0.000864149 0.990963 -0.134132 -0.000864149 0.990961 -0.13415 -0.000864886 0.990961 -0.13415 -0.000864886 0.990961 -0.13415 -0.000864886 -0.603035 0.796338 -0.046842 -0.603035 0.796338 -0.046842 -0.603035 0.796338 -0.046842 -0.60259 0.796671 -0.0469089 -0.60259 0.796671 -0.0469089 -0.60259 0.796671 -0.0469089 -0.595345 0.795295 0.114324 -0.595345 0.795295 0.114324 -0.595345 0.795295 0.114324 -0.5831 0.804979 0.109556 -0.5831 0.804979 0.109556 -0.5831 0.804979 0.109556 -0.450606 0.797401 0.40138 -0.450606 0.797401 0.40138 -0.450606 0.797401 0.40138 -0.425065 0.822917 0.376997 -0.425065 0.822917 0.376997 -0.425065 0.822917 0.376997 -0.295635 0.797498 0.525924 -0.295635 0.797498 0.525924 -0.295635 0.797498 0.525924 -0.287764 0.809583 0.511631 -0.287764 0.809583 0.511631 -0.287764 0.809583 0.511631 -0.254619 0.797427 0.547064 -0.254619 0.797427 0.547064 -0.254619 0.797427 0.547064 -0.254049 0.798534 0.545713 -0.254049 0.798534 0.545713 -0.254049 0.798534 0.545713 -0.266778 0.797442 0.541217 -0.266778 0.797442 0.541217 -0.266778 0.797442 0.541217 -0.266728 0.797533 0.541107 -0.266728 0.797533 0.541107 -0.266728 0.797533 0.541107 0.014601 0.731523 0.68166 0.014601 0.731523 0.68166 0.014601 0.731523 0.68166 0.00556539 0.728102 0.685446 0.00556539 0.728102 0.685446 0.00556539 0.728102 0.685446 -0.610422 0.789338 0.0658093 -0.610422 0.789338 0.0658093 -0.610422 0.789338 0.0658093 -0.656231 0.754266 0.0210649 -0.656231 0.754266 0.0210649 -0.656231 0.754266 0.0210649 -0.58772 0.808084 -0.0398106 -0.58772 0.808084 -0.0398106 -0.58772 0.808084 -0.0398106 -0.612597 0.79006 -0.0230225 -0.612597 0.79006 -0.0230225 -0.612597 0.79006 -0.0230225 -0.602255 0.797865 -0.0264568 -0.602255 0.797865 -0.0264568 -0.602255 0.797865 -0.0264568 -0.604661 0.796418 -0.0102004 -0.604661 0.796418 -0.0102004 -0.604661 0.796418 -0.0102004 -0.604156 0.796714 -0.0155749 -0.604156 0.796714 -0.0155749 -0.604156 0.796714 -0.0155749 -0.604059 0.796787 -0.0155837 -0.604059 0.796787 -0.0155837 -0.604059 0.796787 -0.0155837 -0.603774 0.794842 -0.0606895 -0.603774 0.794842 -0.0606895 -0.603774 0.794842 -0.0606895 -0.603738 0.794869 -0.0606934 -0.603738 0.794869 -0.0606934 -0.603738 0.794869 -0.0606934 -0.603802 0.796279 -0.036915 -0.603802 0.796279 -0.036915 -0.603802 0.796279 -0.036915 -0.603797 0.796283 -0.0369155 -0.603797 0.796283 -0.0369155 -0.603797 0.796283 -0.0369155 -0.603275 0.796021 -0.049081 -0.603275 0.796021 -0.049081 -0.603275 0.796021 -0.049081 -0.603257 0.796035 -0.0490826 -0.603257 0.796035 -0.0490826 -0.603257 0.796035 -0.0490826 -0.601873 0.795234 -0.0731596 -0.601873 0.795234 -0.0731596 -0.601873 0.795234 -0.0731596 -0.60182 0.795273 -0.0731635 -0.60182 0.795273 -0.0731635 -0.60182 0.795273 -0.0731635 0.603403 0.795993 0.0479618 0.603403 0.795993 0.0479618 0.603403 0.795993 0.0479618 0.603045 0.796262 0.047995 0.603045 0.796262 0.047995 0.603045 0.796262 0.047995 0.594028 0.796153 -0.115197 0.594028 0.796153 -0.115197 0.594028 0.796153 -0.115197 0.57892 0.80814 -0.108454 0.57892 0.80814 -0.108454 0.57892 0.80814 -0.108454 0.428839 0.799375 -0.420828 0.428839 0.799375 -0.420828 0.428839 0.799375 -0.420828 0.398812 0.830468 -0.388937 0.398812 0.830468 -0.388937 0.398812 0.830468 -0.388937 -0.287724 -0.799338 0.527517 -0.287724 -0.799338 0.527517 -0.287724 -0.799338 0.527517 -0.279337 -0.81244 0.511774 -0.279337 -0.81244 0.511774 -0.279337 -0.81244 0.511774 -0.253045 -0.799259 0.545117 -0.253045 -0.799259 0.545117 -0.253045 -0.799259 0.545117 -0.252463 -0.800384 0.543736 -0.252463 -0.800384 0.543736 -0.252463 -0.800384 0.543736 -0.265374 -0.799276 0.539198 -0.265374 -0.799276 0.539198 -0.265374 -0.799276 0.539198 -0.265324 -0.799366 0.539088 -0.265324 -0.799366 0.539088 -0.265324 -0.799366 0.539088 0.0134872 -0.735159 0.67776 0.0134872 -0.735159 0.67776 0.0134872 -0.735159 0.67776 0.0043353 -0.732222 0.681052 0.0043353 -0.732222 0.681052 0.0043353 -0.732222 0.681052 0.61287 0.787183 -0.0688043 0.61287 0.787183 -0.0688043 0.61287 0.787183 -0.0688043 0.657178 0.753371 -0.0234249 0.657178 0.753371 -0.0234249 0.657178 0.753371 -0.0234249 0.587708 0.808157 0.0384932 0.587708 0.808157 0.0384932 0.587708 0.808157 0.0384932 0.611079 0.791253 0.0223801 0.611079 0.791253 0.0223801 0.611079 0.791253 0.0223801 0.599934 0.799626 0.0260426 0.599934 0.799626 0.0260426 0.599934 0.799626 0.0260426 0.602274 0.798227 0.0100306 0.602274 0.798227 0.0100306 0.602274 0.798227 0.0100306 0.601723 0.798565 0.0149415 0.601723 0.798565 0.0149415 0.601723 0.798565 0.0149415 0.601629 0.798636 0.0149497 0.601629 0.798636 0.0149497 0.601629 0.798636 0.0149497 0.601379 0.796745 0.0594979 0.601379 0.796745 0.0594979 0.601379 0.796745 0.0594979 0.601344 0.796772 0.0595018 0.601344 0.796772 0.0595018 0.601344 0.796772 0.0595018 0.601382 0.798129 0.0364604 0.601382 0.798129 0.0364604 0.601382 0.798129 0.0364604 0.601378 0.798133 0.0364608 0.601378 0.798133 0.0364608 0.601378 0.798133 0.0364608 0.600871 0.797884 0.048331 0.600871 0.797884 0.048331 0.600871 0.797884 0.048331 0.600849 0.7979 0.0483325 0.600849 0.7979 0.0483325 0.600849 0.7979 0.0483325 0.599513 0.797129 0.0718962 0.599513 0.797129 0.0718962 0.599513 0.797129 0.0718962 0.599461 0.797168 0.0719 0.599461 0.797168 0.0719 0.599461 0.797168 0.0719 0.990808 0.135277 0.000422608 0.990808 0.135277 0.000422608 0.990808 0.135277 0.000422608 0.99076 0.135627 0.000420436 0.99076 0.135627 0.000420436 0.99076 0.135627 0.000420436 0.990994 0.133906 0.000613512 0.990994 0.133906 0.000613512 0.990994 0.133906 0.000613512 0.991577 0.129489 0.00282671 0.991577 0.129489 0.00282671 0.991577 0.129489 0.00282671 0.994201 0.107515 0.00235792 0.994201 0.107515 0.00235792 0.994201 0.107515 0.00235792 0.995542 0.0941989 0.00474743 0.995542 0.0941989 0.00474743 0.995542 0.0941989 0.00474743 0.997679 0.0680061 0.00338985 0.997679 0.0680061 0.00338985 0.997679 0.0680061 0.00338985 0.997907 0.0645284 0.00418368 0.997907 0.0645284 0.00418368 0.997907 0.0645284 0.00418368 0.998469 0.0553096 0.0 0.998469 0.0553096 0.0 0.998469 0.0553096 0.0 0.998458 0.0555134 0.0 0.998458 0.0555134 0.0 0.998458 0.0555134 0.0 0.998286 0.0585186 -0.000145034 0.998286 0.0585186 -0.000145034 0.998286 0.0585186 -0.000145034 0.998286 0.0585234 0.0 0.998286 0.0585234 0.0 0.998286 0.0585234 0.0 0.996763 0.0803924 0.0 0.996763 0.0803924 0.0 0.996763 0.0803924 0.0 0.996656 0.0817071 -0.00021017 0.996656 0.0817071 -0.00021017 0.996656 0.0817071 -0.00021017 0.993301 0.115555 -0.000180553 0.993301 0.115555 -0.000180553 0.993301 0.115555 -0.000180553 0.992325 0.123656 0.0 0.992325 0.123656 0.0 0.992325 0.123656 0.0 0.990919 0.13446 -0.000184347 0.990919 0.13446 -0.000184347 0.990919 0.13446 -0.000184347 0.989642 0.143558 -0.000193587 0.989642 0.143558 -0.000193587 0.989642 0.143558 -0.000193587 0.990599 0.1368 -0.000178398 0.990599 0.1368 -0.000178398 0.990599 0.1368 -0.000178398 0.990457 0.137824 -0.000191921 0.990457 0.137824 -0.000191921 0.990457 0.137824 -0.000191921 0.990572 0.136989 -0.000456177 0.990572 0.136989 -0.000456177 0.990572 0.136989 -0.000456177 0.990568 0.137019 -0.00045507 0.990568 0.137019 -0.00045507 0.990568 0.137019 -0.00045507 0.990562 0.137063 -0.000941261 0.990562 0.137063 -0.000941261 0.990562 0.137063 -0.000941261 0.99056 0.137076 -0.000932513 0.99056 0.137076 -0.000932513 0.99056 0.137076 -0.000932513 0.99056 0.13708 -0.000596787 0.99056 0.13708 -0.000596787 0.99056 0.13708 -0.000596787 0.99056 0.137081 -0.00060243 0.99056 0.137081 -0.00060243 0.99056 0.137081 -0.00060243 0.990555 0.137115 -0.000673547 0.990555 0.137115 -0.000673547 0.990555 0.137115 -0.000673547 0.990554 0.137124 -0.00067359 0.990554 0.137124 -0.00067359 0.990554 0.137124 -0.00067359 0.990551 0.13714 -0.000882087 0.990551 0.13714 -0.000882087 0.990551 0.13714 -0.000882087 0.990549 0.137157 -0.000882194 0.990549 0.137157 -0.000882194 0.990549 0.137157 -0.000882194 1.0 -0.000218382 0.0 1.0 -0.000218382 0.0 1.0 -0.000218382 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.999999 0.00143977 0.0 0.999999 0.00143977 0.0 0.999999 0.00143977 0.0 1.0 0.000204583 0.0 1.0 0.000204583 0.0 1.0 0.000204583 0.0 0.999999 0.00108831 0.0 0.999999 0.00108831 0.0 0.999999 0.00108831 0.0 0.999999 0.00121741 0.0 0.999999 0.00121741 0.0 0.999999 0.00121741 0.0 1.0 0.000729922 0.0 1.0 0.000729922 0.0 1.0 0.000729922 0.0 1.0 0.000766697 0.0 1.0 0.000766697 0.0 1.0 0.000766697 0.0 1.0 0.000609267 0.0 1.0 0.000609267 0.0 1.0 0.000609267 0.0 1.0 0.000612321 0.0 1.0 0.000612321 0.0 1.0 0.000612321 0.0 1.0 0.000642343 0.0 1.0 0.000642343 0.0 1.0 0.000642343 0.0 1.0 0.00064251 0.0 1.0 0.00064251 0.0 1.0 0.00064251 0.0 1.0 0.000902926 0.0 1.0 0.000902926 0.0 1.0 0.000902926 0.0 1.0 0.000889363 0.0 1.0 0.000889363 0.0 1.0 0.000889363 0.0 0.999999 0.00138369 0.0 0.999999 0.00138369 0.0 0.999999 0.00138369 0.0 0.999999 0.00128686 0.0 0.999999 0.00128686 0.0 0.999999 0.00128686 0.0 0.999999 0.0015978 0.0 0.999999 0.0015978 0.0 0.999999 0.0015978 0.0 0.999999 0.0014902 0.0 0.999999 0.0014902 0.0 0.999999 0.0014902 0.0 0.999999 0.00151497 0.0 0.999999 0.00151497 0.0 0.999999 0.00151497 0.0 0.999999 0.00152619 0.0 0.999999 0.00152619 0.0 0.999999 0.00152619 0.0 0.999999 0.00151638 0.0 0.999999 0.00151638 0.0 0.999999 0.00151638 0.0 0.999999 0.00151737 0.0 0.999999 0.00151737 0.0 0.999999 0.00151737 0.0 0.999999 0.00151708 0.0 0.999999 0.00151708 0.0 0.999999 0.00151708 0.0 0.999999 0.00151731 0.0 0.999999 0.00151731 0.0 0.999999 0.00151731 0.0 0.999999 0.00151729 0.0 0.999999 0.00151729 0.0 0.999999 0.00151729 0.0 0.999999 0.0015173 0.0 0.999999 0.0015173 0.0 0.999999 0.0015173 0.0 0.999999 0.00151771 0.0 0.999999 0.00151771 0.0 0.999999 0.00151771 0.0 0.999999 0.00151779 0.0 0.999999 0.00151779 0.0 0.999999 0.00151779 0.0 0.999999 0.00151798 0.0 0.999999 0.00151798 0.0 0.999999 0.00151798 0.0 0.999999 0.00151819 0.0 0.999999 0.00151819 0.0 0.999999 0.00151819 0.0 0.942106 -0.335316 0.0 0.942106 -0.335316 0.0 0.942106 -0.335316 0.0 0.94216 -0.335154 0.00256054 0.94216 -0.335154 0.00256054 0.94216 -0.335154 0.00256054 0.943768 -0.3306 0.00249252 0.943768 -0.3306 0.00249252 0.943768 -0.3306 0.00249252 0.94831 -0.316902 0.0167404 0.94831 -0.316902 0.0167404 0.94831 -0.316902 0.0167404 0.962514 -0.270818 0.0150069 0.962514 -0.270818 0.0150069 0.962514 -0.270818 0.0150069 0.970713 -0.237817 0.0340353 0.970713 -0.237817 0.0340353 0.970713 -0.237817 0.0340353 0.985299 -0.169055 0.0246327 0.985299 -0.169055 0.0246327 0.985299 -0.169055 0.0246327 0.986952 -0.158011 0.0309671 0.986952 -0.158011 0.0309671 0.986952 -0.158011 0.0309671 0.990801 -0.132756 0.0262676 0.990801 -0.132756 0.0262676 0.990801 -0.132756 0.0262676 0.990912 -0.131644 0.0276186 0.990912 -0.131644 0.0276186 0.990912 -0.131644 0.0276186 0.988884 -0.148682 -0.00119808 0.988884 -0.148682 -0.00119808 0.988884 -0.148682 -0.00119808 0.98888 -0.148711 -0.00120324 0.98888 -0.148711 -0.00120324 0.98888 -0.148711 -0.00120324 0.978815 -0.204724 -0.00294909 0.978815 -0.204724 -0.00294909 0.978815 -0.204724 -0.00294909 0.978275 -0.207291 -0.00298009 0.978275 -0.207291 -0.00298009 0.978275 -0.207291 -0.00298009 0.957096 -0.289709 -0.00591406 0.957096 -0.289709 -0.00591406 0.957096 -0.289709 -0.00591406 0.951264 -0.308315 -0.00628136 0.951264 -0.308315 -0.00628136 0.951264 -0.308315 -0.00628136 0.944341 -0.32893 -0.00507458 0.944341 -0.32893 -0.00507458 0.944341 -0.32893 -0.00507458 0.936915 -0.349515 -0.00539325 0.936915 -0.349515 -0.00539325 0.936915 -0.349515 -0.00539325 0.942817 -0.333272 -0.00513474 0.942817 -0.333272 -0.00513474 0.942817 -0.333272 -0.00513474 0.942009 -0.335547 -0.00517325 0.942009 -0.335547 -0.00517325 0.942009 -0.335547 -0.00517325 0.9426 -0.333702 -0.0121776 0.9426 -0.333702 -0.0121776 0.9426 -0.333702 -0.0121776 0.942574 -0.333776 -0.0121793 0.942574 -0.333776 -0.0121793 0.942574 -0.333776 -0.0121793 0.942371 -0.333865 -0.0217138 0.942371 -0.333865 -0.0217138 0.942371 -0.333865 -0.0217138 0.942362 -0.33389 -0.0217165 0.942362 -0.33389 -0.0217165 0.942362 -0.33389 -0.0217165 0.942503 -0.333853 -0.0151644 0.942503 -0.333853 -0.0151644 0.942503 -0.333853 -0.0151644 0.942502 -0.333856 -0.0151647 0.942502 -0.333856 -0.0151647 0.942502 -0.333856 -0.0151647 0.942464 -0.333884 -0.016828 0.942464 -0.333884 -0.016828 0.942464 -0.333884 -0.016828 0.942458 -0.333902 -0.016828 0.942458 -0.333902 -0.016828 0.942458 -0.333902 -0.016828 0.942396 -0.333834 -0.0210648 0.942396 -0.333834 -0.0210648 0.942396 -0.333834 -0.0210648 0.942383 -0.333872 -0.0210673 0.942383 -0.333872 -0.0210673 0.942383 -0.333872 -0.0210673 0.942106 0.335316 0.0 0.942106 0.335316 0.0 0.942106 0.335316 0.0 0.942288 0.334796 0.00207626 0.942288 0.334796 0.00207626 0.942288 0.334796 0.00207626 0.943498 0.331373 0.0020539 0.943498 0.331373 0.0020539 0.943498 0.331373 0.0020539 0.947886 0.318173 0.0166464 0.947886 0.318173 0.0166464 0.947886 0.318173 0.0166464 0.962756 0.269959 0.0149606 0.962756 0.269959 0.0149606 0.962756 0.269959 0.0149606 0.972081 0.232164 0.034026 0.972081 0.232164 0.034026 0.972081 0.232164 0.034026 0.985373 0.168562 0.0250474 0.985373 0.168562 0.0250474 0.985373 0.168562 0.0250474 0.987118 0.156864 0.0314946 0.987118 0.156864 0.0314946 0.987118 0.156864 0.0314946 0.990664 0.133671 0.0267884 0.990664 0.133671 0.0267884 0.990664 0.133671 0.0267884 0.990779 0.132528 0.0281717 0.990779 0.132528 0.0281717 0.990779 0.132528 0.0281717 0.988675 0.150068 -0.00120134 0.988675 0.150068 -0.00120134 0.988675 0.150068 -0.00120134 0.98867 0.150098 -0.00120757 0.98867 0.150098 -0.00120757 0.98867 0.150098 -0.00120757 0.97862 0.205656 -0.00291957 0.97862 0.205656 -0.00291957 0.97862 0.205656 -0.00291957 0.978088 0.208171 -0.00293952 0.978088 0.208171 -0.00293952 0.978088 0.208171 -0.00293952 0.956889 0.290398 -0.00563008 0.956889 0.290398 -0.00563008 0.956889 0.290398 -0.00563008 0.95133 0.308115 -0.00597435 0.95133 0.308115 -0.00597435 0.95133 0.308115 -0.00597435 0.943475 0.331406 -0.00498034 0.943475 0.331406 -0.00498034 0.943475 0.331406 -0.00498034 0.936194 0.351445 -0.00527935 0.936194 0.351445 -0.00527935 0.936194 0.351445 -0.00527935 0.941807 0.336115 -0.00517335 0.941807 0.336115 -0.00517335 0.941807 0.336115 -0.00517335 0.940995 0.338379 -0.00520454 0.940995 0.338379 -0.00520454 0.940995 0.338379 -0.00520454 0.94158 0.336562 -0.012343 0.94158 0.336562 -0.012343 0.94158 0.336562 -0.012343 0.941554 0.336636 -0.0123473 0.941554 0.336636 -0.0123473 0.941554 0.336636 -0.0123473 0.941346 0.336726 -0.0219878 0.941346 0.336726 -0.0219878 0.941346 0.336726 -0.0219878 0.941337 0.336751 -0.0219902 0.941337 0.336751 -0.0219902 0.941337 0.336751 -0.0219902 0.941481 0.336714 -0.0154095 0.941481 0.336714 -0.0154095 0.941481 0.336714 -0.0154095 0.94148 0.336717 -0.0154098 0.94148 0.336717 -0.0154098 0.94148 0.336717 -0.0154098 0.941441 0.336745 -0.0170631 0.941441 0.336745 -0.0170631 0.941441 0.336745 -0.0170631 0.941435 0.336762 -0.0170645 0.941435 0.336762 -0.0170645 0.941435 0.336762 -0.0170645 0.941373 0.336691 -0.0213338 0.941373 0.336691 -0.0213338 0.941373 0.336691 -0.0213338 0.941359 0.336731 -0.0213362 0.941359 0.336731 -0.0213362 0.941359 0.336731 -0.0213362 1.0 -0.000220346 0.0 1.0 -0.000220346 0.0 1.0 -0.000220346 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.999999 0.00150839 0.0 0.999999 0.00150839 0.0 0.999999 0.00150839 0.0 1.0 0.000214419 0.0 1.0 0.000214419 0.0 1.0 0.000214419 0.0 0.999999 0.00107478 0.0 0.999999 0.00107478 0.0 0.999999 0.00107478 0.0 0.999999 0.00121024 0.0 0.999999 0.00121024 0.0 0.999999 0.00121024 0.0 1.0 0.000725004 0.0 1.0 0.000725004 0.0 1.0 0.000725004 0.0 1.0 0.000763368 0.0 1.0 0.000763368 0.0 1.0 0.000763368 0.0 1.0 0.000609265 0.0 1.0 0.000609265 0.0 1.0 0.000609265 0.0 1.0 0.000611642 0.0 1.0 0.000611642 0.0 1.0 0.000611642 0.0 1.0 0.000642559 0.0 1.0 0.000642559 0.0 1.0 0.000642559 0.0 1.0 0.000642814 0.0 1.0 0.000642814 0.0 1.0 0.000642814 0.0 1.0 0.000901266 0.0 1.0 0.000901266 0.0 1.0 0.000901266 0.0 1.0 0.000887279 0.0 1.0 0.000887279 0.0 1.0 0.000887279 0.0 0.999999 0.00137686 -0.000101409 0.999999 0.00137686 -0.000101409 0.999999 0.00137686 -0.000101409 0.999999 0.00128316 0.0 0.999999 0.00128316 0.0 0.999999 0.00128316 0.0 0.999999 0.00159547 0.0 0.999999 0.00159547 0.0 0.999999 0.00159547 0.0 0.999999 0.00149022 -0.00013299 0.999999 0.00149022 -0.00013299 0.999999 0.00149022 -0.00013299 0.999999 0.00151502 0.0 0.999999 0.00151502 0.0 0.999999 0.00151502 0.0 0.999999 0.00152687 0.0 0.999999 0.00152687 0.0 0.999999 0.00152687 0.0 0.999999 0.00151696 0.0 0.999999 0.00151696 0.0 0.999999 0.00151696 0.0 0.999999 0.00151744 0.0 0.999999 0.00151744 0.0 0.999999 0.00151744 0.0 0.999999 0.00151785 0.0 0.999999 0.00151785 0.0 0.999999 0.00151785 0.0 0.999999 0.00151789 0.0 0.999999 0.00151789 0.0 0.999999 0.00151789 0.0 0.999999 0.00151804 0.0 0.999999 0.00151804 0.0 0.999999 0.00151804 0.0 0.999999 0.00151806 0.0 0.999999 0.00151806 0.0 0.999999 0.00151806 0.0 0.999999 0.00151846 0.0 0.999999 0.00151846 0.0 0.999999 0.00151846 0.0 0.999999 0.00151854 0.0 0.999999 0.00151854 0.0 0.999999 0.00151854 0.0 0.999999 0.00151875 0.0 0.999999 0.00151875 0.0 0.999999 0.00151875 0.0 0.999999 0.00151894 0.0 0.999999 0.00151894 0.0 0.999999 0.00151894 0.0 </tangents> <binormals count='3528'>-0.197158 0.0 0.582901 -0.197158 0.0 0.582901 -0.197158 0.0 0.582901 -0.707097 0.0 -0.00381078 -0.707097 0.0 -0.00381078 -0.707097 0.0 -0.00381078 0.0 0.0 0.0037874 0.0 0.0 0.0037874 0.0 0.0 0.0037874 0.0 0.0 0.00381095 0.0 0.0 0.00381095 0.0 0.0 0.00381095 -0.708374 0.0 0.17412 -0.708374 0.0 0.17412 -0.708374 0.0 0.17412 -0.197139 0.0 0.582913 -0.197139 0.0 0.582913 -0.197139 0.0 0.582913 0.0 0.0 0.00384084 0.0 0.0 0.00384084 0.0 0.0 0.00384084 -0.19541 0.0 -0.589647 -0.19541 0.0 -0.589647 -0.19541 0.0 -0.589647 0.0 0.0 0.00371969 0.0 0.0 0.00371969 0.0 0.0 0.00371969 -0.894424 0.0 -0.00308723 -0.894424 0.0 -0.00308723 -0.894424 0.0 -0.00308723 -0.358044 0.0 0.13043 -0.358044 0.0 0.13043 -0.358044 0.0 0.13043 0.0 0.0 0.00387254 0.0 0.0 0.00387254 0.0 0.0 0.00387254 -0.358038 0.0 0.130395 -0.358038 0.0 0.130395 -0.358038 0.0 0.130395 0.0 0.0 0.00392568 0.0 0.0 0.00392568 0.0 0.0 0.00392568 0.0 0.0 0.00373379 0.0 0.0 0.00373379 0.0 0.0 0.00373379 0.0 0.0 0.00377791 0.0 0.0 0.00377791 0.0 0.0 0.00377791 -0.703771 0.0 0.0 -0.703771 0.0 0.0 -0.703771 0.0 0.0 -0.204026 0.0 0.599683 -0.204026 0.0 0.599683 -0.204026 0.0 0.599683 -0.576784 0.0 -0.563069 -0.576784 0.0 -0.563069 -0.576784 0.0 -0.563069 0.0 0.0 -0.000112017 0.0 0.0 -0.000112017 0.0 0.0 -0.000112017 -0.708106 0.0 0.170162 -0.708106 0.0 0.170162 -0.708106 0.0 0.170162 -0.204026 0.0 0.599667 -0.204026 0.0 0.599667 -0.204026 0.0 0.599667 -0.18994 0.0 -0.569602 -0.18994 0.0 -0.569602 -0.18994 0.0 -0.569602 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.703762 0.0 0.0 -0.703762 0.0 0.0 -0.703762 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.366025 0.0 0.130243 -0.366025 0.0 0.130243 -0.366025 0.0 0.130243 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.366025 0.0 0.130211 -0.366025 0.0 0.130211 -0.366025 0.0 0.130211 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.000145993 0.680217 0.127019 0.000145993 0.680217 0.127019 0.000145993 0.680217 0.127019 0.0 -0.703771 0.710427 0.0 -0.703771 0.710427 0.0 -0.703771 0.710427 -0.000953037 0.66165 0.383485 -0.000953037 0.66165 0.383485 -0.000953037 0.66165 0.383485 0.000202822 -0.999988 0.00487646 0.000202822 -0.999988 0.00487646 0.000202822 -0.999988 0.00487646 -0.000687263 0.675212 0.584007 -0.000687263 0.675212 0.584007 -0.000687263 0.675212 0.584007 0.00121955 -0.999998 0.000865744 0.00121955 -0.999998 0.000865744 0.00121955 -0.999998 0.000865744 -0.000592163 0.697978 0.642427 -0.000592163 0.697978 0.642427 -0.000592163 0.697978 0.642427 0.000768901 -0.999998 0.00122502 0.000768901 -0.999998 0.00122502 0.000768901 -0.999998 0.00122502 -0.000268535 0.711041 0.640899 -0.000268535 0.711041 0.640899 -0.000268535 0.711041 0.640899 0.000611247 -0.999999 0.0013652 0.000611247 -0.999999 0.0013652 0.000611247 -0.999999 0.0013652 -0.000466214 0.730147 0.58907 -0.000466214 0.730147 0.58907 -0.000466214 0.730147 0.58907 0.000644199 -0.999998 0.00138606 0.000644199 -0.999998 0.00138606 0.000644199 -0.999998 0.00138606 -0.000704856 0.753976 0.448581 -0.000704856 0.753976 0.448581 -0.000704856 0.753976 0.448581 0.000906977 -0.999998 0.00131707 0.000906977 -0.999998 0.00131707 0.000906977 -0.999998 0.00131707 0.00138885 -0.999998 0.000561131 0.00138885 -0.999998 0.000561131 0.00138885 -0.999998 0.000561131 -0.00091479 0.754074 0.448773 -0.00091479 0.754074 0.448773 -0.00091479 0.754074 0.448773 -0.00107284 0.722084 0.0911546 -0.00107284 0.722084 0.0911546 -0.00107284 0.722084 0.0911546 0.00160065 -0.999998 0.000561437 0.00160065 -0.999998 0.000561437 0.00160065 -0.999998 0.000561437 -0.00107511 0.710654 0.0426043 -0.00107511 0.710654 0.0426043 -0.00107511 0.710654 0.0426043 0.00152692 -0.999998 0.000200056 0.00152692 -0.999998 0.000200056 0.00152692 -0.999998 0.000200056 -0.00107564 0.709691 0.0302605 -0.00107564 0.709691 0.0302605 -0.00107564 0.709691 0.0302605 0.00151437 -0.999998 0.0 0.00151437 -0.999998 0.0 0.00151437 -0.999998 0.0 -0.00107609 0.708629 0.0241784 -0.00107609 0.708629 0.0241784 -0.00107609 0.708629 0.0241784 0.00151752 -0.999998 0.0 0.00151752 -0.999998 0.0 0.00151752 -0.999998 0.0 -0.00107679 0.709406 0.0188722 -0.00107679 0.709406 0.0188722 -0.00107679 0.709406 0.0188722 0.00151797 -0.999998 0.0 0.00151797 -0.999998 0.0 0.00151797 -0.999998 0.0 -0.00107807 0.709992 0.00939588 -0.00107807 0.709992 0.00939588 -0.00107807 0.709992 0.00939588 0.00151849 -0.999998 0.0 0.00151849 -0.999998 0.0 0.00151849 -0.999998 0.0 -0.000869779 0.578235 0.580418 -0.000869779 0.578235 0.580418 -0.000869779 0.578235 0.580418 0.0015189 -0.999998 0.0 0.0015189 -0.999998 0.0 0.0015189 -0.999998 0.0 0.325179 0.000268737 -0.93039 0.325179 0.000268737 -0.93039 0.325179 0.000268737 -0.93039 0.571939 0.000116374 -0.592232 0.571939 0.000116374 -0.592232 0.571939 0.000116374 -0.592232 0.333746 0.00736277 -0.810021 0.333746 0.00736277 -0.810021 0.333746 0.00736277 -0.810021 0.681473 0.00699187 -0.721905 0.681473 0.00699187 -0.721905 0.681473 0.00699187 -0.721905 0.360662 0.0129758 -0.606038 0.360662 0.0129758 -0.606038 0.360662 0.0129758 -0.606038 0.678049 0.00208851 -0.659488 0.678049 0.00208851 -0.659488 0.678049 0.00208851 -0.659488 -0.328241 0.000282675 0.428098 -0.328241 0.000282675 0.428098 -0.328241 0.000282675 0.428098 -0.679668 0.00400768 0.457763 -0.679668 0.00400768 0.457763 -0.679668 0.00400768 0.457763 -0.32191 0.000261472 0.39604 -0.32191 0.000261472 0.39604 -0.32191 0.000261472 0.39604 -0.700796 0.00293498 0.320752 -0.700796 0.00293498 0.320752 -0.700796 0.00293498 0.320752 -0.317064 0.0 0.487927 -0.317064 0.0 0.487927 -0.317064 0.0 0.487927 -0.714633 0.00457248 0.295446 -0.714633 0.00457248 0.295446 -0.714633 0.00457248 0.295446 0.340082 0.0165432 -0.740306 0.340082 0.0165432 -0.740306 0.340082 0.0165432 -0.740306 -0.760649 0.0361904 0.39029 -0.760649 0.0361904 0.39029 -0.760649 0.0361904 0.39029 0.308636 0.0100905 -0.887716 0.308636 0.0100905 -0.887716 0.308636 0.0100905 -0.887716 0.760047 0.00138188 -0.48325 0.760047 0.00138188 -0.48325 0.760047 0.00138188 -0.48325 0.314435 0.00150563 -0.941104 0.314435 0.00150563 -0.941104 0.314435 0.00150563 -0.941104 0.751857 0.00161481 -0.613616 0.751857 0.00161481 -0.613616 0.751857 0.00161481 -0.613616 0.318186 0.000685379 -0.946298 0.318186 0.000685379 -0.946298 0.318186 0.000685379 -0.946298 0.722075 0.00122738 -0.685802 0.722075 0.00122738 -0.685802 0.722075 0.00122738 -0.685802 0.318517 0.000670742 -0.947045 0.318517 0.000670742 -0.947045 0.318517 0.000670742 -0.947045 0.710672 0.00121201 -0.70224 0.710672 0.00121201 -0.70224 0.710672 0.00121201 -0.70224 0.318792 0.00065161 -0.94727 0.318792 0.00065161 -0.94727 0.318792 0.00065161 -0.94727 0.70968 0.00120392 -0.703878 0.70968 0.00120392 -0.703878 0.70968 0.00120392 -0.703878 0.318584 0.000585357 -0.947556 0.318584 0.000585357 -0.947556 0.318584 0.000585357 -0.947556 0.708648 0.00115132 -0.70515 0.708648 0.00115132 -0.70515 0.708648 0.00115132 -0.70515 0.318427 0.000538354 -0.947863 0.318427 0.000538354 -0.947863 0.318427 0.000538354 -0.947863 0.709404 0.001115 -0.704549 0.709404 0.001115 -0.704549 0.709404 0.001115 -0.704549 0.197159 0.000298554 -0.581722 0.197159 0.000298554 -0.581722 0.197159 0.000298554 -0.581722 0.709992 0.00108478 -0.704147 0.709992 0.00108478 -0.704147 0.709992 0.00108478 -0.704147 -0.000223285 -0.999989 0.0047423 -0.000223285 -0.999989 0.0047423 -0.000223285 -0.999989 0.0047423 0.0 -0.576787 0.591902 0.0 -0.576787 0.591902 0.0 -0.576787 0.591902 0.00152338 -0.999998 0.000719029 0.00152338 -0.999998 0.000719029 0.00152338 -0.999998 0.000719029 0.00018468 -0.740243 0.128154 0.00018468 -0.740243 0.128154 0.00018468 -0.740243 0.128154 0.00107264 -0.999998 0.00123802 0.00107264 -0.999998 0.00123802 0.00107264 -0.999998 0.00123802 0.000943964 -0.761136 0.344497 0.000943964 -0.761136 0.344497 0.000943964 -0.761136 0.344497 0.000725016 -0.999999 0.00136804 0.000725016 -0.999999 0.00136804 0.000725016 -0.999999 0.00136804 0.00061238 -0.739504 0.5407 0.00061238 -0.739504 0.5407 0.00061238 -0.739504 0.5407 0.000608232 -0.999999 0.0013851 0.000608232 -0.999999 0.0013851 0.000608232 -0.999999 0.0013851 0.000444555 -0.715607 0.627962 0.000444555 -0.715607 0.627962 0.000444555 -0.715607 0.627962 0.000641925 -0.999999 0.00131704 0.000641925 -0.999999 0.00131704 0.000641925 -0.999999 0.00131704 0.000381989 -0.703237 0.648079 0.000381989 -0.703237 0.648079 0.000381989 -0.703237 0.648079 0.00088437 -0.999998 0.00105829 0.00088437 -0.999998 0.00105829 0.00088437 -0.999998 0.00105829 0.000660791 -0.685663 0.628291 0.000660791 -0.685663 0.628291 0.000660791 -0.685663 0.628291 0.00127869 -0.999998 0.000569602 0.00127869 -0.999998 0.000569602 0.00127869 -0.999998 0.000569602 0.000899689 -0.666054 0.51364 0.000899689 -0.666054 0.51364 0.000899689 -0.666054 0.51364 0.00148915 -0.999998 0.000203687 0.00148915 -0.999998 0.000203687 0.00148915 -0.999998 0.000203687 0.00106161 -0.666767 0.279753 0.00106161 -0.666767 0.279753 0.00106161 -0.666767 0.279753 0.0015149 -0.999998 0.0 0.0015149 -0.999998 0.0 0.0015149 -0.999998 0.0 0.00105385 -0.692077 0.0976414 0.00105385 -0.692077 0.0976414 0.00105385 -0.692077 0.0976414 0.00151691 -0.999998 0.0 0.00151691 -0.999998 0.0 0.00151691 -0.999998 0.0 0.00106695 -0.703495 0.0433156 0.00106695 -0.703495 0.0433156 0.00106695 -0.703495 0.0433156 0.00151771 -0.999998 0.0 0.00151771 -0.999998 0.0 0.00151771 -0.999998 0.0 0.00106903 -0.704551 0.0305161 0.00106903 -0.704551 0.0305161 0.00106903 -0.704551 0.0305161 0.00151794 -0.999998 0.0 0.00151794 -0.999998 0.0 0.00151794 -0.999998 0.0 0.0010715 -0.705547 0.0242997 0.0010715 -0.705547 0.0242997 0.0010715 -0.705547 0.0242997 0.00151831 -0.999998 0.0 0.00151831 -0.999998 0.0 0.00151831 -0.999998 0.0 0.00106995 -0.704826 0.0190039 0.00106995 -0.704826 0.0190039 0.00106995 -0.704826 0.0190039 0.00151863 -0.999998 0.0 0.00151863 -0.999998 0.0 0.00151863 -0.999998 0.0 0.00106934 -0.70426 0.00949989 0.00106934 -0.70426 0.00949989 0.00106934 -0.70426 0.00949989 0.740377 0.000333384 0.659896 0.740377 0.000333384 0.659896 0.740377 0.000333384 0.659896 0.190145 0.000148367 0.56952 0.190145 0.000148367 0.56952 0.190145 0.000148367 0.56952 0.764881 0.0100567 0.548014 0.764881 0.0100567 0.548014 0.764881 0.0100567 0.548014 0.306949 0.0118228 0.934632 0.306949 0.0118228 0.934632 0.306949 0.0118228 0.934632 0.766857 0.06449 0.369012 0.766857 0.06449 0.369012 0.766857 0.06449 0.369012 0.322962 0.0616798 0.781573 0.322962 0.0616798 0.781573 0.322962 0.0616798 0.781573 -0.718804 -0.0107508 -0.298205 -0.718804 -0.0107508 -0.298205 -0.718804 -0.0107508 -0.298205 -0.305983 -0.0068409 -0.558067 -0.305983 -0.0068409 -0.558067 -0.305983 -0.0068409 -0.558067 -0.704218 -0.00570501 -0.287979 -0.704218 -0.00570501 -0.287979 -0.704218 -0.00570501 -0.287979 -0.313927 -0.00299294 -0.409456 -0.313927 -0.00299294 -0.409456 -0.313927 -0.00299294 -0.409456 -0.687535 -0.00796912 -0.361793 -0.687535 -0.00796912 -0.361793 -0.687535 -0.00796912 -0.361793 -0.319307 -0.00434268 -0.381917 -0.319307 -0.00434268 -0.381917 -0.319307 -0.00434268 -0.381917 0.690638 0.0806153 0.499528 0.690638 0.0806153 0.499528 0.690638 0.0806153 0.499528 0.363479 0.050619 0.414596 0.363479 0.050619 0.414596 0.363479 0.050619 0.414596 0.670012 0.0145421 0.688508 0.670012 0.0145421 0.688508 0.670012 0.0145421 0.688508 0.331796 0.0113102 0.684295 0.331796 0.0113102 0.684295 0.331796 0.0113102 0.684295 0.692115 0.00159263 0.715194 0.692115 0.00159263 0.715194 0.692115 0.00159263 0.715194 0.32403 0.00106056 0.878935 0.32403 0.00106056 0.878935 0.32403 0.00106056 0.878935 0.703488 0.00108247 0.709385 0.703488 0.00108247 0.709385 0.703488 0.00108247 0.709385 0.319553 0.000498668 0.938937 0.319553 0.000498668 0.938937 0.319553 0.000498668 0.938937 0.704544 0.00112232 0.709005 0.704544 0.00112232 0.709005 0.704544 0.00112232 0.709005 0.316712 0.000549073 0.94676 0.316712 0.000549073 0.94676 0.316712 0.000549073 0.94676 0.705565 0.00114958 0.70823 0.705565 0.00114958 0.70823 0.705565 0.00114958 0.70823 0.31643 0.000584046 0.947739 0.31643 0.000584046 0.947739 0.31643 0.000584046 0.947739 0.704815 0.00109544 0.709136 0.704815 0.00109544 0.709136 0.704815 0.00109544 0.709136 0.316157 0.000514458 0.948149 0.316157 0.000514458 0.948149 0.316157 0.000514458 0.948149 0.704238 0.0010815 0.709899 0.704238 0.0010815 0.709899 0.704238 0.0010815 0.709899 0.31636 0.000498514 0.948299 0.31636 0.000498514 0.948299 0.31636 0.000498514 0.948299 0.706043 0.00107748 0.708158 0.706043 0.00107748 0.708158 0.706043 0.00107748 0.708158 0.31651 0.00049015 0.948504 0.31651 0.00049015 0.948504 0.31651 0.00049015 0.948504 -0.132145 -0.964753 -0.00396997 -0.132145 -0.964753 -0.00396997 -0.132145 -0.964753 -0.00396997 -0.05837 -0.416989 -0.625751 -0.05837 -0.416989 -0.625751 -0.05837 -0.416989 -0.625751 0.0617332 0.45718 -0.328657 0.0617332 0.45718 -0.328657 0.0617332 0.45718 -0.328657 -0.124443 -0.964631 -0.00576079 -0.124443 -0.964631 -0.00576079 -0.124443 -0.964631 -0.00576079 0.0528162 0.469788 -0.628983 0.0528162 0.469788 -0.628983 0.0528162 0.469788 -0.628983 -0.0953064 -0.968273 -0.0939633 -0.0953064 -0.968273 -0.0939633 -0.0953064 -0.968273 -0.0939633 0.0362981 0.4935 -0.751625 0.0362981 0.4935 -0.751625 0.0362981 0.4935 -0.751625 -0.0626592 -0.970842 -0.170897 -0.0626592 -0.970842 -0.170897 -0.0626592 -0.970842 -0.170897 -0.0527151 -0.970317 -0.209478 -0.0527151 -0.970317 -0.209478 -0.0527151 -0.970317 -0.209478 0.0268507 0.49262 -0.757617 0.0268507 0.49262 -0.757617 0.0268507 0.49262 -0.757617 -0.0555408 -0.968692 -0.200852 -0.0555408 -0.968692 -0.200852 -0.0555408 -0.968692 -0.200852 0.0289871 0.506868 -0.763307 0.0289871 0.506868 -0.763307 0.0289871 0.506868 -0.763307 -0.076934 -0.964793 -0.153617 -0.076934 -0.964793 -0.153617 -0.076934 -0.964793 -0.153617 0.0428599 0.52997 -0.691183 0.0428599 0.52997 -0.691183 0.0428599 0.52997 -0.691183 -0.111023 -0.961661 -0.0605457 -0.111023 -0.961661 -0.0605457 -0.111023 -0.961661 -0.0605457 0.070004 0.562282 -0.47362 0.070004 0.562282 -0.47362 0.070004 0.562282 -0.47362 -0.128017 -0.962485 0.00102906 -0.128017 -0.962485 0.00102906 -0.128017 -0.962485 0.00102906 0.0795004 0.556567 -0.17776 0.0795004 0.556567 -0.17776 0.0795004 0.556567 -0.17776 0.130038 0.96307 -0.017759 0.130038 0.96307 -0.017759 0.130038 0.96307 -0.017759 -0.0701916 -0.515794 -0.00689914 -0.0701916 -0.515794 -0.00689914 -0.0701916 -0.515794 -0.00689914 0.130214 0.963177 -0.0218768 0.130214 0.963177 -0.0218768 0.130214 0.963177 -0.0218768 -0.0679682 -0.502377 -0.065119 -0.0679682 -0.502377 -0.065119 -0.0679682 -0.502377 -0.065119 0.130297 0.963344 -0.0239008 0.130297 0.963344 -0.0239008 0.130297 0.963344 -0.0239008 -0.0678392 -0.500889 -0.0801347 -0.0678392 -0.500889 -0.0801347 -0.0678392 -0.500889 -0.0801347 0.1303 0.963214 -0.0256802 0.1303 0.963214 -0.0256802 0.1303 0.963214 -0.0256802 -0.0677 -0.500013 -0.0876469 -0.0677 -0.500013 -0.0876469 -0.0677 -0.500013 -0.0876469 0.130331 0.963186 -0.0288569 0.130331 0.963186 -0.0288569 0.130331 0.963186 -0.0288569 -0.0678384 -0.500803 -0.0940679 -0.0678384 -0.500803 -0.0940679 -0.0678384 -0.500803 -0.0940679 0.0944257 0.702132 -0.701189 0.0944257 0.702132 -0.701189 0.0944257 0.702132 -0.701189 -0.0679531 -0.501287 -0.105587 -0.0679531 -0.501287 -0.105587 -0.0679531 -0.501287 -0.105587 -0.384993 -0.326763 -0.598827 -0.384993 -0.326763 -0.598827 -0.384993 -0.326763 -0.598827 0.19884 0.0948145 -0.944024 0.19884 0.0948145 -0.944024 0.19884 0.0948145 -0.944024 -0.316876 -0.186142 -0.355242 -0.316876 -0.186142 -0.355242 -0.316876 -0.186142 -0.355242 0.280258 0.291524 -0.650374 0.280258 0.291524 -0.650374 0.280258 0.291524 -0.650374 -0.0978608 0.00700659 -0.123782 -0.0978608 0.00700659 -0.123782 -0.0978608 0.00700659 -0.123782 0.454204 0.444964 -0.459162 0.454204 0.444964 -0.459162 0.454204 0.444964 -0.459162 0.0166443 0.0568841 -0.0769014 0.0166443 0.0568841 -0.0769014 0.0166443 0.0568841 -0.0769014 -0.647895 -0.388719 0.250687 -0.647895 -0.388719 0.250687 -0.647895 -0.388719 0.250687 0.0245204 0.0649911 -0.0833218 0.0245204 0.0649911 -0.0833218 0.0245204 0.0649911 -0.0833218 -0.720262 -0.310178 0.118572 -0.720262 -0.310178 0.118572 -0.720262 -0.310178 0.118572 -0.0298032 0.0918788 -0.150067 -0.0298032 0.0918788 -0.150067 -0.0298032 0.0918788 -0.150067 -0.721135 -0.296277 0.0812111 -0.721135 -0.296277 0.0812111 -0.721135 -0.296277 0.0812111 -0.667736 -0.468146 0.516693 -0.667736 -0.468146 0.516693 -0.667736 -0.468146 0.516693 0.112138 0.298997 -0.318515 0.112138 0.298997 -0.318515 0.112138 0.298997 -0.318515 0.262981 0.243745 -0.484241 0.262981 0.243745 -0.484241 0.262981 0.243745 -0.484241 -0.415887 -0.35912 -0.0971161 -0.415887 -0.35912 -0.0971161 -0.415887 -0.35912 -0.0971161 0.249062 0.147244 -0.688088 0.249062 0.147244 -0.688088 0.249062 0.147244 -0.688088 -0.450996 -0.362338 -0.433941 -0.450996 -0.362338 -0.433941 -0.450996 -0.362338 -0.433941 0.252381 0.166583 -0.72142 0.252381 0.166583 -0.72142 0.252381 0.166583 -0.72142 -0.415794 -0.323481 -0.608975 -0.415794 -0.323481 -0.608975 -0.415794 -0.323481 -0.608975 -0.403891 -0.319273 -0.664914 -0.403891 -0.319273 -0.664914 -0.403891 -0.319273 -0.664914 0.252646 0.177448 -0.720299 0.252646 0.177448 -0.720299 0.252646 0.177448 -0.720299 -0.403163 -0.357298 -0.668581 -0.403163 -0.357298 -0.668581 -0.403163 -0.357298 -0.668581 0.250789 0.134813 -0.72911 0.250789 0.134813 -0.72911 0.250789 0.134813 -0.72911 -0.403668 -0.337315 -0.673482 -0.403668 -0.337315 -0.673482 -0.403668 -0.337315 -0.673482 0.252699 0.157512 -0.735589 0.252699 0.157512 -0.735589 0.252699 0.157512 -0.735589 -0.403772 -0.34794 -0.680134 -0.403772 -0.34794 -0.680134 -0.403772 -0.34794 -0.680134 0.252427 0.145676 -0.739872 0.252427 0.145676 -0.739872 0.252427 0.145676 -0.739872 -0.376095 -0.306929 -0.242204 -0.376095 -0.306929 -0.242204 -0.376095 -0.306929 -0.242204 0.252416 0.122285 -0.747077 0.252416 0.122285 -0.747077 0.252416 0.122285 -0.747077 0.234423 -0.228998 0.851286 0.234423 -0.228998 0.851286 0.234423 -0.228998 0.851286 0.399339 -0.353412 0.845697 0.399339 -0.353412 0.845697 0.399339 -0.353412 0.845697 0.293684 -0.0823861 0.945031 0.293684 -0.0823861 0.945031 0.293684 -0.0823861 0.945031 0.501438 -0.261678 0.726755 0.501438 -0.261678 0.726755 0.501438 -0.261678 0.726755 0.563629 0.109483 0.782325 0.563629 0.109483 0.782325 0.563629 0.109483 0.782325 0.666268 0.0242428 0.734947 0.666268 0.0242428 0.734947 0.666268 0.0242428 0.734947 -0.70037 -0.129422 -0.578116 -0.70037 -0.129422 -0.578116 -0.70037 -0.129422 -0.578116 -0.819323 -0.0713119 -0.560411 -0.819323 -0.0713119 -0.560411 -0.819323 -0.0713119 -0.560411 -0.724329 -0.132771 -0.530906 -0.724329 -0.132771 -0.530906 -0.724329 -0.132771 -0.530906 -0.872083 -0.0376043 -0.460273 -0.872083 -0.0376043 -0.460273 -0.872083 -0.0376043 -0.460273 -0.696835 -0.173553 -0.600222 -0.696835 -0.173553 -0.600222 -0.696835 -0.173553 -0.600222 -0.873036 -0.0179445 -0.456292 -0.873036 -0.0179445 -0.456292 -0.873036 -0.0179445 -0.456292 -0.817805 -0.39794 -0.415367 -0.817805 -0.39794 -0.415367 -0.817805 -0.39794 -0.415367 -0.791135 -0.328203 -0.347826 -0.791135 -0.328203 -0.347826 -0.791135 -0.328203 -0.347826 0.489027 -0.313038 0.774532 0.489027 -0.313038 0.774532 0.489027 -0.313038 0.774532 0.2593 -0.196803 0.945177 0.2593 -0.196803 0.945177 0.2593 -0.196803 0.945177 0.480253 -0.382813 0.704644 0.480253 -0.382813 0.704644 0.480253 -0.382813 0.704644 0.248411 -0.217557 0.909032 0.248411 -0.217557 0.909032 0.248411 -0.217557 0.909032 0.479159 -0.381209 0.666635 0.479159 -0.381209 0.666635 0.479159 -0.381209 0.666635 0.253808 -0.201877 0.825638 0.253808 -0.201877 0.825638 0.253808 -0.201877 0.825638 0.252099 -0.204562 0.78056 0.252099 -0.204562 0.78056 0.252099 -0.204562 0.78056 0.479092 -0.373376 0.665926 0.479092 -0.373376 0.665926 0.479092 -0.373376 0.665926 0.250046 -0.246546 0.774172 0.250046 -0.246546 0.774172 0.250046 -0.246546 0.774172 0.47679 -0.408857 0.6563 0.47679 -0.408857 0.6563 0.47679 -0.408857 0.6563 0.251622 -0.22483 0.77131 0.251622 -0.22483 0.77131 0.251622 -0.22483 0.77131 0.47863 -0.390487 0.653395 0.47863 -0.390487 0.653395 0.47863 -0.390487 0.653395 0.251995 -0.236025 0.763566 0.251995 -0.236025 0.763566 0.251995 -0.236025 0.763566 0.478467 -0.399661 0.649731 0.478467 -0.399661 0.649731 0.478467 -0.399661 0.649731 0.212091 -0.159523 0.000127673 0.212091 -0.159523 0.000127673 0.212091 -0.159523 0.000127673 0.478318 -0.417672 0.642864 0.478318 -0.417672 0.642864 0.478318 -0.417672 0.642864 -0.133966 0.981358 -0.0501722 -0.133966 0.981358 -0.0501722 -0.133966 0.981358 -0.0501722 -0.131648 0.961856 -0.0526014 -0.131648 0.961856 -0.0526014 -0.131648 0.961856 -0.0526014 -0.12926 0.957389 -0.169844 -0.12926 0.957389 -0.169844 -0.12926 0.957389 -0.169844 -0.128156 0.982443 -0.0494193 -0.128156 0.982443 -0.0494193 -0.128156 0.982443 -0.0494193 -0.103626 0.963008 -0.217484 -0.103626 0.963008 -0.217484 -0.103626 0.963008 -0.217484 -0.0928379 0.985869 -0.0934604 -0.0928379 0.985869 -0.0934604 -0.0928379 0.985869 -0.0934604 -0.0652673 0.968639 -0.223485 -0.0652673 0.968639 -0.223485 -0.0652673 0.968639 -0.223485 -0.0634179 0.988478 -0.119453 -0.0634179 0.988478 -0.119453 -0.0634179 0.988478 -0.119453 -0.05479 0.989031 -0.127931 -0.05479 0.989031 -0.127931 -0.05479 0.989031 -0.127931 -0.0538903 0.969033 -0.222341 -0.0538903 0.969033 -0.222341 -0.0538903 0.969033 -0.222341 -0.0579788 0.988773 -0.122999 -0.0579788 0.988773 -0.122999 -0.0579788 0.988773 -0.122999 -0.0568606 0.969733 -0.221732 -0.0568606 0.969733 -0.221732 -0.0568606 0.969733 -0.221732 -0.0796119 0.987082 -0.105457 -0.0796119 0.987082 -0.105457 -0.0796119 0.987082 -0.105457 -0.0794934 0.969112 -0.210526 -0.0794934 0.969112 -0.210526 -0.0794934 0.969112 -0.210526 -0.114444 0.983642 -0.0691283 -0.114444 0.983642 -0.0691283 -0.114444 0.983642 -0.0691283 -0.120346 0.965651 -0.178534 -0.120346 0.965651 -0.178534 -0.120346 0.965651 -0.178534 -0.133188 0.981494 -0.0370242 -0.133188 0.981494 -0.0370242 -0.133188 0.981494 -0.0370242 -0.13971 0.962959 -0.116675 -0.13971 0.962959 -0.116675 -0.13971 0.962959 -0.116675 -0.135509 0.981213 -0.0268368 -0.135509 0.981213 -0.0268368 -0.135509 0.981213 -0.0268368 -0.133974 0.962698 -0.0632794 -0.133974 0.962698 -0.0632794 -0.133974 0.962698 -0.0632794 -0.135697 0.98115 -0.0244138 -0.135697 0.98115 -0.0244138 -0.135697 0.98115 -0.0244138 -0.133103 0.962108 -0.0464684 -0.133103 0.962108 -0.0464684 -0.133103 0.962108 -0.0464684 -0.135772 0.981073 -0.0232408 -0.135772 0.981073 -0.0232408 -0.135772 0.981073 -0.0232408 -0.133153 0.961923 -0.0423444 -0.133153 0.961923 -0.0423444 -0.133153 0.961923 -0.0423444 -0.135787 0.981118 -0.02223 -0.135787 0.981118 -0.02223 -0.135787 0.981118 -0.02223 -0.133144 0.961934 -0.0403474 -0.133144 0.961934 -0.0403474 -0.133144 0.961934 -0.0403474 -0.135821 0.981103 -0.0204232 -0.135821 0.981103 -0.0204232 -0.135821 0.981103 -0.0204232 -0.133192 0.961961 -0.0385649 -0.133192 0.961961 -0.0385649 -0.133192 0.961961 -0.0385649 -0.135845 0.981071 -0.0193369 -0.135845 0.981071 -0.0193369 -0.135845 0.981071 -0.0193369 -0.133227 0.961944 -0.0354023 -0.133227 0.961944 -0.0354023 -0.133227 0.961944 -0.0354023 -0.000218277 -0.999988 0.00487646 -0.000218277 -0.999988 0.00487646 -0.000218277 -0.999988 0.00487646 0.0 -0.703762 0.710436 0.0 -0.703762 0.710436 0.0 -0.703762 0.710436 0.0014398 -0.999998 0.000866026 0.0014398 -0.999998 0.000866026 0.0014398 -0.999998 0.000866026 0.000204476 -0.999988 0.00484083 0.000204476 -0.999988 0.00484083 0.000204476 -0.999988 0.00484083 0.00108832 -0.999998 0.00122532 0.00108832 -0.999998 0.00122532 0.00108832 -0.999998 0.00122532 0.00121745 -0.999998 0.000769395 0.00121745 -0.999998 0.000769395 0.00121745 -0.999998 0.000769395 0.000729952 -0.999999 0.00136528 0.000729952 -0.999999 0.00136528 0.000729952 -0.999999 0.00136528 0.00076669 -0.999999 0.00123194 0.00076669 -0.999999 0.00123194 0.00076669 -0.999999 0.00123194 0.00060927 -0.999999 0.00138604 0.00060927 -0.999999 0.00138604 0.00060927 -0.999999 0.00138604 0.000612364 -0.999999 0.00136703 0.000612364 -0.999999 0.00136703 0.000612364 -0.999999 0.00136703 0.000642373 -0.999999 0.00131686 0.000642373 -0.999999 0.00131686 0.000642373 -0.999999 0.00131686 0.000642493 -0.999999 0.00138549 0.000642493 -0.999999 0.00138549 0.000642493 -0.999999 0.00138549 0.000902948 -0.999998 0.00105653 0.000902948 -0.999998 0.00105653 0.000902948 -0.999998 0.00105653 0.000889356 -0.999998 0.00131705 0.000889356 -0.999998 0.00131705 0.000889356 -0.999998 0.00131705 0.00138369 -0.999998 0.0005656 0.00138369 -0.999998 0.0005656 0.00138369 -0.999998 0.0005656 0.00128679 -0.999998 0.0010538 0.00128679 -0.999998 0.0010538 0.00128679 -0.999998 0.0010538 0.00159778 -0.999998 0.000201435 0.00159778 -0.999998 0.000201435 0.00159778 -0.999998 0.000201435 0.00149018 -0.999998 0.000561277 0.00149018 -0.999998 0.000561277 0.00149018 -0.999998 0.000561277 0.00151497 -0.999998 0.0 0.00151497 -0.999998 0.0 0.00151497 -0.999998 0.0 0.00152619 -0.999998 0.000201327 0.00152619 -0.999998 0.000201327 0.00152619 -0.999998 0.000201327 0.00151638 -0.999998 0.0 0.00151638 -0.999998 0.0 0.00151638 -0.999998 0.0 0.00151737 -0.999998 0.0 0.00151737 -0.999998 0.0 0.00151737 -0.999998 0.0 0.00151708 -0.999998 0.0 0.00151708 -0.999998 0.0 0.00151708 -0.999998 0.0 0.00151731 -0.999998 0.0 0.00151731 -0.999998 0.0 0.00151731 -0.999998 0.0 0.00151728 -0.999998 0.0 0.00151728 -0.999998 0.0 0.00151728 -0.999998 0.0 0.0015173 -0.999998 0.0 0.0015173 -0.999998 0.0 0.0015173 -0.999998 0.0 0.00151771 -0.999998 0.0 0.00151771 -0.999998 0.0 0.00151771 -0.999998 0.0 0.00151779 -0.999998 0.0 0.00151779 -0.999998 0.0 0.00151779 -0.999998 0.0 -0.00106091 0.7071 0.707096 -0.00106091 0.7071 0.707096 -0.00106091 0.7071 0.707096 0.00151819 -0.999998 0.0 0.00151819 -0.999998 0.0 0.00151819 -0.999998 0.0 0.326362 0.916948 -0.0430211 0.326362 0.916948 -0.0430211 0.326362 0.916948 -0.0430211 -0.120315 -0.344521 -0.824489 -0.120315 -0.344521 -0.824489 -0.120315 -0.344521 -0.824489 -0.321711 -0.918714 -0.0426041 -0.321711 -0.918714 -0.0426041 -0.321711 -0.918714 -0.0426041 -0.297471 -0.887593 0.0486845 -0.297471 -0.887593 0.0486845 -0.297471 -0.887593 0.0486845 -0.260935 -0.934901 -0.135623 -0.260935 -0.934901 -0.135623 -0.260935 -0.934901 -0.135623 -0.21734 -0.90287 -0.109967 -0.21734 -0.90287 -0.109967 -0.21734 -0.90287 -0.109967 -0.159262 -0.95567 -0.188375 -0.159262 -0.95567 -0.188375 -0.159262 -0.95567 -0.188375 -0.140383 -0.922996 -0.23549 -0.140383 -0.922996 -0.23549 -0.140383 -0.922996 -0.23549 -0.123355 -0.960246 -0.200177 -0.123355 -0.960246 -0.200177 -0.123355 -0.960246 -0.200177 -0.11579 -0.929905 -0.278038 -0.11579 -0.929905 -0.278038 -0.11579 -0.929905 -0.278038 -0.140434 -0.931921 -0.261491 -0.140434 -0.931921 -0.261491 -0.140434 -0.931921 -0.261491 -0.144767 -0.961052 -0.198211 -0.144767 -0.961052 -0.198211 -0.144767 -0.961052 -0.198211 -0.193312 -0.921638 -0.181565 -0.193312 -0.921638 -0.181565 -0.193312 -0.921638 -0.181565 -0.201749 -0.949559 -0.178163 -0.201749 -0.949559 -0.178163 -0.201749 -0.949559 -0.178163 -0.273263 -0.902088 -0.0331006 -0.273263 -0.902088 -0.0331006 -0.273263 -0.902088 -0.0331006 -0.299452 -0.921816 -0.10323 -0.299452 -0.921816 -0.10323 -0.299452 -0.921816 -0.10323 0.310135 0.891426 -0.0677014 0.310135 0.891426 -0.0677014 0.310135 0.891426 -0.0677014 -0.338804 -0.908199 -0.000383116 -0.338804 -0.908199 -0.000383116 -0.338804 -0.908199 -0.000383116 0.314238 0.890394 -0.0925328 0.314238 0.890394 -0.0925328 0.314238 0.890394 -0.0925328 0.325949 0.915847 -0.0508993 0.325949 0.915847 -0.0508993 0.325949 0.915847 -0.0508993 0.314719 0.892566 -0.0982763 0.314719 0.892566 -0.0982763 0.314719 0.892566 -0.0982763 0.324522 0.918831 -0.065529 0.324522 0.918831 -0.065529 0.324522 0.918831 -0.065529 0.314942 0.895536 -0.101109 0.314942 0.895536 -0.101109 0.314942 0.895536 -0.101109 0.324698 0.920933 -0.0694222 0.324698 0.920933 -0.0694222 0.324698 0.920933 -0.0694222 0.314822 0.893476 -0.103479 0.314822 0.893476 -0.103479 0.314822 0.893476 -0.103479 0.324593 0.919588 -0.0712782 0.324593 0.919588 -0.0712782 0.324593 0.919588 -0.0712782 0.314789 0.893994 -0.107738 0.314789 0.893994 -0.107738 0.314789 0.893994 -0.107738 0.324603 0.919893 -0.0730323 0.324603 0.919893 -0.0730323 0.324603 0.919893 -0.0730323 0.10005 0.340161 -0.914826 0.10005 0.340161 -0.914826 0.10005 0.340161 -0.914826 0.324519 0.920786 -0.0760837 0.324519 0.920786 -0.0760837 0.324519 0.920786 -0.0760837 -0.315495 0.886416 -0.171125 -0.315495 0.886416 -0.171125 -0.315495 0.886416 -0.171125 -0.324953 0.9152 -0.0992836 -0.324953 0.9152 -0.0992836 -0.324953 0.9152 -0.0992836 -0.310693 0.886245 -0.262231 -0.310693 0.886245 -0.262231 -0.310693 0.886245 -0.262231 -0.307335 0.92223 -0.126748 -0.307335 0.92223 -0.126748 -0.307335 0.92223 -0.126748 -0.249412 0.907204 -0.319818 -0.249412 0.907204 -0.319818 -0.249412 0.907204 -0.319818 -0.219422 0.946342 -0.188392 -0.219422 0.946342 -0.188392 -0.219422 0.946342 -0.188392 -0.151041 0.931126 -0.324229 -0.151041 0.931126 -0.324229 -0.151041 0.931126 -0.324229 -0.145495 0.960395 -0.223236 -0.145495 0.960395 -0.223236 -0.145495 0.960395 -0.223236 -0.117638 0.936494 -0.322609 -0.117638 0.936494 -0.322609 -0.117638 0.936494 -0.322609 -0.122514 0.964546 -0.228768 -0.122514 0.964546 -0.228768 -0.122514 0.964546 -0.228768 -0.146167 0.961235 -0.216954 -0.146167 0.961235 -0.216954 -0.146167 0.961235 -0.216954 -0.141698 0.930734 -0.324276 -0.141698 0.930734 -0.324276 -0.141698 0.930734 -0.324276 -0.200596 0.951842 -0.189993 -0.200596 0.951842 -0.189993 -0.200596 0.951842 -0.189993 -0.196783 0.920063 -0.320123 -0.196783 0.920063 -0.320123 -0.196783 0.920063 -0.320123 -0.28307 0.929928 -0.14517 -0.28307 0.929928 -0.14517 -0.28307 0.929928 -0.14517 -0.290844 0.892253 -0.296728 -0.290844 0.892253 -0.296728 -0.290844 0.892253 -0.296728 -0.32229 0.915917 -0.106861 -0.32229 0.915917 -0.106861 -0.32229 0.915917 -0.106861 -0.330814 0.877852 -0.225204 -0.330814 0.877852 -0.225204 -0.330814 0.877852 -0.225204 -0.326568 0.913623 -0.0929905 -0.326568 0.913623 -0.0929905 -0.326568 0.913623 -0.0929905 -0.318778 0.884112 -0.154412 -0.318778 0.884112 -0.154412 -0.318778 0.884112 -0.154412 -0.327029 0.911637 -0.0892583 -0.327029 0.911637 -0.0892583 -0.327029 0.911637 -0.0892583 -0.31722 0.882408 -0.131933 -0.31722 0.882408 -0.131933 -0.31722 0.882408 -0.131933 -0.327215 0.909047 -0.0874687 -0.327215 0.909047 -0.0874687 -0.327215 0.909047 -0.0874687 -0.31739 0.878959 -0.126441 -0.31739 0.878959 -0.126441 -0.31739 0.878959 -0.126441 -0.327142 0.910793 -0.0857316 -0.327142 0.910793 -0.0857316 -0.327142 0.910793 -0.0857316 -0.317222 0.881307 -0.123714 -0.317222 0.881307 -0.123714 -0.317222 0.881307 -0.123714 -0.32714 0.910398 -0.082706 -0.32714 0.910398 -0.082706 -0.32714 0.910398 -0.082706 -0.317238 0.880706 -0.121374 -0.317238 0.880706 -0.121374 -0.317238 0.880706 -0.121374 -0.327019 0.909194 -0.0810684 -0.327019 0.909194 -0.0810684 -0.327019 0.909194 -0.0810684 -0.317149 0.879194 -0.117135 -0.317149 0.879194 -0.117135 -0.317149 0.879194 -0.117135 -0.000220296 -0.999988 0.00484083 -0.000220296 -0.999988 0.00484083 -0.000220296 -0.999988 0.00484083 0.0 -0.999955 0.00947656 0.0 -0.999955 0.00947656 0.0 -0.999955 0.00947656 0.00150839 -0.999998 0.000769775 0.00150839 -0.999998 0.000769775 0.00150839 -0.999998 0.000769775 0.000214462 -0.999989 0.0047423 0.000214462 -0.999989 0.0047423 0.000214462 -0.999989 0.0047423 0.00107479 -0.999998 0.00123222 0.00107479 -0.999998 0.00123222 0.00107479 -0.999998 0.00123222 0.00121023 -0.999998 0.000718606 0.00121023 -0.999998 0.000718606 0.00121023 -0.999998 0.000718606 0.000725041 -0.999999 0.00136711 0.000725041 -0.999999 0.00136711 0.000725041 -0.999999 0.00136711 0.000763363 -0.999999 0.00123774 0.000763363 -0.999999 0.00123774 0.000763363 -0.999999 0.00123774 0.000609257 -0.999999 0.00138547 0.000609257 -0.999999 0.00138547 0.000609257 -0.999999 0.00138547 0.000611677 -0.999999 0.00136796 0.000611677 -0.999999 0.00136796 0.000611677 -0.999999 0.00136796 0.000642521 -0.999999 0.00131694 0.000642521 -0.999999 0.00131694 0.000642521 -0.999999 0.00131694 0.000642807 -0.999999 0.00138512 0.000642807 -0.999999 0.00138512 0.000642807 -0.999999 0.00138512 0.000901268 -0.999998 0.00105831 0.000901268 -0.999998 0.00105831 0.000901268 -0.999998 0.00105831 0.000887355 -0.999998 0.00131713 0.000887355 -0.999998 0.00131713 0.000887355 -0.999998 0.00131713 0.00137691 -0.999998 0.000569743 0.00137691 -0.999998 0.000569743 0.00137691 -0.999998 0.000569743 0.0012832 -0.999998 0.00105696 0.0012832 -0.999998 0.00105696 0.0012832 -0.999998 0.00105696 0.00159548 -0.999998 0.000203847 0.00159548 -0.999998 0.000203847 0.00159548 -0.999998 0.000203847 0.0014903 -0.999997 0.000565754 0.0014903 -0.999997 0.000565754 0.0014903 -0.999997 0.000565754 0.00151502 -0.999998 0.0 0.00151502 -0.999998 0.0 0.00151502 -0.999998 0.0 0.00152687 -0.999998 0.000203744 0.00152687 -0.999998 0.000203744 0.00152687 -0.999998 0.000203744 0.00151696 -0.999998 0.0 0.00151696 -0.999998 0.0 0.00151696 -0.999998 0.0 0.00151744 -0.999998 0.0 0.00151744 -0.999998 0.0 0.00151744 -0.999998 0.0 0.00151785 -0.999998 0.0 0.00151785 -0.999998 0.0 0.00151785 -0.999998 0.0 0.00151789 -0.999998 0.0 0.00151789 -0.999998 0.0 0.00151789 -0.999998 0.0 0.00151803 -0.999998 0.0 0.00151803 -0.999998 0.0 0.00151803 -0.999998 0.0 0.00151806 -0.999998 0.0 0.00151806 -0.999998 0.0 0.00151806 -0.999998 0.0 0.00151846 -0.999998 0.0 0.00151846 -0.999998 0.0 0.00151846 -0.999998 0.0 0.00151854 -0.999998 0.0 0.00151854 -0.999998 0.0 0.00151854 -0.999998 0.0 -0.00134887 0.894425 0.447199 -0.00134887 0.894425 0.447199 -0.00134887 0.894425 0.447199 0.00151894 -0.999998 0.0 0.00151894 -0.999998 0.0 0.00151894 -0.999998 0.0 </binormals> </mesh> </meshes> </tgcScene>
3,733.875
33,714
0.734843
dd6873233922a4e9b375b0ac72ddacdd954f59ac
305
xml
XML
px-checkout/src/main/res/values-es-rMX/strings.xml
nicolasfrugoni/px-android
6f9d535e5b1debe21a65309273f2c65f0179a47f
[ "MIT" ]
1
2018-09-12T05:39:00.000Z
2018-09-12T05:39:00.000Z
px-checkout/src/main/res/values-es-rMX/strings.xml
nicolasfrugoni/px-android
6f9d535e5b1debe21a65309273f2c65f0179a47f
[ "MIT" ]
null
null
null
px-checkout/src/main/res/values-es-rMX/strings.xml
nicolasfrugoni/px-android
6f9d535e5b1debe21a65309273f2c65f0179a47f
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="px_homebanking">banca en línea de</string> <string name="px_card_installments_title">¿En cuántas mensualidades?</string> <string name="px_error_message_invalid_installments">Número de mensualidades inválido</string> </resources>
50.833333
98
0.760656
57232a35098302ade202a12bdbfd96b1af373be0
226
xml
XML
dissertation/out.xml
lucidbard/TWAU-Data
a476e776a8ccad67a709df2c61c315c948a92d10
[ "MIT" ]
null
null
null
dissertation/out.xml
lucidbard/TWAU-Data
a476e776a8ccad67a709df2c61c315c948a92d10
[ "MIT" ]
null
null
null
dissertation/out.xml
lucidbard/TWAU-Data
a476e776a8ccad67a709df2c61c315c948a92d10
[ "MIT" ]
null
null
null
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . # Named toplevel resources (1) <graph> a rdf:List ; rdf:first <text> ; rdf:rest ( <obligation46> <the%20mule%20carries%20the%20donkey> <graph> ) .
18.833333
60
0.632743
215661698c32cedb6107f45bbcb9b299cb823939
91
xml
XML
python/qidoc/test/projects/libqi/doc/doxygen/qiproject.xml
vbarbaresi/qibuild
eab6b815fe0af49ea5c41ccddcd0dff2363410e1
[ "BSD-3-Clause" ]
51
2015-01-05T14:35:13.000Z
2021-07-27T06:46:59.000Z
python/qidoc/test/projects/libqi/doc/doxygen/qiproject.xml
vbarbaresi/qibuild
eab6b815fe0af49ea5c41ccddcd0dff2363410e1
[ "BSD-3-Clause" ]
104
2015-04-09T10:48:42.000Z
2020-09-16T16:33:29.000Z
python/qidoc/test/projects/libqi/doc/doxygen/qiproject.xml
vbarbaresi/qibuild
eab6b815fe0af49ea5c41ccddcd0dff2363410e1
[ "BSD-3-Clause" ]
46
2015-01-05T14:35:16.000Z
2022-02-13T20:39:36.000Z
<project version="3"> <qidoc name="qi-api" type="doxygen" dest="libqi/api" /> </project>
22.75
57
0.648352
8e1b6619c2f773de0b269381bfae222f94bf77f6
4,213
xml
XML
report/is_stock_move.xml
tonygalmiche/is_plastigray
10669dda26f5a8653371a52798f41fdc805c61f2
[ "MIT" ]
1
2018-12-29T08:34:25.000Z
2018-12-29T08:34:25.000Z
report/is_stock_move.xml
tonygalmiche/is_plastigray
10669dda26f5a8653371a52798f41fdc805c61f2
[ "MIT" ]
null
null
null
report/is_stock_move.xml
tonygalmiche/is_plastigray
10669dda26f5a8653371a52798f41fdc805c61f2
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <openerp> <data> <record id="is_refresh_stock_move_action" model="ir.actions.server"> <field name="name">Mouvements de stocks</field> <field name="condition">True</field> <field name="type">ir.actions.server</field> <field name="model_id" ref="model_is_stock_move" /> <field name="state">code</field> <field name="code">action = self.refresh_stock_move_action(cr, uid, context.get('active_ids', []), context=context)</field> </record> <record id="is_stock_move_form_view" model="ir.ui.view"> <field name="name">s_mouvement_stock_form_view</field> <field name="model">is.stock.move</field> <field name="arch" type="xml"> <form> <sheet> <group> <field name="date" /> <field name="product_id" /> <field name="category" /> <field name="mold" /> <field name="type_mv" /> <field name="name" /> <field name="picking_id" /> <field name="purchase_line_id" /> <field name="raw_material_production_id" /> <field name="production_id" /> <field name="is_sale_line_id" /> <field name="lot_id" /> <field name="lot_fournisseur" /> <field name="qty" /> <field name="product_uom" /> <field name="location_dest" /> <field name="login" /> <field name="move_id" /> </group> </sheet> </form> </field> </record> <record id="is_stock_move_tree_view" model="ir.ui.view"> <field name="name">is_stock_move_tree_view</field> <field name="model">is.stock.move</field> <field name="arch" type="xml"> <tree create="false" colors="red:qty &lt; 0"> <field name="date" /> <field name="product_id" widget="many2one_clickable"/> <field name="category" /> <field name="mold" /> <field name="type_mv" /> <field name="name" /> <field name="picking_id" widget="many2one_clickable"/> <field name="lot_id" widget="many2one_clickable"/> <field name="lot_fournisseur" /> <field name="qty" sum="Total"/> <field name="product_uom" /> <field name="location_dest" /> <field name="login" /> </tree> </field> </record> <record id="is_stock_move_search_view" model="ir.ui.view"> <field name="name">is_stock_move_search_view</field> <field name="model">is.stock.move</field> <field name="arch" type="xml"> <search string="Recherche"> <field name="product_id" /> <field name="category" /> <field name="mold" /> <field name="type_mv" /> <field name="name" /> <field name="picking_id" /> <field name="lot_id" /> <field name="lot_fournisseur" /> <field name="location_dest" /> <field name="login" /> <group string="Regrouper par"> <filter string="Article" context="{'group_by': 'product_id'}"/> <filter string="Lieu" context="{'group_by': 'location_dest'}"/> <filter string="Mois" context="{'group_by': 'date:month'}"/> </group> </search> </field> </record> <record id="is_stock_move_action" model="ir.actions.act_window"> <field name="name">Mouvements de stocks</field> <field name="res_model">is.stock.move</field> <field name="domain">[]</field> <field name="view_type">form</field> <field name="view_mode">tree,form</field> </record> </data> </openerp>
4,213
4,213
0.489675
8e79541458daadc959711878799d88611938c7b5
27,117
xml
XML
public/cuteeditor_files/Languages/fr-fr.xml
luthviar/alc
44a3bbbd461026c4211bc0f5529438acc2dd3089
[ "MIT" ]
null
null
null
public/cuteeditor_files/Languages/fr-fr.xml
luthviar/alc
44a3bbbd461026c4211bc0f5529438acc2dd3089
[ "MIT" ]
null
null
null
public/cuteeditor_files/Languages/fr-fr.xml
luthviar/alc
44a3bbbd461026c4211bc0f5529438acc2dd3089
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" ?> <resources> <!-- context menu --> <resource name="TagList">Tags</resource> <resource name="Style">Style</resource> <resource name="Verbs">Verbs</resource> <resource name="Image">Image</resource> <resource name="Document">Document</resource> <resource name="Flash">Flash</resource> <resource name="Media">Media</resource> <resource name="ImageBrowsing">Chercher image</resource> <resource name="Template">Template</resource> <resource name="HorRule">Ligne horizontale</resource> <resource name="LineBreak">Saut de ligne</resource> <resource name="Autres ...">Avanced</resource> <resource name="TextBox">TextBox</resource> <resource name="GroupBox">GroupBox</resource> <resource name="OrderedList">Liste numérotée</resource> <resource name="UnorderedList">Liste à point</resource> <resource name="Select">Selectioner</resource> <!-- Table --> <resource name="TableDropDown">Insérer/Modifier un tableau</resource> <resource name="DeleteRow">Supprimer une rangée</resource> <resource name="InsertColumn">Insérer une colonne</resource> <resource name="DeleteColumn">Supprimer une rangée</resource> <resource name="InsertCell">Insérer une cellule</resource> <resource name="DeleteCell">Supprimer une cellule</resource> <resource name="MergeCell">Fusionner des cellules</resource> <resource name="SplitCell">Séparer une cellule</resource> <resource name="ResetCells">Reset Cells</resource> <resource name="TableProperties">Propriété tableau</resource> <resource name="TableBorder">Bordure tableau</resource> <resource name="TableRules">Rules tableau</resource> <resource name="InsertRowTop">Insérer rangée au-dessus</resource> <resource name="InsertRowBottom">Insérer rangée au-dessous</resource> <resource name="InsertColumnLeft">Insérer colonne à gauche</resource> <resource name="InsertColumnRight">Insérer colonne à droite</resource> <resource name="MergeRight">Fusionner cellules droites</resource> <resource name="MergeBottom">Fusionner cellules inférieures</resource> <resource name="HorSplitCell">Séparer cellules droite</resource> <resource name="VerSplitCell">Séparer cellules inférieures</resource> <resource name="TypeTextHere">Insérer texte ...</resource> <resource name="AutoSizing">Dimensionnement automatique</resource> <resource name="Rows">Rangées</resource> <resource name="Columns">Colonnes</resource> <resource name="TableAttribute">Attributs du tableau</resource> <resource name="CellPadding">Cell padding</resource> <resource name="CellSpacing">Cell spacing</resource> <resource name="Rules">Rules</resource> <resource name="CollapseBorder">Collapse table border</resource> <resource name="Draw Table">Dessiner tableau</resource> <resource name="Table Wizard">Table Wizard</resource> <resource name="Table Designer">Table Designer</resource> <resource name="Table layout">Table layout</resource> <resource name="Summary">Summary</resource> <resource name="THEAD">Thead</resource> <resource name="TFOOT">Tfoot</resource> <resource name="TR">TR</resource> <resource name="TD">TD</resource> <resource name="ChangeToTH">Change to header cell</resource> <resource name="ChangeToTD">Change to table cell</resource> <resource name="EditRow">Propriétés d'une rangée</resource> <resource name="EditCell">Propriétés d'une cellule</resource> <resource name="CustomBullet">Custom bullet</resource> <!-- Paragraph DropDown --> <resource name="Normal">Normal</resource> <resource name="MenuList">Menu List</resource> <resource name="Heading 1">Entête 1</resource> <resource name="Heading 2">Entête 2</resource> <resource name="Heading 3">Entête 3</resource> <resource name="Heading 4">Entête 4</resource> <resource name="Heading 5">Entête 5</resource> <resource name="Heading 6">Entête 6</resource> <resource name="Address">Adresse</resource> <resource name="Formatted">Formaté</resource> <resource name="Definition Term">Terme de définition</resource> <!-- Buttons --> <resource name="Save">Sauvegarder</resource> <resource name="New">Nouveau</resource> <resource name="Print">Imprimer</resource> <resource name="Cut">Couper</resource> <resource name="Copy">Copier</resource> <resource name="Paste">Coller</resource> <resource name="PasteText">Coller du texte simple</resource> <resource name="PasteWord">Coller du texte MS Word</resource>> <resource name="Delete">Supprimer</resource> <resource name="Undo">Annuler</resource> <resource name="Redo">Refaire</resource> <resource name="SelectAll">Sélectionner tout</resource> <resource name="ToggleBorder">Voir/Cacher les bordures de tableau</resource> <resource name="AbsolutePosition">Positionner</resource> <resource name="InsertHorizontalRule">Insérer une rangée</resource> <resource name="InsertLink">Insérer liens</resource> <resource name="Link">Liens</resource> <resource name="InsertAnchor">Insérer Anchor</resource> <resource name="Unlink">Enlever un lien</resource> <resource name="InsertDocument">Insérer un fichier téléchargeable</resource> <resource name="InsertChars">Caractères spéciaux</resource> <resource name="Chars">Caractères</resource> <resource name="InsertEmotion">Insérer un émotico</resource> <resource name="InsertText">Insérer/Modifier une zone texte</resource> <resource name="InsertImage">Insérer une image</resource> <resource name="ImageGalleryByBrowsing">Insérer une image (galerie)</resource> <resource name="InsertFlash">Insérer un élément Flash</resource> <resource name="InsertMedia">Insérer un élément Media</resource> <resource name="BringForward">Porter vers l'avant</resource> <resource name="BringBackward">Envoyer vers l'arrière</resource> <resource name="Bold">Gras</resource> <resource name="Italic">Italique</resource> <resource name="Underline">Souligner</resource> <resource name="JustifyLeft">Aligner à gauche</resource> <resource name="JustifyCenter">Centrer</resource> <resource name="JustifyRight">Aligner à droite</resource> <resource name="ForeColor">Couleur du texte</resource> <resource name="SetForeColor">Choisir la couleur du texte</resource> <resource name="BackColor">Couleur de fond</resource> <resource name="SetBackColor">Choisir la couleur de fond</resource> <resource name="Automatic">Automatic</resource> <resource name="MoreColors">Plus de couleurs ...</resource> <resource name="InsertOrderedList">Insérer une liste numérotée</resource> <resource name="InsertUnorderedList">Insérer une liste à point</resource> <resource name="Indent">Insérer une tabulation</resource> <resource name="Outdent">Enlever une tabulation</resource> <resource name="Subscript">Texte en indice</resource> <resource name="Superscript">Texte en exposant</resource> <resource name="Strikethrough">Barré</resource> <resource name="RemoveFormat">Enlever la mise en forme</resource> <resource name="CleanCode">Nettoyer le code</resource> <resource name="SelectNone">Déselectionner tout</resource> <resource name="JustifyNone">Enlever l'alignement</resource> <resource name="JustifyFull">Alignement justifié</resource> <resource name="InsertDate">Insérer la date</resource> <resource name="InsertTime">Insérer l'heure</resource> <resource name="Help">Aide</resource> <resource name="Paragraph">Paragraphe</resource> <resource name="InsertParagraph">Insérer paragraphe</resource> <resource name="FontName">Police</resource> <resource name="FontSize">Taille</resource> <resource name="Zoom">Zoom</resource> <resource name="CssClass">Css Class</resource> <resource name="CssStyle">Inline style</resource> <resource name="Links">Liens</resource> <resource name="Codes">Extraits de code</resource> <resource name="ToFullPage">Maximer fenêtre</resource> <resource name="FromFullPage">Mnimer fenêtre</resource> <resource name="imagesDropdown">Images</resource> <resource name="DocumentPropertyPage">Propiété de page</resource> <resource name="HTML">HTML</resource> <resource name="Preview">Prévisionner</resource> <resource name="Enlarge">Elargir fenêtre édition</resource> <resource name="Decrease">Réduire fenêtre édition</resource> <resource name="InsertForm">Form</resource> <resource name="InsertInputText">Textbox</resource> <resource name="InsertTextBox">Text Area</resource> <resource name="InsertListBox">ListBox</resource> <resource name="InsertDropDown">Drop Down Textbox</resource> <resource name="InsertRadioBox">Radio Button</resource> <resource name="InsertCheckBox">Checkbox</resource> <resource name="InsertInputImage">Image Button</resource> <resource name="InsertInputSubmit">Submit Button</resource> <resource name="InsertInputReset">Reset Button</resource> <resource name="InsertInputPassword">Password Field</resource> <resource name="InsertInputhidden">Hidden</resource> <resource name="InsertInputButton">Button</resource> <resource name="Input">Input</resource> <resource name="General">General</resource> <resource name="Value">Value</resource> <resource name="Src">Src</resource> <resource name="GridLayoutPanel">Grid Layout Panel</resource> <resource name="Ucase">Upper case</resource> <resource name="Lcase">Lower case</resource> <resource name="Break">Break</resource> <resource name="Update">Update</resource> <resource name="Items">Items</resource> <!-- Style Builder--> <resource name="StyleBuilder">Style Builder</resource> <resource name="Capitalization">Capitalization</resource> <resource name="uppercase">UPPER CASE</resource> <resource name="lowercase">lowercase</resource> <resource name="InitialCap">Initial Cap</resource> <resource name="SystemFont">System font</resource> <resource name="Caption">Caption</resource> <resource name="Icon">Icon labels</resource> <resource name="Menu">Menu text</resource> <resource name="Smallcaption">Small caption</resource> <resource name="Statusbar">Status bar</resource> <resource name="Messagebox">Messagebox</resource> <resource name="FontFamily">Font Family</resource> <resource name="Decoration">Decoration</resource> <resource name="Overline">Overline</resource> <resource name="OR"> or </resource> <resource name="Letters">Letters</resource> <resource name="TextFlow">Text flow</resource> <resource name="Indentation">Indentation</resource> <resource name="TextDirection">Text direction</resource> <resource name="LTR">Left to right</resource> <resource name="RTL">Right to left</resource> <resource name="WritingMode">Writing mode</resource> <resource name="lr-tb">horizontal text </resource> <resource name="tb-rl">vertical text</resource> <resource name="Text-Align">Text-align</resource> <resource name="Justification">Justification</resource> <resource name="Backgroundimage">Background image</resource> <resource name="Tiling">Tiling</resource> <resource name="Tilingboth">Tile in both direction</resource> <resource name="Tilingorizontal">Tile in horizontal direction</resource> <resource name="Tilingvertical">Tile in vertical direction</resource> <resource name="NoTiling">Do not tile</resource> <resource name="Scrolling">Scrolling</resource> <resource name="Scrollingbackground">Scrolling background</resource> <resource name="ScrollingFixed">Fixed background</resource> <resource name="Position">Position</resource> <resource name="Margin">Margin</resource> <resource name="Padding">Padding</resource> <resource name="Medium">Medium</resource> <resource name="Low">Low</resource> <resource name="High">High</resource> <resource name="Thin">Thin</resource> <resource name="Thick">Thick</resource> <resource name="Absolute">Absolute</resource> <resource name="Relative">Relative</resource> <resource name="block">block</resource> <resource name="Clipping">Clipping</resource> <resource name="Misc">Misc</resource>OverflowAuto <resource name="Overflow">Overflow</resource> <resource name="OverflowAuto">Use scrollbars if needed</resource> <resource name="OverflowScroll">Always Use scrollbars</resource> <resource name="OverflowVisible">Contet is not clipped</resource> <resource name="OverflowHidden">Contet is clipped</resource> <resource name="PrintingBefore">Page-break-before</resource> <resource name="PrintingAfter">Page-break-after</resource> <resource name="Auto">Auto</resource> <resource name="Always">Always</resource> <resource name="Default">Default</resource> <resource name="Move">Move</resource> <resource name="AreYouSureToDiscardChanges">Your changes will be discarded.</resource> <resource name="None">None</resource> <resource name="Checked">Checked</resource> <!-- Version 5.0 --> <resource name="CodeEditor">Voir/Editer source</resource> <resource name="ID">ID</resource> <resource name="ListBox">ListBox</resource> <resource name="ImageMap">Ajouter image map (menu graphique)</resource> <resource name="SelecttoCreateImageMap">Selectionner une image pour créer l'image map</resource> <resource name="AddLinktoImageMap">Ajouter un lien pour cette zone</resource> <resource name="AddHotSpot">Ajouter zone sensible</resource> <resource name="UniversalKeyboard">Clavier universel</resource> <resource name="InsertPageBreak">Inserer saut de page</resource> <resource name="BlockDirLTR">Direction gauche - droite</resource> <resource name="BlockDirRTL">Direction droite - gauche</resource> <resource name="Shade">Ombre</resource> <resource name="UseCtrl_C">Utiliser Ctrl+C</resource> <resource name="UseCtrl_V">Utiliser Ctrl+V</resource> <resource name="UseCtrl_X">Utiliser Ctrl+X</resource> <resource name="UseApple_C">Utiliser Apple+C</resource> <resource name="UseApple_V">Utiliser Apple+V</resource> <resource name="UseApple_X">Utiliser Apple+X</resource> <resource name="FinishedSearch">Cute Editor a finit de parcourir le document.</resource> <resource name="InsertLayer">Inserer Layer/Niveau</resource> <resource name="BoxFormatting">Box Formatting</resource> <resource name="NewTemplate">Faire un modèle/template</resource> <resource name="PleaseSelectRegion">Selectioner une région</resource> <resource name="TemplateCreatedSuccessfully">Modèle créé avec succès!</resource> <resource name="FileWithNameExist">Un fichier du même nom existe déjà!</resource> <resource name="KeepLinebreaks">Keep linebreaks</resource> <resource name="UseCtrl_VtoPaste">Utiliser CTRL+V pour coller le texte.</resource> <resource name="CleanUpBox">Clean Up Box</resource> <resource name="Action">Action</resource> <resource name="Method">Methode</resource> <resource name="ValidNumber">Insérer un nombre correct.</resource> <resource name="ValidName">Please enter a valid name.</resource> <resource name="ValidID">IDs can contain only letters and numbers, and must not contain spaces.</resource> <resource name="ValidColor">Insérer une couleur correcte.</resource> <resource name="NotAailableinSafari">Ceci n'est pas possible avec navigateur SAFARI.</resource> <resource name="ImageEditor">Editeur d'image en ligne</resource> <resource name="SelectImagetoEdit">Veuillez sélectioner l'image à éditer</resource> <resource name="SelectImagetoInsert">Veuillez choisir l'image à insérer</resource> <!-- Dialog --> <resource name="Createddate">Date crée</resource> <resource name="Modifieddate">Date modifiée</resource> <resource name="Next">Prochaine</resource> <resource name="Prev">Prev</resource> <resource name="Total">Total</resource> <resource name="Images">Images</resource> <resource name="Name">Nom</resource> <resource name="NotSet">Non réglé</resource> <resource name="Center">Centre</resource> <resource name="Attributes">Attributs</resource> <resource name="Newwindow">New window</resource> <resource name="Parentwindow">Parent window</resource> <resource name="Samewindow">Same window</resource> <resource name="Topmostwindow">Topmost window</resource> <resource name="BorderColorLight">Border color light</resource> <resource name="BorderColorDark">Border color dark</resource> <resource name="AutoStart">AutoStart</resource> <resource name="ShowControls">ShowControls</resource> <resource name="ShowStatusBar">ShowStatusBar</resource> <resource name="Edit">Edition</resource> <resource name="Formatting">Formatage</resource> <resource name="Table">Tableau</resource> <resource name="InsertTable">Insérer tableau</resource> <resource name="Justify">Justification</resource> <resource name="Font">Police</resource> <resource name="Text">Texte</resource> <resource name="Background">Background</resource> <resource name="Border">Border</resource> <resource name="Borders">Borders</resource> <resource name="List">List</resource> <resource name="Other">Other</resource> <resource name="Cursor">Cursor</resource> <resource name="Filter">Filter</resource> <resource name="Demo">Demo</resource> <resource name="DemoText">Texte exemple</resource> <resource name="Color">Color</resource> <resource name="Url">Url</resource> <resource name="Display">Display</resource> <resource name="Float">Float</resource> <resource name="FloatLeft">Left</resource> <resource name="FloatRight">Right</resource> <resource name="FloatNone">None</resource> <resource name="Clear">Clear</resource> <resource name="ClearLeft">Left</resource> <resource name="ClearRight">Right</resource> <resource name="ClearNone">None</resource> <resource name="ClearBoth">Both</resource> <resource name="Cancel">Annuler</resource> <resource name="Properties">Propriétés</resource> <resource name="Width">Largeur</resource> <resource name="Height">Hauteur</resource> <resource name="Transparency">Transparence</resource> <resource name="Quality">Qualité</resource> <resource name="Upload">Téléchargement</resource> <resource name="Insert">Insérer</resource> <resource name="Layout">Disposition</resource> <resource name="Alignment">Alignement</resource> <resource name="Border_Thickness">Taille des bordures</resource> <resource name="Border_Color">Couleur des bordures</resource> <resource name="Spacing">Espacement</resource> <resource name="Horizontal">Horizontal</resource> <resource name="Vertical">Vertical</resource> <resource name="Alternate">Texte Alternatif</resource> <resource name="Hyperlink_Information">Informations de l'hyperlien</resource> <resource name="Title">Titre</resource> <resource name="Target">Cible</resource> <resource name="Link_Color">L'Information d'hyperlien</resource> <resource name="Pixels">Pixels</resource> <resource name="Percent">Pourcentage</resource> <resource name="NotSet">Non réglé</resource> <resource name="Left">Gauche</resource> <resource name="Right">Droite</resource> <resource name="Texttop">Haut du text</resource> <resource name="Absmiddle">Centre absolu</resource> <resource name="Baseline">Baseline</resource> <resource name="Absbottom">Bas absolu</resource> <resource name="Bottom">Bas</resource> <resource name="Middle">Centre</resource> <resource name="Top">Haut</resource> <resource name="Bordersize">Taille des bordures</resource> <resource name="Backgroundcolor">Couleur de fond</resource> <resource name="BorderColor">Couleur des bordures</resource> <resource name="OK">OK</resource> <resource name="InsertTemplate">Insérer le Modèle</resource> <resource name="Description">Description</resource> <resource name="Keywords">Keywords</resource> <resource name="HtmlBase">Base location</resource> <resource name="Type">Type</resource> <resource name="Size">Taille</resource> <resource name="All">Tous</resource> <resource name="Send">Envoyer</resource> <resource name="uploadResult">Ceci a été stocké comme dossier</resource> <resource name="uploadSuccessfully">Fichier télécharger avec succès!</resource> <resource name="FileformatNotsupported">Pas de téléchargement. Format de fichier non supporté.</resource> <resource name="NoPermission">Interdit. Vous n'avez pas la permission pour cette fonction.</resource> <resource name="UnableRename">Impossible de renommer cet élément.</resource> <resource name="UnableCreateFolder">Impossible de créer ce dossier.</resource> <resource name="UnableCopyfile">Impossible de copier les fichiers.</resource> <resource name="UnableMovefile">Impossible de déplacer les fichiers.</resource> <resource name="UnableDeletefile">Impossible d'éffacer les fichiers.</resource> <resource name="UnableUploadfile">Impossible de télécharger les fichiers.</resource> <resource name="SpecifyNewFolderName">Veuillez donner un nouveau nom de dossier.</resource> <resource name="SpecifyNewFileName">Veuillez donner un nouveau nom de fichier.</resource> <resource name="AreyouSureDelete">Voulez-vous effacer le(s) dossier(s) et/ou fichier(s) ?</resource> <resource name="Deletefiles">Effacer les fichiers/dossiers selectionnés</resource> <resource name="CopyMoveto">Veuillez donner la destination (path) relatif:</resource> <resource name="Createdirectory">Créer un nouveau répertoire</resource> <resource name="Copyfiles">Copier les fichiers/dossiers selectionnés</resource> <resource name="Movefiles">Déplacer les fichiers/dossiers selectionnés</resource> <resource name="Refresh">Actualiser</resource> <resource name="ZoomIn">Zoom In</resource> <resource name="ZoomOut">Zoom Out</resource> <resource name="BestFit">Meilleur cadrage</resource> <resource name="ActualSize">Taille réelle</resource> <resource name="Common">Générale</resource> <resource name="Browse">Chercher..</resource> <resource name="Count">Compter</resource> <resource name="Find">Chercher et remplacer</resource> <resource name="Find what">Chercher ...</resource> <resource name="Replace with">Replacer avec</resource> <resource name="Match case">Majuscule/Minuscule</resource> <resource name="Match whole word">Mot complet seulement</resource> <resource name="Find Next">Chercher suivant</resource> <resource name="Replace">Replacer</resource> <resource name="Replace All">Replacer Tous</resource> <resource name="InsertFieldSet">Inserer groupbox</resource> <resource name="OnlyWebColor">Couleur web uniquement</resource> <resource name="EditInNewWindow">Editer dans nouv. fenêtre</resource> <resource name="EditHtml">Editio HTML</resource> <resource name="OuterEditor">Outer Editor</resource> <resource name="Finish">Terminer</resource> <resource name="RemoveNode">Effacer TAG</resource> <resource name="DeleteNode">Effacer tout</resource> <resource name="ItIsSlowThatSwitchToCode">Vous chargez un grande page, cela ralenti l'Internet Explorer.</resource> <resource name="RemoveWordTags">Voulez-vous nettoyer le code avant l'importation de Word?</resource> <resource name="RemoveHTMLTags">Remove all HTML tags</resource> <resource name="RemoveWordMarkup">Remove all word specific markup</resource> <resource name="CleanupCSS">Clean up cascading style sheets</resource> <resource name="CleanupFont"><![CDATA[Clean up &lt;Font&gt; tags]]></resource> <resource name="CleanupSpan"><![CDATA[Clean up &lt;Span&gt; tags]]></resource> <resource name="TopMargin">Top Margin</resource> <resource name="BottomMargin">Bottom Margin</resource> <resource name="LeftMargin">Left Margin</resource> <resource name="RightMargin">Right Margin</resource> <resource name="MarginWidth">Margin Width</resource> <resource name="MarginHeight">Margin Height</resource> <resource name="PageLanguage">Page Language</resource> <resource name="HTMLEncoding">HTML Encoding</resource> <!-- Buttons Image URL --> <resource name="BoldImage">f_bold.gif</resource> <resource name="UnderImage">f_under.gif</resource> <resource name="PreviewImage">fpreview.gif</resource> <resource name="DesignImage">design.gif</resource> <resource name="HtmlImage">htmlview.gif</resource> <!-- version 6.0 --> <resource name="Sort">Sort</resource> <resource name="SortByDateDesc">Date Desc</resource> <resource name="SortByDateAsc">Date Asc</resource> <resource name="SortBySizeDesc">Size Desc</resource> <resource name="SortBySizeAsc">Size Asc</resource> <resource name="ActiveXObject">Object</resource> <resource name="noWrap">noWrap</resource> <resource name="CellScope">Cell Scope</resource> <resource name="PasteAsHTML">Paste As HTML</resource> <resource name="ImageFileIsTooLarge">The uploaded image is too large. The max image file size of this web site is set to: </resource> <resource name="ConstrainProportions">Constrain Proportions</resource> <resource name="MaxFileSizeAllowed">Max file size allowed</resource> <resource name="MaxImagedImension">Max image dimension is</resource> <resource name="pixels">pixels</resource> <resource name="AutomaticImageResizeOnOff">Auto resize uploaded images function is</resource> <resource name="on">on</resource> <resource name="off">off</resource> <resource name="MaxFolderSizeAllowed">Max Upload folder size is </resource> <resource name="Used">Used</resource> <resource name="WrongFormatImage">The Image Format is Wrong!</resource> <resource name="TemplateCreated">Template created successfully!</resource> <resource name="TemplateModified">Template modified successfully!</resource> <resource name="InputRequired">Input Required:</resource> <resource name="1ColumnTable">One-Column Table</resource> <resource name="2ColumnTable">Two-Column Table</resource> <resource name="3ColumnTable">Three-Column Table</resource> <resource name="Header-Right-TopLeft-Body">Header, Right, Top Left and Body</resource> <resource name="Header-Left-TopRight-Body">Header, Left, Top Right and Body</resource> <resource name="Header-Footer-3-Columns">Header, Footer and 3 Columns</resource> <resource name="Uploading">Uploading...</resource> <resource name="maxRequestLengthExceeded"><![CDATA[Maximum request length exceeded.The default value for the maxRequestLength parameter in the &lt;httpRuntime&gt; section of the Web.Config file is 4096 (4 MB). As a result, files that are larger than this value are not uploaded by default. ]]></resource> <resource name="Blue">Blue</resource> <resource name="Purple">Purple</resource> <resource name="Red">Red</resource> <resource name="Orange">Orange</resource> <resource name="Green">Green</resource> <resource name="Cyan">Cyan</resource> <resource name="White">White</resource> <resource name="Black">Black</resource> <resource name="WordNotFound">Word not found. Nothing replaced.</resource> <resource name="WordReplaced">Word(s) were replaced</resource> <resource name="DIV">DIV</resource> <resource name="WebPalette">Web Palette</resource> <resource name="NamedColors">Named Colors </resource> <resource name="CustomColor">Custom Color</resource> <resource name="Characters">Characters</resource> <resource name="Words">Words</resource> <resource name="Close">Close</resource> <resource name="EditorEmpty"><![CDATA[\nEditor is empty.\n\nNothing to clean up.]]></resource> <resource name="Square">Square</resource> <resource name="Circle">Circle</resource> <resource name="StartingNumber">Starting Number</resource> <resource name="SelectColor">Select a color</resource> <resource name="Recent">Recent</resource> <resource name="Loading">Loading...</resource> <resource name="FormatBlock">Normal</resource> </resources>
54.125749
305
0.768337
b6ea0592969b39c0ba1885b9c628843f495598c3
11,456
xml
XML
fivb/xml/stats_2014_1_33.xml
octonion/volleyball
7f86f3fae12c3bfdfb42ec63320c5b205258bfc6
[ "MIT" ]
4
2015-06-02T00:20:36.000Z
2021-09-17T10:27:00.000Z
fivb/xml/stats_2014_1_33.xml
octonion/volleyball
7f86f3fae12c3bfdfb42ec63320c5b205258bfc6
[ "MIT" ]
null
null
null
fivb/xml/stats_2014_1_33.xml
octonion/volleyball
7f86f3fae12c3bfdfb42ec63320c5b205258bfc6
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Match No="33" Version="332"> <Status>2</Status> <LastAction Team="IRI" /> <Length Set1="34" Set2="30" Set3="26" Set4="27" /> <TeamA Code="IRI"> <Captain>4</Captain> <Score>3</Score> <Set No="1"> <Score>25</Score> <Roster p1="5" p2="9" p3="1" p4="12" p5="6" p6="4" r5="16" r6="13" l1="8" /> <Statistics> <Team TeamError="1" OppError="11" /> <Player NoShirt="1" AtkPoint="3" AtkFault="1" AtkCont="7" BAtkPoint="1" BAtkFault="1" BAtkCont="4" BlkFault="2" BlkCont="1" SrvCont="6" DigExcel="1" DigFault="5" SetCont="1" /> <Player NoShirt="4" AtkCont="1" BlkFault="1" SrvCont="5" DigExcel="4" SetExcel="5" SetCont="10" /> <Player NoShirt="5" AtkPoint="2" AtkCont="1" BAtkCont="1" BlkFault="1" SrvCont="3" DigExcel="2" DigFault="1" DigCont="1" SetCont="1" RecExcel="4" RecCont="4" /> <Player NoShirt="6" AtkFault="1" AtkCont="1" BlkPoint="4" BlkFault="2" BlkCont="2" SrvCont="1" DigExcel="1" /> <Player NoShirt="8" DigExcel="1" DigCont="1" SetCont="3" RecExcel="2" RecFault="1" RecCont="2" /> <Player NoShirt="9" AtkPoint="1" AtkCont="1" BlkFault="1" BlkCont="4" SrvFault="1" SrvCont="3" SetCont="1" /> <Player NoShirt="10" /> <Player NoShirt="12" AtkPoint="4" AtkFault="2" AtkCont="1" BAtkPoint="1" BlkCont="1" SrvFault="1" SrvCont="3" DigExcel="3" RecExcel="1" RecCont="2" /> <Player NoShirt="13" BlkFault="1" SetCont="2" /> <Player NoShirt="16" SrvCont="1" DigExcel="1" /> <Player NoShirt="22" /> </Statistics> </Set> <Set No="2"> <Score>25</Score> <Roster p1="5" p2="9" p3="1" p4="12" p5="6" p6="4" r3="10" r4="22" l1="8" /> <Statistics> <Team TeamError="1" OppError="7" /> <Player NoShirt="1" AtkPoint="2" AtkFault="1" AtkCont="1" BAtkFault="1" SrvCont="2" DigCont="1" /> <Player NoShirt="4" AtkPoint="2" BlkPoint="1" SrvCont="2" DigExcel="3" DigCont="2" SetExcel="4" SetCont="14" /> <Player NoShirt="5" AtkFault="1" BlkFault="2" SrvFault="1" SrvCont="2" DigExcel="3" DigCont="2" RecExcel="3" RecCont="5" /> <Player NoShirt="6" AtkPoint="3" AtkFault="1" AtkCont="2" BlkPoint="2" BlkFault="3" BlkCont="2" SrvCont="2" DigCont="2" SetCont="1" /> <Player NoShirt="8" DigFault="1" DigCont="1" SetCont="2" RecExcel="2" RecFault="1" RecCont="2" /> <Player NoShirt="9" AtkPoint="1" AtkFault="1" BlkFault="3" BlkCont="2" SrvCont="7" DigCont="1" SetCont="1" /> <Player NoShirt="10" AtkPoint="3" AtkFault="1" AtkCont="1" BAtkPoint="2" BAtkFault="1" BlkPoint="1" BlkCont="1" SrvCont="1" DigExcel="1" /> <Player NoShirt="12" AtkPoint="2" AtkCont="3" BAtkPoint="1" BlkCont="1" SrvPoint="1" SrvCont="7" DigExcel="2" RecFault="1" RecCont="1" /> <Player NoShirt="22" AtkCont="2" BlkFault="1" RecCont="1" /> </Statistics> </Set> <Set No="3"> <Score>19</Score> <Roster p1="5" p2="9" p3="10" p4="22" p5="6" p6="4" r3="1" r4="12" l1="8" /> <Statistics> <Team OppError="8" /> <Player NoShirt="1" AtkPoint="1" AtkFault="1" BlkCont="1" SrvCont="1" /> <Player NoShirt="4" AtkPoint="1" BlkFault="2" SrvCont="2" DigExcel="1" SetExcel="5" SetCont="12" /> <Player NoShirt="5" AtkPoint="2" AtkFault="1" AtkCont="3" BAtkPoint="1" BAtkCont="1" BlkCont="1" SrvFault="1" SrvCont="2" DigExcel="1" RecExcel="3" RecCont="6" /> <Player NoShirt="6" AtkPoint="2" AtkCont="1" BlkFault="2" SrvFault="1" SrvCont="2" /> <Player NoShirt="8" DigExcel="1" DigFault="2" DigCont="2" RecFault="1" RecCont="2" /> <Player NoShirt="9" AtkPoint="3" AtkFault="1" BlkCont="2" SrvCont="5" SetCont="3" /> <Player NoShirt="10" AtkPoint="1" AtkFault="2" AtkCont="1" BAtkPoint="1" BAtkFault="1" BlkFault="1" SrvFault="1" SrvCont="1" /> <Player NoShirt="12" BlkFault="1" SrvFault="2" DigFault="1" RecExcel="1" RecFault="1" /> <Player NoShirt="22" AtkPoint="1" AtkFault="2" BlkFault="1" SrvFault="1" DigExcel="1" RecExcel="2" RecCont="2" /> </Statistics> </Set> <Set No="4"> <Score>25</Score> <Roster p1="5" p2="9" p3="1" p4="12" p5="6" p6="4" r6="13" l1="8" /> <Statistics> <Team TeamError="2" OppError="7" /> <Player NoShirt="1" AtkPoint="2" AtkCont="3" BAtkPoint="1" BAtkCont="1" BlkFault="2" SrvFault="1" SrvCont="3" DigExcel="1" DigFault="4" DigCont="1" /> <Player NoShirt="4" AtkPoint="1" AtkFault="1" AtkCont="1" BAtkPoint="1" SrvCont="3" DigExcel="2" SetExcel="5" SetFault="1" SetCont="11" /> <Player NoShirt="5" AtkPoint="2" SrvPoint="1" SrvCont="5" DigFault="3" DigCont="1" RecExcel="5" RecCont="4" /> <Player NoShirt="6" AtkPoint="1" BlkPoint="1" BlkFault="1" SrvFault="1" SrvCont="1" /> <Player NoShirt="8" DigExcel="2" DigFault="1" SetCont="1" RecExcel="3" RecFault="1" /> <Player NoShirt="9" AtkPoint="2" BlkPoint="1" SrvCont="4" DigCont="1" SetCont="1" /> <Player NoShirt="12" AtkPoint="6" AtkFault="2" AtkCont="2" BAtkCont="1" BlkCont="1" SrvPoint="1" SrvCont="5" DigExcel="1" RecExcel="1" RecCont="1" /> </Statistics> </Set> <Set No="5"> <Statistics> <Team /> <Player NoShirt="1" /> <Player NoShirt="4" /> <Player NoShirt="5" /> <Player NoShirt="6" /> <Player NoShirt="7" /> <Player NoShirt="8" /> <Player NoShirt="9" /> <Player NoShirt="10" /> <Player NoShirt="12" /> <Player NoShirt="13" /> <Player NoShirt="16" /> <Player /> </Statistics> </Set> </TeamA> <TeamB Code="ITA"> <Captain>18</Captain> <Score>1</Score> <Set No="1"> <Score>22</Score> <Roster p1="14" p2="4" p3="22" p4="1" p5="16" p6="10" r1="19" r2="18" l1="17" /> <Statistics> <Team OppError="8" /> <Player NoShirt="1" AtkPoint="2" AtkCont="2" SrvCont="5" DigCont="1" SetCont="3" /> <Player NoShirt="4" AtkFault="3" AtkCont="4" BAtkFault="2" BAtkCont="1" BlkFault="1" BlkCont="3" SrvFault="3" DigExcel="1" DigFault="1" /> <Player NoShirt="10" AtkPoint="3" AtkFault="4" AtkCont="3" BAtkPoint="2" BAtkFault="1" BlkFault="1" BlkCont="1" SrvPoint="1" SrvFault="1" SrvCont="1" DigExcel="1" RecExcel="3" RecCont="5" /> <Player NoShirt="14" AtkPoint="3" AtkCont="1" BlkPoint="1" BlkCont="3" SrvCont="3" DigFault="1" /> <Player NoShirt="16" BlkPoint="1" BlkCont="1" SrvFault="1" SrvCont="1" DigExcel="2" DigFault="1" SetExcel="3" SetCont="26" /> <Player NoShirt="17" DigExcel="4" DigFault="2" DigCont="2" SetCont="1" RecExcel="3" RecFault="1" RecCont="5" /> <Player NoShirt="18" DigExcel="1" DigCont="1" /> <Player NoShirt="19" SrvCont="1" /> <Player NoShirt="22" AtkPoint="3" AtkFault="1" AtkCont="5" BAtkPoint="1" BAtkCont="1" BlkFault="1" BlkCont="2" SrvFault="2" SrvCont="4" DigExcel="2" DigFault="1" RecExcel="3" RecCont="2" /> </Statistics> </Set> <Set No="2"> <Score>19</Score> <Roster p1="10" p2="14" p3="18" p4="22" p5="1" p6="16" r2="4" r5="19" l1="17" l2="20" /> <Statistics> <Team DigFault="1" TeamError="3" OppError="4" /> <Player NoShirt="1" AtkPoint="1" AtkFault="1" AtkCont="2" BlkCont="1" SrvCont="1" DigExcel="2" DigFault="1" SetCont="1" /> <Player NoShirt="4" SrvCont="1" DigExcel="2" /> <Player NoShirt="10" AtkPoint="2" AtkCont="4" BAtkCont="1" BlkPoint="1" SrvFault="1" SrvCont="2" DigExcel="3" DigCont="1" RecExcel="2" RecCont="7" /> <Player NoShirt="14" AtkPoint="1" AtkCont="2" BlkPoint="1" BlkFault="2" SrvPoint="1" SrvFault="1" SrvCont="1" /> <Player NoShirt="16" AtkFault="1" BlkCont="1" SrvCont="2" DigExcel="3" DigFault="1" SetExcel="3" SetCont="28" /> <Player NoShirt="17" DigExcel="2" DigFault="6" RecExcel="3" RecCont="6" /> <Player NoShirt="18" AtkPoint="4" AtkFault="1" AtkCont="5" BAtkPoint="1" BAtkFault="1" BAtkCont="1" BlkFault="1" BlkCont="1" SrvCont="2" /> <Player NoShirt="19" AtkPoint="2" BlkCont="1" SrvCont="4" DigExcel="1" /> <Player NoShirt="20" RecExcel="2" /> <Player NoShirt="22" AtkPoint="1" AtkFault="2" AtkCont="6" BAtkFault="1" BAtkCont="1" BlkFault="1" BlkCont="1" SrvPoint="1" SrvFault="1" SrvCont="1" DigExcel="1" RecExcel="1" RecFault="1" RecCont="2" /> </Statistics> </Set> <Set No="3"> <Score>25</Score> <Roster p1="14" p2="18" p3="22" p4="19" p5="16" p6="10" l2="20" /> <Statistics> <Team OppError="13" /> <Player NoShirt="4" /> <Player NoShirt="10" AtkPoint="2" SrvPoint="1" SrvFault="1" SrvCont="3" DigFault="1" DigCont="1" SetCont="1" RecExcel="2" RecFault="1" RecCont="3" /> <Player NoShirt="14" AtkPoint="2" AtkCont="1" BlkFault="2" BlkCont="1" SrvCont="6" SetCont="1" /> <Player NoShirt="16" BlkFault="1" SrvFault="1" SrvCont="2" DigFault="1" SetExcel="2" SetCont="10" /> <Player NoShirt="18" AtkPoint="1" AtkFault="1" AtkCont="3" BAtkCont="1" SrvFault="2" SrvCont="1" DigExcel="1" DigCont="1" /> <Player NoShirt="19" AtkPoint="2" AtkCont="1" BlkPoint="1" BlkFault="2" BlkCont="2" SrvFault="1" SrvCont="1" /> <Player NoShirt="20" DigExcel="2" DigFault="1" DigCont="2" RecFault="1" RecCont="3" /> <Player NoShirt="22" AtkPoint="1" AtkCont="1" BlkPoint="1" BlkFault="1" SrvPoint="1" SrvFault="2" SrvCont="3" DigCont="1" SetExcel="1" RecExcel="2" RecCont="1" /> </Statistics> </Set> <Set No="4"> <Score>20</Score> <Roster p1="10" p2="14" p3="18" p4="22" p5="19" p6="16" r2="1" r3="4" l2="20" /> <Statistics> <Team TeamError="1" OppError="2" /> <Player NoShirt="1" SrvCont="1" /> <Player NoShirt="4" AtkCont="1" SrvPoint="1" SrvCont="1" /> <Player NoShirt="10" AtkPoint="2" AtkCont="1" BAtkPoint="1" BlkPoint="1" BlkFault="1" SrvFault="2" DigCont="2" SetCont="1" RecExcel="5" RecFault="1" RecCont="2" /> <Player NoShirt="14" AtkCont="2" BlkPoint="1" BlkFault="1" BlkCont="1" SrvCont="3" DigCont="2" /> <Player NoShirt="16" BlkFault="2" SrvCont="2" DigExcel="2" DigFault="2" DigCont="3" SetExcel="8" SetCont="11" /> <Player NoShirt="18" AtkPoint="1" AtkCont="2" BAtkCont="1" SrvFault="1" SrvCont="1" DigCont="2" /> <Player NoShirt="19" AtkPoint="5" AtkFault="1" BlkPoint="1" BlkFault="3" BlkCont="3" SrvCont="3" DigFault="1" /> <Player NoShirt="20" DigFault="1" DigCont="1" RecExcel="4" RecFault="1" RecCont="5" /> <Player NoShirt="22" AtkPoint="4" AtkFault="1" AtkCont="1" BAtkPoint="1" BAtkFault="1" BlkPoint="1" BlkFault="1" BlkCont="1" SrvPoint="1" SrvFault="1" SrvCont="3" DigFault="3" RecExcel="2" RecFault="1" RecCont="1" /> </Statistics> </Set> <Set No="5"> <Statistics> <Team /> <Player NoShirt="1" /> <Player NoShirt="4" /> <Player NoShirt="5" /> <Player NoShirt="6" /> <Player NoShirt="10" /> <Player NoShirt="14" /> <Player NoShirt="16" /> <Player NoShirt="17" /> <Player NoShirt="18" /> <Player NoShirt="19" /> <Player NoShirt="20" /> <Player /> </Statistics> </Set> </TeamB> </Match>
65.090909
225
0.573848
7ab71cb7f5593d2e37a663cf101285782b0b72cc
192
xml
XML
app/src/main/res/values/strings.xml
gabriel-lima-2001/Calculo-De-Investimentos-Kotlin
12e76d9caf0d6405e0b49df153c527400f9052bb
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
gabriel-lima-2001/Calculo-De-Investimentos-Kotlin
12e76d9caf0d6405e0b49df153c527400f9052bb
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
gabriel-lima-2001/Calculo-De-Investimentos-Kotlin
12e76d9caf0d6405e0b49df153c527400f9052bb
[ "MIT" ]
null
null
null
<resources> <string name="app_name">Calculos de Investimento</string> <string name="tela_tesouro">Tesouro SELIC</string> <string name="tela_poupanca">Poupanca</string> </resources>
38.4
61
0.734375
6f02c53af8596a85b8f7a5ed70bd6bde5fb6a0ef
33,335
xml
XML
.idea/workspace.xml
WYonghui/RDMAChannel
a155c62edaa5361c7c78e19a2ab5d7fe23d39382
[ "Apache-2.0" ]
null
null
null
.idea/workspace.xml
WYonghui/RDMAChannel
a155c62edaa5361c7c78e19a2ab5d7fe23d39382
[ "Apache-2.0" ]
null
null
null
.idea/workspace.xml
WYonghui/RDMAChannel
a155c62edaa5361c7c78e19a2ab5d7fe23d39382
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="e4f4463a-8b5f-4d7d-a654-e86ae453ac82" name="Default Changelist" comment=""> <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/sbt.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" /> <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/disni/disni.iml" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/disni/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/disni/pom.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/rdmachannel-benchmark/rdmachannel-benchmark.iml" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaSendClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaSendClient.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/rdmachannel-core/rdmachannel-core.iml" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/rdmachannel-example/rdmachannel-example.iml" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/rdmachannel-example/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/rdmachannel-example/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/rdmachannel-multicast/rdmachannel-multicast.iml" beforeDir="false" /> </list> <ignored path="$PROJECT_DIR$/target/" /> <ignored path="$PROJECT_DIR$/rdmachannel-core/target/" /> <ignored path="$PROJECT_DIR$/rdmachannel-multicast/target/" /> <ignored path="$PROJECT_DIR$/disni/target/" /> <ignored path="$PROJECT_DIR$/rdmachannel-example/target/" /> <ignored path="$PROJECT_DIR$/rdmachannel-benchmark/target/" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" 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="FUSProjectUsageTrigger"> <session id="1954690740"> <usages-collector id="statistics.lifecycle.project"> <counts> <entry key="project.closed" value="2" /> <entry key="project.open.time.0" value="2" /> <entry key="project.open.time.4" value="1" /> <entry key="project.opened" value="3" /> </counts> </usages-collector> <usages-collector id="statistics.file.extensions.open"> <counts> <entry key="java" value="53" /> <entry key="properties" value="2" /> <entry key="sh" value="2" /> <entry key="xml" value="7" /> </counts> </usages-collector> <usages-collector id="statistics.file.types.open"> <counts> <entry key="Bash" value="2" /> <entry key="JAVA" value="53" /> <entry key="Properties" value="2" /> <entry key="XML" value="7" /> </counts> </usages-collector> <usages-collector id="statistics.file.extensions.edit"> <counts> <entry key="java" value="191" /> <entry key="txt" value="17" /> <entry key="xml" value="2" /> </counts> </usages-collector> <usages-collector id="statistics.file.types.edit"> <counts> <entry key="JAVA" value="191" /> <entry key="PLAIN_TEXT" value="17" /> <entry key="XML" value="2" /> </counts> </usages-collector> </session> </component> <component name="FileEditorManager"> <leaf> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/ReadServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="168"> <caret line="36" column="131" lean-forward="true" selection-start-line="36" selection-start-column="3" selection-end-line="36" selection-end-column="131" /> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/ReadClient.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="336"> <caret line="46" lean-forward="true" selection-start-line="46" selection-end-line="46" /> <folding> <element signature="e#6168#6169#0" expanded="true" /> <element signature="e#6191#6192#0" expanded="true" /> <element signature="e#6324#6325#0" expanded="true" /> <element signature="e#6346#6347#0" expanded="true" /> <element signature="e#6382#6383#0" expanded="true" /> <element signature="e#6405#6406#0" expanded="true" /> </folding> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-832"> <caret line="22" lean-forward="true" selection-start-line="22" selection-end-line="22" /> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaSendClient.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1218"> <caret line="68" column="34" selection-start-line="68" selection-start-column="34" selection-end-line="68" selection-end-column="34" /> </state> </provider> </entry> </file> </leaf> </component> <component name="FindInProjectRecents"> <findStrings> <find>rdmaBufferManager</find> <find>disni</find> <find>got event</find> </findStrings> </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$/rdmachannel-example/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java" /> <option value="$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java" /> <option value="$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaSendClient.java" /> <option value="$PROJECT_DIR$/disni/pom.xml" /> <option value="$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/WriteServer.java" /> <option value="$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/SendRecvServer.java" /> <option value="$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/SendRecvClient.java" /> <option value="$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/ReadServer.java" /> <option value="$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/ReadClient.java" /> </list> </option> </component> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsGulpfileManager"> <detection-done>true</detection-done> <sorting>DEFINITION_ORDER</sorting> </component> <component name="MavenImportPreferences"> <option name="generalSettings"> <MavenGeneralSettings> <option name="mavenHome" value="$PROJECT_DIR$/../../../../maven/apache-maven-3.6.0" /> <option name="userSettingsFile" value="E:\software\maven\apache-maven-3.6.0\conf\settings.xml" /> </MavenGeneralSettings> </option> <option name="importingSettings"> <MavenImportingSettings> <option name="importAutomatically" value="true" /> <option name="lookForNested" value="true" /> </MavenImportingSettings> </option> </component> <component name="MavenProjectNavigator"> <treeState> <expand /> <select /> </treeState> </component> <component name="ProjectFrameBounds" extendedState="6"> <option name="x" value="-8" /> <option name="y" value="-8" /> <option name="width" value="1382" /> <option name="height" value="744" /> </component> <component name="ProjectLevelVcsManager" settingsEditedManually="true"> <ConfirmationsSetting value="1" id="Add" /> </component> <component name="ProjectView"> <navigator proportions="" version="1"> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="Scope" /> <pane id="ProjectPane"> <subPane> <expand> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="main" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="main" type="462c0819:PsiDirectoryNode" /> <item name="resources" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="test" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="test" type="462c0819:PsiDirectoryNode" /> <item name="java" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="test" type="462c0819:PsiDirectoryNode" /> <item name="java" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="test" type="462c0819:PsiDirectoryNode" /> <item name="java" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="benchmarks" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="test" type="462c0819:PsiDirectoryNode" /> <item name="java" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="examples" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="disni" type="462c0819:PsiDirectoryNode" /> <item name="target" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="rdmachannel-benchmark" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="rdmachannel-benchmark" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="rdmachannel-benchmark" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="main" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="rdmachannel-benchmark" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="main" type="462c0819:PsiDirectoryNode" /> <item name="java" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="rdmachannel-benchmark" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="main" type="462c0819:PsiDirectoryNode" /> <item name="java" type="462c0819:PsiDirectoryNode" /> <item name="rdmachannel" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="RDMAChannel" type="b2602c69:ProjectViewProjectNode" /> <item name="RDMAChannel" type="462c0819:PsiDirectoryNode" /> <item name="rdmachannel-benchmark" type="462c0819:PsiDirectoryNode" /> <item name="src" type="462c0819:PsiDirectoryNode" /> <item name="main" type="462c0819:PsiDirectoryNode" /> <item name="java" type="462c0819:PsiDirectoryNode" /> <item name="rdmachannel" type="462c0819:PsiDirectoryNode" /> <item name="sendrecv" type="462c0819:PsiDirectoryNode" /> </path> </expand> <select /> </subPane> </pane> <pane id="PackagesPane" /> </panes> </component> <component name="PropertiesComponent"> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="last_opened_file_path" value="$PROJECT_DIR$/disni" /> <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> <property name="nodejs_npm_path_reset_for_default_project" value="true" /> <property name="settings.editor.selected.configurable" value="MavenSettings" /> </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="SshConsoleOptionsProvider"> <option name="myEncoding" value="UTF-8" /> <option name="myConnectionType" value="NONE" /> </component> <component name="TodoView"> <todo-panel id="selected-file"> <is-autoscroll-to-source value="true" /> </todo-panel> <todo-panel id="all"> <are-packages-shown value="true" /> <is-autoscroll-to-source value="true" /> </todo-panel> </component> <component name="ToolWindowManager"> <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" /> <editor active="true" /> <layout> <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.15075922" visible="true" weight="0.20469083" /> <window_info id="Structure" order="1" sideWeight="0.8492408" side_tool="true" weight="0.20469083" /> <window_info id="Designer" order="2" /> <window_info id="Learn" order="3" /> <window_info id="UI Designer" order="4" /> <window_info id="Favorites" order="5" side_tool="true" /> <window_info anchor="bottom" id="Message" order="0" /> <window_info anchor="bottom" id="Find" order="1" weight="0.329718" /> <window_info anchor="bottom" id="Run" order="2" weight="0.329718" /> <window_info anchor="bottom" id="Debug" order="3" weight="0.4" /> <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> <window_info anchor="bottom" id="TODO" order="6" weight="0.329718" /> <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" /> <window_info anchor="bottom" id="Terminal" order="8" weight="0.329718" /> <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" /> <window_info anchor="bottom" id="Version Control" order="10" show_stripe_button="false" /> <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" /> <window_info anchor="right" id="Ant Build" order="1" weight="0.25" /> <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" /> <window_info anchor="right" id="Palette" order="3" /> <window_info anchor="right" id="Palette&#9;" order="4" /> <window_info anchor="right" id="Database" order="5" /> <window_info anchor="right" id="Maven Projects" order="6" weight="0.14392324" /> </layout> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="1" /> </component> <component name="VcsContentAnnotationSettings"> <option name="myLimit" value="2678400000" /> </component> <component name="editorHistoryManager"> <entry file="file://$PROJECT_DIR$/rdmachannel-example/src/main/java/com/basic/rdmachannel/write/RdmaWriteServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="231"> <caret line="24" column="13" selection-start-line="24" selection-start-column="13" selection-end-line="24" selection-end-column="13" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-example/src/main/java/com/basic/rdmachannel/read/RdmaReadServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="42"> <caret line="22" column="13" selection-start-line="22" selection-start-column="13" selection-end-line="22" selection-end-column="13" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/CmdLineCommon.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="84"> <caret line="4" column="13" selection-start-line="4" selection-start-column="13" selection-end-line="4" selection-end-column="13" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/RdmaBenchmarkCmdLine.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="105"> <caret line="5" lean-forward="true" selection-start-line="5" selection-end-line="5" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-example/src/main/java/com/basic/rdmachannel/sendrecv/RdmaSendClient.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="183"> <caret line="19" lean-forward="true" selection-start-line="19" selection-end-line="19" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-core/src/main/java/com/basic/rdmachannel/channel/RdmaConnectListener.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="252"> <caret line="12" lean-forward="true" selection-start-line="12" selection-end-line="12" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/SendRecvCmdLine.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="315"> <caret line="15" lean-forward="true" selection-start-line="15" selection-end-line="15" /> <folding> <element signature="imports" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-example/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="470"> <caret line="40" lean-forward="true" selection-start-line="40" selection-end-line="40" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-core/src/main/java/com/basic/rdmachannel/channel/RdmaNode.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="363"> <caret line="68" column="27" lean-forward="true" selection-start-line="68" selection-start-column="27" selection-end-line="68" selection-end-column="27" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/command/benchmark.sh"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="105"> <caret line="5" lean-forward="true" selection-start-line="5" selection-end-line="5" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/command/install.sh"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="147"> <caret line="7" lean-forward="true" selection-start-line="7" selection-end-line="7" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/main/java/com/ibm/disni/DiSNIServerEndpoint.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="126"> <caret line="25" column="17" selection-start-line="25" selection-start-column="17" selection-end-line="25" selection-end-column="17" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/main/java/com/ibm/disni/rdma/RdmaServerEndpoint.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="21"> <caret line="54" column="28" selection-start-line="54" selection-start-column="28" selection-end-line="54" selection-end-column="28" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/pom.xml"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="428"> <caret line="22" selection-start-line="22" selection-end-line="24" selection-end-column="15" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/WriteClient.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="588"> <caret line="130" lean-forward="true" selection-start-line="130" selection-end-line="130" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/WriteServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="483"> <caret line="81" lean-forward="true" selection-start-line="81" selection-end-line="81" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/examples/SendRecvServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-447"> <caret line="46" lean-forward="true" selection-start-line="46" selection-end-line="46" /> <folding> <element signature="class#CustomServerEndpoint#0;class#SendRecvServer#0" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/main/resources/log4j.properties"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="378"> <caret line="18" lean-forward="true" selection-start-line="18" selection-end-line="18" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/RdmaBenchmarkCmdLine.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="84"> <caret line="7" column="13" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" /> <folding> <element signature="e#1247#1248#0" expanded="true" /> <element signature="e#1265#1266#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/SendRecvClient.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="5392"> <caret line="316" column="22" lean-forward="true" selection-start-line="316" selection-start-column="22" selection-end-line="316" selection-end-column="22" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/SendRecvServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="323"> <caret line="81" column="44" selection-start-line="81" selection-start-column="44" selection-end-line="81" selection-end-column="44" /> <folding> <element signature="class#SendRecvEndpoint#0;class#SendRecvServer#0" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/SendRecvCmdLine.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="84"> <caret line="6" column="44" lean-forward="true" selection-start-line="6" selection-start-column="44" selection-end-line="6" selection-end-column="44" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/main/java/com/ibm/disni/rdma/RdmaEndpoint.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="310"> <caret line="251" column="31" lean-forward="true" selection-start-line="251" selection-start-column="31" selection-end-line="251" selection-end-column="31" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/ReadServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="168"> <caret line="36" column="131" lean-forward="true" selection-start-line="36" selection-start-column="3" selection-end-line="36" selection-end-column="131" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/pom.xml"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="210"> <caret line="22" selection-start-line="22" selection-end-line="22" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/disni/src/test/java/com/ibm/disni/benchmarks/ReadClient.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="336"> <caret line="46" lean-forward="true" selection-start-line="46" selection-end-line="46" /> <folding> <element signature="e#6168#6169#0" expanded="true" /> <element signature="e#6191#6192#0" expanded="true" /> <element signature="e#6324#6325#0" expanded="true" /> <element signature="e#6346#6347#0" expanded="true" /> <element signature="e#6382#6383#0" expanded="true" /> <element signature="e#6405#6406#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaReceiveServer.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-832"> <caret line="22" lean-forward="true" selection-start-line="22" selection-end-line="22" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/rdmachannel-benchmark/src/main/java/com/basic/rdmachannel/sendrecv/RdmaSendClient.java"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1218"> <caret line="68" column="34" selection-start-line="68" selection-start-column="34" selection-end-line="68" selection-end-column="34" /> </state> </provider> </entry> </component> <component name="masterDetails"> <states> <state key="ProjectJDKs.UI"> <settings> <last-edited>1.8</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> </states> </component> <component name="mavenExecuteGoalHistory"> <option value="E:\software\Java\projects\whale\RDMAChannel\disni" /> <option value="clean package" /> </component> </project>
52.745253
284
0.629969
ec58d484d71c67aeda6516b284a7c67f24dae3da
1,828
xml
XML
xml/biblio2.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
7
2016-11-13T09:19:00.000Z
2020-06-08T22:02:02.000Z
xml/biblio2.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
2
2021-03-22T17:13:09.000Z
2021-12-13T19:40:05.000Z
xml/biblio2.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
2
2015-03-05T22:14:45.000Z
2015-09-14T16:55:00.000Z
<?xml version="1.0"?> <!DOCTYPE vortaro SYSTEM "../dtd/vokoxml.dtd"> <vortaro> <art mrk="$Id: biblio2.xml,v 1.13 2018/08/21 20:10:18 revo Exp $"> <kap> <ofc>7</ofc> <rad>bibliograf</rad>/o <fnt><bib>PV</bib></fnt> </kap> <drv mrk="biblio2.0o"> <kap><tld/>o</kap> <snc> <dif> Specialisto pri <ref cel="biblio.0o">bibliografio</ref>; bibliografiisto: <ekz> Petro <nom>Stojan</nom> estis rusa esperantisto, <tld/>o kaj leksikografo, membro de la Lingva Komitato de 1914 <fnt> <bib>Viki</bib> <lok><url ref="https://eo.wikipedia.org/?curid=28420">Petro Stojan</url></lok> </fnt>. </ekz> </dif> </snc> <trd lng="be">&c_b;&c_ib;&c_b;&c_l;&c_ib;&c_jo;&c_g;&c_r;&c_a;&c_f;</trd> <trdgrp lng="cs"> <trd>bibliograf</trd>, <trd>milovn&iacute;k knih</trd> </trdgrp> <trd lng="de">Bibliograf</trd> <trd lng="en">bibliographer</trd> <trd lng="es">bibli&oacute;grafo</trd> <trd lng="fr">bibliographe</trd> <trd lng="hu">bibliogr&aacute;fus</trd> <trd lng="pl">bibliograf</trd> <trd lng="ru">&c_b;&c_i;&c_b;&c_l;&c_i;&c_o;&c_g;&c_r;&c_a;&c_f;</trd> <trd lng="sk">bibliograf</trd> </drv> </art> <!-- $Log: biblio2.xml,v $ Revision 1.13 2018/08/21 20:10:18 revo Wolfram Diestel: +ekz Revision 1.12 2018/08/10 16:10:29 revo Michel Cantigneaux: aperas unue en PV (1934), oficiala en 7OA (1958) Revision 1.11 2015/07/04 08:37:31 revo aldono de trd cs per skripto de M. von Laer Revision 1.10 2015/06/29 16:29:35 revo aldono de trd sk per skripto de M. von Laer Revision 1.9 2014/05/24 17:10:21 revo Norbert Luckhardt: +trd DE Revision 1.8 2011/04/16 11:10:14 revo Nicolas Bros: +trd fr Revision 1.7 2009/02/20 08:36:28 revo Sebastian Cyprych: +trd pl Revision 1.6 2005/04/07 16:32:25 revo --> </vortaro>
27.283582
88
0.630197
1f8be124062c4fe8d536885ad72e1d7074178fc4
4,018
xml
XML
results/KNB/Ecological_Metadata_Language_version_2.0.0/xml/00727-metadata.xml
NCEAS/metad
dcab3a79da9a9649714c09456c6231a4c417ffb4
[ "Apache-2.0" ]
null
null
null
results/KNB/Ecological_Metadata_Language_version_2.0.0/xml/00727-metadata.xml
NCEAS/metad
dcab3a79da9a9649714c09456c6231a4c417ffb4
[ "Apache-2.0" ]
null
null
null
results/KNB/Ecological_Metadata_Language_version_2.0.0/xml/00727-metadata.xml
NCEAS/metad
dcab3a79da9a9649714c09456c6231a4c417ffb4
[ "Apache-2.0" ]
null
null
null
<ns0:eml xmlns:ns0="eml://ecoinformatics.org/eml-2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packageId="nrs.398.1" scope="system" system="knb" xsi:schemaLocation="eml://ecoinformatics.org/eml-2.0.0 eml.xsd"><dataset scope="document"><alternateIdentifier system="Landels-Hill Big Creek Reserve">Carmel Beach (Sand Plant) San Jose Creek Photo File thin black binder in closet in Chuck Bancroft &#226;&#128;&#153;s office</alternateIdentifier><title>Carmel Beach</title><creator scope="document"><organizationName>Landels-Hill Big Creek Reserve</organizationName></creator><creator scope="document"><organizationName>University of California Natural Reserve System</organizationName></creator><creator scope="document"><individualName><givenName>Chuck</givenName><surName>Bancroft</surName></individualName><organizationName>Point Lobos State Reserve</organizationName><address scope="document"><deliveryPoint>Route 1 Box 62</deliveryPoint><city>Carmel</city><administrativeArea>CA</administrativeArea><postalCode>93923</postalCode></address><phone phonetype="voice">(831)624-4909</phone><phone phonetype="Fax">(831)624-9265</phone><electronicMailAddress>rangers@mbay.net</electronicMailAddress></creator><metadataProvider scope="document"><individualName><givenName>David</givenName><surName>Hembry</surName></individualName></metadataProvider><abstract><para>Historical photos (prints) of Carmel River State Beach area, both shore and inland. All have dates</para></abstract><keywordSet><keyword>terrestrial</keyword><keywordThesaurus /></keywordSet><additionalInfo><para>http://www.pointlobos.org If Chuck Bancroft is no longer at Point Lobos State Reserve, contact Parks Information Officer Dave Schaechtele at the Monterey District Office, 211 Garden Road, Monterey, CA 93940, or Supervising Ranger Dave Dixon at the same address.</para></additionalInfo><intellectualRights><para>no restrictions</para><para /></intellectualRights><distribution scope="document"><online><url function="download">http://www.pointlobos.org</url></online></distribution><distribution scope="document"><offline><mediumName>Paper prints of photos</mediumName></offline></distribution><coverage scope="document"><temporalCoverage scope="document"><rangeOfDates><beginDate><calendarDate>1952-10-01</calendarDate></beginDate><endDate><calendarDate>1962-02-06</calendarDate></endDate></rangeOfDates></temporalCoverage><geographicCoverage scope="document"><geographicDescription>Carmel River State Beach, San Jos&#195;&#169; Creek, and local area</geographicDescription><boundingCoordinates><westBoundingCoordinate>-121.5833</westBoundingCoordinate><eastBoundingCoordinate>-121.5833</eastBoundingCoordinate><northBoundingCoordinate>36.0667</northBoundingCoordinate><southBoundingCoordinate>36.0667</southBoundingCoordinate></boundingCoordinates></geographicCoverage></coverage><contact scope="document"><individualName><givenName>Chuck</givenName><surName>Bancroft</surName></individualName><organizationName>Point Lobos State Reserve</organizationName><address scope="document"><deliveryPoint>Route 1, Box 62</deliveryPoint><city>Carmel,</city><administrativeArea>CA</administrativeArea><postalCode>93923</postalCode></address><phone phonetype="voice">(831)624-4909</phone><phone phonetype="Fax">(831)624-9265</phone><electronicMailAddress>rangers@mbay.net</electronicMailAddress></contact><methods><methodStep><description><section><para /></section></description></methodStep><sampling><studyExtent><description><para>none</para></description></studyExtent><samplingDescription><para /></samplingDescription></sampling></methods><access authSystem="knb" order="denyFirst" scope="document"><allow><principal>uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org</principal><permission>all</permission></allow><allow><principal>uid=mstromberg,o=UCNRS,dc=ecoinformatics,dc=org</principal><permission>all</permission></allow><allow><principal>public</principal><permission>read</permission></allow></access></dataset></ns0:eml>
4,018
4,018
0.804878
d25e6e6300076910b0d737f5efccb47c193024e2
8,831
csproj
XML
UnitTests/UnitTests.csproj
NoTimeForHero/ExcelToDbf
d403154221278a3ab5ef95445e4f21085caf15d3
[ "Apache-2.0" ]
null
null
null
UnitTests/UnitTests.csproj
NoTimeForHero/ExcelToDbf
d403154221278a3ab5ef95445e4f21085caf15d3
[ "Apache-2.0" ]
null
null
null
UnitTests/UnitTests.csproj
NoTimeForHero/ExcelToDbf
d403154221278a3ab5ef95445e4f21085caf15d3
[ "Apache-2.0" ]
2
2018-06-18T04:08:23.000Z
2021-09-03T15:28:20.000Z
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{1EF6B5C1-63F7-4A63-8A81-7F23D0EAA8DE}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>UnitTests</RootNamespace> <AssemblyName>UnitTests</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> <IsCodedUITest>False</IsCodedUITest> <TestProjectType>UnitTest</TestProjectType> <TargetFrameworkProfile /> <NuGetPackageImportStamp> </NuGetPackageImportStamp> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="dotMemory.Unit, Version=109.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL"> <HintPath>..\packages\JetBrains.dotMemoryUnit.2.4.20170830.172630\lib\dotMemory.Unit.dll</HintPath> </Reference> <Reference Include="ExceptionAssert, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\ExceptionAssert.1.0.0\lib\net45\ExceptionAssert.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> </Reference> <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> </Reference> <Reference Include="SocialExplorer.FastDBF, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\External\SocialExplorer.FastDBF.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Xml" /> </ItemGroup> <Choose> <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'"> <ItemGroup> <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> </ItemGroup> </When> <Otherwise /> </Choose> <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="TestLibrary.cs" /> <Compile Include="Tests\DBFClass\FileTests.cs" /> <Compile Include="Tests\DBFClass\NullTests.cs" /> <Compile Include="Tests\JSTest.cs" /> <Compile Include="Tests\RulesTests.cs" /> <Compile Include="Tests\TDataTests.cs" /> <Compile Include="Tests\LoggerTests.cs" /> <Compile Include="Tests\WorkTest.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\ExcelToDbf\ExcelToDbf.csproj"> <Project>{F664DF91-786D-421E-8A7E-882BCD455A4D}</Project> <Name>ExcelToDbf</Name> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="Data\Example1.xlsx"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <None Include="packages.config" /> </ItemGroup> <ItemGroup> <COMReference Include="Microsoft.Office.Core"> <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid> <VersionMajor>2</VersionMajor> <VersionMinor>8</VersionMinor> <Lcid>0</Lcid> <WrapperTool>primary</WrapperTool> <Isolated>False</Isolated> <EmbedInteropTypes>True</EmbedInteropTypes> </COMReference> <COMReference Include="Microsoft.Office.Interop.Excel"> <Guid>{00020813-0000-0000-C000-000000000046}</Guid> <VersionMajor>1</VersionMajor> <VersionMinor>9</VersionMinor> <Lcid>0</Lcid> <WrapperTool>primary</WrapperTool> <Isolated>False</Isolated> <EmbedInteropTypes>True</EmbedInteropTypes> </COMReference> <COMReference Include="VBIDE"> <Guid>{0002E157-0000-0000-C000-000000000046}</Guid> <VersionMajor>5</VersionMajor> <VersionMinor>3</VersionMinor> <Lcid>0</Lcid> <WrapperTool>primary</WrapperTool> <Isolated>False</Isolated> <EmbedInteropTypes>True</EmbedInteropTypes> </COMReference> </ItemGroup> <Choose> <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> <ItemGroup> <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <Private>False</Private> </Reference> <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <Private>False</Private> </Reference> <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <Private>False</Private> </Reference> <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <Private>False</Private> </Reference> </ItemGroup> </When> </Choose> <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText> </PropertyGroup> <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.props'))" /> <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets'))" /> </Target> <Import Project="..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.2.0\build\net45\MSTest.TestAdapter.targets')" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>
55.540881
285
0.724946
282799a8fe2fc409efae252e4de333f02988856b
5,600
xml
XML
ml_train/station_detector/tensorflow/data/train/frame_1535918864.xml
jarulsamy/mini-metro
79d3f3645f45f2d3331d2385f106aa7cb1f4cc5c
[ "MIT" ]
25
2018-10-20T17:09:49.000Z
2022-03-15T12:10:44.000Z
ml_train/station_detector/tensorflow/data/train/frame_1535918864.xml
jarulsamy/mini-metro
79d3f3645f45f2d3331d2385f106aa7cb1f4cc5c
[ "MIT" ]
9
2020-01-28T22:29:35.000Z
2022-03-11T23:26:15.000Z
ml_train/station_detector/tensorflow/data/train/frame_1535918864.xml
jarulsamy/mini-metro
79d3f3645f45f2d3331d2385f106aa7cb1f4cc5c
[ "MIT" ]
1
2020-05-04T01:52:37.000Z
2020-05-04T01:52:37.000Z
<annotation> <folder>train</folder> <filename>frame_1535918864.089597.png</filename> <path>C:\Users\macle\Dropbox\mcode\SerpentAI\ml_train\station_detector\data\train\frame_1535918864.089597.png</path> <source> <database>Unknown</database> </source> <size> <width>800</width> <height>600</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>44</xmin> <ymin>124</ymin> <xmax>82</xmax> <ymax>160</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>657</xmin> <ymin>194</ymin> <xmax>695</xmax> <ymax>230</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>535</xmin> <ymin>243</ymin> <xmax>573</xmax> <ymax>279</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>461</xmin> <ymin>196</ymin> <xmax>499</xmax> <ymax>232</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>437</xmin> <ymin>96</ymin> <xmax>475</xmax> <ymax>132</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>536</xmin> <ymin>21</ymin> <xmax>574</xmax> <ymax>57</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>312</xmin> <ymin>344</ymin> <xmax>350</xmax> <ymax>380</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>240</xmin> <ymin>393</ymin> <xmax>278</xmax> <ymax>429</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>165</xmin> <ymin>319</ymin> <xmax>203</xmax> <ymax>355</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>89</xmin> <ymin>369</ymin> <xmax>127</xmax> <ymax>405</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>44</xmin> <ymin>244</ymin> <xmax>82</xmax> <ymax>280</ymax> </bndbox> </object> <object> <name>circle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>142</xmin> <ymin>198</ymin> <xmax>180</xmax> <ymax>234</ymax> </bndbox> </object> <object> <name>drop</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>191</xmin> <ymin>122</ymin> <xmax>231</xmax> <ymax>158</ymax> </bndbox> </object> <object> <name>square</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>217</xmin> <ymin>247</ymin> <xmax>257</xmax> <ymax>282</ymax> </bndbox> </object> <object> <name>square</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>310</xmin> <ymin>225</ymin> <xmax>350</xmax> <ymax>260</ymax> </bndbox> </object> <object> <name>square</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>266</xmin> <ymin>148</ymin> <xmax>306</xmax> <ymax>183</ymax> </bndbox> </object> <object> <name>triangle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>361</xmin> <ymin>145</ymin> <xmax>402</xmax> <ymax>184</ymax> </bndbox> </object> <object> <name>triangle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>384</xmin> <ymin>388</ymin> <xmax>425</xmax> <ymax>427</ymax> </bndbox> </object> <object> <name>triangle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>607</xmin> <ymin>395</ymin> <xmax>648</xmax> <ymax>434</ymax> </bndbox> </object> <object> <name>triangle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>509</xmin> <ymin>442</ymin> <xmax>550</xmax> <ymax>481</ymax> </bndbox> </object> <object> <name>triangle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>606</xmin> <ymin>293</ymin> <xmax>647</xmax> <ymax>332</ymax> </bndbox> </object> <object> <name>triangle</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>531</xmin> <ymin>141</ymin> <xmax>572</xmax> <ymax>180</ymax> </bndbox> </object> <object> <name>square</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>388</xmin> <ymin>246</ymin> <xmax>428</xmax> <ymax>281</ymax> </bndbox> </object> </annotation>
19.243986
117
0.620714
38e029671264c4acb66f4af9c2cdb7c7d17a1101
491
xml
XML
VOCdevkit/VOC2007/Annotations/test/12166.xml
Darklanx/yolov4-pytorch
839797d805f9d1127b6ed896724d0aa48282ebd6
[ "MIT" ]
null
null
null
VOCdevkit/VOC2007/Annotations/test/12166.xml
Darklanx/yolov4-pytorch
839797d805f9d1127b6ed896724d0aa48282ebd6
[ "MIT" ]
null
null
null
VOCdevkit/VOC2007/Annotations/test/12166.xml
Darklanx/yolov4-pytorch
839797d805f9d1127b6ed896724d0aa48282ebd6
[ "MIT" ]
1
2021-01-17T05:47:13.000Z
2021-01-17T05:47:13.000Z
<annotation> <filename>12166.png</filename> <size> <width>220</width> <height>103</height> <depth>3</depth> </size> <object> <name>5</name> <bndbox> <xmin>85</xmin> <ymin>30</ymin> <xmax>104</xmax> <ymax>61</ymax> </bndbox> </object> <object> <name>6</name> <bndbox> <xmin>105</xmin> <ymin>28</ymin> <xmax>122</xmax> <ymax>59</ymax> </bndbox> </object> </annotation>
18.185185
33
0.488798
793999fba0ebee46c294618813af3aee30aa83e0
1,280
xml
XML
app/src/main/res/values/strings.xml
prasanth10697/Android-KingHotelManagement-SQLite
9c717f962a35cde9080f076d095aeccf453202fa
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
prasanth10697/Android-KingHotelManagement-SQLite
9c717f962a35cde9080f076d095aeccf453202fa
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
prasanth10697/Android-KingHotelManagement-SQLite
9c717f962a35cde9080f076d095aeccf453202fa
[ "Apache-2.0" ]
null
null
null
<resources> <string name="app_name">Hotel King</string> <string name="password">Password</string> <string name="email">Email</string> <string name="hotel_king">Hotel King Management</string> <string name="details"><![CDATA[Did you know that we’ve got 2.5 Crore bookings since March 2020? And this is all thanks to the sanitisation & safety measures followed at our properties, from disinfecting surfaces with high-quality cleaning products and maintaining social distance to using protective gear and more.]]></string> <string name="book_now">Book Now</string> <string name="check_out">Check Out</string> <string name="roombook_deatils">RoomBook Deatils</string> <string name="todo">TODO</string> <string name="cancel">cancel</string> <string name="sumbit">sumbit</string> <string name="user_name">Name</string> <string name="address">Address</string> <string name="permit_document">your stay room count was 20 days and confirm your room vacate click the ok button</string> <string name="hi">Hi..</string> <string name="_0">0</string> <string name="days">Days</string> <string name="count">Count :</string> <string name="name">Name :</string> <string name="addresse">Address :</string> </resources>
53.333333
331
0.707813
6969309b97dc2259fd18d3011aea0011e7bd3efd
691
nuspec
XML
Source/LevelUp.Serializer.MsgPackCli/LevelUp.Serializer.MsgPackCli.nuspec
larrynung/LevelUp.Serializer.MsgPackCli
2a38265ad2ab96e9eb3449b83d4ff2b44a932558
[ "MIT" ]
null
null
null
Source/LevelUp.Serializer.MsgPackCli/LevelUp.Serializer.MsgPackCli.nuspec
larrynung/LevelUp.Serializer.MsgPackCli
2a38265ad2ab96e9eb3449b83d4ff2b44a932558
[ "MIT" ]
null
null
null
Source/LevelUp.Serializer.MsgPackCli/LevelUp.Serializer.MsgPackCli.nuspec
larrynung/LevelUp.Serializer.MsgPackCli
2a38265ad2ab96e9eb3449b83d4ff2b44a932558
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>LevelUp.Serializer.MsgPackCli</id> <version>1.0.1</version> <title>LevelUp.Serializer.MsgPackCli</title> <authors>Larry Nung</authors> <owners>Larry Nung</owners> <description>Let LevelUp.Serializer support MsgPackCli</description> <copyright>Copyright 2017</copyright> <dependencies> <dependency id="LevelUp.Serializer" version="1.0.0.5367" /> <dependency id="MsgPack.Cli" version="0.8.1" /> </dependencies> </metadata> <files> <file src="..\..\bin\Release\LevelUp.Serializer.MsgPackCli.dll" target="lib\net45" /> </files> </package>
36.368421
86
0.698987
7e8009f7d3a9f35288adb54117cfd6bd134e3ef7
1,225
xml
XML
WIDER_val_annotations/41_Swimming_Swimming_41_730.xml
fischermario/WIDER-to-VOC-annotations
b4d3d297806efcf9179936e1aa105b6472d80057
[ "MIT" ]
12
2019-05-14T20:43:03.000Z
2021-05-08T05:06:01.000Z
WIDER_val_annotations/41_Swimming_Swimming_41_730.xml
fischermario/WIDER-to-VOC-annotations
b4d3d297806efcf9179936e1aa105b6472d80057
[ "MIT" ]
1
2019-01-12T14:54:12.000Z
2019-01-12T14:54:12.000Z
WIDER_val_annotations/41_Swimming_Swimming_41_730.xml
zisianw/WIDER-to-VOC-annotations
dc365a8dcf87390c3e6a4eb2874de34e236779b6
[ "MIT" ]
7
2019-01-01T15:19:38.000Z
2021-10-18T00:56:16.000Z
<annotation> <folder>41--Swimming</folder> <filename>41_Swimming_Swimming_41_730.jpg</filename> <source> <database>Unknown</database> </source> <size> <width>1024</width> <height>803</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>352</xmin> <ymin>380</ymin> <xmax>470</xmax> <ymax>432</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>520</xmin> <ymin>342</ymin> <xmax>636</xmax> <ymax>404</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>640</xmin> <ymin>410</ymin> <xmax>740</xmax> <ymax>466</ymax> </bndbox> </object> </annotation>
24.5
56
0.490612
f8bc76020c6541e33af53b20c53b777f7caaaa0f
1,128
xml
XML
dev/Cortana_Location/ComputerAssistant.UI/VoiceCommandDefinition.xml
dannydwarren/Cortana-Location-UWP
7f67d18b15afa581245fb54f389d81eb53b2dcc3
[ "MIT" ]
null
null
null
dev/Cortana_Location/ComputerAssistant.UI/VoiceCommandDefinition.xml
dannydwarren/Cortana-Location-UWP
7f67d18b15afa581245fb54f389d81eb53b2dcc3
[ "MIT" ]
null
null
null
dev/Cortana_Location/ComputerAssistant.UI/VoiceCommandDefinition.xml
dannydwarren/Cortana-Location-UWP
7f67d18b15afa581245fb54f389d81eb53b2dcc3
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <VoiceCommands xmlns="http://schemas.microsoft.com/voicecommands/1.2"> <CommandSet xml:lang="en-us" Name="UniversalAppCommandSet_en-us"> <AppName> Computer </AppName> <Example> Captain's Log </Example> <Command Name="captainsLog"> <Example> Captain's Log </Example> <ListenFor> Captains Log {CaptainsLogDictation} </ListenFor> <Feedback> Creating Captains Log... </Feedback> <Navigate Target="Pages/RecordNotesPage.xaml"/> </Command> <Command Name="currentLocation"> <Example>Where Am I?</Example> <ListenFor>Where am I</ListenFor> <Feedback>Found you!</Feedback> <VoiceCommandService Target="ComputerAssistantCortanaAppService"/> </Command> <Command Name="locationLog" > <Example> Beam me up, Scotty! </Example> <ListenFor> Beam me up Scotty </ListenFor> <Feedback> Teleportation complete! </Feedback> <Navigate Target="Pages/LocationServicesPage.xaml"/> </Command> <PhraseTopic Label="CaptainsLogDictation" Scenario="Dictation"/> </CommandSet> </VoiceCommands>
35.25
72
0.677305
5f482349b9e8cdddef5a9183ec1aad0c7bcb4e37
1,240
xml
XML
app/src/main/res/layout/fragment_test.xml
4ragaki/Shaft
5c0ed949f77777fedaeda186d36b833a92c79b36
[ "MIT" ]
1
2021-02-14T09:22:01.000Z
2021-02-14T09:22:01.000Z
app/src/main/res/layout/fragment_test.xml
4ragaki/Shaft
5c0ed949f77777fedaeda186d36b833a92c79b36
[ "MIT" ]
null
null
null
app/src/main/res/layout/fragment_test.xml
4ragaki/Shaft
5c0ed949f77777fedaeda186d36b833a92c79b36
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:custom="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto"> <data> </data> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent"> <com.github.chrisbanes.photoview.PhotoView android:layout_width="match_parent" android:scaleType="fitCenter" android:background="@color/black" android:id="@+id/image_view" android:layout_height="match_parent"> </com.github.chrisbanes.photoview.PhotoView> <com.github.lzyzsd.circleprogress.DonutProgress android:id="@+id/donut_progress" app:donut_progress="45" app:donut_finished_color="?attr/colorPrimary" app:donut_text_color="?attr/colorPrimary" app:donut_finished_stroke_width="@dimen/six_dp" app:donut_unfinished_stroke_width="@dimen/six_dp" android:layout_centerInParent="true" android:layout_width="wrap_content" android:layout_height="wrap_content"/> </RelativeLayout> </layout>
31.794872
66
0.65
a9d856d8205dc0889fabe9b78697defb25b639f9
4,147
fsproj
XML
src/fsharp/Salsa/Salsa.fsproj
eulerfx/fsharp
3ac64e3c22038e2b327d924ab3fbda481f5fa45c
[ "Apache-2.0" ]
null
null
null
src/fsharp/Salsa/Salsa.fsproj
eulerfx/fsharp
3ac64e3c22038e2b327d924ab3fbda481f5fa45c
[ "Apache-2.0" ]
null
null
null
src/fsharp/Salsa/Salsa.fsproj
eulerfx/fsharp
3ac64e3c22038e2b327d924ab3fbda481f5fa45c
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <FSharpSourcesRoot>$(MSBuildProjectDirectory)\..\..</FSharpSourcesRoot> </PropertyGroup> <Import Project="$(FSharpSourcesRoot)\FSharpTeam.Settings.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " /> <Import Project="$(FSharpSourcesRoot)\FSharpSource.Settings.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " /> <PropertyGroup> <ReferenceMSBuildAssemblies>true</ReferenceMSBuildAssemblies> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <SchemaVersion>2.0</SchemaVersion> <AllowCrossTargeting>true</AllowCrossTargeting> <TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' ">v3.5</TargetFrameworkVersion> <ReferenceVsAssemblies>true</ReferenceVsAssemblies> <ProjectGuid>{fbd4b354-dc6e-4032-8ec7-c81d8dfb1af7}</ProjectGuid> <OutputType>Library</OutputType> <AssemblyName>Salsa</AssemblyName> <NoWarn>$(NoWarn);45;47;52;58;75</NoWarn> <OtherFlags>--maxerrors:100</OtherFlags> </PropertyGroup> <ItemGroup> <Compile Include="..\..\assemblyinfo\assemblyinfo.Salsa.dll.fs"> <Link>assemblyinfo.Salsa.dll.fs</Link> </Compile> <Compile Include="..\..\utils\CompilerLocationUtils.fs"> <Link>CompilerLocationUtils.fs</Link> </Compile> <Compile Include="..\unittests\TestLib.Utils.fs"> <Link>UnitTestUtils.fs</Link> </Compile> <Compile Include="InternalsVisibleTo.fs" /> <Compile Include="VsMocks.fs" /> <Compile Include="Salsa.fsi" /> <Compile Include="Salsa.fs" /> <Compile Include="SalsaUtils.fsi" /> <Compile Include="SalsaUtils.fs" /> <None Include="Salsa.dll.config"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> </ItemGroup> <ItemGroup> <Reference Include="nunit.framework"> <Name>nunit.framework</Name> <AssemblyName>nunit.framework.dll</AssemblyName> <HintPath>..\..\..\tools\nunit\nunit.framework.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.Composition" /> <Reference Include="System.Xml" /> <Reference Include="System.Windows.Forms" /> <Reference Include="Microsoft.VisualStudio.Text.Data" /> <Reference Include="Microsoft.VisualStudio.CoreUtility" /> <ProjectReference Include="..\FSharp.Build\FSharp.Build.fsproj"> <Name>FSharp.Build</Name> <Project>{702a7979-bcf9-4c41-853e-3adfc9897890}</Project> <Private>True</Private> </ProjectReference> <ProjectReference Include="..\vs\FsPkgs\FSharp.LanguageService\FSharp.LanguageService.Base\FSharp.LanguageService.Base.csproj"> <Name>FSharp.LanguageService.Base</Name> <Project>{1c5c163c-37ea-4a3c-8ccc-0d34b74bf8ef}</Project> <Private>True</Private> </ProjectReference> <ProjectReference Include="..\vs\FsPkgs\FSharp.LanguageService\FSharp.LanguageService.fsproj"> <Name>FSharp.LanguageService</Name> <Project>{ee85aab7-cda0-4c4e-bda0-a64ccc413e3f}</Project> <Private>True</Private> </ProjectReference> <ProjectReference Include="..\vs\FsPkgs\FSharp.Project\Common.Source.CSharp\Project\ProjectSystem.Base.csproj"> <Name>ProjectSystem.Base</Name> <Project>{b700e38b-f8c0-4e49-b5ec-db7b7ac0c4e7}</Project> <Private>True</Private> </ProjectReference> <ProjectReference Include="..\FSharp.Compiler\FSharp.Compiler.fsproj"> <Name>FSharp.Compiler</Name> <Project>{2E4D67B4-522D-4CF7-97E4-BA940F0B18F3}</Project> <Private>True</Private> </ProjectReference> <ProjectReference Include="..\vs\FsPkgs\FSharp.Project\FS\ProjectSystem.fsproj"> <Name>ProjectSystem</Name> <Project>{6196b0f8-caea-4cf1-af82-1b520f77fe44}</Project> <Private>True</Private> </ProjectReference> </ItemGroup> <Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" /> </Project>
48.22093
138
0.709429
37e50ee75b0ed8b60a820ef6f3c8f6155dac63ac
6,596
xml
XML
groundsdk/src/main/res/values/attrs.xml
synman/groundsdk-android
d232ab1910009d84091929f72dc41490c31a3958
[ "BSD-3-Clause" ]
null
null
null
groundsdk/src/main/res/values/attrs.xml
synman/groundsdk-android
d232ab1910009d84091929f72dc41490c31a3958
[ "BSD-3-Clause" ]
null
null
null
groundsdk/src/main/res/values/attrs.xml
synman/groundsdk-android
d232ab1910009d84091929f72dc41490c31a3958
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2019 Parrot Drones SAS ~ ~ Redistribution and use in source and binary forms, with or without ~ modification, are permitted provided that the following conditions ~ are met: ~ * Redistributions of source code must retain the above copyright ~ notice, this list of conditions and the following disclaimer. ~ * Redistributions in binary form must reproduce the above copyright ~ notice, this list of conditions and the following disclaimer in ~ the documentation and/or other materials provided with the ~ distribution. ~ * Neither the name of the Parrot Company nor the names ~ of its contributors may be used to endorse or promote products ~ derived from this software without specific prior written ~ permission. ~ ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ~ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ~ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS ~ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE ~ PARROT COMPANY BE LIABLE FOR ANY DIRECT, INDIRECT, ~ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, ~ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS ~ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED ~ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ~ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ~ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ~ SUCH DAMAGE. ~ --> <resources> <!-- Configures how GsdkStreamView scales the rendered stream inside the view. --> <attr name="gsdk_scaleType" format="enum"> <!-- Scales the stream so that its largest dimension spans the whole view; its smallest dimension is scaled accordingly to respect original aspect ratio, centered in the view; introduced padding, if any, is rendered according to gsdk_paddingFill. See also com.parrot.drone.groundsdk.stream.GsdkStreamView#SCALE_TYPE_FIT. --> <enum name="fit" value="0"/> <!-- Scales the stream so that its smallest dimension spans the whole view; its largest dimension is scaled accordingly to respect original aspect ratio, and cropped to the view; no padding is introduced. See also com.parrot.drone.groundsdk.stream.GsdkStreamView#SCALE_TYPE_CROP. --> <enum name="crop" value="1"/> </attr> <!-- Configures how GsdkStreamView pads the rendered stream inside the view, when required. --> <attr name="gsdk_paddingFill" format="enum"> <!-- Padding introduced by gsdk_scaleType:fit is filled with default reset color. See also com.parrot.drone.groundsdk.stream.GsdkStreamView#PADDING_FILL_NONE. --> <enum name="none" value="0"/> <!-- Padding introduced by gsdk_scaleType:fit is filled by first rendering the current stream frame as if gsdk_scaleType:crop was used, blurred, then overlaying the scaled frame on top of it. See also com.parrot.drone.groundsdk.stream.GsdkStreamView#PADDING_FILL_BLUR_CROP. --> <enum name="blur_crop" value="1"/> <!-- Padding introduced by gsdk_scaleType:fit is filled by repeating current frame borders, blurred. See also com.parrot.drone.groundsdk.stream.GsdkStreamView#PADDING_FILL_BLUR_EXTEND. --> <enum name="blur_extend" value="2"/> </attr> <!-- Configures whether GsdkStreamView renders zebras on overexposed zones. --> <attr name="gsdk_zebrasEnabled" format="boolean"/> <!-- Configures the luminance threshold for GsdkStreamView to consider a rendered pixel overexposed. --> <attr name="gsdk_zebraThreshold" format="fraction"/> <!-- GsdkStreamView configuration attributes. See com.parrot.drone.groundsdk.stream.GsdkStreamView. --> <declare-styleable name="GsdkStreamView"> <!-- Configures scale type. Default value is gsdk_scaleType:fit. See com.parrot.drone.groundsdk.stream.GsdkStreamView#setScaleType. --> <attr name="gsdk_scaleType"/> <!-- Configures padding fill. Default value is gsdk_paddingFill:none. See com.parrot.drone.groundsdk.stream.GsdkStreamView#setPaddingFill. --> <attr name="gsdk_paddingFill"/> <!-- Configures overexposure zebras rendering. Default value is false. See com.parrot.drone.groundsdk.stream.GsdkStreamView#enableZebras. --> <attr name="gsdk_zebrasEnabled"/> <!-- Configures overexposure zebras threshold. Default value is 0%. See com.parrot.drone.groundsdk.stream.GsdkStreamView#setZebraThreshold. --> <attr name="gsdk_zebraThreshold"/> </declare-styleable> <!-- GsdkHmdView configuration attributes. See com.parrot.drone.groundsdk.stream.GsdkHmdView. --> <declare-styleable name="GsdkHmdView"> <!-- Defines UI layout to overlay on top of video. @null to disable UI overlay. Default value is null. See com.parrot.drone.groundsdk.stream.GsdkHmdView#setOverlay. --> <attr name="gsdk_overlay" format="reference"/> <!-- Defines how to horizontally offset left lens projection center from the center of the HMD view. Value in linear range [0, 1] where 0 (resp. 1) corresponds to the minimal (resp. maximal) offset supported by the VR glasses model. Default value is 0. See com.parrot.drone.groundsdk.hmd.GsdkHmdView#setLeftLensOffset.--> <attr name="gsdk_leftLensOffset" format="fraction"/> <!-- Defines how to horizontally offset right lens projection center from the center of the HMD view. Value in linear range [0, 1] where 0 (resp. 1) corresponds to the minimal (resp. maximal) offset supported by the VR glasses model. Default value is 0. See com.parrot.drone.groundsdk.hmd.GsdkHmdView#setRightLensOffset.--> <attr name="gsdk_rightLensOffset" format="fraction"/> <!-- Defines how to vertically offset both lenses projection centers from the center of the HMD view. Value in millimeters. Default value is 0. See com.parrot.drone.groundsdk.hmd.GsdkHmdView#setLensesVerticalOffset.--> <attr name="gsdk_lensesVerticalOffset" format="float"/> </declare-styleable> </resources>
51.937008
119
0.688144
0b915449ff56423f3876ecd5abf9ed5920146af4
1,490
xml
XML
gsbsc-persistence/resource/dozer/dozerBeanMapping-aggregationMethod.xml
matfurrier/BambooBSC
bfe03b962f3b2ecf22c1afb02a08f7500ee7e40c
[ "Apache-2.0" ]
233
2015-04-06T19:11:30.000Z
2022-02-01T12:10:30.000Z
gsbsc-persistence/resource/dozer/dozerBeanMapping-aggregationMethod.xml
matfurrier/BambooBSC
bfe03b962f3b2ecf22c1afb02a08f7500ee7e40c
[ "Apache-2.0" ]
96
2015-08-01T03:17:12.000Z
2021-12-29T18:54:58.000Z
gsbsc-persistence/resource/dozer/dozerBeanMapping-aggregationMethod.xml
matfurrier/BambooBSC
bfe03b962f3b2ecf22c1afb02a08f7500ee7e40c
[ "Apache-2.0" ]
119
2015-04-30T04:26:10.000Z
2022-02-23T08:11:49.000Z
<?xml version="1.0" encoding="UTF-8"?> <mappings xmlns="http://dozer.sourceforge.net" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dozer.sourceforge.net http://dozer.sourceforge.net/schema/beanmapping.xsd"> <mapping map-id="aggregationMethod.po2vo" > <class-a>com.netsteadfast.greenstep.po.hbm.BbAggregationMethod</class-a> <class-b>com.netsteadfast.greenstep.vo.AggregationMethodVO</class-b> <field> <a>oid</a> <b>oid</b> </field> <field> <a>aggrId</a> <b>aggrId</b> </field> <field> <a>name</a> <b>name</b> </field> <field> <a>type</a> <b>type</b> </field> <field> <a>expression1</a> <b>expression1</b> </field> <field> <a>expression2</a> <b>expression2</b> </field> <field> <a>description</a> <b>description</b> </field> </mapping> <mapping map-id="aggregationMethod.vo2po" > <class-a>com.netsteadfast.greenstep.vo.AggregationMethodVO</class-a> <class-b>com.netsteadfast.greenstep.po.hbm.BbAggregationMethod</class-b> <field> <a>oid</a> <b>oid</b> </field> <field> <a>aggrId</a> <b>aggrId</b> </field> <field> <a>name</a> <b>name</b> </field> <field> <a>type</a> <b>type</b> </field> <field> <a>expression1</a> <b>expression1</b> </field> <field> <a>expression2</a> <b>expression2</b> </field> <field> <a>description</a> <b>description</b> </field> </mapping> </mappings>
20.135135
74
0.606711
66e8e12747fb451e3225852baa5c2a197692b012
9,069
xml
XML
CodeHawk/CHJ/jdksummaries/org/xml/sax/XMLReader.xml
Databean/codehawk
91bef3806d87d93b4371a4d1c22a7dc8648e2a16
[ "MIT" ]
17
2020-08-17T15:35:57.000Z
2022-03-23T14:40:19.000Z
CodeHawk/CHJ/jdksummaries/org/xml/sax/XMLReader.xml
Databean/codehawk
91bef3806d87d93b4371a4d1c22a7dc8648e2a16
[ "MIT" ]
6
2020-07-17T05:43:51.000Z
2021-01-06T03:41:46.000Z
CodeHawk/CHJ/jdksummaries/org/xml/sax/XMLReader.xml
Databean/codehawk
91bef3806d87d93b4371a4d1c22a7dc8648e2a16
[ "MIT" ]
3
2020-08-13T23:18:39.000Z
2021-12-11T11:10:06.000Z
<?xml version="1.0" encoding="UTF-8"?> <codehawk-java-analyzer> <header info="interface" time="2020-03-17 21:09:00"/> <interface name="XMLReader" package="org.xml.sax"> <superinterfaces/> <!-- =============================== FIELDS =============================== --> <fields/> <!-- ============================== METHODS ============================== --> <methods> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getContentHandler --> <method abstract="yes" access="public" name="getContentHandler"> <signature> <return> <object>org.xml.sax.ContentHandler</object> </return> </signature> <exceptions/> <summary> <taint> <transfer> <this/> <return/> </transfer> </taint> <postconditions> <post> <math> <not-null/> </math> </post> <error-post> <math> <null/> </math> </error-post> </postconditions> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getDTDHandler --> <method abstract="yes" access="public" name="getDTDHandler"> <signature> <return> <object>org.xml.sax.DTDHandler</object> </return> </signature> <exceptions/> <summary> <taint> <transfer> <this/> <return/> </transfer> </taint> <postconditions> <post> <math> <not-null/> </math> </post> <error-post> <math> <null/> </math> </error-post> </postconditions> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getEntityResolver --> <method abstract="yes" access="public" name="getEntityResolver"> <signature> <return> <object>org.xml.sax.EntityResolver</object> </return> </signature> <exceptions/> <summary> <taint> <transfer> <this/> <return/> </transfer> </taint> <postconditions> <post> <math> <not-null/> </math> </post> <error-post> <math> <null/> </math> </error-post> </postconditions> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getErrorHandler --> <method abstract="yes" access="public" name="getErrorHandler"> <signature> <return> <object>org.xml.sax.ErrorHandler</object> </return> </signature> <exceptions/> <summary> <taint> <transfer> <this/> <return/> </transfer> </taint> <postconditions> <post> <math> <not-null/> </math> </post> <error-post> <math> <null/> </math> </error-post> </postconditions> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getFeature --> <method abstract="yes" access="public" name="getFeature"> <signature> <arg nr="1"> <object>java.lang.String</object> </arg> <return> <boolean/> </return> </signature> <exceptions> <throws>org.xml.sax.SAXNotRecognizedException</throws> <throws>org.xml.sax.SAXNotSupportedException</throws> </exceptions> <summary> <taint> <transfer> <arg nr="1"/> <return/> </transfer> <transfer> <this/> <return/> </transfer> </taint> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getProperty --> <method abstract="yes" access="public" name="getProperty" valid="no"> <signature> <arg nr="1"> <object>java.lang.String</object> </arg> <return> <object>java.lang.Object</object> </return> </signature> <exceptions> <throws>org.xml.sax.SAXNotRecognizedException</throws> <throws>org.xml.sax.SAXNotSupportedException</throws> </exceptions> <summary> <taint/> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parse --> <method abstract="yes" access="public" name="parse"> <signature> <arg nr="1"> <object>org.xml.sax.InputSource</object> </arg> </signature> <exceptions> <throws>org.xml.sax.SAXException</throws> <throws>java.io.IOException</throws> </exceptions> <summary> <taint> <transfer> <arg nr="1"/> <this/> </transfer> </taint> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parse --> <method abstract="yes" access="public" name="parse" valid="no"> <signature> <arg nr="1"> <object>java.lang.String</object> </arg> </signature> <exceptions> <throws>java.io.IOException</throws> <throws>org.xml.sax.SAXException</throws> </exceptions> <summary> <taint/> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setContentHandler --> <method abstract="yes" access="public" name="setContentHandler"> <signature> <arg nr="1"> <object>org.xml.sax.ContentHandler</object> </arg> </signature> <exceptions/> <summary> <taint> <transfer> <arg nr="1"/> <this/> </transfer> </taint> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setDTDHandler --> <method abstract="yes" access="public" name="setDTDHandler" valid="no"> <signature> <arg nr="1"> <object>org.xml.sax.DTDHandler</object> </arg> </signature> <exceptions/> <summary> <taint/> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setEntityResolver --> <method abstract="yes" access="public" name="setEntityResolver" valid="no"> <signature> <arg nr="1"> <object>org.xml.sax.EntityResolver</object> </arg> </signature> <exceptions/> <summary> <taint/> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setErrorHandler --> <method abstract="yes" access="public" name="setErrorHandler" valid="no"> <signature> <arg nr="1"> <object>org.xml.sax.ErrorHandler</object> </arg> </signature> <exceptions/> <summary> <taint/> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setFeature --> <method abstract="yes" access="public" name="setFeature" valid="no"> <signature> <arg nr="1"> <object>java.lang.String</object> </arg> <arg nr="2"> <boolean/> </arg> </signature> <exceptions> <throws>org.xml.sax.SAXNotRecognizedException</throws> <throws>org.xml.sax.SAXNotSupportedException</throws> </exceptions> <summary> <taint/> </summary> </method> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setProperty --> <method abstract="yes" access="public" name="setProperty" valid="no"> <signature> <arg nr="1"> <object>java.lang.String</object> </arg> <arg nr="2"> <object>java.lang.Object</object> </arg> </signature> <exceptions> <throws>org.xml.sax.SAXNotRecognizedException</throws> <throws>org.xml.sax.SAXNotSupportedException</throws> </exceptions> <summary> <taint/> </summary> </method> </methods> </interface> <copyright-notice>Copyright 2012-2020, Kestrel Technology LLC, Palo Alto, CA 94304</copyright-notice> </codehawk-java-analyzer>
30.331104
103
0.405337
755209db21bf321e771dfb8595e58c5fe3368afb
102,940
xml
XML
officedocs-dev-lync-persistent/xml/Microsoft.Rtc.Collaboration.PersistentChat/PersistentChatServices.xml
nschonni/office-developer-lync-persistent-chat-ref-dotnet
3d79c5c3d1a1fead2b95741c7d18df93c32c3c30
[ "CC-BY-4.0", "MIT" ]
2
2020-05-19T18:57:28.000Z
2021-04-21T00:13:47.000Z
officedocs-dev-lync-persistent/xml/Microsoft.Rtc.Collaboration.PersistentChat/PersistentChatServices.xml
nschonni/office-developer-lync-persistent-chat-ref-dotnet
3d79c5c3d1a1fead2b95741c7d18df93c32c3c30
[ "CC-BY-4.0", "MIT" ]
7
2018-06-08T03:30:57.000Z
2021-12-15T02:54:27.000Z
officedocs-dev-lync-persistent/xml/Microsoft.Rtc.Collaboration.PersistentChat/PersistentChatServices.xml
nschonni/office-developer-lync-persistent-chat-ref-dotnet
3d79c5c3d1a1fead2b95741c7d18df93c32c3c30
[ "CC-BY-4.0", "MIT" ]
2
2019-10-12T20:03:20.000Z
2020-06-01T02:40:56.000Z
<Type Name="PersistentChatServices" FullName="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices"> <TypeSignature Language="C#" Value="public class PersistentChatServices" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PersistentChatServices extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices" /> <TypeSignature Language="VB.NET" Value="Public Class PersistentChatServices" /> <TypeSignature Language="C++ CLI" Value="public ref class PersistentChatServices" /> <TypeSignature Language="F#" Value="type PersistentChatServices = class" /> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Provides access to a wide variety of persistent chat features and services, including: </summary> <remarks> <para> The supported features and services includes (1) Browsing the catalog of available chat rooms. (2) Browsing the chat history of logged chat rooms. (3) Reading and writing <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle" /> data. (4) Managing chat rooms (using <see cref="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.ChatRoomManagementServices" />). (5) Managing persistent chat users and user groups (using <see cref="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.UserServices" />). (6) Accessing persistent chat server configuration and properties (through <see cref="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.ServerConfiguration" />). </para> <para> An instance to this class may be obtained from the <see cref="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint.PersistentChatServices" /> property on <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" />. </para> <para /> </remarks> </Docs> <Members> <Member MemberName="BeginBrowseChatRoomsByCategoryUri"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseChatRoomsByCategoryUri (Uri categoryUri, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseChatRoomsByCategoryUri(class System.Uri categoryUri, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByCategoryUri(System.Uri,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseChatRoomsByCategoryUri (categoryUri As Uri, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseChatRoomsByCategoryUri(Uri ^ categoryUri, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseChatRoomsByCategoryUri : Uri * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseChatRoomsByCategoryUri (categoryUri, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="categoryUri" Type="System.Uri" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="categoryUri">The uri of the category to search the chat rooms under</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Browse a list of chat rooms based on a category uri. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByCriteria(System.IAsyncResult)" /> to complete this asynchronous operation. </para> <para /> </remarks> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginBrowseChatRoomsByCategoryUri"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseChatRoomsByCategoryUri (Uri categoryUri, int maxResults, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseChatRoomsByCategoryUri(class System.Uri categoryUri, int32 maxResults, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByCategoryUri(System.Uri,System.Int32,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseChatRoomsByCategoryUri (categoryUri As Uri, maxResults As Integer, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseChatRoomsByCategoryUri(Uri ^ categoryUri, int maxResults, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseChatRoomsByCategoryUri : Uri * int * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseChatRoomsByCategoryUri (categoryUri, maxResults, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="categoryUri" Type="System.Uri" /> <Parameter Name="maxResults" Type="System.Int32" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="categoryUri">The uri of the category to search the chat rooms under</param> <param name="maxResults">The max number of results returned, 100 if null is given</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Browse a list of chat rooms based on a category uri. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByCriteria(System.IAsyncResult)" /> to complete this asynchronous operation. </para> <para /> </remarks> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginBrowseChatRoomsByCriteria"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseChatRoomsByCriteria (string criteria, bool searchDescription, bool matchAll, bool matchExactPhrase, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseChatRoomsByCriteria(string criteria, bool searchDescription, bool matchAll, bool matchExactPhrase, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByCriteria(System.String,System.Boolean,System.Boolean,System.Boolean,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseChatRoomsByCriteria (criteria As String, searchDescription As Boolean, matchAll As Boolean, matchExactPhrase As Boolean, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseChatRoomsByCriteria(System::String ^ criteria, bool searchDescription, bool matchAll, bool matchExactPhrase, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseChatRoomsByCriteria : string * bool * bool * bool * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseChatRoomsByCriteria (criteria, searchDescription, matchAll, matchExactPhrase, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="criteria" Type="System.String" /> <Parameter Name="searchDescription" Type="System.Boolean" /> <Parameter Name="matchAll" Type="System.Boolean" /> <Parameter Name="matchExactPhrase" Type="System.Boolean" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="criteria">The search criteria.</param> <param name="searchDescription">if set to <see cref="true" /> the search will also match against the description of the chat rooms.</param> <param name="matchAll">if <see cref="matchExactPhrase" /> is false, the search will return only rooms that match all search strings if this is set to <see cref="true" />, otherwise it will return rooms that match one or more of the search strings.</param> <param name="matchExactPhrase">If <see cref="true" />, the search criteria will be treated as a single search string, otherwise it will be considered a whitespace delimited set of search strings.</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Browse a list of chat rooms based on a specified search criteria. The search will be performed against the chat room names, and optionally the description. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByCriteria(System.IAsyncResult)" /> to complete this asynchronous operation. </para> <para /> </remarks> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the persistent chat server.</exception> </Docs> </Member> <Member MemberName="BeginBrowseChatRoomsByCriteria"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseChatRoomsByCriteria (string criteria, bool searchDescription, bool matchAll, bool matchExactPhrase, int maxResults, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseChatRoomsByCriteria(string criteria, bool searchDescription, bool matchAll, bool matchExactPhrase, int32 maxResults, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByCriteria(System.String,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseChatRoomsByCriteria (criteria As String, searchDescription As Boolean, matchAll As Boolean, matchExactPhrase As Boolean, maxResults As Integer, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseChatRoomsByCriteria(System::String ^ criteria, bool searchDescription, bool matchAll, bool matchExactPhrase, int maxResults, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseChatRoomsByCriteria : string * bool * bool * bool * int * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseChatRoomsByCriteria (criteria, searchDescription, matchAll, matchExactPhrase, maxResults, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="criteria" Type="System.String" /> <Parameter Name="searchDescription" Type="System.Boolean" /> <Parameter Name="matchAll" Type="System.Boolean" /> <Parameter Name="matchExactPhrase" Type="System.Boolean" /> <Parameter Name="maxResults" Type="System.Int32" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="criteria">The search criteria.</param> <param name="searchDescription">if set to <see cref="true" /> the search will also match against description of the chat rooms.</param> <param name="matchAll">if <see cref="matchExactPhrase" /> is false, the search will return only rooms that match all search strings if this this is set to <see cref="true" />, otherwise it will return rooms that match one or more of the search strings.</param> <param name="matchExactPhrase">If <see cref="true" />, the search criteria will be treated as a single search string, otherwise it will be considered a whitespace delimited set of search strings.</param> <param name="maxResults">The max number of results to return. To return all matching results set this value to -1.</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Browse a list of chat rooms based on a specified search criteria. The search will be performed against the chat room names, and optionally the descriptions. The number of results will be limited to the number specified in the maxResults parameter. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByCriteria(System.IAsyncResult)" /> to complete this asynchronous operation. </para> <para /> </remarks> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginBrowseChatRoomsByFilterCriteria"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseChatRoomsByFilterCriteria (string searchTerms, bool searchDesc, string member, string manager, Uri categoryUri, Nullable&lt;Guid&gt; addinGuid, bool disabled, Nullable&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPrivacy&gt; privacy, Nullable&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomBehavior&gt; behavior, Nullable&lt;bool&gt; invitations, bool searchInvitiations, int maxResults, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseChatRoomsByFilterCriteria(string searchTerms, bool searchDesc, string member, string manager, class System.Uri categoryUri, valuetype System.Nullable`1&lt;valuetype System.Guid&gt; addinGuid, bool disabled, valuetype System.Nullable`1&lt;valuetype Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPrivacy&gt; privacy, valuetype System.Nullable`1&lt;valuetype Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomBehavior&gt; behavior, valuetype System.Nullable`1&lt;bool&gt; invitations, bool searchInvitiations, int32 maxResults, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByFilterCriteria(System.String,System.Boolean,System.String,System.String,System.Uri,System.Nullable{System.Guid},System.Boolean,System.Nullable{Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPrivacy},System.Nullable{Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomBehavior},System.Nullable{System.Boolean},System.Boolean,System.Int32,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseChatRoomsByFilterCriteria (searchTerms As String, searchDesc As Boolean, member As String, manager As String, categoryUri As Uri, addinGuid As Nullable(Of Guid), disabled As Boolean, privacy As Nullable(Of ChatRoomPrivacy), behavior As Nullable(Of ChatRoomBehavior), invitations As Nullable(Of Boolean), searchInvitiations As Boolean, maxResults As Integer, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseChatRoomsByFilterCriteria(System::String ^ searchTerms, bool searchDesc, System::String ^ member, System::String ^ manager, Uri ^ categoryUri, Nullable&lt;Guid&gt; addinGuid, bool disabled, Nullable&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomPrivacy&gt; privacy, Nullable&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomBehavior&gt; behavior, Nullable&lt;bool&gt; invitations, bool searchInvitiations, int maxResults, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseChatRoomsByFilterCriteria : string * bool * string * string * Uri * Nullable&lt;Guid&gt; * bool * Nullable&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPrivacy&gt; * Nullable&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomBehavior&gt; * Nullable&lt;bool&gt; * bool * int * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseChatRoomsByFilterCriteria (searchTerms, searchDesc, member, manager, categoryUri, addinGuid, disabled, privacy, behavior, invitations, searchInvitiations, maxResults, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="searchTerms" Type="System.String" /> <Parameter Name="searchDesc" Type="System.Boolean" /> <Parameter Name="member" Type="System.String" /> <Parameter Name="manager" Type="System.String" /> <Parameter Name="categoryUri" Type="System.Uri" /> <Parameter Name="addinGuid" Type="System.Nullable&lt;System.Guid&gt;" /> <Parameter Name="disabled" Type="System.Boolean" /> <Parameter Name="privacy" Type="System.Nullable&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPrivacy&gt;" /> <Parameter Name="behavior" Type="System.Nullable&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomBehavior&gt;" /> <Parameter Name="invitations" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="searchInvitiations" Type="System.Boolean" /> <Parameter Name="maxResults" Type="System.Int32" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="searchTerms">The terms to search in the name for</param> <param name="searchDesc">Bool deciding whether to search in the description as well as name</param> <param name="member">Look for all rooms that have this principal as a member</param> <param name="manager">Look for all rooms that have this principal as a manager</param> <param name="categoryUri">Search for rooms under this category</param> <param name="addinGuid">Search for rooms with this add-in</param> <param name="disabled">Search for rooms with this disabled setting</param> <param name="privacy">Search for rooms with this privacy setting</param> <param name="behavior">Search for rooms with this behavior setting</param> <param name="invitations">Search for rooms with this invitations setting (null =&gt; inherit)</param> <param name="searchInvitiations">Determines if we search using the invitations settings</param> <param name="maxResults">The max number of results returned</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Browse a list of chat rooms based on a set of filter criteria </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByFilterCriteria(System.IAsyncResult)" /> to complete this asynchronous operation. If a parameter is null, then we do not search under that paramter. The only exceptions are searchDesc, which is false to not search description, and invitations, which uses the searchInvitations parameter to determine when to search invitations </para> <para /> </remarks> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginBrowseChatRoomsByInvitations"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseChatRoomsByInvitations (int lastInviteID, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseChatRoomsByInvitations(int32 lastInviteID, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByInvitations(System.Int32,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseChatRoomsByInvitations (lastInviteID As Integer, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseChatRoomsByInvitations(int lastInviteID, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseChatRoomsByInvitations : int * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseChatRoomsByInvitations (lastInviteID, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="lastInviteID" Type="System.Int32" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="lastInviteID">Only returns chat room invitations with an ID greater than this</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Browse the list of chat rooms to which the currently logged in user has been invited. Chat room invitations are issued by the server in batches, and some invitations may not be immediately available for browsing. This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByInvitations(System.IAsyncResult,System.Int32@)" /> to complete this asynchronous operation. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks>To be added.</remarks> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginBrowseChatRoomsByJoinedUser"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseChatRoomsByJoinedUser (Uri userSipUri, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseChatRoomsByJoinedUser(class System.Uri userSipUri, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByJoinedUser(System.Uri,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseChatRoomsByJoinedUser (userSipUri As Uri, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseChatRoomsByJoinedUser(Uri ^ userSipUri, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseChatRoomsByJoinedUser : Uri * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseChatRoomsByJoinedUser (userSipUri, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="userSipUri" Type="System.Uri" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="userSipUri">The user's SIP URI.</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Browse the list of chat rooms on which the specified user is presently joined. This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByJoinedUser(System.IAsyncResult)" /> to complete this asynchronous operation. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="userSipUri" /> is null.</exception> <exception cref="T:System.ArgumentException"> <paramref name="userSipUri" /> is not a valid SIP URI.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginBrowseChatRoomsIManage"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseChatRoomsIManage (AsyncCallback userCallback, object state, uint maxResults);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseChatRoomsIManage(class System.AsyncCallback userCallback, object state, unsigned int32 maxResults) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsIManage(System.AsyncCallback,System.Object,System.UInt32)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseChatRoomsIManage (userCallback As AsyncCallback, state As Object, maxResults As UInteger) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseChatRoomsIManage(AsyncCallback ^ userCallback, System::Object ^ state, System::UInt32 maxResults);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseChatRoomsIManage : AsyncCallback * obj * uint32 -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseChatRoomsIManage (userCallback, state, maxResults)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> <Parameter Name="maxResults" Type="System.UInt32" /> </Parameters> <Docs> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <param name="maxResults">The maximum number of rooms to return subject to server configured limits.</param> <summary> Browse the list of chat rooms that the currently logged in user can manage. This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsIManage(System.IAsyncResult)" /> to complete this asynchronous operation. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks>To be added.</remarks> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginBrowseMyChatRooms"> <MemberSignature Language="C#" Value="public IAsyncResult BeginBrowseMyChatRooms (AsyncCallback userCallback, object state, uint maxResults);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginBrowseMyChatRooms(class System.AsyncCallback userCallback, object state, unsigned int32 maxResults) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseMyChatRooms(System.AsyncCallback,System.Object,System.UInt32)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginBrowseMyChatRooms (userCallback As AsyncCallback, state As Object, maxResults As UInteger) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginBrowseMyChatRooms(AsyncCallback ^ userCallback, System::Object ^ state, System::UInt32 maxResults);" /> <MemberSignature Language="F#" Value="member this.BeginBrowseMyChatRooms : AsyncCallback * obj * uint32 -&gt; IAsyncResult" Usage="persistentChatServices.BeginBrowseMyChatRooms (userCallback, state, maxResults)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> <Parameter Name="maxResults" Type="System.UInt32" /> </Parameters> <Docs> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <param name="maxResults">The maximum number of rooms to return subject to server configured limits.</param> <summary> Browse the list of chat rooms of which the currently logged in user is a member. This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseMyChatRooms(System.IAsyncResult)" /> to complete this asynchronous operation. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks>To be added.</remarks> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginGetPreferenceBundle"> <MemberSignature Language="C#" Value="public IAsyncResult BeginGetPreferenceBundle (string label, int seqId, bool provideDefault, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginGetPreferenceBundle(string label, int32 seqId, bool provideDefault, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginGetPreferenceBundle(System.String,System.Int32,System.Boolean,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginGetPreferenceBundle (label As String, seqId As Integer, provideDefault As Boolean, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginGetPreferenceBundle(System::String ^ label, int seqId, bool provideDefault, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginGetPreferenceBundle : string * int * bool * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginGetPreferenceBundle (label, seqId, provideDefault, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="label" Type="System.String" /> <Parameter Name="seqId" Type="System.Int32" /> <Parameter Name="provideDefault" Type="System.Boolean" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="label">The preference label.</param> <param name="seqId">The preference sequence ID. Every time the <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle" /> is accessed, whether for read or write, the <see cref="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle.SequenceId" /> is incremented. </param> <param name="provideDefault">If true, the server will attempt to vend a default value for the requested preference, if no value is defined for the given preference lable.</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Get the preference bundle identified by the specified label for the currently logged in user. The sequence ID indicates the version number known to the requestor. If the requested ID matches the server version, no preference will be returned. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndGetPreferenceBundle(System.IAsyncResult)" /> to complete this asynchronous operation. </para> <para /> </remarks> <exception cref="T:System.ArgumentException"> <paramref name="label" /> is null or empty.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginQueryChatHistory"> <MemberSignature Language="C#" Value="public IAsyncResult BeginQueryChatHistory (System.Collections.Generic.ICollection&lt;Uri&gt; chatRooms, Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryQueryOptions query, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginQueryChatHistory(class System.Collections.Generic.ICollection`1&lt;class System.Uri&gt; chatRooms, class Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryQueryOptions query, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginQueryChatHistory(System.Collections.Generic.ICollection{System.Uri},Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryQueryOptions,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginQueryChatHistory (chatRooms As ICollection(Of Uri), query As ChatHistoryQueryOptions, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginQueryChatHistory(System::Collections::Generic::ICollection&lt;Uri ^&gt; ^ chatRooms, Microsoft::Rtc::Collaboration::PersistentChat::ChatHistoryQueryOptions ^ query, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginQueryChatHistory : System.Collections.Generic.ICollection&lt;Uri&gt; * Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryQueryOptions * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginQueryChatHistory (chatRooms, query, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="chatRooms" Type="System.Collections.Generic.ICollection&lt;System.Uri&gt;" /> <Parameter Name="query" Type="Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryQueryOptions" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="chatRooms">The chat rooms to query.</param> <param name="query">The query.</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Query the chat history for the specified collection of chat rooms, using the designated <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryQueryOptions" />. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndQueryChatHistory(System.IAsyncResult)" /> to complete this asynchronous operation. </para> <para /> </remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="query" /> is null.</exception> <exception cref="T:System.ArgumentException"> <paramref name="chatRooms" /> collection is null or empty.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginQueryChatHistory"> <MemberSignature Language="C#" Value="public IAsyncResult BeginQueryChatHistory (System.Collections.Generic.ICollection&lt;Uri&gt; chatRooms, string searchString, bool exactPhrase, bool caseSensitive, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginQueryChatHistory(class System.Collections.Generic.ICollection`1&lt;class System.Uri&gt; chatRooms, string searchString, bool exactPhrase, bool caseSensitive, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginQueryChatHistory(System.Collections.Generic.ICollection{System.Uri},System.String,System.Boolean,System.Boolean,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginQueryChatHistory (chatRooms As ICollection(Of Uri), searchString As String, exactPhrase As Boolean, caseSensitive As Boolean, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginQueryChatHistory(System::Collections::Generic::ICollection&lt;Uri ^&gt; ^ chatRooms, System::String ^ searchString, bool exactPhrase, bool caseSensitive, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginQueryChatHistory : System.Collections.Generic.ICollection&lt;Uri&gt; * string * bool * bool * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginQueryChatHistory (chatRooms, searchString, exactPhrase, caseSensitive, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="chatRooms" Type="System.Collections.Generic.ICollection&lt;System.Uri&gt;" /> <Parameter Name="searchString" Type="System.String" /> <Parameter Name="exactPhrase" Type="System.Boolean" /> <Parameter Name="caseSensitive" Type="System.Boolean" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="chatRooms">The chat rooms to query.</param> <param name="searchString">The search string.</param> <param name="exactPhrase">if set to <see cref="true" /> the search string is treated as an exact phrase; Otherwise, the search string is treated as a collection of words to match, and any single word match yields a message in the results.</param> <param name="caseSensitive">if set to <see cref="true" /> treat the search as case sensitive.</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Query the chat history for the specified collection of chat rooms, using the designated search string and match options. </summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndQueryChatHistory(System.IAsyncResult)" /> to complete this asynchronous operation. </para> <para /> </remarks> <exception cref="T:System.ArgumentException"> <paramref name="chatRooms" /> collection is null or empty.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="BeginSetPreferenceBundle"> <MemberSignature Language="C#" Value="public IAsyncResult BeginSetPreferenceBundle (Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle prefBundle, AsyncCallback userCallback, object state);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.IAsyncResult BeginSetPreferenceBundle(class Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle prefBundle, class System.AsyncCallback userCallback, object state) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginSetPreferenceBundle(Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle,System.AsyncCallback,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginSetPreferenceBundle (prefBundle As PersistentChatPreferenceBundle, userCallback As AsyncCallback, state As Object) As IAsyncResult" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; IAsyncResult ^ BeginSetPreferenceBundle(Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatPreferenceBundle ^ prefBundle, AsyncCallback ^ userCallback, System::Object ^ state);" /> <MemberSignature Language="F#" Value="member this.BeginSetPreferenceBundle : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle * AsyncCallback * obj -&gt; IAsyncResult" Usage="persistentChatServices.BeginSetPreferenceBundle (prefBundle, userCallback, state)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IAsyncResult</ReturnType> </ReturnValue> <Parameters> <Parameter Name="prefBundle" Type="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle" /> <Parameter Name="userCallback" Type="System.AsyncCallback" /> <Parameter Name="state" Type="System.Object" /> </Parameters> <Docs> <param name="prefBundle">The persistent chat preference bundle.</param> <param name="userCallback">The method to be invoked when this asynchronous operation completes.</param> <param name="state">An object to be passed back to the callback.</param> <summary> Save the given preference bundle, and increment the <see cref="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle.SequenceId" /></summary> <returns>An <see cref="T:System.IAsyncResult" /> that references this operation.</returns> <remarks> <para> This request will be processed asynchronously. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndSetPreferenceBundle(System.IAsyncResult)" /> to complete this asynchronous operation. </para> <para /> </remarks> <exception cref="T:System.ArgumentException"> <paramref name="prefBundle" /> has invalid values. The exception contains details about the error.</exception> <exception cref="T:System.ArgumentNullException"> <paramref name="prefBundle" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatServerConnectionException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> is not established.</exception> <exception cref="T:System.InvalidOperationException">The chat server connection is not in a valid state to send the command.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> </Docs> </Member> <Member MemberName="ChatRoomManagementServices"> <MemberSignature Language="C#" Value="public Microsoft.Rtc.Collaboration.PersistentChat.Management.ChatRoomManagementServices ChatRoomManagementServices { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Rtc.Collaboration.PersistentChat.Management.ChatRoomManagementServices ChatRoomManagementServices" /> <MemberSignature Language="DocId" Value="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.ChatRoomManagementServices" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property ChatRoomManagementServices As ChatRoomManagementServices" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Microsoft::Rtc::Collaboration::PersistentChat::Management::ChatRoomManagementServices ^ ChatRoomManagementServices { Microsoft::Rtc::Collaboration::PersistentChat::Management::ChatRoomManagementServices ^ get(); };" /> <MemberSignature Language="F#" Value="member this.ChatRoomManagementServices : Microsoft.Rtc.Collaboration.PersistentChat.Management.ChatRoomManagementServices" Usage="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.ChatRoomManagementServices" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rtc.Collaboration.PersistentChat.Management.ChatRoomManagementServices</ReturnType> </ReturnValue> <Docs> <summary> An object which supports a variety of methods for managing chat rooms. </summary> <value>The chat room management service object.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DomainName"> <MemberSignature Language="C#" Value="public string DomainName { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string DomainName" /> <MemberSignature Language="DocId" Value="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.DomainName" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property DomainName As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ DomainName { System::String ^ get(); };" /> <MemberSignature Language="F#" Value="member this.DomainName : string" Usage="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.DomainName" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the name of the domain for this server. The <see cref="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.DomainName" /> is determined by the SIP URI of the Persistent Chat server pool. </summary> <value>The name of the domain.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="EndBrowseChatRoomsByCategoryUri"> <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsByCategoryUri (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsByCategoryUri(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByCategoryUri(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndBrowseChatRoomsByCategoryUri (asyncResult As IAsyncResult) As ReadOnlyCollection(Of ChatRoomSnapshot)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Collections::ObjectModel::ReadOnlyCollection&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSnapshot ^&gt; ^ EndBrowseChatRoomsByCategoryUri(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndBrowseChatRoomsByCategoryUri : IAsyncResult -&gt; System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;" Usage="persistentChatServices.EndBrowseChatRoomsByCategoryUri asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByCategoryUri(System.Uri,System.AsyncCallback,System.Object)" /> or <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByCategoryUri(System.Uri,System.Int32,System.AsyncCallback,System.Object)" /></summary> <returns>A collection of <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot" /> objects describing chat rooms which match the specified criteria. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException">The chat server encountered an error processing the request.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> <exception cref="T:System.InvalidOperationException">This method was invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance.</exception> </Docs> </Member> <Member MemberName="EndBrowseChatRoomsByCriteria"> <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsByCriteria (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsByCriteria(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByCriteria(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndBrowseChatRoomsByCriteria (asyncResult As IAsyncResult) As ReadOnlyCollection(Of ChatRoomSnapshot)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Collections::ObjectModel::ReadOnlyCollection&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSnapshot ^&gt; ^ EndBrowseChatRoomsByCriteria(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndBrowseChatRoomsByCriteria : IAsyncResult -&gt; System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;" Usage="persistentChatServices.EndBrowseChatRoomsByCriteria asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByCriteria(System.String,System.Boolean,System.Boolean,System.Boolean,System.AsyncCallback,System.Object)" /> or <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByCriteria(System.String,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.AsyncCallback,System.Object)" /></summary> <returns>A collection of <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot" /> objects describing chat rooms which match the specified criteria. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException">The chat server encountered an error processing the request.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> <exception cref="T:System.InvalidOperationException">This method was invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance.</exception> </Docs> </Member> <Member MemberName="EndBrowseChatRoomsByFilterCriteria"> <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsByFilterCriteria (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsByFilterCriteria(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByFilterCriteria(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndBrowseChatRoomsByFilterCriteria (asyncResult As IAsyncResult) As ReadOnlyCollection(Of ChatRoomSnapshot)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Collections::ObjectModel::ReadOnlyCollection&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSnapshot ^&gt; ^ EndBrowseChatRoomsByFilterCriteria(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndBrowseChatRoomsByFilterCriteria : IAsyncResult -&gt; System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;" Usage="persistentChatServices.EndBrowseChatRoomsByFilterCriteria asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByFilterCriteria(System.String,System.Boolean,System.String,System.String,System.Uri,System.Nullable{System.Guid},System.Boolean,System.Nullable{Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomPrivacy},System.Nullable{Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomBehavior},System.Nullable{System.Boolean},System.Boolean,System.Int32,System.AsyncCallback,System.Object)" />. </summary> <returns>A collection of <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot" /> objects describing chat rooms which match the specified criteria</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException">The chat server encountered an error processing the request.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> <exception cref="T:System.InvalidOperationException">This method was invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance.</exception> </Docs> </Member> <Member MemberName="EndBrowseChatRoomsByInvitations"> <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomInvitation&gt; EndBrowseChatRoomsByInvitations (IAsyncResult asyncResult, out int lastInviteId);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomInvitation&gt; EndBrowseChatRoomsByInvitations(class System.IAsyncResult asyncResult, [out] int32&amp; lastInviteId) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByInvitations(System.IAsyncResult,System.Int32@)" /> <MemberSignature Language="VB.NET" Value="Public Function EndBrowseChatRoomsByInvitations (asyncResult As IAsyncResult, ByRef lastInviteId As Integer) As ReadOnlyCollection(Of ChatRoomInvitation)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Collections::ObjectModel::ReadOnlyCollection&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomInvitation ^&gt; ^ EndBrowseChatRoomsByInvitations(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] int % lastInviteId);" /> <MemberSignature Language="F#" Value="member this.EndBrowseChatRoomsByInvitations : IAsyncResult * -&gt; System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomInvitation&gt;" Usage="persistentChatServices.EndBrowseChatRoomsByInvitations (asyncResult, lastInviteId)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomInvitation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> <Parameter Name="lastInviteId" Type="System.Int32" RefType="out" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <param name="lastInviteId">The lastInviteID returned from this request.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByInvitations(System.Int32,System.AsyncCallback,System.Object)" /></summary> <returns> A collection of <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomInvitation" /> objects describing each of the chat room invitations. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByInvitations(System.Int32,System.AsyncCallback,System.Object)" />. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException">The chat server encountered an error processing the request.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> <exception cref="T:System.InvalidOperationException">This method was invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance.</exception> </Docs> </Member> <Member MemberName="EndBrowseChatRoomsByJoinedUser"> <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsByJoinedUser (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsByJoinedUser(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsByJoinedUser(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndBrowseChatRoomsByJoinedUser (asyncResult As IAsyncResult) As ReadOnlyCollection(Of ChatRoomSnapshot)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Collections::ObjectModel::ReadOnlyCollection&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSnapshot ^&gt; ^ EndBrowseChatRoomsByJoinedUser(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndBrowseChatRoomsByJoinedUser : IAsyncResult -&gt; System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;" Usage="persistentChatServices.EndBrowseChatRoomsByJoinedUser asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsByJoinedUser(System.Uri,System.AsyncCallback,System.Object)" /></summary> <returns>A collection of <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot" /> objects describing chat rooms to which the specified user is presently joined. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException">The chat server encountered an error processing the request.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> <exception cref="T:System.InvalidOperationException">This method invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance.</exception> </Docs> </Member> <Member MemberName="EndBrowseChatRoomsIManage"> <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsIManage (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseChatRoomsIManage(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseChatRoomsIManage(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndBrowseChatRoomsIManage (asyncResult As IAsyncResult) As ReadOnlyCollection(Of ChatRoomSnapshot)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Collections::ObjectModel::ReadOnlyCollection&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSnapshot ^&gt; ^ EndBrowseChatRoomsIManage(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndBrowseChatRoomsIManage : IAsyncResult -&gt; System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;" Usage="persistentChatServices.EndBrowseChatRoomsIManage asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsIManage(System.AsyncCallback,System.Object,System.UInt32)" /></summary> <returns> A collection of <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot" /> objects describing chat rooms that the user manages. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseChatRoomsIManage(System.AsyncCallback,System.Object,System.UInt32)" />. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException"> The chat server encountered an error processing the request. </exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException"> The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server. </exception> <exception cref="T:System.InvalidOperationException"> This method was invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance. </exception> </Docs> </Member> <Member MemberName="EndBrowseMyChatRooms"> <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseMyChatRooms (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt; EndBrowseMyChatRooms(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndBrowseMyChatRooms(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndBrowseMyChatRooms (asyncResult As IAsyncResult) As ReadOnlyCollection(Of ChatRoomSnapshot)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Collections::ObjectModel::ReadOnlyCollection&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSnapshot ^&gt; ^ EndBrowseMyChatRooms(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndBrowseMyChatRooms : IAsyncResult -&gt; System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;" Usage="persistentChatServices.EndBrowseMyChatRooms asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseMyChatRooms(System.AsyncCallback,System.Object,System.UInt32)" /></summary> <returns> A collection of <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSnapshot" /> objects describing chat rooms of which the user is a memeber. See <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginBrowseMyChatRooms(System.AsyncCallback,System.Object,System.UInt32)" />. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException"> The chat server encountered an error processing the request. </exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException"> The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server. </exception> <exception cref="T:System.InvalidOperationException"> This method was invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance. </exception> </Docs> </Member> <Member MemberName="EndGetPreferenceBundle"> <MemberSignature Language="C#" Value="public Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle EndGetPreferenceBundle (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle EndGetPreferenceBundle(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndGetPreferenceBundle(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndGetPreferenceBundle (asyncResult As IAsyncResult) As PersistentChatPreferenceBundle" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatPreferenceBundle ^ EndGetPreferenceBundle(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndGetPreferenceBundle : IAsyncResult -&gt; Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle" Usage="persistentChatServices.EndGetPreferenceBundle asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginGetPreferenceBundle(System.String,System.Int32,System.Boolean,System.AsyncCallback,System.Object)" /></summary> <returns>The requested preference bundle, or null if no preference was found. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException">The chat server encountered an error processing the request.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> <exception cref="T:System.InvalidOperationException">This method was invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance.</exception> </Docs> </Member> <Member MemberName="Endpoint"> <MemberSignature Language="C#" Value="public Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint Endpoint { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint Endpoint" /> <MemberSignature Language="DocId" Value="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.Endpoint" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Endpoint As PersistentChatEndpoint" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatEndpoint ^ Endpoint { Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatEndpoint ^ get(); };" /> <MemberSignature Language="F#" Value="member this.Endpoint : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" Usage="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.Endpoint" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint</ReturnType> </ReturnValue> <Docs> <summary> Gets the endpoint that this service object is tied to. </summary> <value>The endpoint.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="EndQueryChatHistory"> <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryResult&gt; EndQueryChatHistory (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.ReadOnlyCollection`1&lt;class Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryResult&gt; EndQueryChatHistory(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndQueryChatHistory(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndQueryChatHistory (asyncResult As IAsyncResult) As ReadOnlyCollection(Of ChatHistoryResult)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; System::Collections::ObjectModel::ReadOnlyCollection&lt;Microsoft::Rtc::Collaboration::PersistentChat::ChatHistoryResult ^&gt; ^ EndQueryChatHistory(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndQueryChatHistory : IAsyncResult -&gt; System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryResult&gt;" Usage="persistentChatServices.EndQueryChatHistory asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.ObjectModel.ReadOnlyCollection&lt;Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginQueryChatHistory(System.Collections.Generic.ICollection{System.Uri},Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryQueryOptions,System.AsyncCallback,System.Object)" /> or <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginQueryChatHistory(System.Collections.Generic.ICollection{System.Uri},System.String,System.Boolean,System.Boolean,System.AsyncCallback,System.Object)" /></summary> <returns>A collection of <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.ChatHistoryResult" /> objects, one for each chat room that was queried, containing messages that match the query. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException">The chat server encountered an error processing the request.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> <exception cref="T:System.InvalidOperationException">This method invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance.</exception> </Docs> </Member> <Member MemberName="EndSetPreferenceBundle"> <MemberSignature Language="C#" Value="public int EndSetPreferenceBundle (IAsyncResult asyncResult);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig instance int32 EndSetPreferenceBundle(class System.IAsyncResult asyncResult) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.EndSetPreferenceBundle(System.IAsyncResult)" /> <MemberSignature Language="VB.NET" Value="Public Function EndSetPreferenceBundle (asyncResult As IAsyncResult) As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; int EndSetPreferenceBundle(IAsyncResult ^ asyncResult);" /> <MemberSignature Language="F#" Value="member this.EndSetPreferenceBundle : IAsyncResult -&gt; int" Usage="persistentChatServices.EndSetPreferenceBundle asyncResult" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="asyncResult" Type="System.IAsyncResult" /> </Parameters> <Docs> <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> that references this operation.</param> <summary> Completes the asynchronous request initiated by <see cref="M:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.BeginSetPreferenceBundle(Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatPreferenceBundle,System.AsyncCallback,System.Object)" /></summary> <returns>The new sequence ID of the preference bundle, as set by the persistent chat server.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="asyncResult" /> is null.</exception> <exception cref="T:Microsoft.Rtc.Collaboration.PersistentChat.CommandFailedException">The chat server encountered an error processing the request.</exception> <exception cref="T:Microsoft.Rtc.Signaling.RealTimeException">The <see cref="T:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint" /> encountered an error communicating with the chat server.</exception> <exception cref="T:System.InvalidOperationException">This method was invoked multiple times with the same <see cref="T:System.IAsyncResult" /> instance.</exception> </Docs> </Member> <Member MemberName="RootCategoryUri"> <MemberSignature Language="C#" Value="public Uri RootCategoryUri { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class System.Uri RootCategoryUri" /> <MemberSignature Language="DocId" Value="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.RootCategoryUri" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property RootCategoryUri As Uri" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Uri ^ RootCategoryUri { Uri ^ get(); };" /> <MemberSignature Language="F#" Value="member this.RootCategoryUri : Uri" Usage="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.RootCategoryUri" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Uri</ReturnType> </ReturnValue> <Docs> <summary> Gets the Root Category URI. The Root Category is the single uri which has no parent category, and from which all other chat rooms and categories are inherited. Use this category as a starting point to explore the entire hierarchy of chat rooms and categories. </summary> <value>The root category URI.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ServerConfiguration"> <MemberSignature Language="C#" Value="public Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServerConfiguration ServerConfiguration { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServerConfiguration ServerConfiguration" /> <MemberSignature Language="DocId" Value="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.ServerConfiguration" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property ServerConfiguration As PersistentChatServerConfiguration" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatServerConfiguration ^ ServerConfiguration { Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatServerConfiguration ^ get(); };" /> <MemberSignature Language="F#" Value="member this.ServerConfiguration : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServerConfiguration" Usage="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.ServerConfiguration" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServerConfiguration</ReturnType> </ReturnValue> <Docs> <summary> An object describing the server configuration. </summary> <value>The server configuration.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ServerTimeUtc"> <MemberSignature Language="C#" Value="public DateTime ServerTimeUtc { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype System.DateTime ServerTimeUtc" /> <MemberSignature Language="DocId" Value="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.ServerTimeUtc" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property ServerTimeUtc As DateTime" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property DateTime ServerTimeUtc { DateTime get(); };" /> <MemberSignature Language="F#" Value="member this.ServerTimeUtc : DateTime" Usage="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.ServerTimeUtc" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.DateTime</ReturnType> </ReturnValue> <Docs> <summary> Gets the server time in UTC (Coordinated Universal Time) when this endpoint was established. Use this value to compute time zone offsets between the server and the client for determing any shift in message timestamps that may exist due to small differences in the system clocks. </summary> <value>The server time in UTC.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UserServices"> <MemberSignature Language="C#" Value="public Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatUserServices UserServices { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatUserServices UserServices" /> <MemberSignature Language="DocId" Value="P:Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.UserServices" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserServices As PersistentChatUserServices" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Microsoft::Rtc::Collaboration::PersistentChat::Management::PersistentChatUserServices ^ UserServices { Microsoft::Rtc::Collaboration::PersistentChat::Management::PersistentChatUserServices ^ get(); };" /> <MemberSignature Language="F#" Value="member this.UserServices : Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatUserServices" Usage="Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices.UserServices" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Rtc.Collaboration.PersistentChat</AssemblyName> <AssemblyVersion>7.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatUserServices</ReturnType> </ReturnValue> <Docs> <summary> An object which supports a variety of methods for administering persistent chat users and groups. </summary> <value>The user administration service object.</value> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>
90.298246
719
0.747766
172316a6f5fdf50d215b04bd791cf8c089471e23
1,037
xml
XML
app/src/main/res/drawable/ic_good.xml
yi-sheep/GraphicDesign
5f1eea36609d620b7dce02e0a87fdc3014b09e32
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_good.xml
yi-sheep/GraphicDesign
5f1eea36609d620b7dce02e0a87fdc3014b09e32
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_good.xml
yi-sheep/GraphicDesign
5f1eea36609d620b7dce02e0a87fdc3014b09e32
[ "Apache-2.0" ]
null
null
null
<vector android:height="24dp" android:viewportHeight="1024" android:viewportWidth="1024" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="#FF000000" android:pathData="M550.82,192c53.15,0 110.5,46.91 110.5,122.72 0,34.4 -1.79,58.46 -5.25,78.24h103.58c34.69,0 65.22,15.62 85.98,43.9a100.16,100.16 0,0 1,17.06 75.97c-7.36,39.62 -52.32,242.72 -61.44,260.86 -8.7,17.18 -21.89,31.68 -38.14,41.89a106.85,106.85 0,0 1,-57.06 16.42L253.18,832C221.18,832 192,803.01 192,771.17l0.26,-296.8c0,-31.42 25.7,-57.02 57.31,-57.02l86.98,-0.45c59.33,-4.22 106.88,-54.88 108.54,-117.7C445.06,238.43 490.53,192 550.82,192zM550.82,256c-23.84,0 -39.81,15.3 -41.7,41.86 -4.38,86.34 -53.38,150.05 -125.12,174.02v295.87L705.89,768a42.88,42.88 0,0 0,37.6 -21.98c7.49,-13.86 52.45,-225.02 56.48,-244.86 4.03,-19.84 -13.7,-44.19 -40.32,-44.19h-190.46l17.44,-49.47c6.4,-19.3 10.69,-40.61 10.69,-92.77 0,-40.06 -27.74,-58.72 -46.5,-58.72zM320,480.93l-63.74,0.38L256,767.65l64,0.06v-286.78z"/> </vector>
207.4
852
0.685632
8c8bc9068e58a1c4e07d26dc0caeef114df0858e
10,275
xml
XML
ZimbraWebClient/WebRoot/help/it/ZimbraDesktop/whxdata/package_32.xml
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
5
2019-03-26T07:51:56.000Z
2021-08-30T07:26:05.000Z
ZimbraWebClient/WebRoot/help/it/ZimbraDesktop/whxdata/package_32.xml
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
1
2015-08-18T19:03:32.000Z
2015-08-18T19:03:32.000Z
ZimbraWebClient/WebRoot/help/it/ZimbraDesktop/whxdata/package_32.xml
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
13
2015-03-11T00:26:35.000Z
2020-07-26T16:25:18.000Z
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <pk><wd nm="xxxxconvalida" rd="126,0:3750|127,0:2679|128,0:2310"/><wd nm="xxxxconversazione" rd="79,0:117"/><wd nm="xxxxconversazioni" rd="31,2:1540|63,0:798|71,0:419"/><wd nm="xxxxconxxxx" rd="55,0:380,576,833"/><wd nm="xxxxcopyright" rd="117,0:92"/><wd nm="xxxxcorpo" rd="52,0:1718"/><wd nm="xxxxcorpoxxxx" rd="38,4:1327"/><wd nm="xxxxcorrisponde" rd="52,0:2386,2546,2883|88,0:239,282,608,880"/><wd nm="xxxxcorrispondenzexxxx" rd="43,4:1152"/><wd nm="xxxxcorrispondexxxx" rd="88,1:124"/><wd nm="xxxxcrea" rd="0,0:1149|50,0:598|64,0:688|91,0:160|105,0:480|120,0:554,611,653,1146,1393,1453"/><wd nm="xxxxcreato" rd="98,0:297"/><wd nm="xxxxcreazione" rd="0,4:795,921|4,128:0,41,5429|20,128:0,3439|21,128:0,46,2512|40,0:853|50,128:0,33,1464|64,128:0,41,1374|101,4:691|105,128:0,36,951|115,1:26"/><wd nm="xxxxctrl" rd="33,0:1810|68,0:305|116,0:10476"/><wd nm="xxxxda" rd="52,0:238|89,0:4862|90,0:259"/><wd nm="xxxxdal" rd="23,0:1155,1395|62,0:596"/><wd nm="xxxxdall&apos;elenco" rd="32,0:217"/><wd nm="xxxxdalla" rd="3,0:615|20,0:483|101,0:823"/><wd nm="xxxxdalle" rd="93,0:192"/><wd nm="xxxxdata" rd="30,0:3094|38,0:891,928|52,0:1616|87,0:665"/><wd nm="xxxxdataxxxx" rd="92,0:1904"/><wd nm="xxxxdate" rd="89,0:7168"/><wd nm="xxxxdate:xxxx" rd="89,0:6959"/><wd nm="xxxxdaxxxx" rd="4,0:580|13,0:543|30,0:2468|36,0:439,1298|53,0:3771|56,0:657"/><wd nm="xxxxdefinisci" rd="116,0:5787"/><wd nm="xxxxdel" rd="15,0:573|89,0:5273"/><wd nm="xxxxdescrizione" rd="30,0:2662|59,0:2621|89,128:0,39,8819|92,0:1346|94,0:3158|116,0:4192"/><wd nm="xxxxdescrizioni" rd="89,2:4662"/><wd nm="xxxxdeseleziona" rd="135,0:389"/><wd nm="xxxxdesktopxxxx" rd="126,0:4138"/><wd nm="xxxxdestinazionexxxx" rd="8,0:656"/><wd nm="xxxxdettaglixxxx" rd="6,0:414|103,0:1814|107,0:576"/><wd nm="xxxxdeve" rd="86,0:1588"/><wd nm="xxxxdevi" rd="113,0:555"/><wd nm="xxxxdi" rd="52,0:319"/><wd nm="xxxxdifferenza" rd="54,4:1836|86,128:0,35,1931|88,128:0,1262|94,0:3286"/><wd nm="xxxxdifferitoxxxx" rd="108,0:352"/><wd nm="xxxxdigita" rd="0,0:1191|4,0:787|13,0:750|64,0:721|91,0:456|103,0:764,1838"/><wd nm="xxxxdimensione" rd="30,0:3005"/><wd nm="xxxxdimensionexxxx" rd="30,0:2979"/><wd nm="xxxxdimensioni" rd="52,0:1370|87,0:1153"/><wd nm="xxxxdipende" rd="33,0:540"/><wd nm="xxxxdisattiva" rd="73,0:821|118,0:2323|123,0:689"/><wd nm="xxxxdisattivare" rd="122,0:1844"/><wd nm="xxxxdisattivazione" rd="123,128:0,144,1447"/><wd nm="xxxxdisponibile" rd="14,0:115|46,0:156|47,0:117|48,0:101|111,0:87|115,0:83|131,0:178|132,0:190|133,0:203"/><wd nm="xxxxdivisione" rd="114,0:401"/><wd nm="xxxxdo" rd="89,0:4552|95,0:324"/><wd nm="xxxxdocumentoxxxx" rd="50,0:476"/><wd nm="xxxxdomandaxxxx" rd="89,0:4636"/><wd nm="xxxxdominio" rd="87,0:821"/><wd nm="xxxxdonatorexxxx" rd="89,0:4592"/><wd nm="xxxxdonoxxxx" rd="89,0:4616"/><wd nm="xxxxdopo" rd="0,0:2688|12,0:1774,3279|21,0:1091|33,0:1980|43,0:1030|49,0:1148|61,0:564|75,0:532|98,0:281|122,0:1547"/><wd nm="xxxxdovrai" rd="58,0:3329"/><wd nm="xxxxdxxxx" rd="128,0:1639"/><wd nm="xxxxe" rd="1,0:575|15,0:553|44,0:130|67,0:1272|83,0:752|89,0:513|114,0:609|128,0:1420|132,0:3112|134,0:150"/><wd nm="xxxxecco" rd="92,0:230"/><wd nm="xxxxeditor" rd="50,0:656"/><wd nm="xxxxelementi" rd="56,0:1071"/><wd nm="xxxxelenchi" rd="107,0:532|132,0:484"/><wd nm="xxxxelenco" rd="12,0:450|50,0:338|103,0:2103"/><wd nm="xxxxeleziona" rd="128,0:1472"/><wd nm="xxxxelimina" rd="59,0:3787"/><wd nm="xxxxeliminare" rd="52,0:1578"/><wd nm="xxxxeliminaxxxx" rd="5,0:209|22,0:714|99,0:151|106,0:345|125,0:334"/><wd nm="xxxxeliminazione" rd="5,128:0,28,598|6,128:0,2383|22,128:0,32,1558|66,128:0,30,926|75,128:0,30,819|99,128:0,26,642|106,128:0,31,759|125,128:0,131,1276"/><wd nm="xxxxemail:xxxx" rd="36,0:919|96,0:3612"/><wd nm="xxxxemailxxxx" rd="103,0:2542|120,4:201"/><wd nm="xxxxentra" rd="31,0:1297"/><wd nm="xxxxequivale" rd="89,0:5076,5198,7571"/><wd nm="xxxxerica" rd="43,0:984"/><wd nm="xxxxesamina" rd="15,0:1097"/><wd nm="xxxxesecuzione" rd="92,0:1689|94,0:1098"/><wd nm="xxxxesegui" rd="53,0:1952,3439|54,0:3989|120,0:458"/><wd nm="xxxxesempi" rd="59,0:2669|92,128:0,23,2820"/><wd nm="xxxxesempio" rd="55,0:310,513,764|114,32:334"/><wd nm="xxxxesempioxxxx" rd="43,8:561"/><wd nm="xxxxespandi" rd="31,0:788"/><wd nm="xxxxespandixxxx" rd="35,0:479"/><wd nm="xxxxesplorazione" rd="30,2:1735"/><wd nm="xxxxesporta" rd="59,0:1674"/><wd nm="xxxxesportaxxxx" rd="7,0:636|24,0:450|59,0:2716"/><wd nm="xxxxesportazione" rd="7,128:0,35,834|24,128:0,33,743|59,0:2111,2151"/><wd nm="xxxxesportazionexxxx" rd="116,0:10044,10121"/><wd nm="xxxxessere" rd="66,0:132"/><wd nm="xxxxeventixxxx" rd="1,0:767"/><wd nm="xxxxevidenzia" rd="76,0:712|113,0:612|116,0:4498"/><wd nm="xxxxexe" rd="34,0:2442"/><wd nm="xxxxexpenses" rd="34,0:552"/><wd nm="xxxxexxxx" rd="44,128:30,83,1228"/><wd nm="xxxxfacendo" rd="43,0:2393"/><wd nm="xxxxfai" rd="67,0:2805|76,0:886,1283|77,32:1071|102,0:1287|113,0:1625|114,0:130|116,0:4169,4650|118,0:681|120,0:1954|132,0:3977"/><wd nm="xxxxfilename:xxxx" rd="89,0:5879,5951"/><wd nm="xxxxfiltri" rd="54,4:4733|63,0:333|116,8:8518"/><wd nm="xxxxfiltrixxxx" rd="53,0:674"/><wd nm="xxxxfiltro" rd="53,128:0,25,4326"/><wd nm="xxxxfirmaxxxx" rd="114,0:864,1645"/><wd nm="xxxxfirmexxxx" rd="114,0:627|116,8:7244"/><wd nm="xxxxformatta" rd="36,0:1668,1821|114,0:768"/><wd nm="xxxxframmentoxxxx" rd="80,0:801"/><wd nm="xxxxfreccia" rd="56,0:809"/><wd nm="xxxxfrom" rd="89,0:4153"/><wd nm="xxxxfrom:giovanni" rd="89,0:4072,4226"/><wd nm="xxxxfrom:qualcunoxxxx" rd="89,0:991"/><wd nm="xxxxfrom:xxxx" rd="89,0:4011"/><wd nm="xxxxfunzionamento" rd="31,128:0,39,2883|54,128:0,5995|116,0:8687"/><wd nm="xxxxfunzioni" rd="56,128:0,58,1655|58,2:1414"/><wd nm="xxxxfuori" rd="4,0:2742|13,0:2689"/><wd nm="xxxxfxxxx" rd="116,0:1044"/><wd nm="xxxxgal" rd="26,128:0,966"/><wd nm="xxxxgeneralixxxx" rd="60,0:559"/><wd nm="xxxxgestione" rd="30,128:0,134,4450|96,128:0,38,918,4915|110,128:0,41,1725|135,128:0,27,1300"/><wd nm="xxxxgestisci" rd="120,4:1865"/><wd nm="xxxxgestorexxxx" rd="131,0:517|132,0:1712|133,0:765,1267,2369,2742,3155,3472,3820"/><wd nm="xxxxgiornaliera" rd="4,0:3456"/><wd nm="xxxxgiornoxxxx" rd="3,0:392"/><wd nm="xxxxgiovanni" rd="114,0:356,488"/><wd nm="xxxxgli" rd="1,0:839|4,0:82|12,0:62|14,0:596|15,0:823|21,0:505,1717|24,0:66|51,0:856|52,0:2328|54,0:2987|59,0:3990|67,0:2292|75,0:423|78,0:1187,1943|85,0:1128|93,0:1658|99,0:272|103,0:1110|122,0:1467|134,0:28|135,0:54"/><wd nm="xxxxglobalexxxx" rd="116,8:624"/><wd nm="xxxxgmailxxxx" rd="58,0:2843|127,0:719"/><wd nm="xxxxgran" rd="67,0:986"/><wd nm="xxxxgrassettoxxxx" rd="30,0:1244"/><wd nm="xxxxgruppo" rd="21,0:831"/><wd nm="xxxxgruppoxxxx" rd="21,0:1196"/><wd nm="xxxxhas:allegatoxxxx" rd="85,0:468|89,0:5780"/><wd nm="xxxxhas:xxxx" rd="89,0:5610|94,0:1518"/><wd nm="xxxxhtm" rd="34,0:2169"/><wd nm="xxxxhtml" rd="78,0:1725|116,0:5754"/><wd nm="xxxxhttp" rd="135,0:634"/><wd nm="xxxxi" rd="0,0:636|15,0:488|21,0:1415|22,0:62|30,0:677|31,0:2273|33,0:297,421,1233,1462,1595,2350|34,0:1989,2848|38,0:1295|40,0:700|52,0:180,4657|54,0:4111|55,0:53,160|58,0:634,3009,3133|59,0:342,1106,1400,3840,4163|62,0:989|67,0:529,798,889,2567|70,0:175|74,0:448,565,2277|76,0:65,1023|77,0:76|78,0:62,271|82,0:486,607|88,0:151|89,0:1975,2092,5677,6165,6650,7877|91,0:796|92,0:46|93,0:513|94,0:2917|96,0:1507|98,0:396|101,0:95,396,1356|102,0:2475|116,0:6292,10195|118,0:74,485,910,1337,1899,2544|124,0:636,1334|127,0:901|129,0:137,1392,1556"/><wd nm="xxxxi:xxxx" rd="31,0:1122"/><wd nm="xxxxidentità" rd="114,0:153"/><wd nm="xxxxidentitàxxxx" rd="4,0:635|13,0:598"/><wd nm="xxxxignora" rd="52,0:3458,3979"/><wd nm="xxxxignorare" rd="54,0:477,960,2853"/><wd nm="xxxxignoraxxxx" rd="43,0:2032|59,0:3818"/><wd nm="xxxxil" rd="0,0:1895|3,0:813|4,0:565,736|13,0:528,699|15,0:771|17,0:836,918|20,0:835,891,1104|21,0:1894|22,0:1135|23,0:399|28,0:1185|30,0:1031,2402|33,0:957|35,0:2031|36,0:1381|37,0:728|38,0:233,1340|39,0:437,876,1202,1394|41,0:190,612|42,0:176|43,0:1402,2316,3252|46,0:616,1131|51,0:400|52,0:1243,2186,2954|53,0:3244|55,0:705|59,0:1449,2824,3491|67,0:1777|69,0:736|79,0:258|80,0:271,703,1083,1353|81,0:443,1038|86,0:316|89,0:1387,2641|96,0:3245,4077|101,0:1500|102,0:842,1192|103,0:2903|113,0:1313|115,0:372|116,0:7671|124,0:1087|131,0:435,540,731,1092,2090|132,0:1637,1735,1938,2324,2868,3271|133,0:579,690,788,991,1290,1481,2392,2543,2765,2919,3178,3307,3495,3643,3843,3976"/><wd nm="xxxximmaginixxxx" rd="116,0:3141,3179"/><wd nm="xxxximmettere" rd="4,0:2866"/><wd nm="xxxximmetti" rd="13,0:2813|20,0:642,779|35,0:269|37,0:901"/><wd nm="xxxximpegni" rd="120,4:1601"/><wd nm="xxxximpegnixxxx" rd="102,128:0,3182|105,0:267"/><wd nm="xxxximporta" rd="7,0:452|8,0:541|24,0:246|28,0:343|59,0:1644,3098|116,8:9768|120,0:1283,1493"/><wd nm="xxxximportantexxxx" rd="122,0:502"/><wd nm="xxxximportaxxxx" rd="8,0:862|28,0:978|59,0:3148,4798"/><wd nm="xxxximportazione" rd="8,128:0,35,443,1549|28,128:0,30,1822|59,0:3289,3328"/><wd nm="xxxximportazionexxxx" rd="116,0:10014,10091"/><wd nm="xxxximposta" rd="15,0:1179|16,0:1045|103,0:2379|115,0:846|116,0:5713,9136|120,0:724"/><wd nm="xxxximpostaxxxx" rd="124,0:1266|126,0:3659|128,0:573"/><wd nm="xxxximpostazione" rd="54,1:30|60,128:0,63,857|67,0:2834|76,0:1312|112,128:0,42,1025|113,128:0,38,2513|116,128:0,136,10798|126,128:0,127,4927|127,128:0,152,3423|128,128:0,138,3065"/><wd nm="xxxximpostazionexxxx" rd="126,0:728|127,0:1185"/><wd nm="xxxximpostazioni" rd="40,32:503|59,0:2287,4518|60,0:627|85,0:207|94,0:945|116,0:1354,2079|126,0:3181|127,0:1920|128,0:1657"/><wd nm="xxxxin" rd="0,0:1977|4,0:328,2693,4901,5224|12,0:420,786,973|13,0:291,2656,3222,3551|19,0:150,456|20,0:1743,2520,2665|22,0:125|25,0:456|27,0:374|31,0:1666|34,0:869,3177|35,0:249,1935|38,0:331,795|39,0:99|41,0:482|43,0:793,1876|53,0:866|67,2:87,513,572,1157|74,0:756,1043,1702,2041,3663|76,0:1156|80,0:133,1034|86,0:1268|89,0:78,835,1261,1536,2719,3573|90,0:1190|94,0:3205,3335|96,0:631,1007,1586,1843|98,0:1983|100,0:234|103,0:1493|108,0:314,329|116,0:1344,1561,3941|124,0:1495|126,0:1540,1775,2335|127,0:1910|128,0:1282"/><wd nm="xxxxin:contattixxxx" rd="23,0:188"/><wd nm="xxxxin:inviatixxxx" rd="89,0:5519"/><wd nm="xxxxin:xxxx" rd="89,0:5463|94,0:1482"/><wd nm="xxxxin:xxxxxxxxin" rd="89,0:2370"/><wd nm="xxxxinattivixxxx" rd="54,4:4754"/></pk>
5,137.5
10,219
0.679611
a63a3a6a3f05c1eb360863edcc29108a11ae439f
2,408
xml
XML
Polit/app/src/main/res/billStuff/Polit Bills Folder/Bill Summaries/BILLSUM-114-hr/BILLSUM-114hr1298.xml
MGaston504/Polit
3401c15bdde342c7e64d0b72387b2172998941d0
[ "MIT" ]
2
2016-11-05T20:56:35.000Z
2016-11-06T16:01:33.000Z
Polit/app/src/main/res/billStuff/Polit Bills Folder/Bill Summaries/BILLSUM-114-hr/BILLSUM-114hr1298.xml
MGaston504/Polit
3401c15bdde342c7e64d0b72387b2172998941d0
[ "MIT" ]
null
null
null
Polit/app/src/main/res/billStuff/Polit Bills Folder/Bill Summaries/BILLSUM-114-hr/BILLSUM-114hr1298.xml
MGaston504/Polit
3401c15bdde342c7e64d0b72387b2172998941d0
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <BillSummaries> <item congress="114" measure-type="hr" measure-number="1298" measure-id="id114hr1298" originChamber="HOUSE" orig-publish-date="2015-03-04" update-date="2015-05-12"> <title>No Amnesty Tax Refunds For Illegals Act</title> <summary summary-id="id114hr1298v00" currentChamber="HOUSE" update-date="2015-05-12"> <action-date>2015-03-04</action-date> <action-desc>Introduced in House</action-desc> <summary-text><![CDATA[<p><strong>No Amnesty Tax Refunds for Illegals Act</strong> </p> <p>Amends the Internal Revenue Code to deny the earned income tax credit to a taxpayer to whom a social security number was issued after the close of the taxable year for which such credit is being claimed, unless the taxpayer can demonstrate citizenship or lawful presence in&nbsp;the United States and&nbsp;eligibility for such social security number in such taxable year. Requires tax return preparers to obtain from such a taxpayer&nbsp;social security and immigration status information relating to eligibility for such credit. Requires the Social Security Administration to maintain records of each social security account number issued to any individual who receives a grant of deferred action on removal pursuant to current Department of Homeland Security guidelines. </p>]]></summary-text> </summary> </item> <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 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> </BillSummaries>
126.736842
886
0.793189
ddc941290293ef1b6d8304b79cbb2583d227e616
1,284
xml
XML
nbproject/private/private.xml
aholguin/symfonyPruebas
301ee28cf04b622effb2127af961a835c0a3ccaa
[ "MIT" ]
null
null
null
nbproject/private/private.xml
aholguin/symfonyPruebas
301ee28cf04b622effb2127af961a835c0a3ccaa
[ "MIT" ]
null
null
null
nbproject/private/private.xml
aholguin/symfonyPruebas
301ee28cf04b622effb2127af961a835c0a3ccaa
[ "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:/Users/andcheer/Sites/symfony/app/config/routing.yml</file> <file>file:/Users/andcheer/Sites/symfony/src/Acme/HelloBundle/Controller/formularioController.php</file> <file>file:/Users/andcheer/Sites/symfony/src/Acme/HelloBundle/Entity/Category.php</file> <file>file:/Users/andcheer/Sites/symfony/src/Acme/HelloBundle/Entity/ProductRepository.php</file> <file>file:/Users/andcheer/Sites/symfony/src/Acme/HelloBundle/Controller/DefaultController.php</file> <file>file:/Users/andcheer/Sites/symfony/src/Acme/HelloBundle/Entity/Product.php</file> <file>file:/Users/andcheer/Sites/symfony/app/config/parameters.yml</file> <file>file:/Users/andcheer/Sites/symfony/src/Acme/HelloBundle/Resources/config/routing.yml</file> <file>file:/Users/andcheer/Sites/symfony/src/Acme/HelloBundle/Entity/CategoryRepository.php</file> </group> </open-files> </project-private>
71.333333
116
0.707944
f9daacbfe71ce71e9d984067358d06966d46920d
31,768
xml
XML
data/ruby-framenet/lu/lu6854.xml
ged/ruby-framenet
30d668b6eb725ffaa1569df248a63a25149b3790
[ "MIT" ]
1
2021-11-28T23:47:18.000Z
2021-11-28T23:47:18.000Z
data/fndata-1.7/lu/lu6854.xml
clingergab/sr
bd1dd8484614d56d4c6fb95222dcbe8a5949b668
[ "Apache-2.0" ]
null
null
null
data/fndata-1.7/lu/lu6854.xml
clingergab/sr
bd1dd8484614d56d4c6fb95222dcbe8a5949b668
[ "Apache-2.0" ]
1
2021-11-28T23:47:06.000Z
2021-11-28T23:47:06.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml-stylesheet type="text/xsl" href="lexUnit.xsl"?> <lexUnit status="Finished_Initial" POS="A" name="jolly.a" ID="6854" frame="Stimulus_focus" frameID="364" totalAnnotated="10" xsi:schemaLocation="../schema/lexUnit.xsd" xmlns="http://framenet.icsi.berkeley.edu" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <header> <frame> <FE fgColor="FFFFFF" bgColor="808080" type="Extra-Thematic" abbrev="cir" name="Circumstances"/> <FE fgColor="FFFFFF" bgColor="0000FF" type="Extra-Thematic" abbrev="C_set" name="Comparison_set"/> <FE fgColor="FFFFFF" bgColor="FF69B4" type="Peripheral" abbrev="Degr" name="Degree"/> <FE fgColor="FFFFFF" bgColor="008000" type="Peripheral" abbrev="Exp" name="Experiencer"/> <FE fgColor="FFFFFF" bgColor="A52A2A" type="Peripheral" abbrev="Par" name="Parameter"/> <FE fgColor="FFFFFF" bgColor="800080" type="Extra-Thematic" abbrev="Property" name="Property"/> <FE fgColor="FFFFFF" bgColor="FF0000" type="Core" abbrev="Stim" name="Stimulus"/> </frame> </header> <definition>COD: lively and entertaining</definition> <lexeme POS="A" name="jolly"/> <valences> <FERealization total="4"> <FE name="Degree"/> <pattern total="4"> <valenceUnit GF="Dep" PT="AVP" FE="Degree"/> <annoSet ID="1505097"/> <annoSet ID="1505101"/> <annoSet ID="1505117"/> <annoSet ID="1505121"/> </pattern> </FERealization> <FERealization total="10"> <FE name="Stimulus"/> <pattern total="10"> <valenceUnit GF="Head" PT="N" FE="Stimulus"/> <annoSet ID="1505091"/> <annoSet ID="1505097"/> <annoSet ID="1505101"/> <annoSet ID="1505117"/> <annoSet ID="1505121"/> <annoSet ID="1505157"/> <annoSet ID="1505187"/> <annoSet ID="1505227"/> <annoSet ID="1505231"/> <annoSet ID="1505233"/> </pattern> </FERealization> <FEGroupRealization total="4"> <FE name="Degree"/> <FE name="Stimulus"/> <pattern total="4"> <valenceUnit GF="Dep" PT="AVP" FE="Degree"/> <valenceUnit GF="Head" PT="N" FE="Stimulus"/> <annoSet ID="1505097"/> <annoSet ID="1505101"/> <annoSet ID="1505117"/> <annoSet ID="1505121"/> </pattern> </FEGroupRealization> <FEGroupRealization total="6"> <FE name="Stimulus"/> <pattern total="6"> <valenceUnit GF="Head" PT="N" FE="Stimulus"/> <annoSet ID="1505091"/> <annoSet ID="1505157"/> <annoSet ID="1505187"/> <annoSet ID="1505227"/> <annoSet ID="1505231"/> <annoSet ID="1505233"/> </pattern> </FEGroupRealization> </valences> <subCorpus name="A-001-s20-lcoll-awfully"/> <subCorpus name="A-001-s20-lcoll-quite"> <sentence sentNo="0" aPos="11463581" ID="1026596"> <text>There are quite a lot of photographs left showing jolly parties packed in boats riding up the lift . </text> <annotationSet cDate="01/07/2003 11:32:36 PST Tue" status="UNANN" ID="1505090"> <layer rank="1" name="BNC"> <label end="4" start="0" name="EX0"/> <label end="8" start="6" name="VBB"/> <label end="14" start="10" name="AV0"/> <label end="16" start="16" name="PNI"/> <label end="20" start="18" name="PNI"/> <label end="23" start="22" name="PRF"/> <label end="35" start="25" name="NN2"/> <label end="40" start="37" name="VVD-VVN"/> <label end="48" start="42" name="VVG"/> <label end="54" start="50" name="AJ0"/> <label end="62" start="56" name="NN2"/> <label end="69" start="64" name="VVD-VVN"/> <label end="72" start="71" name="PRP"/> <label end="78" start="74" name="NN2"/> <label end="85" start="80" name="VVG"/> <label end="88" start="87" name="AVP"/> <label end="92" start="90" name="AT0"/> <label end="97" start="94" name="NN1"/> <label end="99" start="99" name="PUN"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:36 PST Tue" status="MANUAL" ID="1505091"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3291" end="62" start="56" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="62" start="56" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="62" start="56" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="54" start="50" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> </subCorpus> <subCorpus name="A-001-s20-lcoll-rather"> <sentence sentNo="0" aPos="26506360" ID="1026599"> <text>For example , I might think of a rather jolly idea for a cover story . </text> <annotationSet cDate="01/07/2003 11:32:36 PST Tue" status="UNANN" ID="1505096"> <layer rank="1" name="BNC"> <label end="2" start="0" name="AV0"/> <label end="10" start="4" name="AV0"/> <label end="12" start="12" name="PUN"/> <label end="14" start="14" name="PNP"/> <label end="20" start="16" name="VM0"/> <label end="26" start="22" name="VVI"/> <label end="29" start="28" name="PRF"/> <label end="31" start="31" name="AT0"/> <label end="38" start="33" name="AV0"/> <label end="44" start="40" name="AJ0"/> <label end="49" start="46" name="NN1"/> <label end="53" start="51" name="PRP"/> <label end="55" start="55" name="AT0"/> <label end="61" start="57" name="NN1"/> <label end="67" start="63" name="NN1"/> <label end="69" start="69" name="PUN"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:36 PST Tue" status="MANUAL" ID="1505097"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3293" end="38" start="33" name="Degree"/> <label cBy="gGK" feID="3291" end="67" start="46" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="38" start="33" name="Dep"/> <label end="67" start="46" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="38" start="33" name="AVP"/> <label end="67" start="46" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="44" start="40" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> <sentence sentNo="0" aPos="90066305" ID="1026601"> <text>` In a rather jolly and festive way , &quot; he added , looking embarrassed . </text> <annotationSet cDate="01/07/2003 11:32:37 PST Tue" status="UNANN" ID="1505100"> <layer rank="1" name="BNC"> <label end="0" start="0" name="PUQ"/> <label end="3" start="2" name="PRP"/> <label end="5" start="5" name="AT0"/> <label end="12" start="7" name="AV0"/> <label end="18" start="14" name="AJ0"/> <label end="22" start="20" name="CJC"/> <label end="30" start="24" name="AJ0"/> <label end="34" start="32" name="NN1"/> <label end="36" start="36" name="PUN"/> <label end="38" start="38" name="PUQ"/> <label end="41" start="40" name="PNP"/> <label end="47" start="43" name="VVD"/> <label end="49" start="49" name="PUN"/> <label end="57" start="51" name="VVG"/> <label end="69" start="59" name="AJ0"/> <label end="71" start="71" name="PUN"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:37 PST Tue" status="MANUAL" ID="1505101"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3293" end="12" start="7" name="Degree"/> <label cBy="gGK" feID="3291" end="34" start="32" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="12" start="7" name="Dep"/> <label end="34" start="32" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="12" start="7" name="AVP"/> <label end="34" start="32" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="18" start="14" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> </subCorpus> <subCorpus name="A-001-s20-lcoll-so"/> <subCorpus name="A-001-s20-lcoll-too"/> <subCorpus name="A-001-s20-lcoll-very"> <sentence sentNo="0" aPos="4253001" ID="1026609"> <text>He returned after a very jolly trip , with a ten-pound carrot and a giant pumpkin , which he sent to Prince Charles . </text> <annotationSet cDate="01/07/2003 11:32:38 PST Tue" status="UNANN" ID="1505116"> <layer rank="1" name="BNC"> <label end="1" start="0" name="PNP"/> <label end="10" start="3" name="VVD"/> <label end="16" start="12" name="PRP"/> <label end="18" start="18" name="AT0"/> <label end="23" start="20" name="AJ0-AV0"/> <label end="29" start="25" name="AJ0"/> <label end="34" start="31" name="NN1"/> <label end="36" start="36" name="PUN"/> <label end="41" start="38" name="PRP"/> <label end="43" start="43" name="AT0"/> <label end="53" start="45" name="AJ0-NN1"/> <label end="60" start="55" name="NN1"/> <label end="64" start="62" name="CJC"/> <label end="66" start="66" name="AT0"/> <label end="72" start="68" name="AJ0-NN1"/> <label end="80" start="74" name="NN1"/> <label end="82" start="82" name="PUN"/> <label end="88" start="84" name="DTQ"/> <label end="91" start="90" name="PNP"/> <label end="96" start="93" name="VVD"/> <label end="99" start="98" name="PRP"/> <label end="106" start="101" name="NP0"/> <label end="114" start="108" name="NP0"/> <label end="116" start="116" name="PUN"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:38 PST Tue" status="MANUAL" ID="1505117"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3293" end="23" start="20" name="Degree"/> <label cBy="gGK" feID="3291" end="34" start="31" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="23" start="20" name="Dep"/> <label end="34" start="31" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="23" start="20" name="AVP"/> <label end="34" start="31" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="29" start="25" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> <sentence sentNo="0" aPos="31643292" ID="1026611"> <text>She had a very jolly time in Korea and she does not like being photographed by the Press . </text> <annotationSet cDate="01/07/2003 11:32:38 PST Tue" status="UNANN" ID="1505120"> <layer rank="1" name="BNC"> <label end="2" start="0" name="PNP"/> <label end="6" start="4" name="VHD"/> <label end="8" start="8" name="AT0"/> <label end="13" start="10" name="AV0"/> <label end="19" start="15" name="AJ0"/> <label end="24" start="21" name="NN1"/> <label end="27" start="26" name="PRP"/> <label end="33" start="29" name="NP0"/> <label end="37" start="35" name="CJC"/> <label end="41" start="39" name="PNP"/> <label end="46" start="43" name="VDZ"/> <label end="50" start="48" name="XX0"/> <label end="55" start="52" name="VVI"/> <label end="61" start="57" name="VBG"/> <label end="74" start="63" name="VVN"/> <label end="77" start="76" name="PRP"/> <label end="81" start="79" name="AT0"/> <label end="87" start="83" name="NN0"/> <label end="89" start="89" name="PUN"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:38 PST Tue" status="MANUAL" ID="1505121"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3293" end="13" start="10" name="Degree"/> <label cBy="gGK" feID="3291" end="33" start="21" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="13" start="10" name="Dep"/> <label end="33" start="21" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="13" start="10" name="AVP"/> <label end="33" start="21" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="19" start="15" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> </subCorpus> <subCorpus name="A-001-s50-lgov-be"> <sentence sentNo="0" aPos="28765589" ID="1026629"> <text>By the end , of course , they were thoroughly enjoying themselves because they 'd had a bit to drink and it was a jolly convivial evening . &quot; </text> <annotationSet cDate="01/07/2003 11:32:40 PST Tue" status="UNANN" ID="1505156"> <layer rank="1" name="BNC"> <label end="1" start="0" name="PRP"/> <label end="5" start="3" name="AT0"/> <label end="9" start="7" name="NN1"/> <label end="11" start="11" name="PUN"/> <label end="14" start="13" name="AV0"/> <label end="21" start="16" name="AV0"/> <label end="23" start="23" name="PUN"/> <label end="28" start="25" name="PNP"/> <label end="33" start="30" name="VBD"/> <label end="44" start="35" name="AV0"/> <label end="53" start="46" name="VVG"/> <label end="64" start="55" name="PNX"/> <label end="72" start="66" name="CJS"/> <label end="77" start="74" name="PNP"/> <label end="80" start="79" name="VHD"/> <label end="84" start="82" name="VHN"/> <label end="86" start="86" name="PNI"/> <label end="90" start="88" name="PNI"/> <label end="93" start="92" name="TO0"/> <label end="99" start="95" name="VVI"/> <label end="103" start="101" name="CJC"/> <label end="106" start="105" name="PNP"/> <label end="110" start="108" name="VBD"/> <label end="112" start="112" name="AT0"/> <label end="118" start="114" name="AJ0"/> <label end="128" start="120" name="AJ0"/> <label end="136" start="130" name="NN1"/> <label end="138" start="138" name="PUN"/> <label end="140" start="140" name="PUQ"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:40 PST Tue" status="MANUAL" ID="1505157"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3291" end="136" start="120" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="136" start="120" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="136" start="120" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="118" start="114" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> <sentence sentNo="0" aPos="59149218" ID="1026644"> <text>Oh well , this is going to be a jolly evening , is n't it ? &quot; </text> <annotationSet cDate="01/07/2003 11:32:43 PST Tue" status="UNANN" ID="1505186"> <layer rank="1" name="BNC"> <label end="1" start="0" name="ITJ"/> <label end="6" start="3" name="AV0"/> <label end="8" start="8" name="PUN"/> <label end="13" start="10" name="DT0"/> <label end="16" start="15" name="VBZ"/> <label end="22" start="18" name="VVG"/> <label end="25" start="24" name="TO0"/> <label end="28" start="27" name="VBI"/> <label end="30" start="30" name="AT0"/> <label end="36" start="32" name="AJ0"/> <label end="44" start="38" name="NN1"/> <label end="46" start="46" name="PUN"/> <label end="49" start="48" name="VBZ"/> <label end="53" start="51" name="XX0"/> <label end="56" start="55" name="PNP"/> <label end="58" start="58" name="PUN"/> <label end="60" start="60" name="PUQ"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:43 PST Tue" status="MANUAL" ID="1505187"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3291" end="44" start="38" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="44" start="38" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="44" start="38" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="36" start="32" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> </subCorpus> <subCorpus name="A-002-s20-rcoll-music"> <sentence sentNo="0" aPos="2112689" ID="1026664"> <text>It is of a more than usually splendid birthday party , of jolly music , beer and sausages , goose-stepping , displays of rocket transporters and President Gorbachev saying ( without mentioning his loaded off-the-cuff remarks , or those by his spokesman , Gennady Gerasimov ) all the right things about West German revanchism . </text> <annotationSet cDate="01/07/2003 11:32:46 PST Tue" status="UNANN" ID="1505226"> <layer rank="1" name="BNC"> <label end="1" start="0" name="PNP"/> <label end="4" start="3" name="VBZ"/> <label end="7" start="6" name="PRF"/> <label end="9" start="9" name="AT0"/> <label end="14" start="11" name="AV0"/> <label end="19" start="16" name="CJS"/> <label end="27" start="21" name="AV0"/> <label end="36" start="29" name="AJ0"/> <label end="45" start="38" name="NN1"/> <label end="51" start="47" name="NN0"/> <label end="53" start="53" name="PUN"/> <label end="56" start="55" name="PRF"/> <label end="62" start="58" name="AJ0"/> <label end="68" start="64" name="NN1"/> <label end="70" start="70" name="PUN"/> <label end="75" start="72" name="NN1"/> <label end="79" start="77" name="CJC"/> <label end="88" start="81" name="NN2"/> <label end="90" start="90" name="PUN"/> <label end="105" start="92" name="AJ0-NN1"/> <label end="107" start="107" name="PUN"/> <label end="116" start="109" name="NN2-VVZ"/> <label end="119" start="118" name="PRF"/> <label end="126" start="121" name="NN1"/> <label end="139" start="128" name="NN2"/> <label end="143" start="141" name="CJC"/> <label end="153" start="145" name="NP0"/> <label end="163" start="155" name="NP0"/> <label end="170" start="165" name="NN1-VVG"/> <label end="172" start="172" name="PUL"/> <label end="180" start="174" name="PRP"/> <label end="191" start="182" name="VVG"/> <label end="195" start="193" name="DPS"/> <label end="202" start="197" name="AJ0-VVD"/> <label end="215" start="204" name="AJ0-NN1"/> <label end="223" start="217" name="NN2-VVZ"/> <label end="225" start="225" name="PUN"/> <label end="228" start="227" name="CJC"/> <label end="234" start="230" name="DT0"/> <label end="237" start="236" name="PRP"/> <label end="241" start="239" name="DPS"/> <label end="251" start="243" name="NN1"/> <label end="253" start="253" name="PUN"/> <label end="261" start="255" name="NP0"/> <label end="271" start="263" name="NP0"/> <label end="273" start="273" name="PUR"/> <label end="277" start="275" name="DT0"/> <label end="281" start="279" name="AT0"/> <label end="287" start="283" name="AJ0-NN1"/> <label end="294" start="289" name="NN2"/> <label end="300" start="296" name="PRP"/> <label end="305" start="302" name="NP0"/> <label end="312" start="307" name="AJ0-NN1"/> <label end="323" start="314" name="NN1"/> <label end="325" start="325" name="PUN"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:46 PST Tue" status="MANUAL" ID="1505227"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3291" end="68" start="64" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="68" start="64" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="68" start="64" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="62" start="58" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> </subCorpus> <subCorpus name="A-002-s20-rcoll-sketch"/> <subCorpus name="A-002-s20-rcoll-time"> <sentence sentNo="0" aPos="87021911" ID="1026666"> <text>Grunte said that by and large most people had a jolly time , although there was , perhaps , a shade too much speechifying . </text> <annotationSet cDate="01/07/2003 11:32:46 PST Tue" status="UNANN" ID="1505230"> <layer rank="1" name="BNC"> <label end="5" start="0" name="NP0"/> <label end="10" start="7" name="VVD"/> <label end="15" start="12" name="CJT"/> <label end="18" start="17" name="AV0"/> <label end="22" start="20" name="AV0"/> <label end="28" start="24" name="AV0"/> <label end="33" start="30" name="DT0"/> <label end="40" start="35" name="NN0"/> <label end="44" start="42" name="VHD"/> <label end="46" start="46" name="AT0"/> <label end="52" start="48" name="AJ0"/> <label end="57" start="54" name="NN1"/> <label end="59" start="59" name="PUN"/> <label end="68" start="61" name="CJS"/> <label end="74" start="70" name="EX0"/> <label end="78" start="76" name="VBD"/> <label end="80" start="80" name="PUN"/> <label end="88" start="82" name="AV0"/> <label end="90" start="90" name="PUN"/> <label end="92" start="92" name="AT0"/> <label end="98" start="94" name="NN1"/> <label end="102" start="100" name="AV0"/> <label end="107" start="104" name="AV0"/> <label end="120" start="109" name="NN1-VVG"/> <label end="122" start="122" name="PUN"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:46 PST Tue" status="MANUAL" ID="1505231"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3291" end="57" start="54" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="57" start="54" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="57" start="54" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="52" start="48" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> <sentence sentNo="0" aPos="87024645" ID="1026667"> <text>` We shall all have a jolly time . &quot; </text> <annotationSet cDate="01/07/2003 11:32:46 PST Tue" status="UNANN" ID="1505232"> <layer rank="1" name="BNC"> <label end="0" start="0" name="PUQ"/> <label end="3" start="2" name="PNP"/> <label end="9" start="5" name="VM0"/> <label end="13" start="11" name="AV0"/> <label end="18" start="15" name="VHI"/> <label end="20" start="20" name="AT0"/> <label end="26" start="22" name="AJ0"/> <label end="31" start="28" name="NN1"/> <label end="33" start="33" name="PUN"/> <label end="35" start="35" name="PUQ"/> </layer> <layer rank="1" name="NER"/> <layer rank="1" name="WSL"/> </annotationSet> <annotationSet cDate="01/07/2003 11:32:46 PST Tue" status="MANUAL" ID="1505233"> <layer rank="1" name="FE"> <label cBy="gGK" feID="3291" end="31" start="28" name="Stimulus"/> </layer> <layer rank="1" name="GF"> <label end="31" start="28" name="Head"/> </layer> <layer rank="1" name="PT"> <label end="31" start="28" name="N"/> </layer> <layer rank="1" name="Sent"/> <layer rank="1" name="Other"/> <layer rank="1" name="Target"> <label cBy="BoC" end="26" start="22" name="Target"/> </layer> <layer rank="1" name="Adj"/> </annotationSet> </sentence> </subCorpus> <subCorpus name="A-170-s20-prenom"/> <subCorpus name="A-180-s20-punct"/> <subCorpus name="A-190-s20-other"/> </lexUnit>
53.844068
352
0.444535
e24a2f9d8f32f9915407a035a5ddac08b5ee9b1e
1,293
plist
XML
Resource/tengfei/Config.plist
liboy/LBAutoPackingShell
f993bb02d639aff2b0b9ca34cda9eba7d10b0a2a
[ "Zend-2.0", "OLDAP-2.4", "OLDAP-2.7", "Apache-2.0" ]
2
2019-03-19T08:28:12.000Z
2021-04-23T07:33:49.000Z
Resource/tengfei/Config.plist
liboy/LBAutoPackingShell
f993bb02d639aff2b0b9ca34cda9eba7d10b0a2a
[ "Zend-2.0", "OLDAP-2.4", "OLDAP-2.7", "Apache-2.0" ]
null
null
null
Resource/tengfei/Config.plist
liboy/LBAutoPackingShell
f993bb02d639aff2b0b9ca34cda9eba7d10b0a2a
[ "Zend-2.0", "OLDAP-2.4", "OLDAP-2.7", "Apache-2.0" ]
2
2019-03-19T08:28:49.000Z
2021-04-23T07:33:43.000Z
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BundleIdentifier</key> <string>com.BaoNaHaoParent.tengfeischool</string> <key>AppName</key> <string>腾飞教育</string> <key>Version</key> <string>1.3.0</string> <key>Build</key> <string>1.3.0</string> <key>project_id</key> <string>6887924941644ccda5fc18db3ff3df04</string> <key>merchant_id</key> <string>4720d109e612723b137db83b53c024bd</string> <key>system_color</key> <string>#FFC822</string> <key>agencyIntro_url</key> <string>http://m.baonahao.com/statics/tengfei</string> <key>merchant_phone</key> <string>0510-85887827</string> <key>baidu_MapKey</key> <string>MeqfFpueIyhLWHDFMUWrZhRxfHGtkHEt</string> <key>weChat_AppID</key> <string></string> <key>weChat_AppSecret</key> <string></string> <key>jPush_AppKey</key> <string>cdb78eb40946c991c4142962</string> <key>uMeng_AppKey</key> <string>5a138e4f8f4a9d60b30001a0</string> <key>bugly_AppId</key> <string>5816b081b7</string> <key>bugly_AppKey</key> <string>9b24c7ca-3340-4978-a568-f9a4d6d96c90</string> <key>alipay_URLScheme</key> <string>com.baonahao.tengfei</string> <key>wechat_URLScheme</key> <string></string> </dict> </plist>
30.069767
102
0.737819
b63ee26208f110acf8fb6a7c1739cba905c83014
4,869
xml
XML
p1/p1-t16/p1-t16-c111-s72Y.xml
morrissinger/MassGenLaws
8d740ef0e0fb8334174fac7ff1ab97c579f54862
[ "Unlicense" ]
1
2020-11-25T20:33:55.000Z
2020-11-25T20:33:55.000Z
p1/p1-t16/p1-t16-c111-s72Y.xml
morrissinger/MassGenLaws
8d740ef0e0fb8334174fac7ff1ab97c579f54862
[ "Unlicense" ]
null
null
null
p1/p1-t16/p1-t16-c111-s72Y.xml
morrissinger/MassGenLaws
8d740ef0e0fb8334174fac7ff1ab97c579f54862
[ "Unlicense" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <law> <structure> <unit label="part" identifier="1" order_by="1" level="1">Administration Of The Government</unit> <unit label="title" identifier="16" order_by="16" level="2">Public Health</unit> <unit label="chapter" identifier="111" order_by="111" level="3">Public Health</unit> </structure> <section_number>72Y</section_number> <catch_line>Nursing Pool Registrations</catch_line> <order_by>72Y</order_by> <text>   As used in this section, the following words, unless the context clearly requires otherwise, shall have the following meaning:  "Health care facility'', a hospital, institution for the care of unwed mothers or clinic, as defined in section fifty-two; a long-term facility, which is an infirmary maintained in a town, a convalescent or nursing home, a rest home or a charitable home for the aged, as defined in section seventy-one; a clinical laboratory subject to licensing under chapter one hundred and eleven D, a public medical institution, which is any medical institution, and, after December first, nineteen hundred and seventy-two, any institution, for the mentally ill or retarded, supported in whole or in part by public funds, staffed by professional, medical and nursing personnel and providing medical care, in accordance with standards established through licensing, approval or certification for participation in programs administered under Titles XVIII and XIX of the Federal Social Security Act, by the department of public health; and any part of such facilities; provided, however, that "health care facility'' shall not include a facility operated by and for persons who rely exclusively upon treatment by spiritual means through prayer for healing, in accordance with the creed or tenets of a church or religious denomination and in which health care by or under the supervision of doctors of medicine, osteopathy, or dentistry is not provided.  "Nursing pool'', any person, firm, corporation, partnership, or association engaged for hire in the business of providing or procuring temporary employment in health care facilities for medical personnel including but not limited to nurses, nursing assistants, nurses' aides, and orderlies. "Nursing Pool'' shall not include an individual who only engages in providing his or her own services on a temporary basis to health care facilities.  A person who operates a nursing pool shall register the pool with the commissioner. Each separate location of the business of a nursing pool shall have a separate registration.  The commissioner, by regulation, shall establish forms and procedures for the processing of nursing pool registration applications, including the payment of a reasonable registration fee.  The commissioner, by regulation, shall establish minimum standards for the registration and operation of a nursing pool. The regulations shall be designed to protect the public's right to high quality health care by assuring that nursing pools employ competent and qualified nursing personnel, and that such nursing personnel are provided to health care facilities in a way to meet the needs of residents and patients.[ Fifth paragraph effective until November 4, 2012. For text effective November 4, 2012, see below.]  The executive office of health and human services, in cooperation with the department of public health, shall establish by regulation reasonable rates of payment pursuant to this section and section 7 of chapter 118G for services provided by nursing pools registered with the department of public health. A pool shall not bill or receive payments from health care facilities at a rate greater than the rate established pursuant to this section and section 7 of chapter 118G.[ Fifth paragraph as amended by 2012, 224, Sec. 90 effective November 4, 2012. For text effective until November 4, 2012, see above.]  The executive office of health and human services, in cooperation with the department of public health, shall establish by regulation reasonable rates of payment pursuant to this section and section 13D of chapter 118E for services provided by nursing pools registered with the department of public health. A pool shall not bill or receive payments from health care facilities at a rate greater than the rate established pursuant to this section and section 13D of chapter 118E.  No such regulation shall allow reimbursement for the use of personnel from nursing pools which are not registered pursuant to this section.  Regulations promulgated pursuant to this section shall comply with chapter thirty A.  Any nursing pool for which a rate is set pursuant to this section shall be subject to the duties and responsibilities set forth in section thirty-five of chapter six A, whether or not receiving payment from a governmental unit. </text> </law>
347.785714
4,348
0.799754
9b3f3e12bc842e88e5bd8d2e5cd5cc8f8d313b2c
20,125
xml
XML
frequency-flashcards/dictionary/output/rank1011.xml
donkirkby/donkirkby-old
05dfa66fea7a63886b422aaf922d8b9d60300c96
[ "MIT" ]
null
null
null
frequency-flashcards/dictionary/output/rank1011.xml
donkirkby/donkirkby-old
05dfa66fea7a63886b422aaf922d8b9d60300c96
[ "MIT" ]
null
null
null
frequency-flashcards/dictionary/output/rank1011.xml
donkirkby/donkirkby-old
05dfa66fea7a63886b422aaf922d8b9d60300c96
[ "MIT" ]
null
null
null
<?xml version='1.0' encoding='UTF-8'?> <mnemosyne core_version='1'> <category active='1'> <name>Most common Chinese characters 1006-1011 - English</name> </category> <category active='1'> <name>Most common Chinese characters 1006-1011 - Hanzi</name> </category> <category active='1'> <name>Most common Chinese characters 1006-1011 - Traditional</name> </category> <category active='1'> <name>Most common Chinese characters 1006-1011 - Pinyin</name> </category> <category active='1'> <name>Most common Chinese characters 1006-1011 - Words</name> </category> <item id='_0'> <cat>Most common Chinese characters 1006-1011 - English</cat> <Q>Write the character:&lt;br&gt;lack; short</Q> <A>&lt;img src="stroke-images/1006.png"&gt;&lt;br&gt;duǎn&lt;br&gt;缩短 (縮短) suōduǎn to curtail; to cut down</A> </item> <item id='_1'> <cat>Most common Chinese characters 1006-1011 - English</cat> <Q>Write the character:&lt;br&gt;fantasy</Q> <A>幻 (strokes unavailable)&lt;br&gt;huàn&lt;br&gt;幻想 huànxiǎng delusion; fantasy</A> </item> <item id='_2'> <cat>Most common Chinese characters 1006-1011 - English</cat> <Q>Write the character:&lt;br&gt;granule; hoarse; raspy; sand; powder; abbr. for Tsar or Tsarist Russia; surname Sha</Q> <A>&lt;img src="stroke-images/1008.png"&gt;&lt;br&gt;shā&lt;br&gt;沙漠 shāmò desert</A> </item> <item id='_3'> <cat>Most common Chinese characters 1006-1011 - English</cat> <Q>Write the character:&lt;br&gt;1: adjourn; scatter&lt;br&gt;2: leisurely; loosen; powdered medicine; to scatter; to come loose</Q> <A>散 (strokes unavailable)&lt;br&gt;1: sàn 2: sǎn&lt;br&gt;分散 fēnsàn scatter; disperse; distribute 散射 sǎnshè scattering</A> </item> <item id='_4'> <cat>Most common Chinese characters 1006-1011 - English</cat> <Q>Write the character:&lt;br&gt;enemy; match</Q> <A>敌 (strokes unavailable)&lt;br&gt;traditional: 敵&lt;br&gt;dí&lt;br&gt;敌人 (敵人) dírén enemy</A> </item> <item id='_5'> <cat>Most common Chinese characters 1006-1011 - English</cat> <Q>Write the character:&lt;br&gt;country; village</Q> <A>&lt;img src="stroke-images/1011.png"&gt;&lt;br&gt;traditional: 鄉&lt;br&gt;xiāng&lt;br&gt;乡村 (鄉村) xiāngcūn rustic; village; countryside</A> </item> <item id='_6'> <cat>Most common Chinese characters 1006-1011 - Hanzi</cat> <Q>短</Q> <A>duǎn&lt;br&gt;lack; short&lt;br&gt;缩短 (縮短) suōduǎn to curtail; to cut down</A> </item> <item id='_7'> <cat>Most common Chinese characters 1006-1011 - Hanzi</cat> <Q>幻</Q> <A>huàn&lt;br&gt;fantasy&lt;br&gt;幻想 huànxiǎng delusion; fantasy</A> </item> <item id='_8'> <cat>Most common Chinese characters 1006-1011 - Hanzi</cat> <Q>沙</Q> <A>shā&lt;br&gt;granule; hoarse; raspy; sand; powder; abbr. for Tsar or Tsarist Russia; surname Sha&lt;br&gt;沙漠 shāmò desert</A> </item> <item id='_9'> <cat>Most common Chinese characters 1006-1011 - Hanzi</cat> <Q>散</Q> <A>1: sàn 2: sǎn&lt;br&gt;1: adjourn; scatter&lt;br&gt;2: leisurely; loosen; powdered medicine; to scatter; to come loose&lt;br&gt;分散 fēnsàn scatter; disperse; distribute 散射 sǎnshè scattering</A> </item> <item id='_10'> <cat>Most common Chinese characters 1006-1011 - Hanzi</cat> <Q>敌</Q> <A>traditional: 敵&lt;br&gt;dí&lt;br&gt;enemy; match&lt;br&gt;敌人 (敵人) dírén enemy</A> </item> <item id='_11'> <cat>Most common Chinese characters 1006-1011 - Hanzi</cat> <Q>乡</Q> <A>traditional: 鄉&lt;br&gt;xiāng&lt;br&gt;country; village&lt;br&gt;乡村 (鄉村) xiāngcūn rustic; village; countryside</A> </item> <item id='_12'> <cat>Most common Chinese characters 1006-1011 - Traditional</cat> <Q>敵</Q> <A>simplified: 敌&lt;br&gt;dí&lt;br&gt;enemy; match&lt;br&gt;敌人 (敵人) dírén enemy</A> </item> <item id='_13'> <cat>Most common Chinese characters 1006-1011 - Traditional</cat> <Q>鄉</Q> <A>simplified: 乡&lt;br&gt;xiāng&lt;br&gt;country; village&lt;br&gt;乡村 (鄉村) xiāngcūn rustic; village; countryside</A> </item> <item id='_14'> <cat>Most common Chinese characters 1006-1011 - Pinyin</cat> <Q>Write the character: duǎn&lt;br&gt;(suōduǎn de duǎn)</Q> <A>&lt;img src="stroke-images/1006.png"&gt;&lt;br&gt;lack; short&lt;br&gt;缩短 (縮短) suōduǎn to curtail; to cut down</A> </item> <item id='_15'> <cat>Most common Chinese characters 1006-1011 - Pinyin</cat> <Q>Write the character: huàn&lt;br&gt;(huànxiǎng de huàn)</Q> <A>幻 (strokes unavailable)&lt;br&gt;fantasy&lt;br&gt;幻想 huànxiǎng delusion; fantasy</A> </item> <item id='_16'> <cat>Most common Chinese characters 1006-1011 - Pinyin</cat> <Q>Write the character: shā&lt;br&gt;(shāmò de shā)</Q> <A>&lt;img src="stroke-images/1008.png"&gt;&lt;br&gt;granule; hoarse; raspy; sand; powder; abbr. for Tsar or Tsarist Russia; surname Sha&lt;br&gt;沙漠 shāmò desert</A> </item> <item id='_17'> <cat>Most common Chinese characters 1006-1011 - Pinyin</cat> <Q>Write the character: sàn&lt;br&gt;(fēnsàn de sàn)</Q> <A>散 (strokes unavailable)&lt;br&gt;adjourn; scatter&lt;br&gt;分散 fēnsàn scatter; disperse; distribute</A> </item> <item id='_18'> <cat>Most common Chinese characters 1006-1011 - Pinyin</cat> <Q>Write the character: sǎn&lt;br&gt;(sǎnshè de sǎn)</Q> <A>散 (strokes unavailable)&lt;br&gt;leisurely; loosen; powdered medicine; to scatter; to come loose&lt;br&gt;散射 sǎnshè scattering</A> </item> <item id='_19'> <cat>Most common Chinese characters 1006-1011 - Pinyin</cat> <Q>Write the character: dí&lt;br&gt;(dírén de dí)</Q> <A>敌 (strokes unavailable)&lt;br&gt;traditional: 敵&lt;br&gt;enemy; match&lt;br&gt;敌人 (敵人) dírén enemy</A> </item> <item id='_20'> <cat>Most common Chinese characters 1006-1011 - Pinyin</cat> <Q>Write the character: xiāng&lt;br&gt;(xiāngcūn de xiāng)</Q> <A>&lt;img src="stroke-images/1011.png"&gt;&lt;br&gt;traditional: 鄉&lt;br&gt;country; village&lt;br&gt;乡村 (鄉村) xiāngcūn rustic; village; countryside</A> </item> <item id='_21'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>取长补短</Q> <A>traditional: 取長補短&lt;br&gt;qǔchángbǔduǎn lit. use others' strengths to make up for one's weak points (成语 saw from Mencius); to use this in place of that; what you lose on the swings, you win on the roundabouts</A> </item> <item id='_22'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短传</Q> <A>traditional: 短傳&lt;br&gt;duǎnchuán sports short pass</A> </item> <item id='_23'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短兵相接</Q> <A>duǎnbīngxiāngjiē fight at close quarters</A> </item> <item id='_24'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短命</Q> <A>duǎnmìng die young</A> </item> <item id='_25'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短小</Q> <A>duǎnxiǎo short and small</A> </item> <item id='_26'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短少</Q> <A>duǎnshǎo deficient</A> </item> <item id='_27'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短工</Q> <A>duǎngōng casual laborer</A> </item> <item id='_28'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短文</Q> <A>duǎnwén short article</A> </item> <item id='_29'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短期</Q> <A>duǎnqī short-term</A> </item> <item id='_30'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短波</Q> <A>duǎnbō short-wave (radio)</A> </item> <item id='_31'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短短</Q> <A>duǎnduǎn short</A> </item> <item id='_32'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短篇小说</Q> <A>traditional: 短篇小說&lt;br&gt;duǎnpiānxiǎoshuō narrative; short story</A> </item> <item id='_33'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短缺</Q> <A>duǎnquē shortage</A> </item> <item id='_34'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短处</Q> <A>traditional: 短處&lt;br&gt;duǎnchù (n) shortcoming, defect; fault</A> </item> <item id='_35'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短见</Q> <A>traditional: 短見&lt;br&gt;duǎnjiàn shortsighted view</A> </item> <item id='_36'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短训班</Q> <A>traditional: 短訓班&lt;br&gt;duǎnxùnbān short-term training course</A> </item> <item id='_37'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短评</Q> <A>traditional: 短評&lt;br&gt;duǎnpíng short commentary</A> </item> <item id='_38'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短跑</Q> <A>duǎnpǎo sprint (race)</A> </item> <item id='_39'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短路</Q> <A>duǎnlù short circuit</A> </item> <item id='_40'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>短音</Q> <A>duǎnyīn short sound</A> </item> <item id='_41'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>简短</Q> <A>traditional: 簡短&lt;br&gt;jiǎnduǎn brief; short-duration</A> </item> <item id='_42'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>超短波</Q> <A>chāoduǎnbō ultrashout</A> </item> <item id='_43'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>长短</Q> <A>traditional: 長短&lt;br&gt;chángduǎn length; duration; accident; right and wrong; good and bad</A> </item> <item id='_44'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>梦幻</Q> <A>traditional: 夢幻&lt;br&gt;mènghuàn illusion</A> </item> <item id='_45'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>幻想</Q> <A>huànxiǎng delusion; fantasy</A> </item> <item id='_46'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>幻灯</Q> <A>traditional: 幻燈&lt;br&gt;huàndēng lantern slides</A> </item> <item id='_47'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>幻觉</Q> <A>traditional: 幻覺&lt;br&gt;huànjiào hallucination&lt;br&gt;huànjué hallucinations</A> </item> <item id='_48'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>变幻</Q> <A>traditional: 變幻&lt;br&gt;biànhuàn change irregularly; fluctuate</A> </item> <item id='_49'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙土</Q> <A>shātǔ (n) sandy soil</A> </item> <item id='_50'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙场</Q> <A>traditional: 沙場&lt;br&gt;shācháng battlefield&lt;br&gt;shāchǎng (n) sandpit</A> </item> <item id='_51'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙子</Q> <A>shāzi sand; grit</A> </item> <item id='_52'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙巴</Q> <A>Shābā Sabah (Malaysian state)&lt;br&gt;shābā sabah</A> </item> <item id='_53'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙市</Q> <A>Shāshì (N) Shashi (city in Hubei)&lt;br&gt;shāshì Shashi</A> </item> <item id='_54'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙拉</Q> <A>shālā salad</A> </item> <item id='_55'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙文主义</Q> <A>traditional: 沙文主義&lt;br&gt;shāwénzhǔyì chauvinism</A> </item> <item id='_56'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙发</Q> <A>traditional: 沙發&lt;br&gt;shāfā sofa</A> </item> <item id='_57'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>沙石</Q> <A>shāshí sand and stones</A> </item> <item id='_58'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>流沙</Q> <A>liúshā quick-sand</A> </item> <item id='_59'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>华沙</Q> <A>traditional: 華沙&lt;br&gt;Huáshā Warsaw (capital of Poland)&lt;br&gt;huáshā Warsaw</A> </item> <item id='_60'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>西沙群岛</Q> <A>traditional: 西沙群島&lt;br&gt;Xīshāqúndǎo Paracel Islands</A> </item> <item id='_61'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>金沙</Q> <A>Jīnshā (N) Jinsha (place in Guizhou)&lt;br&gt;jīnshā Jinsha</A> </item> <item id='_62'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>金沙江</Q> <A>Jīnshājiāng Jin Sha River</A> </item> <item id='_63'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>长沙</Q> <A>traditional: 長沙&lt;br&gt;Chángshā Changsha, capital of Hunan province in south central China&lt;br&gt;chángshā Changsha</A> </item> <item id='_64'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>风沙</Q> <A>traditional: 風沙&lt;br&gt;fēngshā (n) wind borne sand</A> </item> <item id='_65'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>分散</Q> <A>fēnsàn scatter; disperse; distribute</A> </item> <item id='_66'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>四散</Q> <A>sìsǎn circumfusion</A> </item> <item id='_67'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散乱</Q> <A>traditional: 散亂&lt;br&gt;sǎnluàn in disorder; messy</A> </item> <item id='_68'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散场</Q> <A>traditional: 散場&lt;br&gt;sànchǎng to empty a theater</A> </item> <item id='_69'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散失</Q> <A>sànshī to squander; lost&lt;br&gt;sǎnshī dissipate</A> </item> <item id='_70'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散射</Q> <A>sǎnshè scattering</A> </item> <item id='_71'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散居</Q> <A>sǎnjū to live scattered</A> </item> <item id='_72'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散布</Q> <A>sànbù to scatter</A> </item> <item id='_73'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散心</Q> <A>sànxīn to drive away cares; to relieve boredom&lt;br&gt;sǎnxīn beguilement</A> </item> <item id='_74'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散播</Q> <A>sànbō to spread; to disperse; to disseminate&lt;br&gt;sǎnbò Scatter</A> </item> <item id='_75'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散文</Q> <A>sǎnwén prose</A> </item> <item id='_76'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散会</Q> <A>traditional: 散會&lt;br&gt;sànhuì to disperse a meeting; to adjourn; finished</A> </item> <item id='_77'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散步</Q> <A>sànbù to take a walk; to go for a walk</A> </item> <item id='_78'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散漫</Q> <A>sǎnmàn undisciplined; unorganized</A> </item> <item id='_79'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散热器</Q> <A>traditional: 散熱器&lt;br&gt;sànrèqì heatsink; heat spreader; fan (computer) (lit. scatter heat device)&lt;br&gt;sǎnrèqì radiation</A> </item> <item id='_80'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散发</Q> <A>traditional: 散發&lt;br&gt;sànfā distribute; emit; issue</A> </item> <item id='_81'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散落</Q> <A>sànluò to disperse; to fall scattered; to sprinkle&lt;br&gt;sǎnluò to scatter</A> </item> <item id='_82'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散装</Q> <A>traditional: 散裝&lt;br&gt;sǎnzhuāng loose goods; goods sold by bulk</A> </item> <item id='_83'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>散开</Q> <A>traditional: 散開&lt;br&gt;sànkāi to separate; to disperse&lt;br&gt;sǎnkāi ravel</A> </item> <item id='_84'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>消散</Q> <A>xiāosàn to dissipate</A> </item> <item id='_85'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>发散</Q> <A>traditional: 發散&lt;br&gt;fāsàn disperse&lt;br&gt;fāsǎn exhale</A> </item> <item id='_86'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>离散</Q> <A>traditional: 離散&lt;br&gt;lísàn discrete; scatter; disperse&lt;br&gt;lísǎn separated</A> </item> <item id='_87'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>公敌</Q> <A>traditional: 公敵&lt;br&gt;gōngdí public enemy</A> </item> <item id='_88'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>势均力敌</Q> <A>traditional: 勢均力敵&lt;br&gt;shìjūnlìdí counterbalance</A> </item> <item id='_89'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>敌人</Q> <A>traditional: 敵人&lt;br&gt;dírén enemy</A> </item> <item id='_90'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>敌对</Q> <A>traditional: 敵對&lt;br&gt;díduì hostile; enemy (factions); combative</A> </item> <item id='_91'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>敌意</Q> <A>traditional: 敵意&lt;br&gt;díyì enmity; hostility</A> </item> <item id='_92'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>敌手</Q> <A>traditional: 敵手&lt;br&gt;díshǒu antagonist</A> </item> <item id='_93'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>敌视</Q> <A>traditional: 敵視&lt;br&gt;díshì (v) be antagonistic</A> </item> <item id='_94'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>敌军</Q> <A>traditional: 敵軍&lt;br&gt;díjūn the enemy army</A> </item> <item id='_95'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>无敌</Q> <A>traditional: 無敵&lt;br&gt;wúdí unequalled; without rival; a paragon</A> </item> <item id='_96'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>上山下乡</Q> <A>traditional: 上山下鄉&lt;br&gt;shàngshānxìaxiāng to work in the fields (esp. young school-leavers); forced agricultural experience for city intellectuals</A> </item> <item id='_97'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>下乡</Q> <A>traditional: 下鄉&lt;br&gt;xìaxiāng (v) go to the countryside</A> </item> <item id='_98'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>城乡</Q> <A>traditional: 城鄉&lt;br&gt;chéngxiāng city and countryside</A> </item> <item id='_99'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>安乡</Q> <A>traditional: 安鄉&lt;br&gt;An1xiāng (N) Anxiang (place in Hunan)&lt;br&gt;ānxiāng Anxiang</A> </item> <item id='_100'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>家乡</Q> <A>traditional: 家鄉&lt;br&gt;jīaxiāng hometown; native place</A> </item> <item id='_101'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>故乡</Q> <A>traditional: 故鄉&lt;br&gt;gùxiàng home&lt;br&gt;gùxiāng home; homeland; native place</A> </item> <item id='_102'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>新乡</Q> <A>traditional: 新鄉&lt;br&gt;Xīnxiāng (N) Xinxiang (city in Henan)&lt;br&gt;xīnxiāng Xinxiang</A> </item> <item id='_103'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>东乡</Q> <A>traditional: 東鄉&lt;br&gt;Dōngxiāng (N) Dongxiang (place in Jiangxi)&lt;br&gt;dōngxiāng Dongxiang nationality</A> </item> <item id='_104'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>异乡</Q> <A>traditional: 異鄉&lt;br&gt;yìxiāng in a foreign land; away from home</A> </item> <item id='_105'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>老乡</Q> <A>traditional: 老鄉&lt;br&gt;lǎoxiāng fellow townsman; fellow villager; someone from the same hometown</A> </item> <item id='_106'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>还乡</Q> <A>traditional: 還鄉&lt;br&gt;huánxiāng to return home; fig. to retire from public life</A> </item> <item id='_107'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>乡下</Q> <A>traditional: 鄉下&lt;br&gt;xiāngxìa country (as opposed to town or city); rural</A> </item> <item id='_108'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>乡人</Q> <A>traditional: 鄉人&lt;br&gt;xiāngrén a villager; a fellow villager</A> </item> <item id='_109'> <cat>Most common Chinese characters 1006-1011 - Words</cat> <Q>乡亲</Q> <A>traditional: 鄉親&lt;br&gt;xiāngqīn fellow countryman (from the same village); local people; villager; the folks back home</A> </item> </mnemosyne>
35.369069
217
0.682981
62aae2f0491b5ad537d356b9e6316786b6413116
2,693
xml
XML
data/projects/maintainable-php-framework/MetaData.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
data/projects/maintainable-php-framework/MetaData.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
data/projects/maintainable-php-framework/MetaData.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <response> <status>success</status> <result> <project> <id>14546</id> <name>Maintainable PHP Framework</name> <url>http://www.ohloh.net/p/maintainable-php-framework.xml</url> <html_url>http://www.ohloh.net/p/maintainable-php-framework</html_url> <created_at>2008-05-30T20:52:29Z</created_at> <updated_at>2013-06-29T14:46:30Z</updated_at> <description>The Maintainable PHP Framework is based around the Model-View-Controller pattern and is modeled after Ruby on Rails. It aims for compatibility with PHP version 5.1.4 and later.</description> <homepage_url>http://framework.maintainable.com/</homepage_url> <download_url>http://framework.maintainable.com/</download_url> <url_name>maintainable-php-framework</url_name> <medium_logo_url>no_logo.png</medium_logo_url> <small_logo_url>no_logo_32.png</small_logo_url> <user_count>2</user_count> <average_rating></average_rating> <rating_count>0</rating_count> <review_count>0</review_count> <analysis_id>14460551</analysis_id> <analysis> <id>14460551</id> <url>http://www.ohloh.net/analyses/14460551.xml</url> <project_id>14546</project_id> <updated_at>2013-07-16T23:35:26Z</updated_at> <logged_at>2013-07-16T23:35:25Z</logged_at> <min_month>2008-05-01T00:00:00Z</min_month> <max_month>2012-02-01T00:00:00Z</max_month> <twelve_month_contributor_count>0</twelve_month_contributor_count> <total_code_lines>29453</total_code_lines> <factoids> <factoid type="FactoidCommentsHigh"> Well-commented source code </factoid> <factoid type="FactoidAgeOld"> Well-established codebase </factoid> <factoid type="FactoidActivityDecreasing"> Decreasing Y-O-Y development activity </factoid> <factoid type="FactoidTeamSizeZero"> No recent development activity </factoid> </factoids> <languages graph_url="http://www.ohloh.net/p/maintainable-php-framework/analyses/14460551/languages.png"> <language color="356AA0" percentage="98" id="2"> PHP </language> <language color="000000" percentage="2" id=""> 5 Other </language> </languages> <main_language_id>2</main_language_id> <main_language_name>PHP</main_language_name> </analysis> <licenses> <license> <name>BSD-3-Clause</name> <nice_name>BSD 3-clause &quot;New&quot; or &quot;Revised&quot; License</nice_name> </license> </licenses> </project> </result> </response>
44.147541
209
0.664686
27861dc87331fb4a116ece38940b2c1b6870136e
1,952
xml
XML
xml/dodekafonism.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
7
2016-11-13T09:19:00.000Z
2020-06-08T22:02:02.000Z
xml/dodekafonism.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
2
2021-03-22T17:13:09.000Z
2021-12-13T19:40:05.000Z
xml/dodekafonism.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
2
2015-03-05T22:14:45.000Z
2015-09-14T16:55:00.000Z
<?xml version="1.0"?> <!DOCTYPE vortaro SYSTEM "../dtd/vokoxml.dtd"> <vortaro> <art mrk="$Id: dodekafonism.xml,v 1.7 2019/10/03 15:10:22 revo Exp $"> <kap> <rad>dodekafonism</rad>/o <fnt><bib>PIV2</bib></fnt> </kap> <drv mrk="dodekafonism.0o"> <kap><tld/>o</kap> <uzo tip="stl">RAR</uzo> <snc mrk="dodekafonism.0o.MUZ"> <uzo tip="fak">MUZ</uzo> <dif> <ref tip="dif" cel="ton.dekdu0ismo.MUZ">Dekdutonismo</ref>: <ekz> alvenis la sentonala muziko, kies &ccirc;efa figuro estis <nom>Arnold Sch&ouml;nberg</nom>, kun <tld/>o <fnt> <aut>P. S. Viana</aut>, <vrk><url ref="http://esperantaretradio.blogspot.co.at/2014/12/kandinsky-la-pioniro-de-abstrakta-arto.html"> Kandinsky - la pioniro de abstrakta arto</url></vrk>, <lok>Esperanta Retradio, 2014-12-10</lok> </fnt>. </ekz> </dif> </snc> <!-- formon maloftan traduku prefere per malofta formo nacilingva --> <trd lng="de">Zw&ouml;lftonmusik</trd> <trd lng="en">dodecaphony</trd> <trd lng="fr">dod&eacute;caphonisme</trd> <trdgrp lng="nl"> <trd>dodecafonie</trd>, <trd>twaalftoonstechniek</trd> </trdgrp> <trdgrp lng="no"> <trd>dodekafoni</trd>, <trd>tolvtonemusikk</trd> </trdgrp> <trd lng="pl">dodekafonia</trd> <trd lng="sk">dodekaf&oacute;nia</trd> <trd lng="cs">dodekafonie</trd> </drv> </art> <!-- $Log: dodekafonism.xml,v $ Revision 1.7 2019/10/03 15:10:22 revo Wolfram Diestel: germ trd, nom Revision 1.6 2017/06/28 20:10:19 revo Vito Redsky: +trd pl Revision 1.5 2015/09/14 18:10:16 revo Cindy Moon McKee: +trd en Revision 1.4 2015/07/04 08:37:32 revo aldono de trd cs per skripto de M. von Laer Revision 1.3 2015/06/29 16:29:37 revo aldono de trd sk per skripto de M. von Laer Revision 1.2 2015/04/14 20:10:17 revo Filip van Laenen: +trd(nl,no) Revision 1.1 2014/12/16 23:10:48 revo Jeromo Vasxe: nova artikolo --> </vortaro>
27.492958
117
0.637295
54c1a48a085e0231bbb680bfb254d0caffd7daa9
6,859
xml
XML
examples/Streaming/doc/docset/Contents/Resources/Tokens5.xml
fallending/GPUImage-ext
c66f6355a898b2a42160de036eb254db2bc45ac8
[ "BSD-3-Clause" ]
null
null
null
examples/Streaming/doc/docset/Contents/Resources/Tokens5.xml
fallending/GPUImage-ext
c66f6355a898b2a42160de036eb254db2bc45ac8
[ "BSD-3-Clause" ]
null
null
null
examples/Streaming/doc/docset/Contents/Resources/Tokens5.xml
fallending/GPUImage-ext
c66f6355a898b2a42160de036eb254db2bc45ac8
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <Tokens version="1.0"> <File path="Classes/KSYAVMuxer.html"> <Token> <TokenIdentifier>//apple_ref/occ/cl/KSYAVMuxer</TokenIdentifier> <Abstract type="html">音视频交织工具类</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/setBLoopVideo:</TokenIdentifier> <Abstract type="html">当视频数据比音频数据短时,是否循环使用视频数据 (默认为NO)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, assign) BOOL bLoopVideo</Declaration> <Anchor>//api/name/bLoopVideo</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/bLoopVideo</TokenIdentifier> <Abstract type="html">当视频数据比音频数据短时,是否循环使用视频数据 (默认为NO)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, assign) BOOL bLoopVideo</Declaration> <Anchor>//api/name/bLoopVideo</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instp/KSYAVMuxer/bLoopVideo</TokenIdentifier> <Abstract type="html">当视频数据比音频数据短时,是否循环使用视频数据 (默认为NO)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, assign) BOOL bLoopVideo</Declaration> <Anchor>//api/name/bLoopVideo</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/setBLoopAudio:</TokenIdentifier> <Abstract type="html">当音频数据比视频数据短时,是否循环使用音频数据 (默认为NO)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, assign) BOOL bLoopAudio</Declaration> <Anchor>//api/name/bLoopAudio</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/bLoopAudio</TokenIdentifier> <Abstract type="html">当音频数据比视频数据短时,是否循环使用音频数据 (默认为NO)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, assign) BOOL bLoopAudio</Declaration> <Anchor>//api/name/bLoopAudio</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instp/KSYAVMuxer/bLoopAudio</TokenIdentifier> <Abstract type="html">当音频数据比视频数据短时,是否循环使用音频数据 (默认为NO)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, assign) BOOL bLoopAudio</Declaration> <Anchor>//api/name/bLoopAudio</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/setMetadata:</TokenIdentifier> <Abstract type="html">最后输出视频文件时附带的metadata (默认为nil)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, copy) NSDictionary *metadata</Declaration> <Anchor>//api/name/metadata</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/metadata</TokenIdentifier> <Abstract type="html">最后输出视频文件时附带的metadata (默认为nil)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, copy) NSDictionary *metadata</Declaration> <Anchor>//api/name/metadata</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instp/KSYAVMuxer/metadata</TokenIdentifier> <Abstract type="html">最后输出视频文件时附带的metadata (默认为nil)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (atomic, copy) NSDictionary *metadata</Declaration> <Anchor>//api/name/metadata</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/startMuxVideo:andAudio:To:</TokenIdentifier> <Abstract type="html">启动处理(同步)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>- (void)startMuxVideo:(NSURL *)vFile andAudio:(NSURL *)aFile To:(NSURL *)oFile</Declaration> <Parameters> <Parameter> <Name>vFile</Name> <Abstract type="html">为输入的纯视频文件的路径</Abstract> </Parameter><Parameter> <Name>aFile</Name> <Abstract type="html">为输入的音频文件的路径</Abstract> </Parameter><Parameter> <Name>oFile</Name> <Abstract type="html">为输出文件的路径</Abstract> </Parameter> </Parameters> <Anchor>//api/name/startMuxVideo:andAudio:To:</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/asyncMuxVideo:andAudio:To:</TokenIdentifier> <Abstract type="html">启动处理(异步)</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>- (void)asyncMuxVideo:(NSURL *)vFile andAudio:(NSURL *)aFile To:(NSURL *)oFile</Declaration> <Parameters> <Parameter> <Name>vFile</Name> <Abstract type="html">为输入的纯视频文件的路径</Abstract> </Parameter><Parameter> <Name>aFile</Name> <Abstract type="html">为输入的音频文件的路径</Abstract> </Parameter><Parameter> <Name>oFile</Name> <Abstract type="html">为输出文件的路径</Abstract> </Parameter> </Parameters> <Anchor>//api/name/asyncMuxVideo:andAudio:To:</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/cancelMux</TokenIdentifier> <Abstract type="html">中止处理</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>- (void)cancelMux</Declaration> <Anchor>//api/name/cancelMux</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/setMuxCompleteBlock:</TokenIdentifier> <Abstract type="html">异步处理完成回调 @param status</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (nonatomic, copy) void ( ^ ) ( KSYAVMuxerStatus status ) muxCompleteBlock</Declaration> <Anchor>//api/name/muxCompleteBlock</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instm/KSYAVMuxer/muxCompleteBlock</TokenIdentifier> <Abstract type="html">异步处理完成回调 @param status</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (nonatomic, copy) void ( ^ ) ( KSYAVMuxerStatus status ) muxCompleteBlock</Declaration> <Anchor>//api/name/muxCompleteBlock</Anchor> <NodeRef refid="5"/> </Token> <Token> <TokenIdentifier>//apple_ref/occ/instp/KSYAVMuxer/muxCompleteBlock</TokenIdentifier> <Abstract type="html">异步处理完成回调 @param status</Abstract> <DeclaredIn>KSYAVMuxer.h</DeclaredIn> <Declaration>@property (nonatomic, copy) void ( ^ ) ( KSYAVMuxerStatus status ) muxCompleteBlock</Declaration> <Anchor>//api/name/muxCompleteBlock</Anchor> <NodeRef refid="5"/> </Token> </File> </Tokens>
30.757848
113
0.674005
7a9425370e85e0f4d8f62d2ef24de91fd366915b
1,707
xml
XML
src/main/webapp/WEB-INF/spring-basic-context.xml
VzOnepoint/onepoint
896b85b000a08caa60a21d89992221cfa075be0a
[ "MIT" ]
null
null
null
src/main/webapp/WEB-INF/spring-basic-context.xml
VzOnepoint/onepoint
896b85b000a08caa60a21d89992221cfa075be0a
[ "MIT" ]
null
null
null
src/main/webapp/WEB-INF/spring-basic-context.xml
VzOnepoint/onepoint
896b85b000a08caa60a21d89992221cfa075be0a
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="http://www.springframework.org/schema/mvc" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"> <context:component-scan base-package="com.vzw.wallet" /> <mvc:annotation-driven /> <bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter"> <property name="messageConverters"> <list> <ref bean="jsonMessageConverter"/> </list> </property> </bean> <bean id="methodHandlerExceptionResolver" class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver"> <property name="messageConverters"> <list> <ref bean="jsonMessageConverter"/> </list> </property> </bean> <bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource"> <property name="basename" value="classpath:messages" /> <property name="defaultEncoding" value="UTF-8"/> </bean> <!-- Configure bean to convert JSON to POJO and vice versa --> <bean id="jsonMessageConverter" class="org.springframework.http.converter.json.MappingJackson2HttpMessageConverter"> </bean> </beans>
44.921053
142
0.718805
eecf56b98130290601886b4a380279a2f09f3471
585,719
xaml
XML
Diagram/Showcase/Mockup/View/Property/PropertyPanel.xaml
syncfusion/uwp-demos
8c792b7081d9e50cfebb9a9a51c50b3f75453fe7
[ "Info-ZIP" ]
20
2018-08-30T01:49:38.000Z
2022-03-31T14:32:56.000Z
Diagram/Showcase/Mockup/View/Property/PropertyPanel.xaml
syncfusion/uwp-demos
8c792b7081d9e50cfebb9a9a51c50b3f75453fe7
[ "Info-ZIP" ]
1
2019-02-08T23:44:13.000Z
2019-02-15T05:37:35.000Z
Diagram/Showcase/Mockup/View/Property/PropertyPanel.xaml
syncfusion/uwp-demos
8c792b7081d9e50cfebb9a9a51c50b3f75453fe7
[ "Info-ZIP" ]
11
2018-11-05T06:14:04.000Z
2022-03-22T08:30:23.000Z
<Page x:Class="Mockup.View.Property.PropertyPanel" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:Mockup.View.Property" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" xmlns:businessobject="using:Mockup.BusinessObject" xmlns:viewmodel="using:Mockup.ViewModel" xmlns:viewProperty="using:Mockup.View.Property" xmlns:utility="using:Mockup.Utility" xmlns:input="using:Syncfusion.UI.Xaml.Controls.Input" xmlns:layout="using:Syncfusion.UI.Xaml.Controls.Layout" xmlns:Interactivity="using:Microsoft.Xaml.Interactivity" xmlns:Core="using:Microsoft.Xaml.Interactions.Core" > <Page.Resources> <businessobject:PropertyEditorUIConverter x:Key="converterUI"/> <businessobject:ComboBoxSelectedItemToDouble x:Key="comboBoxSelectedItemToDouble"/> <businessobject:BooleanToVisibilityConverter x:Key="booleanToVisibilityConverter"/> <businessobject:NullToVisibilityConverter x:Key="nullToVisibilityConverter"/> <Style TargetType="ContentControl" x:Key="colorpopup"> <Setter Property="Template"> <Setter.Value> <ControlTemplate> <StackPanel Orientation="Horizontal"> <Button> <Button.Template> <ControlTemplate> <Border Width="40" Height="25" Background="#ffffff"></Border> </ControlTemplate> </Button.Template> </Button> <Button> <Button.Template> <ControlTemplate> <Border Width="40" Height="25" Background="#ffa9a9"></Border> </ControlTemplate> </Button.Template> </Button> </StackPanel> </ControlTemplate> </Setter.Value> </Setter> </Style> </Page.Resources> <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Popup x:Name="editProperties" IsOpen="{Binding SelectedDiagram.SelectedItems.OpenEditPanel}" HorizontalOffset="{Binding SelectedDiagram.SelectedItems.PropertyPanelOffsetX, Mode=TwoWay}" VerticalOffset="{Binding SelectedDiagram.SelectedItems.PropertyPanelOffsetY, Mode=TwoWay}" Opened="Popup_Opened" > <StackPanel Background="#2e3138" Width="250" Height="420" PointerPressed="textpropertiespanel_PointerPressed" PointerReleased="textpropertiespanel_PointerReleased" PointerMoved="textProperties_PointerMoved"> <Grid Height="30"> <TextBlock Text="Edit" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,5,0,0"/> <Path Data="M482.2174,586.4791L567.4014,586.4791" Stretch="Fill" Stroke="#7c7c7c" StrokeThickness="1" StrokeDashArray="1,1" VerticalAlignment="Bottom" /> </Grid> <Grid Margin="35,10,0,0"> <Button x:Name="groupicon" BorderThickness="0" Width="30" Height="30" Command="{Binding SelectedDiagram.Info.Commands.Group}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" > <ToolTipService.ToolTip> <TextBlock Text="Group"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="groupiconBorder" Background="Transparent" CornerRadius="5"> <Path x:Name="groupiconpath" Data="M14,14 L16,14 16,16 14,16 z M0,14 L2.0000001,14 2.0000001,16 0,16 z M11.000008,6.3490107 L11.000008,10.999003 6.2930038,10.999003 C6.8519948,12.213007 8.0719967,13.062006 9.4939947,13.062006 11.441002,13.062006 13.025002,11.478007 13.025002,9.5310087 13.025002,8.1240039 12.193001,6.9170113 11.000008,6.3490107 z M9.4939947,6.0000117 C7.5470023,6.0000117 5.9630017,7.5830116 5.9630017,9.5310087 5.9630017,9.6910048 5.9890027,9.8450041 6.009999,9.9990034 L10.000007,9.9990034 10.000007,6.0510066 C9.8329992,6.026005 9.6669989,6.0000117 9.4939947,6.0000117 z M4.0000032,3.9990054 L4.0000032,9.9990034 5.0099983,9.9990034 C4.9939919,9.8430052 4.9630013,9.6910048 4.9630011,9.5310087 4.9630013,7.0320091 6.9950001,4.9990051 9.4939947,4.9990051 9.6669989,4.9990051 9.8320074,5.0320096 10.000007,5.0510068 L10.000007,3.9990054 z M3.0000027,2.9990054 L11.000008,2.9990054 11.000008,5.2760053 C12.756005,5.901005 14.025003,7.5620079 14.025003,9.5310087 14.025003,12.030009 11.993004,14.062006 9.4939947,14.062006 7.5119987,14.062006 5.8419995,12.775004 5.2280009,10.999003 L3.0000027,10.999003 z M14,0 L16,0 16,2.0000001 14,2.0000001 z M0,0 L2.0000001,0 2.0000001,2.0000001 0,2.0000001 z" Fill="#d8d7d6" Height="16" Width="16" Margin="-8"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="groupiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="groupiconpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="groupiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="groupiconpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="groupiconpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="groupiconpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=groupiconBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=groupiconBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="ungroupicon" Width="30" Height="30" Margin="50,0,0,0" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsGroupSelected}" Command="{Binding SelectedDiagram.Info.Commands.UnGroup}" > <ToolTipService.ToolTip> <TextBlock Text="Un Group"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="ungroupiconBorder" Background="Transparent" CornerRadius="5"> <Path x:Name="ungroupiconPath" Data="M14.000002,14.001 L16.000002,14.001 16.000002,16.000999 14.000002,16.000999 z M5.0000016,14.001 L7.0000016,14.001 7.0000016,16.000999 5.0000016,16.000999 z M10.000002,10.001 L12.000002,10.001 12.000002,12.001 10.000002,12.001 z M1.4306008E-06,10.001 L2.0000016,10.001 2.0000016,12.001 1.4306008E-06,12.001 z M8.9999988,7.2770021 C8.268996,7.6370027 7.6790001,8.2360018 7.3399956,8.9799984 L8.9999988,8.9799984 z M10.548995,6.904001 C10.360999,6.904001 10.179999,6.9310015 9.9999988,6.9590013 L9.9999988,9.9799984 7.0639946,9.9799984 C7.043998,10.13 7.017997,10.279002 7.017997,10.435 7.017997,12.381999 8.6019961,13.965999 10.548995,13.965999 12.495993,13.965999 14.080001,12.381999 14.080001,10.435 14.080001,8.4870012 12.495993,6.904001 10.548995,6.904001 z M14.000002,5.0009997 L16.000002,5.0009997 16.000002,7.0009997 14.000002,7.0009997 z M5.0000016,5.0009997 L7.0000016,5.0009997 7.0000016,7.0009997 5.0000016,7.0009997 z M3,2.9799965 L3,8.9799984 6.2789986,8.9799984 C6.7209999,7.6869982 7.7200005,6.6629961 8.9999988,6.194002 L8.9999988,2.9799965 z M0,0 L2,0 2,1.9799964 9.9999988,1.9799964 9.9999988,0 11.999999,0 11.999999,2.0000004 9.9999988,2.0000004 9.9999988,5.9590009 C10.181998,5.9369977 10.360999,5.9030011 10.548995,5.9030011 13.047995,5.9030011 15.080001,7.9359987 15.080001,10.435 15.080001,12.934001 13.047995,14.965999 10.548995,14.965999 8.0499942,14.965999 6.017997,12.934001 6.017997,10.435 6.017997,10.279002 6.0479958,10.131999 6.0639946,9.9799984 L2,9.9799984 2,2.0000004 0,2.0000004 z" Fill="#d8d7d6" Height="16" Width="16" Margin="-8"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ungroupiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ungroupiconPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ungroupiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ungroupiconPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ungroupiconPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ungroupiconPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsGroupSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsGroupSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=ungroupiconBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=ungroupiconBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <ToggleButton x:Name="lockbutton" BorderThickness="0" Width="30" Height="30" Margin="100,0,0,0" businessobject:LockButtonBinding.Command="{Binding TextChanged}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" IsChecked="{Binding SelectedDiagram.SelectedItems.IsNodeLocked, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Lock"/> </ToolTipService.ToolTip> <ToggleButton.Template> <ControlTemplate> <Border x:Name="buttonborder" CornerRadius="5"> <Path x:Name="buttonpath1" Data="M7,8 C8.105011,8 9,8.8959961 9,10 9,10.738998 8.5950012,11.376999 8,11.723 L8,14 7,14 6,14 6,11.723 C5.4049988,11.376999 5,10.738998 5,10 5,8.8959961 5.894989,8 7,8 z M1,7 L1,15 13,15 13,7 z M7.0090001,0.97599983 C4.869,0.97599983 3.128,2.7309999 3.128,4.8889999 L3.1110001,6 5,6 10.889,6 10.889,4.8889999 C10.889,2.7309999 9.1479998,0.97599983 7.0090001,0.97599983 z M7.0090001,0 C9.7600002,0 12,2.1939998 12,4.8889999 L12,6 13,6 14,6 14,16 13,16 1,16 0,16 0,6 1,6 2,6 2.017,4.8889999 C2.017,2.1939998 4.256,0 7.0090001,0 z" Fill="#C6C6C6" Height="16" Width="16" HorizontalAlignment="Center"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="buttonpath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="buttonpath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="buttonpath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="buttonpath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="buttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="buttonpath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="buttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="buttonpath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=lockbutton, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=lockbutton, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=buttonborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=buttonborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <Button x:Name="aicon" BorderThickness="0" Width="30" Height="30" Margin="150,0,0,0" Command="{Binding SelectedDiagram.SelectAll}" > <Button.Template> <ControlTemplate> <Border x:Name="aiconBorder" CornerRadius="5"> <Path x:Name="aiconpath" Data="M12,15 L14,15 14,16 12,16 z M7.9999998,15 L10,15 10,16 7.9999998,16 z M3.9999999,15 L5.9999998,15 5.9999998,16 3.9999999,16 z M0,15 L1.9999998,15 1.9999998,16 0,16 z M15,14 L16,14 16,16 15,16 z M0,12 L0.99999976,12 0.99999976,14 0,14 z M15,10 L16,10 16,12 15,12 z M0,8 L0.99999976,8 0.99999976,10 0,10 z M15,6 L16,6 16,8 15,8 z M8.0450096,4.845996 C8.010006,5.0690032 7.9710045,5.2449981 7.9280052,5.3729964 L6.774013,8.7250013 9.346005,8.7250013 8.1800041,5.3729964 C8.1450005,5.2640029 8.1080132,5.0880004 8.0690117,4.845996 z M0,4.0000001 L0.99999976,4.0000001 0.99999976,6 0,6 z M7.3070028,3.5980025 L8.8780026,3.5980025 12.001005,12.000002 10.471005,12.000002 9.7150087,9.8620024 6.4110062,9.8620024 5.6840008,12.000002 4.1610051,12.000002 z M15,2 L16,2 16,4.0000001 15,4.0000001 z M14,0 L16,0 16,1 14,1 z M10,0 L12,0 12,1 10,1 z M5.9999998,0 L7.9999998,0 7.9999998,1 5.9999998,1 z M1.9999998,0 L3.9999996,0 3.9999996,1 1.9999998,1 z M0,0 L0.99999976,0 0.99999976,2 0,2 z" Fill="#d8d7d6" Height="16" Width="16" Margin="-8"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="aiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="aiconpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="aiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="aiconpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=aiconBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=aiconBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> </Grid> <TextBlock Text="Arrange" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0"/> <Grid Margin="35,5,0,0"> <Button x:Name="bringforward" BorderThickness="0" Command="{Binding SelectedDiagram.Info.Commands.BringForward}"> <ToolTipService.ToolTip> <TextBlock Text="Bring Forward"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="bringforwardBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="bringforwardpath" Data="F1M366,93L366,82L377,82L377,85L369,85L369,93z M378,85L378,82L378,81L377,81L366,81L365,81L365,82L365,93L365,94L366,94L369,94L369,97L381,97L381,85z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="16" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bringforwardBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bringforwardpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bringforwardBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bringforwardpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=bringforwardBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=bringforwardBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="sendbackward" BorderThickness="0" Command="{Binding SelectedDiagram.Info.Commands.SendBackward}" Margin="50,0,0,0"> <ToolTipService.ToolTip> <TextBlock Text="Send Backward"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="sendbackwardBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="sendbackwardpath" Data="F1M473,93L462,93L462,82L473,82z M474,84L474,82L474,81L473,81L462,81L461,81L461,82L461,93L461,94L462,94L464,94L464,97L477,97L477,94L477,84z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="sendbackwardBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="sendbackwardpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="sendbackwardBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="sendbackwardpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=sendbackwardBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=sendbackwardBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="bringToFront" BorderThickness="0" Command="{Binding SelectedDiagram.Info.Commands.BringToFront}" Margin="100,0,0,0"> <ToolTipService.ToolTip> <TextBlock Text="Bring To Front"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="bringToFrontBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="bringToFrontpath" Data="F1M83,170L83,168L83,167L83,161L92,161L92,163L85,163L85,170z M80,167L80,158L89,158L89,160L83,160L82,160L82,161L82,167z M93,163L93,161L93,160L92,160L90,160L90,158L90,157L89,157L80,157L79,157L79,158L79,167L79,168L80,168L82,168L82,170L82,171L83,171L85,171L85,173L95,173L95,163z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="16" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bringToFrontBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bringToFrontpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bringToFrontBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bringToFrontpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=bringToFrontBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=bringToFrontBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="sendToBack" BorderThickness="0" Command="{Binding SelectedDiagram.Info.Commands.SendToBack}" Margin="150,0,0,0"> <ToolTipService.ToolTip> <TextBlock Text="Send To Back"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="sendToBackBorder" CornerRadius="5" Width="30" Height="30"> <Path x:Name="sendToBackpath" Data="F1M170,172L162,172L162,164L170,164z M170,163L169,163L169,161L169,160L168,160L166,160L166,157L158,157L155,157L155,157L155,168L158,168L158,160L158,160L158,161L158,170L158,170L158,171L158,171L159,171L161,171L161,170L159,170L159,161L168,161L168,163L162,163L161,163L161,164L161,172L161,173L162,173L170,173L171,173L171,172L171,164L171,163z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="16" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="sendToBackBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="sendToBackpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="sendToBackBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="sendToBackpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=sendToBackBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=sendToBackBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> </Grid> <TextBlock Text="Align" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0"/> <StackPanel Orientation="Horizontal" Margin="35,5,0,0" > <StackPanel> <StackPanel Orientation="Horizontal"> <Button x:Name="leftalign" BorderThickness="0" Command="{Binding SelectedDiagram.Info.Commands.AlignLeft}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" > <ToolTipService.ToolTip> <TextBlock Text="Align Left"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="leftalignBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="leftalignpath" Data="M2,8 L13,8 13,13 2,13 z M2,2 L9,2 9,7 2,7 z M0,0 L1,0 1,16 0,16 z" Height="16" Stretch="Fill" Width="13"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualStateGroup.Transitions> </VisualStateGroup.Transitions> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=leftalignBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=leftalignBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="horizontalcenteralign" BorderThickness="0" Margin="20,0,0,0" Command="{Binding SelectedDiagram.Info.Commands.AlignCenter}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" > <ToolTipService.ToolTip> <TextBlock Text="Align Horizontal Center"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="horizontalcenteralignBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="horizontalcenteralignpath" Data="F1M401,165L396,165L396,164L399,164L399,159L396,159L396,157L395,157L395,159L392,159L392,164L395,164L395,165L390,165L390,170L395,170L395,173L396,173L396,170L401,170z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="13" Margin="2,0,0,0"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalcenteralignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalcenteralignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalcenteralignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalcenteralignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalcenteralignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalcenteralignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=horizontalcenteralignBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=horizontalcenteralignBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="rightalignment" BorderThickness="0" Margin="20,0,0,0" Command="{Binding SelectedDiagram.Info.Commands.AlignRight}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" > <ToolTipService.ToolTip> <TextBlock Text="Align Right"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="rightalignmentBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="rightalignmentpath" Data="M0,8 L11,8 11,13 0,13 z M4,2 L11,2 11,7 4,7 z M12,0 L13,0 13,16 12,16 z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="13" Margin="2,0,0,0"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightalignmentBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightalignmentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightalignmentBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightalignmentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightalignmentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightalignmentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=rightalignmentBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=rightalignmentpath}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> </StackPanel> <StackPanel Orientation="Horizontal" Margin="0,5,0,0"> <Button x:Name="bottomalign" BorderThickness="0" Command="{Binding SelectedDiagram.Info.Commands.AlignBottom}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" > <ToolTipService.ToolTip> <TextBlock Text="Align Bottom"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="bottomalignBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="bottomalignpath" Data="M0,12 L16,12 16,13 0,13 z M9,4 L14,4 14,11 9,11 z M3,0 L8,0 8,11 3,11 z" Fill="#d1d3d4" Height="13" Stretch="Fill" Width="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomalignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomalignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=bottomalignBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=bottomalignBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="verticalcenteralign" BorderThickness="0" Margin="20,0,0,0" Command="{Binding SelectedDiagram.Info.Commands.AlignMiddle}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" > <ToolTipService.ToolTip> <TextBlock Text="Align Vertical Center"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="verticalcenteralignBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="verticalcenteralignpath" Data="F1M97,251L94,251L94,246L89,246L89,251L88,251L88,248L83,248L83,251L81,251L81,252L83,252L83,255L88,255L88,252L89,252L89,257L94,257L94,252L97,252z" Fill="#d1d3d4" Height="11" Stretch="Fill" Width="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalcenteralignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalcenteralignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalcenteralignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalcenteralignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalcenteralignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalcenteralignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=verticalcenteralignBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=verticalcenteralignBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="topalign" BorderThickness="0" Margin="20,0,0,0" Command="{Binding SelectedDiagram.Info.Commands.AlignTop}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" > <ToolTipService.ToolTip> <TextBlock Text="Align Top"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="topalignBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="topalignpath" Data="M8,2 L13,2 13,9 8,9 z M2,2 L7,2 7,13 2,13 z M0,0 L16,0 16,1 0,1 z" Fill="#d1d3d4" Height="13" Stretch="Fill" Width="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topalignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topalignBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topalignpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=topalignBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=topalignBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> </StackPanel> </StackPanel> <Path Stretch="Fill" Stroke="#7c7c7c" StrokeDashArray="3,3" StrokeThickness="1" HorizontalAlignment="Right" Height="70" Width="1" Data="M388.8,114.5 L388.8,405.6" Margin="10,0,0,0"/> <StackPanel Margin="10,3,0,0"> <Button x:Name="horizontalsplitter" BorderThickness="0" Command="{Binding SelectedDiagram.Info.Commands.SpaceDown}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" > <ToolTipService.ToolTip> <TextBlock Text="Horizontal Splitter"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="horizontalsplitterBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="horizontalsplitterpath" Data="M3,6 L13,6 13,8 16,8 16,9 13,9 13,11 3,11 3,9 0,9 0,8 3,8 z M5,0 L11,0 11,2 16,2 16,3 11,3 11,5 5,5 5,3 0,3 0,2 5,2 z" Fill="#FFC4C4C4" Height="16" Stretch="Fill" Width="13" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalsplitterBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalsplitterpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalsplitterBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalsplitterpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalsplitterpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalsplitterpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=horizontalsplitterBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=horizontalsplitterBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> <Button x:Name="verticalsplitter" BorderThickness="0" Margin="0,5,0,0" Command="{Binding SelectedDiagram.Info.Commands.SpaceAcross}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Vertical Splitter"/> </ToolTipService.ToolTip> <Button.Template> <ControlTemplate> <Border x:Name="verticalsplitterBorder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="verticalsplitterpath" Data="M8,0 L9,0 9,3 11,3 11,13 9,13 9,16 8,16 8,13 6,13 6,3 8,3 z M2,0 L3,0 3,5 5,5 5,11 3,11 3,16 2,16 2,11 0,11 0,5 2,5 z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="11" Margin="2,0,0,0"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalsplitterBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalsplitterpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalsplitterBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalsplitterpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Enabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalsplitterpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#C6C6C6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Disabled"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalsplitterpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#686868"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=verticalsplitterBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=verticalsplitterBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding SelectedDiagram.SelectedItems.IsMultiNodeSelected}" Value="False"> <Core:GoToStateAction StateName="Disabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding Path=IsOpen, ElementName=editProperties}" Value="True"> <Core:GoToStateAction StateName="Enabled"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> </StackPanel> </StackPanel> <TextBlock Text="Size" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,5,0,0"/> <StackPanel Orientation="Horizontal" Margin="20,5,0,0"> <TextBlock Text="W : " Width="20" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="0,7,0,0"/> <input:SfNumericTextBox Width="70" Height="15" Background="#454a54" FormatString="N" Margin="5,0,0,0" Foreground="#e6e7e8" BorderBrush="#747b84" BorderThickness="0.5" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" Value="{Binding SelectedDiagram.SelectedItems.Width, Mode=TwoWay}"/> <TextBlock Text="H : " Width="20" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="15,7,0,0"/> <input:SfNumericTextBox Width="70" Height="15" FontSize="12" Background="#454a54" FormatString="N" Margin="5,0,0,0" Foreground="#e6e7e8" BorderBrush="#747b84" BorderThickness="0.5" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" Value="{Binding SelectedDiagram.SelectedItems.Height, Mode=TwoWay}"/> </StackPanel> <TextBlock Text="Position" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0"/> <StackPanel Orientation="Horizontal" Margin="20,5,0,0"> <TextBlock Text="X : " Width="20" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="0,7,0,0"/> <input:SfNumericTextBox Width="70" Height="15" Background="#454a54" FormatString="N" Margin="5,0,0,0" Foreground="#e6e7e8" BorderBrush="#747b84" BorderThickness="0.5" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" Value="{Binding SelectedDiagram.SelectedItems.X, Mode=TwoWay}"/> <TextBlock Text="Y : " Width="20" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="15,7,0,0"/> <input:SfNumericTextBox Width="70" Height="15" Background="#454a54" FormatString="N" Margin="5,0,0,0" Foreground="#e6e7e8" BorderBrush="#747b84" BorderThickness="0.5" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" Value="{Binding SelectedDiagram.SelectedItems.Y, Mode=TwoWay}"/> </StackPanel> <Grid Margin="20,10,30,0"> <CheckBox Content="Aspect Ratio" Foreground="#adadad" Background="Transparent" HorizontalAlignment="Left" businessobject:AspectRatioBinding.Command="{Binding TextChanged}" Height="30" VerticalAlignment="Center" IsChecked="{Binding SelectedDiagram.SelectedItems.AspectRatioEnabled, Mode=TwoWay}" > <CheckBox.RenderTransform> <ScaleTransform ScaleX="0.8" ScaleY="0.8"/> </CheckBox.RenderTransform> </CheckBox> <Button BorderThickness="0" HorizontalAlignment="Right" VerticalAlignment="Top" businessobject:ResetButtonBinding.Command="{Binding TextChanged}" > <Button.Template> <ControlTemplate> <Border x:Name="resetbuttonborder" Width="58"> <StackPanel> <TextBlock x:Name="resetbuttontextbox" Text="Size Reset" Foreground="#fd4f3f" FontSize="12"/> <Path x:Name="resetbuttonpath" Data="M482.2174,586.4791L567.4014,586.4791" Stretch="Fill" HorizontalAlignment="Stretch" Stroke="#fd4f3f" StrokeThickness="1"/> </StackPanel> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="resetbuttontextbox" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#f97b67"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="resetbuttonpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#f97b67"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="resetbuttontextbox" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="resetbuttonpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=resetbuttonborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=resetbuttonborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> </Button> </Grid> <!--<viewProperty:BrushPicker Visibility="{Binding SelectedDiagram.SelectedItems.IsBrushEditing}" Brush="{Binding Path=SelectedDiagram.SelectedItems.PickedBrush, Mode=TwoWay}" ManipulationMode="None" HorizontalAlignment="Left" Margin="0,0,0,35" />--> </StackPanel> </Popup> <Popup x:Name="textProperties" IsOpen="{Binding SelectedDiagram.SelectedItems.OpenTextPanel}" HorizontalOffset="{Binding SelectedDiagram.SelectedItems.PropertyPanelOffsetX, Mode=TwoWay}" VerticalOffset="{Binding SelectedDiagram.SelectedItems.PropertyPanelOffsetY, Mode=TwoWay}" Opened="Popup_Opened" > <StackPanel x:Name="textpropertiespanel" Background="#2e3138" Width="250" PointerPressed="textpropertiespanel_PointerPressed" PointerReleased="textpropertiespanel_PointerReleased" PointerMoved="textProperties_PointerMoved" PointerExited="textpropertiespanel_PointerExited" > <TextBlock Text="Text" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0"/> <Path Data="M482.2174,586.4791L567.4014,586.4791" Stretch="Fill" Stroke="#7c7c7c" StrokeThickness="1" StrokeDashArray="1,1" Margin="0,8,0,0" /> <StackPanel Margin="20,10,0,0"> <StackPanel Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.EditTab.Default, Converter={StaticResource booleanToVisibilityConverter}}" Margin="0,0,0,0" > <TextBlock Text="Family" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.EditTab.FontFamily, Converter={StaticResource booleanToVisibilityConverter}}" /> <ComboBox x:Name="fontsCombobox" ItemsSource="{Binding Fonts}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" SelectedItem="{Binding SelectedDiagram.SelectedItems.Font, Mode=TwoWay}" Margin="0,5,0,0" Width="210" HorizontalAlignment="Left" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.EditTab.FontFamily, Converter={StaticResource booleanToVisibilityConverter}}" > </ComboBox> <Grid Margin="0,10,20,0"> <StackPanel HorizontalAlignment="Left" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.EditTab.FontSize, Converter={StaticResource booleanToVisibilityConverter}}" > <TextBlock Text="Size" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="0,5,0,0"/> <ComboBox ItemsSource="{Binding FontSize}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" SelectedItem="{Binding SelectedDiagram.SelectedItems.FontSize, Mode=TwoWay}" Margin="0,5,0,0" Width="100" HorizontalAlignment="Left" Height="30" > </ComboBox> </StackPanel> <StackPanel HorizontalAlignment="Right" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.EditTab.Foreground, Converter={StaticResource booleanToVisibilityConverter}}" > <TextBlock Text="Color" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="10,5,0,0"/> <Button BorderThickness="0" Margin="10,5,0,0" Click="TextPropertiesButton_Click_4" Command="{Binding SelectedDiagram.SelectedItems.PickerCommand}" VerticalContentAlignment="Top" HorizontalAlignment="Left" Padding="0" Background="Transparent" > <Button.Template> <ControlTemplate> <Border x:Name="foregroundButtonBorder" Padding="1" Background="Transparent"> <Border BorderBrush="#747b84" BorderThickness="1" > <Grid HorizontalAlignment="Left" Height="26" Width="40"> <Path Data="F1M107,551L62,551L62,525L107,525z" Fill="{Binding SelectedDiagram.SelectedItems.LabelForeground}" Stretch="Fill"/> <Path Data="F1M104,548L94,548L94,538L104,538z" Fill="#FF454A54" Height="9" Stretch="Fill" Width="9" HorizontalAlignment="Right" Margin="0,0,5,5" VerticalAlignment="Bottom"/> <Path Data="F1M96,542L99,546L102,542z" Fill="#FFD1D3D4" Height="4" Stretch="Fill" Width="4" HorizontalAlignment="Right" Margin="0,0,7,7" VerticalAlignment="Bottom"/> </Grid> </Border> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="foregroundButtonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="LightGray"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="foregroundButtonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=foregroundButtonBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=foregroundButtonBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> <Button.CommandParameter> <viewmodel:CurrentBrush>LabelForeground</viewmodel:CurrentBrush> </Button.CommandParameter> </Button> </StackPanel> </Grid> <TextBlock Text="Style" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="0,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.EditTab.FontStyle, Converter={StaticResource booleanToVisibilityConverter}}" /> <Grid Margin="20,5,0,0"> <ToggleButton x:Name="boldbutton" BorderThickness="0" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" IsChecked="{Binding SelectedDiagram.SelectedItems.Bold, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Bold"/> </ToolTipService.ToolTip> <ToggleButton.Template> <ControlTemplate> <Border x:Name="boldborder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="boldpath" Data="F1M77.1589,437.1116L81.1429,437.1116C81.8269,437.1116,82.3069,437.0866,82.5829,437.0356C83.0709,436.9486,83.4779,436.8026,83.8059,436.5986C84.1329,436.3956,84.4019,436.0986,84.6129,435.7096C84.8239,435.3206,84.9299,434.8706,84.9299,434.3616C84.9299,433.7656,84.7769,433.2466,84.4719,432.8066C84.1659,432.3656,83.7419,432.0566,83.1999,431.8786C82.6579,431.7006,81.8769,431.6116,80.8589,431.6116L77.1589,431.6116z M77.1589,429.7236L80.6189,429.7236C81.5569,429.7236,82.2299,429.6616,82.6379,429.5376C83.1759,429.3776,83.5819,429.1116,83.8549,428.7406C84.1279,428.3696,84.2639,427.9036,84.2639,427.3436C84.2639,426.8126,84.1369,426.3446,83.8819,425.9406C83.6279,425.5376,83.2639,425.2606,82.7909,425.1116C82.3179,424.9626,81.5059,424.8876,80.3569,424.8876L77.1589,424.8876z M75.0419,438.9996L75.0419,422.9996L81.0439,422.9996C82.2669,422.9996,83.2469,423.1616,83.9859,423.4856C84.7239,423.8096,85.3029,424.3076,85.7209,424.9806C86.1399,425.6536,86.3489,426.3576,86.3489,427.0926C86.3489,427.7766,86.1629,428.4206,85.7919,429.0246C85.4209,429.6286,84.8609,430.1156,84.1119,430.4876C85.0789,430.7706,85.8229,431.2546,86.3429,431.9386C86.8629,432.6226,87.1239,433.4306,87.1239,434.3616C87.1239,435.1106,86.9659,435.8076,86.6489,436.4516C86.3329,437.0956,85.9409,437.5916,85.4759,437.9416C85.0099,438.2906,84.4259,438.5546,83.7239,438.7326C83.0219,438.9106,82.1609,438.9996,81.1429,438.9996z" Fill="#FFC4C4C4" Height="16" Stretch="Fill" Width="12.082" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="boldborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="boldpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="boldborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="boldpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="boldpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="boldpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=boldborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=boldborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=boldbutton, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=boldbutton, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <ToggleButton x:Name="textstylebutton" BorderThickness="0" Margin="50,0,0,0" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" IsChecked="{Binding SelectedDiagram.SelectedItems.Italic, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Italic"/> </ToolTipService.ToolTip> <ToggleButton.Template> <ControlTemplate> <Border x:Name="textstyleborder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="textstylepath" Data="F1M164.6484,423L164.5074,423.436C165.1134,423.436,165.5184,423.471,165.7284,423.549C165.9364,423.622,166.0924,423.73,166.1944,423.872C166.2954,424.016,166.3474,424.186,166.3474,424.391C166.3474,424.802,166.2284,425.406,165.9934,426.208L163.2074,435.861C162.9324,436.813,162.6674,437.474,162.4064,437.845C162.2394,438.08,161.9844,438.265,161.6394,438.399C161.4254,438.492,160.9904,438.549,160.3294,438.564L160.1644,439L166.7484,439L166.8774,438.564C166.1944,438.516,165.7424,438.453,165.5274,438.38C165.3094,438.308,165.1544,438.201,165.0554,438.063C164.9564,437.924,164.9074,437.758,164.9074,437.561C164.9074,437.314,165.0354,436.75,165.2834,435.861L168.0574,426.208C168.3504,425.209,168.5864,424.565,168.7724,424.272C168.9584,423.981,169.2274,423.758,169.5834,423.6C169.8244,423.483,170.1984,423.427,170.7004,423.436L170.8324,423z" Fill="#FFC4C4C4" Height="16" Stretch="Fill" Width="10.668" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textstyleborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textstylepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textstyleborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textstylepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textstylepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textstylepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=textstyleborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=textstyleborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=textstylebutton, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=textstylebutton, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <!--<ToggleButton x:Name="textunderlinebutton" BorderThickness="0" Margin="100,0,0,0" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" IsChecked="{Binding SelectedDiagram.SelectedItems.Italic, Mode=TwoWay}" > <ToggleButton.Template> <ControlTemplate> <Border x:Name="textunderlineborder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="textunderlinepath" Data="M0,15.000012 L14,15.000012 14,16.000012 0,16.000012 z M2.0000015,0 L4.3129909,0 4.3129909,6.2029973 C4.3129909,7.1870051 4.341006,7.8259817 4.3980129,8.1169973 4.4970119,8.5859905 4.7330043,8.9619976 5.1050138,9.2459942 5.4779999,9.5299907 5.9870028,9.6719881 6.6329994,9.6719881 7.2890053,9.6719881 7.7840009,9.5379854 8.1170087,9.269981 8.4500165,9.000999 8.6510057,8.671989 8.7189989,8.2809988 8.7860155,7.8909841 8.8200121,7.2419978 8.8200121,6.3359929 L8.8200121,0 11.133001,0 11.133001,6.015986 C11.133001,7.3909846 11.070013,8.3619924 10.945013,8.9299846 10.820013,9.4979778 10.590002,9.9769807 10.254004,10.366995 9.9180045,10.757986 9.4689989,11.06899 8.9060106,11.300985 8.3439984,11.532003 7.6090131,11.648 6.7030067,11.648 5.6090119,11.648 4.7800016,11.521993 4.2149987,11.269979 3.6489891,11.016988 3.203005,10.688985 2.8750019,10.284995 2.5469987,9.8819795 2.3309952,9.4579998 2.2269912,9.0159832 2.0750137,8.3590017 2.0000014,7.3909846&#xd;&#xa;2.0000015,6.1090031 z" Fill="#FFC4C4C4" Height="16" Stretch="Fill" Width="14"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textunderlineborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textunderlinepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textunderlineborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="textunderlinepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=textunderlineborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=textunderlineborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton>--> </Grid> <TextBlock Text="Alignment" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="0,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.EditTab.TextAlignment, Converter={StaticResource booleanToVisibilityConverter}}" /> <Grid Margin="0,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.EditTab.TextAlignment, Converter={StaticResource booleanToVisibilityConverter}}"> <businessobject:CustomToggleButton x:Name="left" BorderThickness="0" Margin="20,0,0,0" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" IsChecked="{Binding SelectedDiagram.SelectedItems.Left, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" Checked="CustomToggleButton_Checked" > <ToolTipService.ToolTip> <TextBlock Text="Align Left"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate TargetType="ToggleButton"> <Border x:Name="leftalignborder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="leftpath" Data="M0,12 L16,12 16,13 0,13 z M0,9 L9,9 9,10 0,10 z M0,6 L16,6 16,7 0,7 z M0,3 L9,3 9,4 0,4 z M0,0 L16,0 16,1 0,1 z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="16" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftalignborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=leftalignborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=leftalignborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=left, Path=IsLocked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=left, Path=IsLocked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="horizontolcenter" BorderThickness="0" Margin="70,0,0,0" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" businessobject:AlignmentBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.Center, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Checked="CustomToggleButton_Checked" > <ToolTipService.ToolTip> <TextBlock Text="Align Center"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate TargetType="ToggleButton"> <Border x:Name="centeralignborder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="centerpath" Data="M0,12 L16,12 16,13 0,13 z M4,9 L12,9 12,10 4,10 z M0,6 L16,6 16,7 0,7 z M4,3 L12,3 12,4 4,4 z M0,0 L16,0 16,1 0,1 z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="16" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centeralignborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centeralignborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=centeralignborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=centeralignborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=horizontolcenter, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=horizontolcenter, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="right" BorderThickness="0" Margin="120,0,0,0" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" IsChecked="{Binding SelectedDiagram.SelectedItems.Right, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" Checked="CustomToggleButton_Checked" > <ToolTipService.ToolTip> <TextBlock Text="Align Right"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate TargetType="ToggleButton"> <Border x:Name="rightalignborder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="rightpath" Data="M0,12 L16,12 16,13 0,13 z M7,9 L16,9 16,10 7,10 z M0,6 L16,6 16,7 0,7 z M7,3 L16,3 16,4 7,4 z M0,0 L16,0 16,1 0,1 z" Fill="#d1d3d4" Height="16" Width="16" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightalignborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightalignborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=rightalignborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=rightalignborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=right, Path=IsLocked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=right, Path=IsLocked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <!--<businessobject:CustomToggleButton Name="justify" BorderThickness="0" Margin="170,0,0,0" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsLabelSet}" businessobject:AlignmentBinding.Command="{Binding TextChanged}" Checked="Alignment_Checked" Unchecked="left_Unchecked" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" > <businessobject:CustomToggleButton.Template> <ControlTemplate TargetType="ToggleButton"> <Border x:Name="justifyalignborder" Width="30" Height="30" CornerRadius="5"> <Path x:Name="justifypath" Data="M0,12 L16,12 16,13 0,13 z M0,9 L16,9 16,10 0,10 z M0,6 L16,6 16,7 0,7 z M0,3 L16,3 16,4 0,4 z M0,0 L16,0 16,1 0,1 z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="16" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="justifypath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="justifypath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="justifyalignborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="justifypath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="justifyalignborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="justifypath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=justifyalignborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=justifyalignborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=justify, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=justify, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton>--> </Grid> <Border Height="30"/> </StackPanel> </StackPanel> </StackPanel> </Popup> <Popup x:Name="properties" IsOpen="{Binding SelectedDiagram.SelectedItems.OpenSettingPanel}" HorizontalOffset="{Binding SelectedDiagram.SelectedItems.PropertyPanelOffsetX, Mode=TwoWay}" VerticalOffset="{Binding SelectedDiagram.SelectedItems.PropertyPanelOffsetY, Mode=TwoWay}" Opened="Popup_Opened" > <StackPanel x:Name="propertiesPanel" Background="#2e3138" Width="250" Margin="0,0,0,35" PointerPressed="textpropertiespanel_PointerPressed" PointerReleased="textpropertiespanel_PointerReleased" PointerMoved="textProperties_PointerMoved"> <TextBlock Text="Properties" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0"/> <Path Data="M482.2174,586.4791L567.4014,586.4791" Stretch="Fill" Stroke="#7c7c7c" StrokeThickness="1" StrokeDashArray="1,1" Margin="0,8,0,0" /> <StackPanel Orientation="Horizontal" Margin="20,10,0,0"> <StackPanel Width="70" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Fill, Converter={StaticResource booleanToVisibilityConverter}}"> <TextBlock Text="Fill" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="3,0,0,0" /> <Button x:Name="fillButton" BorderThickness="0" Margin="0,5,0,0" Click="SettingPropertiesButton_Click_4" Command="{Binding SelectedDiagram.SelectedItems.PickerCommand}" Padding="0" Background="Transparent" > <Button.Template> <ControlTemplate> <Border x:Name="fillButtonBorder" Padding="1" Background="Transparent"> <Border BorderBrush="#747b84" BorderThickness="1" > <Grid HorizontalAlignment="Left" Height="26" Width="40"> <Path Data="F1M107,551L62,551L62,525L107,525z" Fill="{Binding SelectedDiagram.SelectedItems.Fill}" Stretch="Fill"/> <Path Data="F1M104,548L94,548L94,538L104,538z" Fill="#FF454A54" Height="9" Stretch="Fill" Width="9" HorizontalAlignment="Right" Margin="0,0,5,5" VerticalAlignment="Bottom"/> <Path Data="F1M96,542L99,546L102,542z" Fill="#FFD1D3D4" Height="4" Stretch="Fill" Width="4" HorizontalAlignment="Right" Margin="0,0,7,7" VerticalAlignment="Bottom"/> </Grid> </Border> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="fillButtonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="LightGray"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="fillButtonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=fillButtonBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=fillButtonBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> <Button.CommandParameter> <viewmodel:CurrentBrush>Fill</viewmodel:CurrentBrush> </Button.CommandParameter> </Button> </StackPanel> <StackPanel Width="70" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Stroke, Converter={StaticResource booleanToVisibilityConverter}}"> <TextBlock Text="Stroke" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="3,0,0,0" /> <Button BorderThickness="0" Margin="0,5,0,0" Click="SettingPropertiesButton_Click_4" Command="{Binding SelectedDiagram.SelectedItems.PickerCommand}" > <Button.Template> <ControlTemplate> <Border x:Name="strokeButtonBorder" Padding="1" Background="Transparent"> <Border BorderBrush="#747b84" BorderThickness="1"> <Grid HorizontalAlignment="Left" Height="26" Width="40"> <Path Data="F1M107,551L62,551L62,525L107,525z" Fill="{Binding SelectedDiagram.SelectedItems.Stroke}" Stretch="Fill"/> <Path Data="F1M104,548L94,548L94,538L104,538z" Fill="#FF454A54" Height="9" Stretch="Fill" Width="9" HorizontalAlignment="Right" Margin="0,0,5,5" VerticalAlignment="Bottom"/> <Path Data="F1M96,542L99,546L102,542z" Fill="#FFD1D3D4" Height="4" Stretch="Fill" Width="4" HorizontalAlignment="Right" Margin="0,0,7,7" VerticalAlignment="Bottom"/> </Grid> </Border> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="strokeButtonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="LightGray"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="strokeButtonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=strokeButtonBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=strokeButtonBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> <Button.CommandParameter> <viewmodel:CurrentBrush>Stroke</viewmodel:CurrentBrush> </Button.CommandParameter> </Button> </StackPanel> <StackPanel Width="70" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.StrokeThickness, Converter={StaticResource booleanToVisibilityConverter}}"> <TextBlock Text="Width" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="3,0,0,0" /> <ComboBox Margin="0,5,0,0" SelectedIndex="{Binding SelectedDiagram.SelectedItems.Thickness, Mode=TwoWay, Converter={StaticResource comboBoxSelectedItemToDouble}}" Height="33" Width="30" HorizontalAlignment="Left" > <ComboBoxItem>0</ComboBoxItem> <ComboBoxItem>1</ComboBoxItem> <ComboBoxItem>2</ComboBoxItem> <ComboBoxItem>3</ComboBoxItem> <ComboBoxItem>4</ComboBoxItem> <ComboBoxItem>5</ComboBoxItem> </ComboBox> </StackPanel> </StackPanel> <TextBlock Text="Opacity" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Opacity, Converter={StaticResource booleanToVisibilityConverter}}" /> <StackPanel Orientation="Horizontal" Margin="0,-5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Opacity, Converter={StaticResource booleanToVisibilityConverter}}" Height="40"> <Slider x:Name="opacitySlider" Minimum="0" Maximum="1" StepFrequency=".1" Width="180" HorizontalAlignment="Left" Margin="20,0,0,0" VerticalAlignment="Top" Value="{Binding SelectedDiagram.SelectedItems.Opacity, Mode=TwoWay}" Background="#7a7e84"/> <TextBlock Text="{Binding ElementName=opacitySlider, Path=Value}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="12,12,0,0"/> </StackPanel> <Grid Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ShowBorder, Converter={StaticResource booleanToVisibilityConverter}}"> <CheckBox Content="Show Border" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.ShowBorder, Mode=TwoWay}" Foreground="#d1d3d4"></CheckBox> </Grid> <Grid Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ListOddEven, Converter={StaticResource booleanToVisibilityConverter}}"> <StackPanel> <TextBlock Text="Odd" FontSize="14" Margin="3,0,0,0" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI"/> <Button BorderThickness="0" Margin="0,5,0,0" Click="SettingPropertiesButton_Click_4" Command="{Binding SelectedDiagram.SelectedItems.PickerCommand}" > <Button.Template> <ControlTemplate> <Border x:Name="oddlistBorder" Padding="1" Background="Transparent"> <Border BorderBrush="#747b84" BorderThickness="1"> <Grid HorizontalAlignment="Left" Height="26" Width="40"> <Path Data="F1M107,551L62,551L62,525L107,525z" Fill="{Binding SelectedDiagram.SelectedItems.DataContext.OddItemsBackgroud}" Stretch="Fill"/> <Path Data="F1M104,548L94,548L94,538L104,538z" Fill="#FF454A54" Height="9" Stretch="Fill" Width="9" HorizontalAlignment="Right" Margin="0,0,5,5" VerticalAlignment="Bottom"/> <Path Data="F1M96,542L99,546L102,542z" Fill="#FFD1D3D4" Height="4" Stretch="Fill" Width="4" HorizontalAlignment="Right" Margin="0,0,7,7" VerticalAlignment="Bottom"/> </Grid> </Border> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="oddlistBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="LightGray"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="oddlistBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=oddlistBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=oddlistBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> <Button.CommandParameter> <viewmodel:CurrentBrush>ListOdd</viewmodel:CurrentBrush> </Button.CommandParameter> </Button> </StackPanel> <StackPanel Margin="100,0,0,0"> <TextBlock Text="Even" FontSize="14" Margin="3,0,0,0" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI"/> <Button BorderThickness="0" Margin="0,5,0,0" Click="SettingPropertiesButton_Click_4" Command="{Binding SelectedDiagram.SelectedItems.PickerCommand}" > <Button.Template> <ControlTemplate> <Border x:Name="evenlistBorder" Padding="1" Background="Transparent"> <Border BorderBrush="#747b84" BorderThickness="1"> <Grid HorizontalAlignment="Left" Height="26" Width="40"> <Path Data="F1M107,551L62,551L62,525L107,525z" Fill="{Binding SelectedDiagram.SelectedItems.DataContext.EvenItemsBackgroud}" Stretch="Fill"/> <Path Data="F1M104,548L94,548L94,538L104,538z" Fill="#FF454A54" Height="9" Stretch="Fill" Width="9" HorizontalAlignment="Right" Margin="0,0,5,5" VerticalAlignment="Bottom"/> <Path Data="F1M96,542L99,546L102,542z" Fill="#FFD1D3D4" Height="4" Stretch="Fill" Width="4" HorizontalAlignment="Right" Margin="0,0,7,7" VerticalAlignment="Bottom"/> </Grid> </Border> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="evenlistBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="LightGray"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="evenlistBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=evenlistBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=evenlistBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </Button.Template> <Button.CommandParameter> <viewmodel:CurrentBrush>ListEven</viewmodel:CurrentBrush> </Button.CommandParameter> </Button> </StackPanel> </Grid> <Path Data="M482.2174,586.4791L567.4014,586.4791" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.StrokeStyle, Converter={StaticResource booleanToVisibilityConverter}}" Stretch="Fill" Stroke="#7c7c7c" StrokeThickness="1" StrokeDashArray="1,1" Margin="0,8,0,0" /> <TextBlock Text="State" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Collection, Converter={StaticResource booleanToVisibilityConverter}}" /> <ComboBox x:Name="combobox" Width="210" Height="30" ItemsSource="{Binding SelectedDiagram.SelectedItems.States}" SelectedIndex="{Binding SelectedDiagram.SelectedItems.SelectedIndex, Mode=TwoWay}" SelectedItem="{Binding SelectedDiagram.SelectedItems.SelectedItem, Mode=TwoWay}" HorizontalAlignment="Left" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Collection, Converter={StaticResource booleanToVisibilityConverter}}" /> <TextBlock Text="Selection" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Accordion, Converter={StaticResource booleanToVisibilityConverter}}" /> <ComboBox x:Name="accordioncombobox" Width="210" Height="30" DisplayMemberPath="Item" ItemsSource="{Binding SelectedDiagram.SelectedItems.States}" SelectedIndex="{Binding SelectedDiagram.SelectedItems.SelectedIndex, Mode=TwoWay}" SelectedItem="{Binding SelectedDiagram.SelectedItems.SelectedItem, Mode=TwoWay}" HorizontalAlignment="Left" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Accordion, Converter={StaticResource booleanToVisibilityConverter}}" /> <TextBlock Text="Selection" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Selection, Converter={StaticResource booleanToVisibilityConverter}}" /> <ComboBox x:Name="selectioncombobox" Width="210" Height="30" ItemsSource="{Binding SelectedDiagram.SelectedItems.States}" SelectedIndex="{Binding SelectedDiagram.SelectedItems.SelectedIndex, Mode=TwoWay}" SelectedItem="{Binding SelectedDiagram.SelectedItems.SelectedItem, Mode=TwoWay}" HorizontalAlignment="Left" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Selection, Converter={StaticResource booleanToVisibilityConverter}}" /> <StackPanel Orientation="Horizontal" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.VerticalScrollBar, Converter={StaticResource booleanToVisibilityConverter}}" > <ToggleButton x:Name="verticalscrollbartogglebutton" BorderThickness="0" businessobject:ScrollBarVisibilityBinding.Command="{Binding TextChanged}" Width="20" Height="40" HorizontalContentAlignment="Left" Background="#d1d3d4" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.ScrollBar.Enabled, Mode=TwoWay}" > <ToggleButton.Template> <ControlTemplate TargetType="ToggleButton"> <Border x:Name="scrollbarBorder"> <Viewbox Height="35" Width="15"> <Grid HorizontalAlignment="Center" Height="50.502" VerticalAlignment="Center" Width="17.53"> <Path Data="F1M2660.91,836.724L2644.889,836.724L2644.889,821.953L2660.91,821.953z" Fill="#FF787878" Height="14.771" Stretch="Fill" Margin="0.46,0,1.049,0.917" VerticalAlignment="Bottom"/> <Path Data="F1M2660.945,802.815L2644.924,802.815L2644.924,788.044L2660.945,788.044z" Fill="#FF787878" Height="14.771" Stretch="Fill" Margin="0.495,0.905,1.014,0" VerticalAlignment="Top"/> <Path Data="M2661.4592,802.8489L2645.1772,802.8489" Height="1" StrokeStartLineCap="Flat" Stretch="Fill" StrokeEndLineCap="Flat" Stroke="#FFD8D9D9" StrokeThickness="1" StrokeMiterLimit="10" StrokeLineJoin="Miter" Margin="0.248,15.21,0,0" VerticalAlignment="Top"/> <Path Data="F1M2652.9563,792.6995L2656.2303,797.3325L2649.6843,797.3325z" Fill="White" Height="4.633" Stretch="Fill" Margin="5.255,5.561,5.729,0" VerticalAlignment="Top"/> <Path Data="F1M2652.9226,832.4184L2649.6486,827.7854L2656.1946,827.7854z" Fill="White" Height="4.633" Stretch="Fill" Margin="5.22,0,5.764,5.223" VerticalAlignment="Bottom"/> <Path Data="M2661.166,837.141L2645.178,837.141L2645.178,787.639L2661.166,787.639z" StrokeStartLineCap="Flat" Stretch="Fill" StrokeEndLineCap="Flat" Stroke="#FFD8D9D9" StrokeThickness="1" StrokeMiterLimit="10" StrokeLineJoin="Miter" Margin="0.249,0,0.293,0"/> <Path Data="M2660.9099,821.7889L2644.9289,821.7889" Height="1" StrokeStartLineCap="Flat" Stretch="Fill" StrokeEndLineCap="Flat" Stroke="#FFD8D9D9" StrokeThickness="1" StrokeMiterLimit="10" StrokeLineJoin="Miter" Margin="0,0,0.549,15.352" VerticalAlignment="Bottom"/> </Grid> </Viewbox> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates" > <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="scrollbarBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="scrollbarBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="scrollbarBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#7a7e84"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="scrollbarBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:DataTriggerBehavior Binding="{Binding ElementName=verticalscrollbartogglebutton, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=verticalscrollbartogglebutton, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=scrollbarBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=scrollbarBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <Slider x:Name="verticalSlider" Height="26" Margin="30,-15,0,0" Value="{Binding SelectedDiagram.SelectedItems.SliderValue,Mode=TwoWay}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" Width="125" Minimum="0" Maximum="100" StepFrequency="1" Background="#7a7e84" Visibility="{Binding SelectedDiagram.SelectedItems.DataContext.ScrollBar.Enabled, Mode=TwoWay, Converter={StaticResource booleanToVisibilityConverter}}" /> <TextBlock Text="{Binding ElementName=verticalSlider, Path=Value}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="12,12,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.DataContext.ScrollBar.Enabled, Mode=TwoWay, Converter={StaticResource booleanToVisibilityConverter}}" /> </StackPanel> <StackPanel Orientation="Horizontal" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ScrollSlider, Converter={StaticResource booleanToVisibilityConverter}}"> <TextBlock Text="Value" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="0,5,0,0"/> <Slider x:Name="scrollslider" Height="26" Margin="15,-10,0,0" Value="{Binding SelectedDiagram.SelectedItems.SliderValue,Mode=TwoWay}" IsEnabled="{Binding SelectedDiagram.SelectedItems.IsNodeSelected}" Background="#7a7e84" Width="125" Minimum="0" Maximum="100" StepFrequency="1"/> <TextBlock Text="{Binding ElementName=scrollslider, Path=Value}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="12,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.DataContext.ScrollBar.Enabled, Mode=TwoWay, Converter={StaticResource booleanToVisibilityConverter}}"/> </StackPanel> <TextBlock Text="State" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.OnOffSwitch, Converter={StaticResource booleanToVisibilityConverter}}" /> <StackPanel Orientation="Horizontal" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.OnOffSwitch, Converter={StaticResource booleanToVisibilityConverter}}" > <businessobject:CustomToggleButton x:Name="on" businessobject:OnOffBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.On, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="onbuttonborder" Width="50" Height="30" BorderThickness="1" BorderBrush="#adadad"> <!--<Button x:Name="onbuttoncontent" IsEnabled="False" Content="On" Width="50" Height="30" BorderThickness="1" BorderBrush="#adadad" FontSize="12" businessobject:OnOffSwitchBinding.Command="{Binding TextChanged}"></Button>--> <TextBlock x:Name="onbuttoncontent" Text="On" FontSize="12" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates" > <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="onbuttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="onbuttoncontent" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="onbuttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="onbuttoncontent" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="onbuttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="onbuttoncontent" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="onbuttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="onbuttoncontent" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=onbuttonborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=onbuttonborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=on, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=on, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="off" businessobject:OnOffBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Off, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="15,0,0,0"> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="offbuttonborder" Width="50" Height="30" BorderThickness="1" BorderBrush="#adadad"> <!--<Button x:Name="offbuttoncontent" Content="Off" Width="50" Height="30" BorderThickness="1" BorderBrush="#adadad" FontSize="12" businessobject:OnOffSwitchBinding.Command="{Binding TextChanged}"></Button>--> <TextBlock x:Name="offbuttoncontent" Text="Off" FontSize="12" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates" > <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="offbuttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="offbuttoncontent" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="offbuttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="offbuttoncontent" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="offbuttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="offbuttoncontent" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="offbuttonborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="offbuttoncontent" Storyboard.TargetProperty="Foreground"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=offbuttonborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=offbuttonborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=off, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=off, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </StackPanel> <StackPanel Margin="20,15,0,0" Orientation="Horizontal" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.MenuIcon, Converter={StaticResource booleanToVisibilityConverter}}"> <TextBlock Text="Menu" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="0,5,0,0"/> <ToggleButton x:Name="menuicon" Margin="20,0,0,0" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.MenuIconEnabled, Mode=TwoWay}" > <ToggleButton.Template> <ControlTemplate> <Border x:Name="menuiconBorder" Width="25" Height="25"> <Path x:Name="menuiconPath" Data="F1M564.3532,318.1222L562.0692,314.8902L566.6362,314.8902z" Fill="#d8d7d6" Height="20" Stretch="Fill" Width="20" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="menuiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="menuiconPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="menuiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="menuiconPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="menuiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="menuiconPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="menuiconBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="menuiconPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=menuiconBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=menuiconBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=menuicon, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=menuicon, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> </StackPanel> <TextBlock Text="Point" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.PointyButton, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <StackPanel Orientation="Horizontal" Margin="20,5,0,15" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.PointyButton, Converter={StaticResource booleanToVisibilityConverter}}" > <businessobject:CustomToggleButton x:Name="leftpoint" businessobject:PointyButtonBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Left, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="leftpointBorder" Width="30" Height="30"> <Path x:Name="leftpointPath" Data="F1M121.4007,56L129.9997,56L129.9997,44L121.4007,44L115.3177,50z M130.9997,57L121.0207,57L113.9307,50L121.0207,43L130.9997,43z" Fill="#d8d7d6" Height="20" Stretch="Fill" Width="20" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpointPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpointPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpointPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpointPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=leftpointBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=leftpointBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=leftpoint, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=leftpoint, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="centerpoint" businessobject:PointyButtonBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Center, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="10,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="centerpointBorder" Width="30" Height="30" > <Path x:Name="centerpointPath" Data="F1M159,57L172,57L172,44L159,44z M173,58L158,58L158,43L173,43z" Fill="#FFC4C4C4" Height="20" Stretch="Fill" Width="20" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpointPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpointPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpointPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="centerpointPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=centerpointBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=centerpointBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=centerpoint, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=centerpoint, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="rightpoint" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Right, Mode=TwoWay}" businessobject:PointyButtonBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="10,0,0,0"> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="rightpointBorder" Width="30" Height="30"> <Path x:Name="rightpointPath" Data="F1M200.5302,44L192.0002,44L192.0002,56L200.5302,56L206.6132,50z M191.0002,43L200.9102,43L208.0002,50L200.9102,57L191.0002,57z" Fill="#FFC4C4C4" Height="20" Stretch="Fill" Width="20"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpointPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpointPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpointPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpointBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpointPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=rightpointBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=rightpointBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rightpoint, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rightpoint, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </StackPanel> <TextBlock Text="Direction" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ToolTip, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ToolTip, Converter={StaticResource booleanToVisibilityConverter}}" > <businessobject:CustomToggleButton x:Name="toplefttooltip" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.TopLeft, Mode=TwoWay}" businessobject:ToolTipBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="tolefttooltipBorder" Width="30" Height="30"> <Path x:Name="tolefttooltipPath" Data="F1M65,455.7578L54,455.7578C52.897,455.7578,52,454.8608,52,453.7578C52,452.6548,52.897,451.7578,54,451.7578L65,451.7578C66.103,451.7578,67,452.6548,67,453.7578C67,454.8608,66.103,455.7578,65,455.7578 M65,450.7578L57.706,450.7578L53.948,446.9998L53.948,450.7628C52.318,450.7918,51,452.1218,51,453.7578C51,455.4118,52.346,456.7578,54,456.7578L65,456.7578C66.654,456.7578,68,455.4118,68,453.7578C68,452.1038,66.654,450.7578,65,450.7578" Fill="#FFC4C4C4" Height="15" Stretch="Fill" Width="20" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="tolefttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="tolefttooltipPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="tolefttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="tolefttooltipPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="tolefttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="tolefttooltipPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="tolefttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="tolefttooltipPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=tolefttooltipBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=tolefttooltipBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=toplefttooltip, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=toplefttooltip, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="toprighttooltip" businessobject:ToolTipBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.TopRight, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="50,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="toprighttooltipBorder" Width="30" Height="30"> <Path x:Name="toprighttooltipPath" Data="F1M120,455.7578L109,455.7578C107.897,455.7578,107,454.8608,107,453.7578C107,452.6548,107.897,451.7578,109,451.7578L120,451.7578C121.103,451.7578,122,452.6548,122,453.7578C122,454.8608,121.103,455.7578,120,455.7578 M120,450.7578L119.483,450.7578L119.483,447.4998L116.225,450.7578L109,450.7578C107.346,450.7578,106,452.1038,106,453.7578C106,455.4118,107.346,456.7578,109,456.7578L120,456.7578C121.654,456.7578,123,455.4118,123,453.7578C123,452.1038,121.654,450.7578,120,450.7578" Fill="#FFC4C4C4" Height="15" Stretch="Fill" Width="20" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toprighttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toprighttooltipPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toprighttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toprighttooltipPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toprighttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toprighttooltipPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toprighttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toprighttooltipPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=toprighttooltipBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=toprighttooltipBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=toprighttooltip, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=toprighttooltip, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="bottomlefttooltip" businessobject:ToolTipBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.BottomLeft, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="100,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="bottomlefttooltipBorder" Width="30" Height="30"> <Path x:Name="bottomlefttooltipPath" Data="F1M228,455.7578L217,455.7578C215.897,455.7578,215,454.8608,215,453.7578C215,452.6548,215.897,451.7578,217,451.7578L228,451.7578C229.103,451.7578,230,452.6548,230,453.7578C230,454.8608,229.103,455.7578,228,455.7578 M228,450.7578L217,450.7578C215.346,450.7578,214,452.1038,214,453.7578C214,455.2778,215.14,456.5238,216.608,456.7178L216.608,460.4998L220.351,456.7578L228,456.7578C229.654,456.7578,231,455.4118,231,453.7578C231,452.1038,229.654,450.7578,228,450.7578" Fill="#FFC4C4C4" Height="15" Stretch="Fill" Width="20" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomlefttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomlefttooltipPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomlefttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomlefttooltipPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomlefttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomlefttooltipPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomlefttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomlefttooltipPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=bottomlefttooltipBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=bottomlefttooltipBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottomlefttooltip, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottomlefttooltip, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="bottomrighttooltip" businessobject:ToolTipBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.BottomRight, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="150,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="bottomrighttooltipBorder" Width="30" Height="30"> <Path x:Name="bottomrighttooltipPath" Data="F1M174,455.7578L163,455.7578C161.897,455.7578,161,454.8608,161,453.7578C161,452.6548,161.897,451.7578,163,451.7578L174,451.7578C175.103,451.7578,176,452.6548,176,453.7578C176,454.8608,175.103,455.7578,174,455.7578 M174,450.7578L163,450.7578C161.346,450.7578,160,452.1038,160,453.7578C160,455.4118,161.346,456.7578,163,456.7578L169.407,456.7578L173.149,460.4998L173.149,456.7578L174,456.7578C175.654,456.7578,177,455.4118,177,453.7578C177,452.1038,175.654,450.7578,174,450.7578" Fill="#FFC4C4C4" Height="15" Stretch="Fill" Width="20"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomrighttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomrighttooltipPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomrighttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomrighttooltipPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomrighttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomrighttooltipPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomrighttooltipBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomrighttooltipPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=bottomrighttooltipBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=bottomrighttooltipBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottomrighttooltip, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottomrighttooltip, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </Grid> <TextBlock Text="TabPosition" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.VerticalTab, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,10,0,15" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.VerticalTab, Converter={StaticResource booleanToVisibilityConverter}}" > <ToggleButton x:Name="leftVerticalTab" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Left, Mode=TwoWay}" businessobject:VerticalTabBinding.Command="{Binding TextChanged}" Checked="leftVerticalTab_Checked" > <ToggleButton.Template> <ControlTemplate> <Border x:Name="leftVerticalTabBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="leftVerticalTabPath" Data="F1M63,373L53,373L53,367.31L53,366L53,359L63,359z M63,358L53,358L49,358L49,359L49,364.31L52,366.56L52,373L52,374L53,374L63,374L64,374L64,373L64,359L64,358z" Fill="#FFC4C4C4" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftVerticalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftVerticalTabPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftVerticalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftVerticalTabPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftVerticalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftVerticalTabPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftVerticalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftVerticalTabPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=leftVerticalTabBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=leftVerticalTabBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=leftVerticalTab, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=leftVerticalTab, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <ToggleButton x:Name="rightVerticalTab" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Right, Mode=TwoWay}" Checked="leftVerticalTab_Checked" businessobject:VerticalTabBinding.Command="{Binding TextChanged}" Margin="50,0,0,0" > <ToggleButton.Template> <ControlTemplate> <Border x:Name="rightVerticalTabBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="rightVerticalTabPath" Data="F1M101,366L101,367.31L101,373L91,373L91,359L101,359z M101,358L91,358L90,358L90,359L90,373L90,374L91,374L101,374L102,374L102,366.56L105,364.31L105,359L105,358z" Fill="#FFC4C4C4" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightVerticalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightVerticalTabPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightVerticalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightVerticalTabPath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightVerticalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightVerticalTabPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightVerticalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightVerticalTabPath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=rightVerticalTabBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=rightVerticalTabBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rightVerticalTab, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rightVerticalTab, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> </Grid> <TextBlock Text="TabPosition" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.HorizontalTab, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,10,0,15" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.HorizontalTab, Converter={StaticResource booleanToVisibilityConverter}}" > <ToggleButton x:Name="topHorizontalTab" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Top, Mode=TwoWay}" businessobject:HorizontalTabBinding.Command="{Binding TextChanged}" Checked="topHorizontalTab_Checked" > <ToggleButton.Template> <ControlTemplate> <Border x:Name="topHorizontalTabBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="topHorizontalTabpath" Data="F1M63,373L53,373L53,367.31L53,366L53,359L63,359z M63,358L53,358L49,358L49,359L49,364.31L52,366.56L52,373L52,374L53,374L63,374L64,374L64,373L64,359L64,358z" Fill="#FFC4C4C4" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topHorizontalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topHorizontalTabpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topHorizontalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topHorizontalTabpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topHorizontalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topHorizontalTabpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topHorizontalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topHorizontalTabpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=topHorizontalTabBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=topHorizontalTabBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=topHorizontalTab, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=topHorizontalTab, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <ToggleButton x:Name="bottomHorizontalTab" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Bottom, Mode=TwoWay}" businessobject:HorizontalTabBinding.Command="{Binding TextChanged}" Checked="topHorizontalTab_Checked" Margin="50,0,0,0" > <ToggleButton.Template> <ControlTemplate> <Border x:Name="bottomHorizontalTabBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="bottomHorizontalTabpath" Data="F1M63,373L53,373L53,367.31L53,366L53,359L63,359z M63,358L53,358L49,358L49,359L49,364.31L52,366.56L52,373L52,374L53,374L63,374L64,374L64,373L64,359L64,358z" Fill="#FFC4C4C4" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomHorizontalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomHorizontalTabpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomHorizontalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomHorizontalTabpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomHorizontalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomHorizontalTabpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomHorizontalTabBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomHorizontalTabpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=bottomHorizontalTabBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=bottomHorizontalTabBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottomHorizontalTab, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottomHorizontalTab, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> </Grid> <TextBlock Text="Direction" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.VerticalCurlyBraces, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,10,0,15" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.VerticalCurlyBraces, Converter={StaticResource booleanToVisibilityConverter}}"> <businessobject:CustomToggleButton x:Name="leftdirection" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Left, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" > <ToolTipService.ToolTip> <TextBlock Text="Left"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="leftdirectionBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="leftdirectionpath" Data="F1M583.9836,560.6287C579.5446,560.8997,573.6976,562.0677,569.1746,565.8917C564.4926,569.8527,562.0826,575.9657,562.0056,583.8867C562.1536,585.3027,565.4976,618.6857,553.9806,629.9997C551.9506,631.9957,549.5596,633.1357,546.8956,633.5537C549.5596,633.9717,551.9506,635.1127,553.9806,637.1077C565.4976,648.4247,562.1566,681.8097,562.0156,683.0457C562.0826,691.1357,564.4866,697.2447,569.1586,701.2037C573.6716,705.0297,579.5336,706.1987,583.9836,706.4737L583.9836,709.6557C579.0346,709.3797,572.3996,708.0677,567.1396,703.6197C561.7266,699.0417,558.9446,692.1287,558.8766,682.8967C558.9076,682.5657,562.2156,649.6077,551.7736,639.3517C549.6286,637.2447,547.0606,636.3577,543.9966,636.5407L543.9966,630.5657C547.0606,630.7487,549.6286,629.8627,551.7736,627.7557C562.2116,617.5007,558.9046,584.5437,558.8676,584.0367C558.9446,574.9807,561.7296,568.0677,567.1426,563.4897C572.4016,559.0417,579.0356,557.7307,583.9836,557.4547z" Fill="#FF1E1E1E" Stretch="Fill" Width="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftdirectionpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftdirectionpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftdirectionpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftdirectionpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=leftdirectionBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=leftdirectionBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=leftdirection, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=leftdirection, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="rightdirection" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Right, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="50,0,0,0" > <ToolTipService.ToolTip> <TextBlock Text="Right"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="rightdirectionBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="rightdirectionpath" Data="F1M962.4552,1117.0542C966.8942,1117.3252,972.7412,1118.4932,977.2642,1122.3172C981.9462,1126.2782,984.3562,1132.3912,984.4322,1140.3132C984.2852,1141.7282,980.9412,1175.1112,992.4582,1186.4252C994.4882,1188.4212,996.8792,1189.5612,999.5432,1189.9792C996.8792,1190.3972,994.4882,1191.5382,992.4582,1193.5332C980.9412,1204.8502,984.2822,1238.2352,984.4232,1239.4712C984.3562,1247.5612,981.9522,1253.6702,977.2802,1257.6292C972.7672,1261.4552,966.9052,1262.6242,962.4552,1262.8992L962.4552,1266.0812C967.4042,1265.8052,974.0392,1264.4932,979.2992,1260.0452C984.7122,1255.4672,987.4942,1248.5542,987.5622,1239.3222C987.5312,1238.9922,984.2232,1206.0332,994.6652,1195.7772C996.8102,1193.6702,999.3782,1192.7832,1002.4422,1192.9662L1002.4422,1186.9912C999.3782,1187.1742,996.8102,1186.2882,994.6652,1184.1812C984.2272,1173.9262,987.5342,1140.9692,987.5712,1140.4622C987.4942,1131.4062,984.7092,1124.4932,979.2962,1119.9152C974.0372,1115.4672,967.4032,1114.1562,962.4552,1113.8802z" Fill="#d8d7d6" Stretch="Fill" Width="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightdirectionpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightdirectionpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightdirectionpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightdirectionpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=rightdirectionBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=rightdirectionBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rightdirection, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rightdirection, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </Grid> <TextBlock Text="Direction" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.HorizontalCurlyBraces, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,10,0,15" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.HorizontalCurlyBraces, Converter={StaticResource booleanToVisibilityConverter}}"> <businessobject:CustomToggleButton x:Name="topdirection" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Top, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" > <ToolTipService.ToolTip> <TextBlock Text="Top"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="topdirectionBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="topdirectionpath" StrokeThickness="1" Data="M73.111001,0 L79.085976,0 C78.902993,3.0639952 79.790017,5.6319884 81.897011,7.7769769 92.152985,18.218994 125.11099,14.91098 125.44198,14.880004 134.67397,14.947998 141.58699,17.72998 146.16499,23.143005 150.61299,28.402984 151.925,35.037994 152.201,39.986999 L149.019,39.986999 C148.74397,35.536987 147.57497,29.674988 143.74898,25.161987 139.78999,20.48999 133.68098,18.085998 125.59097,18.01898 124.355,18.160003 90.969025,21.500976 79.652993,9.9839791 77.657998,7.9539793 76.517006,5.5629881 76.098977,2.8989871 75.681008,5.5629881 74.540993,7.9539793 72.545022,9.9839791 61.230999,21.500976 27.848013,18.156982 26.432,18.009979 18.511042,18.085998 12.398007,20.496002 8.4370094,25.177978 4.6130357,29.700989 3.4450064,35.548004&#xd;&#xa;3.1740105,39.986999 L0,39.986999 C0.27600088,35.039001 1.5870357,28.404999 6.0350318,23.145996 10.613034,17.733002 17.525996,14.947998 26.582022,14.871002 27.089043,14.907989 60.046002,18.214996 70.301003,7.7769769 72.407998,5.6319884 73.293984,3.0639952 73.111001,0 z" Fill="#FF1E1E1E" Stretch="Fill" Height="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topdirectionpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topdirectionpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topdirectionpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="topdirectionpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=topdirectionBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=topdirectionBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=topdirection, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=topdirection, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="bottomdirection" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Bottom, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="50,0,0,0" > <ToolTipService.ToolTip> <TextBlock Text="Bottom"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="bottomdirectionBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="bottomdirectionpath" StrokeThickness="1" Data="F1M722.0567,1178.2357C721.7857,1182.6747,720.6177,1188.5217,716.7937,1193.0447C712.8327,1197.7267,706.7197,1200.1367,698.7987,1200.2137C697.3827,1200.0657,663.9997,1196.7217,652.6857,1208.2387C650.6897,1210.2687,649.5497,1212.6597,649.1317,1215.3237C648.7137,1212.6597,647.5727,1210.2687,645.5777,1208.2387C634.2617,1196.7217,600.8757,1200.0627,599.6397,1200.2037C591.5497,1200.1367,585.4407,1197.7327,581.4817,1193.0607C577.6557,1188.5477,576.4867,1182.6857,576.2117,1178.2357L573.0297,1178.2357C573.3057,1183.1847,574.6177,1189.8197,579.0657,1195.0797C583.6437,1200.4927,590.5567,1203.2747,599.7887,1203.3427C600.1197,1203.3117,633.0777,1200.0047,643.3337,1210.4457C645.4407,1212.5907,646.3277,1215.1587,646.1447,1218.2227L652.1197,1218.2227C651.9367,1215.1587,652.8227,1212.5907,654.9297,1210.4457C665.1847,1200.0077,698.1417,1203.3147,698.6487,1203.3517C707.7047,1203.2747,714.6177,1200.4897,719.1957,1195.0767C723.6437,1189.8177,724.9547,1183.1837,725.2307,1178.2357z" Fill="#d8d7d6" Stretch="Fill" Height="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomdirectionpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomdirectionpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomdirectionpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomdirectionBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottomdirectionpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d8d7d6"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=bottomdirectionBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=bottomdirectionBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottomdirection, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottomdirection, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </Grid> <TextBlock Text="Popover" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Popover, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.Popover, Converter={StaticResource booleanToVisibilityConverter}}"> <businessobject:CustomToggleButton x:Name="leftpopover" businessobject:PopoverBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Left , Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="leftpopoverBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="leftpopoverpath" Data="F1M201,140L212,140L212,151L201,151z M213,150.5L213,139.5L213,139L212,139L201,139L200,139L200,139.5L200,141.426L197,145.5L200,148.531L200,151.5L200,152L201,152L212,152L213,152L213,151.5z" Fill="#d1d3d4" Height="13" Stretch="Fill" Width="16" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpopoverpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpopoverpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpopoverpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="leftpopoverpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=leftpopoverBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=leftpopoverBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=leftpopover, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=leftpopover, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="rightpopover" businessobject:PopoverBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Right, Mode=TwoWay}" Margin="50,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="rightpopoverBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="rightpopoverpath" Data="F1M40,138L51,138L51,149L40,149z M52,139.469L52,136.5L52,137L51,137L40,137L39,137L39,136.5L39,137.5L39,148.5L39,150L40,150L51,150L52,150L52,148.5L52,146.574L55,142.5z" Fill="#d1d3d4" Height="13.5" Stretch="Fill" Width="16"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpopoverpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpopoverpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpopoverpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rightpopoverpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=rightpopoverBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=rightpopoverBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rightpopover, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rightpopover, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="toppopover" businessobject:PopoverBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Top, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="100,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="toppopoverBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="toppopoverpath" Data="F1M140,151L129,151L129,140L140,140z M140,139L138.074,139L134,136L130.969,139L128,139L128,138.5L128,139.5L128,150.5L128,151.5L128,152L129,152L140,152L141,152L141,150.5L141,139.5L141,139z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="13"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toppopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toppopoverpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toppopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toppopoverpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toppopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toppopoverpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toppopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="toppopoverpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=toppopoverBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=toppopoverBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=toppopover, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=toppopover, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="bottompopover" businessobject:PopoverBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Bottom, Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="150,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="bottompopoverBorder" Width="30" Height="30" Padding="5" CornerRadius="5"> <Path x:Name="bottompopoverpath" Data="F1M285,149L274,149L274,138L285,138z M285,137L285,137L274,137L273,137L273,138L273,149L273,150L274,150L275.926,150L280,153L283.031,150L286,150L286,150L286,149L286,138L286,137L286,137z" Fill="#d1d3d4" Height="16" Stretch="Fill" Width="13" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottompopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottompopoverpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottompopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottompopoverpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottompopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottompopoverpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottompopoverBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="bottompopoverpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=bottompopoverBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=bottompopoverBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottompopover, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=bottompopover, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </Grid> <TextBlock Text="Shapes" Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.GeometricShapes, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,10,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.GeometricShapes, Converter={StaticResource booleanToVisibilityConverter}}" > <businessobject:CustomToggleButton x:Name="ellipse" BorderThickness="0" businessobject:GeometricShapesBinding.Command="{Binding TextChanged}" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Ellipse , Mode=TwoWay}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="5,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="ellipseBorder" Width="25" Height="25" CornerRadius="5"> <Path x:Name="ellipsepath" Fill="AliceBlue" Data="F1M68.0127,627.6934C63.8767,627.6934,60.5127,631.0574,60.5127,635.1934C60.5127,639.3294,63.8767,642.6934,68.0127,642.6934C72.1487,642.6934,75.5127,639.3294,75.5127,635.1934C75.5127,631.0574,72.1487,627.6934,68.0127,627.6934 M68.0127,643.6934C63.3257,643.6934,59.5127,639.8804,59.5127,635.1934C59.5127,630.5064,63.3257,626.6934,68.0127,626.6934C72.6997,626.6934,76.5127,630.5064,76.5127,635.1934C76.5127,639.8804,72.6997,643.6934,68.0127,643.6934" Width="16" Height="16" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ellipseBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ellipsepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ellipseBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ellipsepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ellipseBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ellipsepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ellipseBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ellipsepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=ellipseBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=ellipseBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=ellipse, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=ellipse, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="rectangle" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Rectangle , Mode=TwoWay}" businessobject:GeometricShapesBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="50,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="rectangleBorder" Width="25" Height="25" CornerRadius="5"> <Path x:Name="rectanglepath" Fill="#d1d3d4" Data="F1M124,643L139,643L139,628L124,628z M140,644L123,644L123,627L140,627z" Width="16" Height="16" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectangleBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectanglepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectangleBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectanglepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectangleBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectanglepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectangleBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectanglepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=rectangleBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=rectangleBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rectangle, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=rectangle, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="roundedcorner" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.RoundedRectangle , Mode=TwoWay}" businessobject:GeometricShapesBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="100,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="roundedcornerBorder" Width="25" Height="25" CornerRadius="5"> <Path x:Name="roundedcornerpath" Fill="#d1d3d4" Data="F1M204.5645,631C203.7025,631,203.0005,631.702,203.0005,632.564L203.0005,639.436C203.0005,640.298,203.7025,641,204.5645,641L216.4355,641C217.2975,641,218.0005,640.298,218.0005,639.436L218.0005,632.564C218.0005,631.702,217.2975,631,216.4355,631z M216.4355,642L204.5645,642C203.1505,642,202.0005,640.85,202.0005,639.436L202.0005,632.564C202.0005,631.15,203.1505,630,204.5645,630L216.4355,630C217.8495,630,219.0005,631.15,219.0005,632.564L219.0005,639.436C219.0005,640.85,217.8495,642,216.4355,642" Width="16" Height="16" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="roundedcornerBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="roundedcornerpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="roundedcornerBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="roundedcornerpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="roundedcornerBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="roundedcornerpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="roundedcornerBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="roundedcornerpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=roundedcornerBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=roundedcornerBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=roundedcorner, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=roundedcorner, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="pentagon" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Pentagon , Mode=TwoWay}" businessobject:GeometricShapesBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="150,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="pentagonBorder" Width="25" Height="25" CornerRadius="5"> <!--<Path x:Name="pentagonpath" Fill="#d1d3d4" Data="F1M291.0558,640L287.9998,630.595L295.9998,624.783L303.9998,630.595L300.9438,640z" Width="16" Height="16" Stretch="Fill"/>--> <Path x:Name="pentagonpath" Data="M492.2692,400.1684L482.7202,370.7784L507.7202,352.6144L532.7202,370.7784L523.1702,400.1684L492.2692,400.1684z" Fill="Transparent" Height="16" StrokeStartLineCap="Flat" Stretch="Fill" StrokeEndLineCap="Flat" Stroke="#d1d3d4" StrokeThickness="1" Width="16" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="pentagonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="pentagonpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="pentagonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="pentagonpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="pentagonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="pentagonpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="pentagonBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="pentagonpath" Storyboard.TargetProperty="Stroke"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=pentagonBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=pentagonBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=pentagon, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=pentagon, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </Grid> <Grid Margin="20,20,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.GeometricShapes, Converter={StaticResource booleanToVisibilityConverter}}" > <businessobject:CustomToggleButton x:Name="diamond" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Diamond , Mode=TwoWay}" businessobject:GeometricShapesBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="5,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="diamondBorder" Width="25" Height="25" CornerRadius="5"> <Path x:Name="diamondpath" Fill="#d1d3d4" Data="F1M60.7197,696L68.0127,703.293L75.3057,696L68.0127,688.707z M68.0127,704.707L59.3057,696L68.0127,687.293L76.7197,696z" Width="16" Height="16" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="diamondBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="diamondpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="diamondBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="diamondpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="diamondBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="diamondpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="diamondBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="diamondpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=diamondBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=diamondBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=diamond, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=diamond, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="star" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Star , Mode=TwoWay}" businessobject:GeometricShapesBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="50,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="starBorder" Width="25" Height="25" CornerRadius="5"> <Path x:Name="starpath" Fill="#d1d3d4" Data="F1M122.5488,699.5518L126.5338,702.4628L125.0138,697.8168L128.9808,694.9998L124.0728,694.9998L122.5478,690.3058L121.0228,694.9998L116.1138,694.9998L120.0818,697.8228L118.5618,702.4408z M128.4498,705.1018L122.5468,700.7878L116.6458,705.0638L118.9028,698.2088L112.9818,693.9998L120.2958,693.9998L122.5478,687.0698L124.7998,693.9998L132.1148,693.9998L126.1938,698.2048z" Width="16" Height="16" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="starBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="starpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="starBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="starpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="starBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="starpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="starBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="starpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=starBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=starBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=star, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=star, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="parallelogram" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Parallelogram , Mode=TwoWay}" businessobject:GeometricShapesBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="100,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="parallelogramBorder" Width="25" Height="25" CornerRadius="5"> <Path x:Name="parallelogrampath" Fill="#d1d3d4" Data="F1M191.2441,701L200.7541,701L205.6511,691L195.9941,691z M201.3771,702L189.6621,702L195.3611,690L207.2551,690z" Width="16" Height="16" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="parallelogramBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="parallelogrampath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="parallelogramBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="parallelogrampath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="parallelogramBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="parallelogrampath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="parallelogramBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="parallelogrampath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=parallelogramBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=parallelogramBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=parallelogram, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=parallelogram, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="triangle" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Triangle , Mode=TwoWay}" businessobject:GeometricShapesBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked}" Margin="150,0,0,0" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="triangleBorder" Width="25" Height="25" CornerRadius="5"> <Path x:Name="trianglepath" Fill="#d1d3d4" Data="F1M267.54,703L281.808,703L274.674,690.644z M283,704L267,704L267,703.5L266.404,703.25L274.755,688.644L283.31,703.25L283,703.5z" Width="16" Height="16" Stretch="Fill"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="triangleBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="trianglepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="triangleBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="trianglepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="triangleBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="trianglepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="triangleBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="trianglepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=triangleBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=triangleBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=triangle, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=triangle, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </Grid> <Border Height="120" Margin="10,15,0,0" Width="193" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.WindowBox, Converter={StaticResource booleanToVisibilityConverter}}" x:Name="windowboxpanel" PointerMoved="windowboxpanel_PointerMoved" PointerReleased="windowboxpanel_PointerReleased" > <Grid > <!--<Path Data="F1M836,54L649,54L649,29L836,29z M836,116L649,116L649,56L836,56z M836,141L649,141L649,118L836,118z M836,26L649,26L646,26L646,29L646,54L646,56L646,116L646,118L646,142L646,144L649,144L836,144L839,144L839,142L839,118L839,116L839,56L839,54L839,29L839,26z" Fill="#FFC4C4C4" Stretch="Fill"/>--> <Path Data="M681.15,263.352L612.218,263.352L612.218,215.299L681.15,215.299z" Fill="Transparent" Height="118" Width="193" Stretch="Fill" StrokeThickness="1" Stroke="#d1d3d4" VerticalAlignment="Top" /> <Grid Margin="0,20,0,0" > <Grid x:Name="topmarginborder" Margin="{Binding SelectedDiagram.SelectedItems.DataContext.TopMargin, Mode=TwoWay}" > <Path x:Name="topmarginlinepath" Data="M482.2174,586.4791L567.4014,586.4791" Stretch="Fill" Stroke="#7c7c7c" StrokeThickness="2" VerticalAlignment="Top" Margin="0,10,0,0" /> <Grid x:Name="topmarginicongrid" PointerPressed="topmarginicongrid_PointerPressed" HorizontalAlignment="Left" Margin="50,0,0,0" VerticalAlignment="Top" Height="15.264" Width="15.529"> <Path x:Name="topmarginpath" Data="F1M73.3142,56.3744L80.0782,45.2084L66.5502,45.2084z" Fill="#FFC4C4C4" Height="15.264" Stretch="Fill" Width="15.529" Margin="0,5,0,-5" /> <!--<Path Data="F1M791.3345,108.7357L786.0705,113.9997L796.5985,113.9997z" Fill="#FFC4C4C4" Height="5.264" Stretch="Fill" Width="10.528" /> <Path Data="F1M791.3345,125.2643L796.5985,120.0003L786.0705,120.0003z" Fill="#FFC4C4C4" Height="5.264" Stretch="Fill" Width="10.528" Margin="0,10,0,0" />--> </Grid> </Grid> </Grid> <Grid Margin="0,0,0,15" VerticalAlignment="Bottom"> <Grid x:Name="bottommarginborder" Margin="{Binding SelectedDiagram.SelectedItems.DataContext.BottomMargin, Mode=TwoWay}" > <Path x:Name="bottommarginlinepath" Data="M482.2174,586.4791L567.4014,586.4791" Stretch="Fill" Stroke="#7c7c7c" StrokeThickness="2" VerticalAlignment="Top" Margin="0,10,0,0" /> <Grid x:Name="bottommarginicongrid" PointerPressed="bottommarginicongrid_PointerPressed" HorizontalAlignment="Right" Margin="0,0,50,0" VerticalAlignment="Top" Height="15.264" Width="15.529"> <Path x:Name="bottommarginpath" Data="F1M722.8988,52L717.6348,46.736L712.3698,52z" Fill="#FFC4C4C4" Height="15.264" Stretch="Fill" Width="15.529" /> <!--<Path Data="F1M791.3345,108.7357L786.0705,113.9997L796.5985,113.9997z" Fill="#FFC4C4C4" Height="5.264" Stretch="Fill" Width="10.528" /> <Path Data="F1M791.3345,125.2643L796.5985,120.0003L786.0705,120.0003z" Fill="#FFC4C4C4" Height="5.264" Stretch="Fill" Width="10.528" Margin="0,10,0,0" />--> </Grid> </Grid> </Grid> <Path Data="F1M830.8167,131.3202L829.5007,130.0042L821.6037,137.9002L822.9207,139.2162z" Fill="#FFC4C4C4" Height="9.212" Stretch="Fill" Width="9.213" HorizontalAlignment="Right" Margin="0,0,8.184,4.784" VerticalAlignment="Bottom"/> <Path Data="F1M825.5524,137.9006L826.8684,139.2166L830.8164,135.2686L829.5004,133.9526z" Fill="#FFC4C4C4" Height="5.264" Stretch="Fill" Width="5.264" HorizontalAlignment="Right" Margin="0,0,8.184,4.783" VerticalAlignment="Bottom"/> <ToggleButton x:Name="closebutton" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.CloseButtonEnabled , Mode=TwoWay}" HorizontalAlignment="Right" Margin="0,7.931,14.764,0" VerticalAlignment="Top"> <ToggleButton.Template> <ControlTemplate> <Border x:Name="closeborder" Width="18" Height="15"> <Path x:Name="closepath" Data="F1M813.7077,45.7756000000001L818.3137,41.1696000000001L822.9207,45.7756000000001L824.2367,44.4596000000001L819.6297,39.8536000000001L824.2367,35.2466000000001L822.9207,33.9306000000001L818.3137,38.5376000000001L813.7077,33.9306000000001L812.3917,35.2466000000001L816.9977,39.8536000000001L812.3917,44.4596000000001z" Fill="#FFC4C4C4" Height="11.845" Stretch="Fill" Width="11.845" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="closeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="closepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="closeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="closepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="closeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="closepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="closeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="closepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:DataTriggerBehavior Binding="{Binding ElementName=closebutton, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=closebutton, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=closeborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=closeborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <ToggleButton x:Name="minimizebutton" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.MinimizeButtonEnabled , Mode=TwoWay}" HorizontalAlignment="Right" Margin="0,8,58,0" VerticalAlignment="Top"> <ToggleButton.Template> <ControlTemplate> <Border Width="18" Height="15" x:Name="minimizeborder"> <Path x:Name="minimizepath" Data="F1M777,39L768,39L768,41L777,41z" Fill="#d1d3d4" Height="2" Stretch="Fill" Width="13" VerticalAlignment="Center"/> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="minimizeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="minimizepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="minimizeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="minimizepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="minimizeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="minimizepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="minimizeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="minimizepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:DataTriggerBehavior Binding="{Binding ElementName=minimizebutton, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=minimizebutton, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=minimizeborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=minimizeborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <ToggleButton x:Name="maximizebutton" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.MaximizeButtonEnabled , Mode=TwoWay}" Margin="0,8,36,0" VerticalAlignment="Top" HorizontalAlignment="Right"> <ToggleButton.Template> <ControlTemplate> <Grid Width="18" Height="15" x:Name="maximizeborder"> <Path x:Name="maximizepath1" Data="F1M789,38L799,38L799,44L789,44z M799,45L800,45L800,44L800,38L800,37L799,37L789,37L788,37L788,38L788,44L788,45L789,45z" Fill="#FFC4C4C4" Height="8" Stretch="Fill" Width="12" Margin="0,5,3,0"/> <Path x:Name="maximizepath2" Data="F1M802,43L803,43L803,35L803,34L802,34L790,34L790,35L802,35z" Fill="#FFC4C4C4" Height="9" Stretch="Fill" Width="13" HorizontalAlignment="Right" /> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizepath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizepath2" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizepath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizepath2" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizepath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizepath2" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizeborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizepath1" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="maximizepath2" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:DataTriggerBehavior Binding="{Binding ElementName=maximizebutton, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=maximizebutton, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=maximizeborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=maximizeborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Grid> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <!--<Path Data="F1M717.6345,63.2643L722.8985,58.0003L712.3705,58.0003z" Fill="#FFC4C4C4" Height="5.264" Stretch="Fill" Width="10.528" HorizontalAlignment="Left" Margin="66.37,32,0,0" VerticalAlignment="Top"/>--> <!--<Path Data="F1M791.3345,108.7357L786.0705,113.9997L796.5985,113.9997z" Fill="#FFC4C4C4" Height="5.264" Stretch="Fill" Width="10.528" HorizontalAlignment="Right" Margin="0,0,42.402,30" VerticalAlignment="Bottom"/> <Path Data="F1M791.3345,125.2643L796.5985,120.0003L786.0705,120.0003z" Fill="#FFC4C4C4" Height="5.264" Stretch="Fill" Width="10.528" HorizontalAlignment="Right" Margin="0,0,42.402,18.736" VerticalAlignment="Bottom"/>--> </Grid> </Border> <TextBlock Text="IOS Keyboard" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ioskeyboard, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,15,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ioskeyboard, Converter={StaticResource booleanToVisibilityConverter}}" > <businessobject:CustomToggleButton x:Name="iphone" Checked="iphone_Checked" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.IPhone}" businessobject:IOSKeyboardBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" Margin="5,0,0,0" > <ToolTipService.ToolTip> <TextBlock Text="IPhone"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="iphoneBorder" Width="25" Height="25" CornerRadius="5"> <Grid Width="10" Height="20"> <Path Data="F1M519.025,778.598L440.575,778.598L440.575,662.229L519.025,662.229z" Fill="White" Stretch="Fill" Margin="4.727,23.367,1.823,26.264"/> <Path x:Name="iphonepath" Data="F1M514.848,775.862L441.848,775.862L441.848,666.862L514.848,666.862z M480.027,797.615C475.607,797.615,472.027,794.034,472.027,789.615C472.027,785.197,475.607,781.615,480.027,781.615C484.445,781.615,488.027,785.197,488.027,789.615C488.027,794.034,484.445,797.615,480.027,797.615 M486.848,652.924C486.848,653.995,485.981,654.862,484.911,654.862L471.786,654.862C470.716,654.862,469.848,653.995,469.848,652.924L469.848,652.799C469.848,651.729,470.716,650.862,471.786,650.862L484.911,650.862C485.981,650.862,486.848,651.729,486.848,652.799z M520.848,651.112C520.848,644.347,515.364,638.862,508.598,638.862L448.098,638.862C441.333,638.862,435.848,644.347,435.848,651.112L435.848,792.612C435.848,799.378,441.333,804.862,448.098,804.862L508.598,804.862C515.364,804.862,520.848,799.378,520.848,792.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphoneBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphoneBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphoneBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphoneBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=iphoneBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=iphoneBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphone, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphone, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="ipad" Checked="iphone_Checked" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.IPad}" businessobject:IOSKeyboardBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" Margin="50,0,0,0" > <ToolTipService.ToolTip> <TextBlock Text="IPAD"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="ipadBorder" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path Data="F1M655.09,394.342L529.09,394.342L529.09,230.293L655.09,230.293z" Fill="White" Stretch="Fill" Margin="7.988,25.318,8.501,35.366"/> <Path x:Name="ipadpath" Data="F1M653.848,390.862L527.848,390.862L527.848,233.862L653.848,233.862z M592.346,419.634C586.363,419.634,581.516,414.786,581.516,408.804C581.516,402.823,586.363,397.973,592.346,397.973C598.327,397.973,603.177,402.823,603.177,408.804C603.177,414.786,598.327,419.634,592.346,419.634 M602.848,221.362C602.848,222.743,601.729,223.862,600.348,223.862L582.348,223.862C580.967,223.862,579.848,222.743,579.848,221.362C579.848,219.981,580.967,218.862,582.348,218.862L600.348,218.862C601.729,218.862,602.848,219.981,602.848,221.362 M663.591,211.406C663.591,207.854,660.712,204.975,657.16,204.975L527.532,204.975C523.981,204.975,521.102,207.854,521.102,211.406L521.102,423.278C521.102,426.829,523.981,429.708,527.532,429.708L657.16,429.708C660.712,429.708,663.591,426.829,663.591,423.278z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=ipadBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=ipadBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=ipad, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=ipad, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="wide" Checked="wide_Checked" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Wide}" businessobject:IOSKeyboardBinding.Command="{Binding TextChanged}" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" Margin="100,0,0,0" > <ToolTipService.ToolTip> <TextBlock Text="Wide"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="wideBorder" Width="25" Height="25" CornerRadius="5"> <Grid Width="18" Height="15"> <Path x:Name="widepath" Data="F1M104.667,147.436L126.667,147.436L126.667,132.436L104.667,132.436z" Fill="#d1d3d4" Stretch="Fill"/> <Path Data="F1M108.667,136.436L106.667,136.436L106.667,134.436L108.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Left" Margin="2,2,0,0" VerticalAlignment="Top"/> <Path Data="F1M112.667,136.436L110.667,136.436L110.667,134.436L112.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Left" Margin="6,2,0,0" VerticalAlignment="Top"/> <Path Data="F1M116.667,136.436L114.667,136.436L114.667,134.436L116.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Margin="10,2,10,0" VerticalAlignment="Top"/> <Path Data="F1M120.667,136.436L118.667,136.436L118.667,134.436L120.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Right" Margin="0,2,6,0" VerticalAlignment="Top"/> <Path Data="F1M124.667,136.436L122.667,136.436L122.667,134.436L124.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Right" Margin="0,2,2,0" VerticalAlignment="Top"/> <Path Data="F1M108.667,142.436L106.667,142.436L106.667,140.436L108.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Left" Margin="2,0,0,5" VerticalAlignment="Bottom"/> <Path Data="F1M112.667,142.436L110.667,142.436L110.667,140.436L112.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Left" Margin="6,0,0,5" VerticalAlignment="Bottom"/> <Path Data="F1M116.667,142.436L114.667,142.436L114.667,140.436L116.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Margin="10,0,10,5" VerticalAlignment="Bottom"/> <Path Data="F1M120.667,142.436L118.667,142.436L118.667,140.436L120.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Right" Margin="0,0,6,5" VerticalAlignment="Bottom"/> <Path Data="F1M124.667,142.436L122.667,142.436L122.667,140.436L124.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Right" Margin="0,0,2,5" VerticalAlignment="Bottom"/> <Path Data="F1M108.667,145.436L106.667,145.436L106.667,143.436L108.667,143.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Left" Margin="2,0,0,2" VerticalAlignment="Bottom"/> <Path Data="F1M120.667,145.436L110.667,145.436L110.667,143.436L120.667,143.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Margin="6,0,6,2" VerticalAlignment="Bottom"/> <Path Data="F1M124.667,145.436L122.667,145.436L122.667,143.436L124.667,143.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Right" Margin="0,0,2,2" VerticalAlignment="Bottom"/> <Path Data="F1M112.667,139.436L110.667,139.436L110.667,137.436L112.667,137.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Left" Margin="6,5,0,0" VerticalAlignment="Top"/> <Path Data="F1M116.667,139.436L114.667,139.436L114.667,137.436L116.667,137.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Margin="10,5,10,0" VerticalAlignment="Top"/> <Path Data="F1M120.667,139.436L118.667,139.436L118.667,137.436L120.667,137.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="2" HorizontalAlignment="Right" Margin="0,5,6,0" VerticalAlignment="Top"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="wideBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="widepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="wideBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="widepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="wideBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="widepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="wideBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="widepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=wideBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=wideBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=wide, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=wide, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="standard" Checked="wide_Checked" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Standard}" businessobject:IOSKeyboardBinding.Command="{Binding TextChanged}" Margin="150,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Standard"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="standardBorder" Width="25" Height="25" CornerRadius="5"> <Grid Height="15" Width="23"> <Path x:Name="standardpath" Data="F1M156.667,147.436L183.667,147.436L183.667,132.436L156.667,132.436z" Fill="#d1d3d4" Stretch="Fill"/> <Path Data="F1M161.667,136.436L158.667,136.436L158.667,134.436L161.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Left" Margin="2,2,0,0" VerticalAlignment="Top"/> <Path Data="F1M166.667,136.436L163.667,136.436L163.667,134.436L166.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Left" Margin="7,2,0,0" VerticalAlignment="Top"/> <Path Data="F1M171.667,136.436L168.667,136.436L168.667,134.436L171.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Margin="12,2,12,0" VerticalAlignment="Top"/> <Path Data="F1M176.667,136.436L173.667,136.436L173.667,134.436L176.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Right" Margin="0,2,7,0" VerticalAlignment="Top"/> <Path Data="F1M181.667,136.436L178.667,136.436L178.667,134.436L181.667,134.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Right" Margin="0,2,2,0" VerticalAlignment="Top"/> <Path Data="F1M161.667,142.436L158.667,142.436L158.667,140.436L161.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Left" Margin="2,0,0,5" VerticalAlignment="Bottom"/> <Path Data="F1M166.667,142.436L163.667,142.436L163.667,140.436L166.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Left" Margin="7,0,0,5" VerticalAlignment="Bottom"/> <Path Data="F1M171.667,142.436L168.667,142.436L168.667,140.436L171.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Margin="12,0,12,5" VerticalAlignment="Bottom"/> <Path Data="F1M176.667,142.436L173.667,142.436L173.667,140.436L176.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Right" Margin="0,0,7,5" VerticalAlignment="Bottom"/> <Path Data="F1M181.667,142.436L178.667,142.436L178.667,140.436L181.667,140.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Right" Margin="0,0,2,5" VerticalAlignment="Bottom"/> <Path Data="F1M161.667,145.436L158.667,145.436L158.667,143.436L161.667,143.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Left" Margin="2,0,0,2" VerticalAlignment="Bottom"/> <Path Data="F1M176.667,145.436L163.667,145.436L163.667,143.436L176.667,143.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Margin="7,0,7,2" VerticalAlignment="Bottom"/> <Path Data="F1M181.667,145.436L178.667,145.436L178.667,143.436L181.667,143.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Right" Margin="0,0,2,2" VerticalAlignment="Bottom"/> <Path Data="F1M166.667,139.436L163.667,139.436L163.667,137.436L166.667,137.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Left" Margin="7,5,0,0" VerticalAlignment="Top"/> <Path Data="F1M171.667,139.436L168.667,139.436L168.667,137.436L171.667,137.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Margin="12,5,12,0" VerticalAlignment="Top"/> <Path Data="F1M176.667,139.436L173.667,139.436L173.667,137.436L176.667,137.436z" Fill="#FF2E3138" Height="2" Stretch="Fill" Width="3" HorizontalAlignment="Right" Margin="0,5,7,0" VerticalAlignment="Top"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="standardBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="standardpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="standardBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="standardpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="standardBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="standardpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="standardBorder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="standardpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=standardBorder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=standardBorder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=standard, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=standard, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </Grid> <TextBlock Text="IPAD" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ipad, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,15,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.ipad, Converter={StaticResource booleanToVisibilityConverter}}"> <businessobject:CustomToggleButton x:Name="verticalipad" Checked="verticalipad_Checked" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.VerticalOrientation}" businessobject:IPADBinding.Command="{Binding TextChanged}" Margin="5,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Vertical"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="verticalipadborder" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <!--<Path Data="F1M655.09,394.342L529.09,394.342L529.09,230.293L655.09,230.293z" Fill="White" Stretch="Fill"/>--> <Path x:Name="verticalipadpath" Data="F1M653.848,390.862L527.848,390.862L527.848,233.862L653.848,233.862z M592.346,419.634C586.363,419.634,581.516,414.786,581.516,408.804C581.516,402.823,586.363,397.973,592.346,397.973C598.327,397.973,603.177,402.823,603.177,408.804C603.177,414.786,598.327,419.634,592.346,419.634 M602.848,221.362C602.848,222.743,601.729,223.862,600.348,223.862L582.348,223.862C580.967,223.862,579.848,222.743,579.848,221.362C579.848,219.981,580.967,218.862,582.348,218.862L600.348,218.862C601.729,218.862,602.848,219.981,602.848,221.362 M663.591,211.406C663.591,207.854,660.712,204.975,657.16,204.975L527.532,204.975C523.981,204.975,521.102,207.854,521.102,211.406L521.102,423.278C521.102,426.829,523.981,429.708,527.532,429.708L657.16,429.708C660.712,429.708,663.591,426.829,663.591,423.278z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalipadborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalipadborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalipadborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalipadborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticalipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=verticalipadborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=verticalipadborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=verticalipad, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=verticalipad, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="horizontalipad" Checked="verticalipad_Checked" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.HorizontalOrientation}" businessobject:IPADBinding.Command="{Binding TextChanged}" Margin="50,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Horizontal"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="horizontalipadborder" Width="25" Height="25" CornerRadius="5"> <Grid Width="20" Height="15"> <!--<Path Data="F1M861.928,253.087L1028.72,253.087L1028.72,379.087L861.928,379.087z" Fill="White" Stretch="Fill" />--> <Path x:Name="horizontalipadpath" Data="F1M864.848,253.862L1021.848,253.862L1021.848,379.862L864.848,379.862z M836.72,316.342C836.72,310.358,841.568,305.511,847.551,305.511C853.532,305.511,858.381,310.358,858.381,316.342C858.381,322.323,853.532,327.172,847.551,327.172C841.568,327.172,836.72,322.323,836.72,316.342 M1036.848,326.362C1036.848,327.743,1035.729,328.862,1034.348,328.862C1032.967,328.862,1031.848,327.743,1031.848,326.362L1031.848,308.362C1031.848,306.981,1032.967,305.862,1034.348,305.862C1035.729,305.862,1036.848,306.981,1036.848,308.362z M1044.949,387.586C1048.5,387.586,1051.379,384.707,1051.379,381.156L1051.379,251.528C1051.379,247.976,1048.5,245.097,1044.949,245.097L833.077,245.097C829.525,245.097,826.646,247.976,826.646,251.528L826.646,381.156C826.646,384.707,829.525,387.586,833.077,387.586z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalipadborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalipadborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalipadborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalipadborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontalipadpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=horizontalipadborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=horizontalipadborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=horizontalipad, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=horizontalipad, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <ToggleButton x:Name="ipadtransparent" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.TransparentBakground}" businessobject:IPADBinding.Command="{Binding TextChanged}" Margin="100,0,0,0" > <ToolTipService.ToolTip> <TextBlock Text="Transparent"/> </ToolTipService.ToolTip> <ToggleButton.Template> <ControlTemplate> <Border x:Name="ipadtransparentborder" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path Data="F1M861.928,253.087L1028.72,253.087L1028.72,379.087L861.928,379.087z" Fill="White" Stretch="Fill" /> <Path x:Name="ipadtransparentpath" Data="F1M864.848,253.862L1021.848,253.862L1021.848,379.862L864.848,379.862z M836.72,316.342C836.72,310.358,841.568,305.511,847.551,305.511C853.532,305.511,858.381,310.358,858.381,316.342C858.381,322.323,853.532,327.172,847.551,327.172C841.568,327.172,836.72,322.323,836.72,316.342 M1036.848,326.362C1036.848,327.743,1035.729,328.862,1034.348,328.862C1032.967,328.862,1031.848,327.743,1031.848,326.362L1031.848,308.362C1031.848,306.981,1032.967,305.862,1034.348,305.862C1035.729,305.862,1036.848,306.981,1036.848,308.362z M1044.949,387.586C1048.5,387.586,1051.379,384.707,1051.379,381.156L1051.379,251.528C1051.379,247.976,1048.5,245.097,1044.949,245.097L833.077,245.097C829.525,245.097,826.646,247.976,826.646,251.528L826.646,381.156C826.646,384.707,829.525,387.586,833.077,387.586z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtransparentborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtransparentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtransparentborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtransparentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtransparentborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtransparentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtransparentborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtransparentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=ipadtransparentborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=ipadtransparentborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=ipadtransparent, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=ipadtransparent, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <ToggleButton x:Name="ipadtopbar" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.TopBar}" businessobject:IPADBinding.Command="{Binding TextChanged}" Margin="150,0,0,0" > <ToolTipService.ToolTip> <TextBlock Text="App Bar"/> </ToolTipService.ToolTip> <ToggleButton.Template> <ControlTemplate> <Border x:Name="ipadtopbarborder" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path Data="F1M861.928,253.087L1028.72,253.087L1028.72,379.087L861.928,379.087z" Fill="White" Stretch="Fill" /> <Path x:Name="ipadtopbarpath" Data="F1M864.848,253.862L1021.848,253.862L1021.848,379.862L864.848,379.862z M836.72,316.342C836.72,310.358,841.568,305.511,847.551,305.511C853.532,305.511,858.381,310.358,858.381,316.342C858.381,322.323,853.532,327.172,847.551,327.172C841.568,327.172,836.72,322.323,836.72,316.342 M1036.848,326.362C1036.848,327.743,1035.729,328.862,1034.348,328.862C1032.967,328.862,1031.848,327.743,1031.848,326.362L1031.848,308.362C1031.848,306.981,1032.967,305.862,1034.348,305.862C1035.729,305.862,1036.848,306.981,1036.848,308.362z M1044.949,387.586C1048.5,387.586,1051.379,384.707,1051.379,381.156L1051.379,251.528C1051.379,247.976,1048.5,245.097,1044.949,245.097L833.077,245.097C829.525,245.097,826.646,247.976,826.646,251.528L826.646,381.156C826.646,384.707,829.525,387.586,833.077,387.586z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtopbarborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtopbarpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtopbarborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtopbarpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtopbarborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtopbarpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtopbarborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="ipadtopbarpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=ipadtopbarborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=ipadtopbarborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=ipadtopbar, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=ipadtopbar, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> </Grid> <TextBlock Text="IPhone" Margin="20,5,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.IPhone, Converter={StaticResource booleanToVisibilityConverter}}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" /> <Grid Margin="20,15,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.IPhone, Converter={StaticResource booleanToVisibilityConverter}}"> <businessobject:CustomToggleButton x:Name="verticaliphone" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.VerticalOrientation, Mode=TwoWay}" Margin="5,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Vertical"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="verticaliphoneborder" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path x:Name="verticaliphonepath" Data="F1M631.848,775.862L558.848,775.862L558.848,666.862L631.848,666.862z M596.693,797.615C592.274,797.615,588.693,794.034,588.693,789.615C588.693,785.197,592.274,781.615,596.693,781.615C601.112,781.615,604.693,785.197,604.693,789.615C604.693,794.034,601.112,797.615,596.693,797.615 M603.848,652.924C603.848,653.995,602.981,654.862,601.911,654.862L588.786,654.862C587.716,654.862,586.848,653.995,586.848,652.924L586.848,652.799C586.848,651.729,587.716,650.862,588.786,650.862L601.911,650.862C602.981,650.862,603.848,651.729,603.848,652.799z M637.848,651.112C637.848,644.347,632.364,638.862,625.598,638.862L565.098,638.862C558.333,638.862,552.848,644.347,552.848,651.112L552.848,792.612C552.848,799.378,558.333,804.862,565.098,804.862L625.598,804.862C632.364,804.862,637.848,799.378,637.848,792.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticaliphoneborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticaliphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticaliphoneborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticaliphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticaliphoneborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticaliphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticaliphoneborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="verticaliphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=verticaliphoneborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=verticaliphoneborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=verticaliphone, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=verticaliphone, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="horizontaliphone" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.HorizontalOrientation, Mode=TwoWay}" Margin="50,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <ToolTipService.ToolTip> <TextBlock Text="Horizontal"/> </ToolTipService.ToolTip> <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="horizontaliphoneborder" Width="25" Height="25" CornerRadius="5"> <Grid Width="20" Height="15"> <Path x:Name="horizontaliphonepath" Data="F1M836.848,758.862L727.848,758.862L727.848,685.862L836.848,685.862z M859.33,720.349C859.33,724.769,855.749,728.349,851.33,728.349C846.912,728.349,843.33,724.769,843.33,720.349C843.33,715.931,846.912,712.349,851.33,712.349C855.749,712.349,859.33,715.931,859.33,720.349 M715.848,728.924C715.848,729.995,714.981,730.862,713.911,730.862L713.786,730.862C712.716,730.862,711.848,729.995,711.848,728.924L711.848,715.8C711.848,714.729,712.716,713.862,713.786,713.862L713.911,713.862C714.981,713.862,715.848,714.729,715.848,715.8z M865.848,692.112C865.848,685.347,860.364,679.862,853.598,679.862L712.098,679.862C705.333,679.862,699.848,685.347,699.848,692.112L699.848,752.612C699.848,759.378,705.333,764.862,712.098,764.862L853.598,764.862C860.364,764.862,865.848,759.378,865.848,752.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontaliphoneborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontaliphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontaliphoneborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontaliphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontaliphoneborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontaliphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontaliphoneborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="horizontaliphonepath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=horizontaliphoneborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=horizontaliphoneborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=horizontaliphone, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=horizontaliphone, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <ToggleButton x:Name="iphonetransparent" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.TransparentBakground, Mode=TwoWay}" Margin="100,0,0,0" > <ToggleButton.Template> <ControlTemplate> <Border x:Name="iphonetransparentborder" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path Data="F1M519.025,778.598L440.575,778.598L440.575,662.229L519.025,662.229z" Fill="White" Stretch="Fill" /> <Path x:Name="iphonetransparentpath" Data="F1M514.848,775.862L441.848,775.862L441.848,666.862L514.848,666.862z M480.027,797.615C475.607,797.615,472.027,794.034,472.027,789.615C472.027,785.197,475.607,781.615,480.027,781.615C484.445,781.615,488.027,785.197,488.027,789.615C488.027,794.034,484.445,797.615,480.027,797.615 M486.848,652.924C486.848,653.995,485.981,654.862,484.911,654.862L471.786,654.862C470.716,654.862,469.848,653.995,469.848,652.924L469.848,652.799C469.848,651.729,470.716,650.862,471.786,650.862L484.911,650.862C485.981,650.862,486.848,651.729,486.848,652.799z M520.848,651.112C520.848,644.347,515.364,638.862,508.598,638.862L448.098,638.862C441.333,638.862,435.848,644.347,435.848,651.112L435.848,792.612C435.848,799.378,441.333,804.862,448.098,804.862L508.598,804.862C515.364,804.862,520.848,799.378,520.848,792.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetransparentborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetransparentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetransparentborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetransparentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetransparentborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetransparentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetransparentborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetransparentpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=iphonetransparentborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=iphonetransparentborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonetransparent, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonetransparent, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> <ToggleButton x:Name="iphonetopbar" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.TopBar, Mode=TwoWay}" Margin="150,0,0,0" > <ToggleButton.Template> <ControlTemplate> <Border x:Name="iphonetopbarborder" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path Data="F1M861.928,253.087L1028.72,253.087L1028.72,379.087L861.928,379.087z" Fill="White" Stretch="Fill" /> <Path x:Name="iphonetopbarpath" Data="F1M864.848,253.862L1021.848,253.862L1021.848,379.862L864.848,379.862z M836.72,316.342C836.72,310.358,841.568,305.511,847.551,305.511C853.532,305.511,858.381,310.358,858.381,316.342C858.381,322.323,853.532,327.172,847.551,327.172C841.568,327.172,836.72,322.323,836.72,316.342 M1036.848,326.362C1036.848,327.743,1035.729,328.862,1034.348,328.862C1032.967,328.862,1031.848,327.743,1031.848,326.362L1031.848,308.362C1031.848,306.981,1032.967,305.862,1034.348,305.862C1035.729,305.862,1036.848,306.981,1036.848,308.362z M1044.949,387.586C1048.5,387.586,1051.379,384.707,1051.379,381.156L1051.379,251.528C1051.379,247.976,1048.5,245.097,1044.949,245.097L833.077,245.097C829.525,245.097,826.646,247.976,826.646,251.528L826.646,381.156C826.646,384.707,829.525,387.586,833.077,387.586z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetopbarborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetopbarpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetopbarborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetopbarpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetopbarborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetopbarpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetopbarborder" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonetopbarpath" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=iphonetopbarborder}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=iphonetopbarborder}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonetopbar, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonetopbar, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </ToggleButton.Template> </ToggleButton> </Grid> <Grid Margin="20,15,0,0" Visibility="{Binding SelectedDiagram.SelectedItems.PropertiesList.SettingTab.IPhone, Converter={StaticResource booleanToVisibilityConverter}}"> <businessobject:CustomToggleButton x:Name="iphonepattern1" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Pattern1, Mode=TwoWay}" Margin="5,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="iphonepattern1border" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path x:Name="iphonepattern1path" Data="F1M631.848,775.862L558.848,775.862L558.848,666.862L631.848,666.862z M596.693,797.615C592.274,797.615,588.693,794.034,588.693,789.615C588.693,785.197,592.274,781.615,596.693,781.615C601.112,781.615,604.693,785.197,604.693,789.615C604.693,794.034,601.112,797.615,596.693,797.615 M603.848,652.924C603.848,653.995,602.981,654.862,601.911,654.862L588.786,654.862C587.716,654.862,586.848,653.995,586.848,652.924L586.848,652.799C586.848,651.729,587.716,650.862,588.786,650.862L601.911,650.862C602.981,650.862,603.848,651.729,603.848,652.799z M637.848,651.112C637.848,644.347,632.364,638.862,625.598,638.862L565.098,638.862C558.333,638.862,552.848,644.347,552.848,651.112L552.848,792.612C552.848,799.378,558.333,804.862,565.098,804.862L625.598,804.862C632.364,804.862,637.848,799.378,637.848,792.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern1border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern1path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern1border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern1path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern1border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern1path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern1border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern1path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=iphonepattern1border}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=iphonepattern1border}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern1, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern1, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="iphonepattern2" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Pattern2, Mode=TwoWay}" Margin="40,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="iphonepattern2border" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path x:Name="iphonepattern2path" Data="F1M631.848,775.862L558.848,775.862L558.848,666.862L631.848,666.862z M596.693,797.615C592.274,797.615,588.693,794.034,588.693,789.615C588.693,785.197,592.274,781.615,596.693,781.615C601.112,781.615,604.693,785.197,604.693,789.615C604.693,794.034,601.112,797.615,596.693,797.615 M603.848,652.924C603.848,653.995,602.981,654.862,601.911,654.862L588.786,654.862C587.716,654.862,586.848,653.995,586.848,652.924L586.848,652.799C586.848,651.729,587.716,650.862,588.786,650.862L601.911,650.862C602.981,650.862,603.848,651.729,603.848,652.799z M637.848,651.112C637.848,644.347,632.364,638.862,625.598,638.862L565.098,638.862C558.333,638.862,552.848,644.347,552.848,651.112L552.848,792.612C552.848,799.378,558.333,804.862,565.098,804.862L625.598,804.862C632.364,804.862,637.848,799.378,637.848,792.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern2border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern2path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern2border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern2path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern2border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern2path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern2border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern2path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=iphonepattern2border}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=iphonepattern2border}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern2, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern2, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="iphonepattern3" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Pattern3, Mode=TwoWay}" Margin="80,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="iphonepattern3border" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path x:Name="iphonepattern3path" Data="F1M631.848,775.862L558.848,775.862L558.848,666.862L631.848,666.862z M596.693,797.615C592.274,797.615,588.693,794.034,588.693,789.615C588.693,785.197,592.274,781.615,596.693,781.615C601.112,781.615,604.693,785.197,604.693,789.615C604.693,794.034,601.112,797.615,596.693,797.615 M603.848,652.924C603.848,653.995,602.981,654.862,601.911,654.862L588.786,654.862C587.716,654.862,586.848,653.995,586.848,652.924L586.848,652.799C586.848,651.729,587.716,650.862,588.786,650.862L601.911,650.862C602.981,650.862,603.848,651.729,603.848,652.799z M637.848,651.112C637.848,644.347,632.364,638.862,625.598,638.862L565.098,638.862C558.333,638.862,552.848,644.347,552.848,651.112L552.848,792.612C552.848,799.378,558.333,804.862,565.098,804.862L625.598,804.862C632.364,804.862,637.848,799.378,637.848,792.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern3border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern3path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern3border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern3path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern3border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern3path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern3border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern3path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=iphonepattern3border}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=iphonepattern3border}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern3, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern3, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="iphonepattern4" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Pattern4, Mode=TwoWay}" Margin="120,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="iphonepattern4border" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path x:Name="iphonepattern4path" Data="F1M631.848,775.862L558.848,775.862L558.848,666.862L631.848,666.862z M596.693,797.615C592.274,797.615,588.693,794.034,588.693,789.615C588.693,785.197,592.274,781.615,596.693,781.615C601.112,781.615,604.693,785.197,604.693,789.615C604.693,794.034,601.112,797.615,596.693,797.615 M603.848,652.924C603.848,653.995,602.981,654.862,601.911,654.862L588.786,654.862C587.716,654.862,586.848,653.995,586.848,652.924L586.848,652.799C586.848,651.729,587.716,650.862,588.786,650.862L601.911,650.862C602.981,650.862,603.848,651.729,603.848,652.799z M637.848,651.112C637.848,644.347,632.364,638.862,625.598,638.862L565.098,638.862C558.333,638.862,552.848,644.347,552.848,651.112L552.848,792.612C552.848,799.378,558.333,804.862,565.098,804.862L625.598,804.862C632.364,804.862,637.848,799.378,637.848,792.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern4border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern4path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern4border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern4path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern4border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern4path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern4border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern4path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=iphonepattern4border}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=iphonepattern4border}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern4, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern4, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> <businessobject:CustomToggleButton x:Name="iphonepattern5" IsChecked="{Binding SelectedDiagram.SelectedItems.DataContext.Pattern5, Mode=TwoWay}" Margin="160,0,0,0" IsLocked="{Binding RelativeSource={RelativeSource Self}, Path=IsChecked, Mode=TwoWay}" > <businessobject:CustomToggleButton.Template> <ControlTemplate> <Border x:Name="iphonepattern5border" Width="25" Height="25" CornerRadius="5"> <Grid Width="15" Height="20"> <Path x:Name="iphonepattern5path" Data="F1M631.848,775.862L558.848,775.862L558.848,666.862L631.848,666.862z M596.693,797.615C592.274,797.615,588.693,794.034,588.693,789.615C588.693,785.197,592.274,781.615,596.693,781.615C601.112,781.615,604.693,785.197,604.693,789.615C604.693,794.034,601.112,797.615,596.693,797.615 M603.848,652.924C603.848,653.995,602.981,654.862,601.911,654.862L588.786,654.862C587.716,654.862,586.848,653.995,586.848,652.924L586.848,652.799C586.848,651.729,587.716,650.862,588.786,650.862L601.911,650.862C602.981,650.862,603.848,651.729,603.848,652.799z M637.848,651.112C637.848,644.347,632.364,638.862,625.598,638.862L565.098,638.862C558.333,638.862,552.848,644.347,552.848,651.112L552.848,792.612C552.848,799.378,558.333,804.862,565.098,804.862L625.598,804.862C632.364,804.862,637.848,799.378,637.848,792.612z" Fill="#d1d3d4" Stretch="Fill"/> </Grid> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CheckStates"> <VisualState x:Name="Checked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern5border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#fd4f3f"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern5path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="UnChecked"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern5border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#2e3138"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern5path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseEnter"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern5border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="#161719"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern5path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#ffffff"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> <VisualState x:Name="MouseLeave"> <Storyboard> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern5border" Storyboard.TargetProperty="Background"> <DiscreteObjectKeyFrame KeyTime="0" Value="Transparent"/> </ObjectAnimationUsingKeyFrames> <ObjectAnimationUsingKeyFrames Storyboard.TargetName="iphonepattern5path" Storyboard.TargetProperty="Fill"> <DiscreteObjectKeyFrame KeyTime="0" Value="#d1d3d4"/> </ObjectAnimationUsingKeyFrames> </Storyboard> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> <Interactivity:Interaction.Behaviors> <Core:EventTriggerBehavior EventName="PointerEntered" SourceObject="{Binding ElementName=iphonepattern5border}"> <Core:GoToStateAction StateName="MouseEnter"/> </Core:EventTriggerBehavior> <Core:EventTriggerBehavior EventName="PointerExited" SourceObject="{Binding ElementName=iphonepattern5border}"> <Core:GoToStateAction StateName="MouseLeave"/> </Core:EventTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern5, Path=IsChecked}" Value="True"> <Core:GoToStateAction StateName="Checked"></Core:GoToStateAction> </Core:DataTriggerBehavior> <Core:DataTriggerBehavior Binding="{Binding ElementName=iphonepattern5, Path=IsChecked}" Value="False"> <Core:GoToStateAction StateName="UnChecked"></Core:GoToStateAction> </Core:DataTriggerBehavior> </Interactivity:Interaction.Behaviors> </Border> </ControlTemplate> </businessobject:CustomToggleButton.Template> </businessobject:CustomToggleButton> </Grid> <Border Height="30"/> </StackPanel> </Popup> <Popup x:Name="linkProperties" IsOpen="{Binding SelectedDiagram.SelectedItems.OpenLinkPanel}" HorizontalOffset="{Binding SelectedDiagram.SelectedItems.PropertyPanelOffsetX, Mode=TwoWay}" VerticalOffset="{Binding SelectedDiagram.SelectedItems.PropertyPanelOffsetY, Mode=TwoWay}" Opened="Popup_Opened" > <StackPanel Background="#2e3138" Width="250" MaxHeight="430" PointerPressed="textpropertiespanel_PointerPressed" PointerReleased="textpropertiespanel_PointerReleased" PointerMoved="textProperties_PointerMoved"> <TextBlock Text="Links" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="20,15,0,0"/> <Path Data="M482.2174,586.4791L567.4014,586.4791" Stretch="Fill" Stroke="#7c7c7c" StrokeThickness="1" StrokeDashArray="3,3" Margin="0,14,0,0" /> <ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Disabled" MaxHeight="350" > <ItemsControl x:Name="linksItemsControl" Margin="20,5,0,35" ItemsSource="{Binding SelectedDiagram.SelectedItems.Links}" Tag="{Binding}" > <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <StackPanel Orientation="Vertical"/> </ItemsPanelTemplate> </ItemsControl.ItemsPanel> <ItemsControl.ItemTemplate> <DataTemplate> <StackPanel> <TextBlock Name="linkstitletextblock" Text="{Binding Title}" Tag="{Binding SelectedLinkIndex, Mode=TwoWay}" FontSize="14" FontStyle="Normal" Foreground="#d1d3d4" FontFamily="Segoe UI" Margin="0,10,0,0"/> <Grid> <ComboBox Tag="{Binding Path=Text, ElementName=linkstitletextblock}" Width="210" Height="30" HorizontalAlignment="Left" DataContext="{Binding Tag, ElementName=linksItemsControl}" SelectedIndex="{Binding Tag, ElementName=linkstitletextblock, Mode=TwoWay}" businessobject:LinkBinding.Command="{Binding TextChanged}" ItemsSource="{Binding SelectedDiagram.SelectedItems.LinkedPages}" > </ComboBox> <TextBlock IsHitTestVisible="False" Text="{Binding WebURL}" FontSize="16" Foreground="Black" FontStyle="Normal" FontFamily="Segoe UI" Margin="7,5,5,5"/> </Grid> </StackPanel> </DataTemplate> </ItemsControl.ItemTemplate> </ItemsControl> </ScrollViewer> </StackPanel> </Popup> <Popup x:Name="colorpickerpopup" IsOpen="{Binding ElementName=brushpicker, Path=IsOpen, Mode=TwoWay}" > <viewProperty:BrushPicker x:Name="brushpicker" DataContext="{Binding Path=SelectedDiagram.SelectedItems}" Brush="{Binding Path=PickedBrush, Mode=TwoWay}" /> </Popup> </Grid> </Page>
97.182512
1,639
0.458954
20174155627c74a838d5b618758a49c99f3ac2ee
877
xaml
XML
src/KsWare.Presentation.Themes.Aero2Fix.TestApp/MainWindow.xaml
KsWare/master
9c01b4c74891aa0fae209018d09ab4004e71887c
[ "MIT" ]
null
null
null
src/KsWare.Presentation.Themes.Aero2Fix.TestApp/MainWindow.xaml
KsWare/master
9c01b4c74891aa0fae209018d09ab4004e71887c
[ "MIT" ]
null
null
null
src/KsWare.Presentation.Themes.Aero2Fix.TestApp/MainWindow.xaml
KsWare/master
9c01b4c74891aa0fae209018d09ab4004e71887c
[ "MIT" ]
null
null
null
<Window x:Class="KsWare.Presentation.Themes.Aero2Fix.TestApp.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:testApp="clr-namespace:KsWare.Presentation.Themes.Aero2Fix.TestApp" Title="MainWindow" Height="350" Width="525"> <ScrollViewer> <StackPanel Orientation="Horizontal"> <testApp:AllControls></testApp:AllControls> <testApp:AllControls> <testApp:AllControls.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="/KsWare.Presentation.Themes.Aero2Fix;component\Resources\Aero2Fix\+Aero2FixOverride.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </testApp:AllControls.Resources> </testApp:AllControls> </StackPanel> </ScrollViewer> </Window>
39.863636
126
0.750285
a3a3036278672e667fcef44eebafa1f53d53eca3
762
xml
XML
Recursos/XmlExtraido/EP01_ATrabajar/action/goalLoot_Doctor_AwayEvent_ReturnToHospital.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
Recursos/XmlExtraido/EP01_ATrabajar/action/goalLoot_Doctor_AwayEvent_ReturnToHospital.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
Recursos/XmlExtraido/EP01_ATrabajar/action/goalLoot_Doctor_AwayEvent_ReturnToHospital.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <I c="SituationGoalLootActions" i="action" m="situations.situation_goal" n="goalLoot_Doctor_AwayEvent_ReturnToHospital" s="114700"> <L n="goal_loot_actions"> <V t="notification_and_dialog"> <U n="notification_and_dialog"> <V n="dialog" t="dialog_ok"> <U n="dialog_ok"> <V n="text" t="single"> <T n="single">0x29340C17<!--String: "¡Muy bien! Has ayudado y tratado a todos los pacientes. ¡Palmadita en la espalda! Lo has hecho genial, pero es hora de volver a la acción. Hay más pacientes por tratar. Haz clic en tu Sim y selecciona Volver al hospital para reincorporarte al trabajo."--></T> </V> </U> </V> </U> </V> </L> </I>
47.625
310
0.620735
6321a9af2ee33bc49bcd4d4e9084bab5bcb0ec6f
2,895
xml
XML
data/1868/05/04/DDD_ddd_010926396_mpeg21/DDD_010926396_0017_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1868/05/04/DDD_ddd_010926396_mpeg21/DDD_010926396_0017_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1868/05/04/DDD_ddd_010926396_mpeg21/DDD_010926396_0017_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title>TER MARKT TE LEYDEN AANGEVOERD.</title> <p>!• &apos;■&apos;-&apos; ■■■&apos;&quot;•;•-•■- • &apos;•• •J. &quot; •■•• •.&quot;&apos; li&quot; &apos;• &quot;• &apos;■:&apos; •■■&apos;■&apos;■■ &apos;•&quot;•&apos; ■ ~&apos;„i„,&apos;&quot;ï r.&apos; ,11).-....i •len 2 Mei.,:;&apos; r,\,.\;. -i.i iverkochte -1 &apos; * f , ti.: .;i,&apos;i ,:r,-.i. ,&apos;nïüiof] .&apos;nsisöd . hoeveelheid | Laagste. -.Iloogsl (Winter Tarwe&apos; ;:&apos;&apos;&apos;:&apos;&quot;;■&apos;s 10&apos; mud.j /&apos; 15.50 &apos;&apos;f m ) Zomer&apos;i;&apos; 4 ••&apos;&apos;■ .&quot;«&apos;.&apos; .!&apos;:&gt;ï .&amp;&quot;&apos;&apos;. V&quot;i &apos;i&apos;-i .- &quot;14 ••&apos; -&apos; -13.50 -&apos;-•.•&apos; 14 j liVVinter Rogge v-,&apos;ii.:j . .:; f7l9e« »&lt;■&gt;■ i--:10.— i-rt-jA |&apos;Zomer:ll » i,;:,,..,;, ;.&lt;,. ..»..,....... 12i .».; r-,-;9.— .-nüi Gerst .15„;i. • ~„, ..*.i,., 6.50 - ~. f} Chevalier .&quot;.&quot;.&apos; KT&quot; &apos;.&quot;&apos; &quot; - 8.- &quot;* J&apos; 8f :Zware Haver:&apos;.•&apos;i&apos; .tf.&apos; &apos; 17 » - 5.50 - fc? ;|Ligte ».,&apos;!.: i:..-...&apos; &apos;...&apos;, \24.: • : -.-.4.50 :T) ~4Ï&apos; IDiiivenhoonen &quot;*&quot;&apos;:&apos;. . 6 _• 9.— - 10? i;Paardënboonen .....&quot;.-..;,,.&quot;... .v .110&quot; .» &quot;, ,7„ 9.— - 9? :Ossen&apos;.:. &apos;...&apos;. ...P.&apos;^&apos;J.&apos;.-&apos;i&apos;.&apos;4 ifa» .-V &amp;&apos;-1 f 1 liKaJLfkoeijenil!:-. 290 ..ts ,-.&apos;114.-?. l-;-210.| ; Veltekoeijen 1 18 • • 170 - 240.&apos; j Var&apos;èkoeijen&gt; &apos;Jl 4&apos;t.&apos;,i:&apos;^.n,2 *. 370 :•;. ■■-: - 66.— -172,&apos; Kalveren (vette) &gt; 47 » - 38.— - 70,-f j.£U „ . -(magere) -. v 44 » - 3.50 - &apos;*8.l %£*ïïMn&gt;?gere 540 » - 11.25 - 24.J &quot;ame,s \ veile ... 122 . - 19.- - 30,-&apos; : : : r ammeren f ma&quot;ere &quot;• •&apos;• • &quot; • • n.» SÜI &quot; r-lOf&quot;» I &apos; &apos;Lamn)erenlvette jarige .&quot;..../. ;&apos;. -■&apos;&gt;&quot;.■• -..--■■: &apos;.•«..! &apos;.&apos;. (&apos; lmagere . .:.:&apos;;.:. . . .&apos;^-.&lt;*.;;.&quot;. -M&apos;f »iv&gt; -&gt;116.—&apos; Q^% •Varkens {vette .-.,-.;;.&apos;;».•..:.&apos;. ..... ......».,-&gt;&apos;- - -•!/ .&apos; (Biggen &quot;. : : .:. : •.-. . .&quot;.&quot; 162 &apos;&apos;. &apos; &apos;- 4.- -12, )1»&quot; qualiteit 1/4 vat - 50.— • 54.--2««.w :». 1/4 » fiMO _ . 45.- - 49, l&quot; » per « ;. . 16880 lV£. ;-,;, 1.25 .- IJ 2de » .&gt;&apos;..■».■■:»•.•:!.... v:. &apos;1 .&apos;) .-ij.&apos;; •;■;.; -;„ 1.12&apos; -, ,&apos; IJ&apos; Turf Haardbr. 1&quot;* soort ..,.. ftV ~! , - « ,i &apos;.-.ilj-ioüt fTurf (graauwe) .... ;■■;. .-&quot;,. .. . .;. &apos; • ton;l ;- « &apos;r: tobi-wl ,;Lange Zwarte-,.*. ....&apos;.,. ;;... . . ;r 10000 » . - .. o.i 7} ,-JsM &apos;i &apos;Ter veemarkt waren aangevoerd 882 runderen., 91 kalveren; 824 schapen. I</p> </text>
482.5
2,788
0.497064
b2221d63c583d4c78dc17446f76f4d81dddd10f5
458
xml
XML
app/src/main/res/values/strings.xml
pramodbhadana/rainornot
0d24f73bd29e9fdd5fdbc85f862384c44067179b
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
pramodbhadana/rainornot
0d24f73bd29e9fdd5fdbc85f862384c44067179b
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
pramodbhadana/rainornot
0d24f73bd29e9fdd5fdbc85f862384c44067179b
[ "Apache-2.0" ]
null
null
null
<resources> <string name="app_name">RainOrNot</string> <string name="noLocationPermission">App does not have location permission</string> <string name="locationVariableIsNull">Unfortunately Location Variable is NULL</string> <string name="searchCity">Search your City</string> <string name="no_network">Seems no network is available.Try connecting and hit refresh</string> <string name="your_places">Your Places</string> </resources>
50.888889
99
0.755459
4397f70eb3fe1f1ba75c7f92b4486cf6b4706629
4,294
xml
XML
sitemap.xml
japan-overseas-investment-co/7star.work
49868d573c4ea937425932f51c01cf574d5d7abf
[ "MIT" ]
null
null
null
sitemap.xml
japan-overseas-investment-co/7star.work
49868d573c4ea937425932f51c01cf574d5d7abf
[ "MIT" ]
null
null
null
sitemap.xml
japan-overseas-investment-co/7star.work
49868d573c4ea937425932f51c01cf574d5d7abf
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com --> <url> <loc>https://7star.work/</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>1.00</priority> </url> <url> <loc>https://7star.work/2020/01/31/featuresJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/30/benefitsJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/30/serviceJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/30/priceJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/29/optionalservicesJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/28/applicationJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/28/PDFjp.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/27/necessaryDocumentsJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/26/corporateregistrationJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/2020/01/25/formJP.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/indexCN</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.80</priority> </url> <url> <loc>https://7star.work/assets/%E6%B3%95%E4%BA%BA%E7%94%B3%E8%BE%BC%E6%9B%B8.pdf</loc> <lastmod>2021-03-12T03:24:10+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/assets/%E5%80%8B%E4%BA%BA%E7%94%B3%E8%BE%BC%E6%9B%B8.pdf</loc> <lastmod>2021-03-12T03:24:10+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/assets/%E5%A7%94%E4%BB%BB%E7%8A%B6.pdf</loc> <lastmod>2021-03-12T03:24:10+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/assets/submission-form.pptx</loc> <lastmod>2021-03-12T03:24:10+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/31/featuresCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/30/benefitsCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/30/serviceCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/30/priceCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/29/optionalservicesCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/28/applicationCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/28/PDFcn.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/27/necessaryDocumentsCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/26/corporateregistrationCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> <url> <loc>https://7star.work/2020/01/25/formCN.html</loc> <lastmod>2021-03-12T03:24:15+00:00</lastmod> <priority>0.64</priority> </url> </urlset>
30.239437
88
0.677923
43c6de7b20174d63bbc1ce18ebbc71b56e89f2f5
3,452
xml
XML
2016-xml/5K0Y-PTM0-004G-K14B-00000-00.xml
openva/va-decoded
16c17864e5e400e835461b93ff96d9f922fc0aac
[ "MIT" ]
5
2016-04-15T18:51:19.000Z
2019-04-07T00:23:20.000Z
2016-xml/5K0Y-PTM0-004G-K14B-00000-00.xml
openva/va-decoded
16c17864e5e400e835461b93ff96d9f922fc0aac
[ "MIT" ]
47
2015-10-30T01:39:35.000Z
2017-12-11T14:05:31.000Z
2016-xml/5K0Y-PTM0-004G-K14B-00000-00.xml
openva/va-decoded
16c17864e5e400e835461b93ff96d9f922fc0aac
[ "MIT" ]
5
2015-10-30T01:46:06.000Z
2017-03-09T17:45:00.000Z
<?xml version="1.0" encoding="UTF-8"?><!--Transformation version 1.3--><legislativeDoc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.lexisnexis.com/xmlschemas/content/public/legislativedoc/1/" schemaVersion="1.0"><legislativeDocHead><citations><citeForThisResource citeDefinition="#7159#349#000062# 1# 217#">Va. Code Ann. § 62.1-217</citeForThisResource></citations><legislativeBodyInfo><jurisdiction><jurisSystem normalizedLongName="Virginia" normalizedShortName="VA"/></jurisdiction></legislativeBodyInfo></legislativeDocHead><legislativeDocBody><statute><level levelType="section"><anchor id="_62.1-217"/><heading><desig>§ 62.1-217.</desig><title>Grants from Commonwealth</title></heading><bodyText><p>The Commonwealth may make grants of money or property to the Authority for the purpose of enabling it to carry out its corporate purposes and for the exercise of its powers, including deposits to the capital reserve funds. This section shall not be construed to limit any other power the Commonwealth may have to make grants to the Authority.</p></bodyText><history><historyGroup groupType="history-citation"><historyItem><bodyText><p>1984, c. 699.</p></bodyText></historyItem></historyGroup></history></level></statute></legislativeDocBody><metadata><dc:metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:identifier identifierScheme="PGUID">urn:contentItem:5K0Y-PTM0-004G-K14B-00000-00</dc:identifier><dc:source sourceScheme="productContentSetIdentifier">10816</dc:source><dc:date dateType="last-updated">2016-06-15</dc:date></dc:metadata><publicationInfo><publicationName>CODE OF VIRGINIA </publicationName><copyright>Copyright © 2016 by Matthew Bender &amp; Company, Inc. a member of the LexisNexis Group. All rights reserved</copyright></publicationInfo><hierarchy><hierarchyLevel levelType="title"><heading><desig>TITLE 62.1.</desig><title>WATERS OF THE STATE, PORTS AND HARBORS</title></heading><hierarchyLevel levelType="chapter"><heading><desig>CHAPTER 21.</desig><title>VIRGINIA RESOURCES AUTHORITY</title></heading></hierarchyLevel></hierarchyLevel></hierarchy><classificationGroup classificationScheme="indexing-terms"><classification classificationScheme="legal"><classificationItem><className>Banking Law</className><classCode>Z3VpZD11cm46dG9waWM6QjQyMUFCOUJBNURBNEFDREE3MTNCNDk5QkQ4NUM3RjI7cGFyZW50Z3VpZD0</classCode><classificationItem score="50"><className>Reserve Requirements</className><classCode>Z3VpZD11cm46dG9waWM6RTdCOUFDQ0Q5RDEwNDE4QTgxQTY3REYxMUU2MDJEMDk7cGFyZW50Z3VpZD11cm46dG9waWM6RUMwQTBCNEI1REYxNDExMDgzQzVBNTc4NzgwN0YzQzg</classCode></classificationItem></classificationItem><classificationItem><className>Business &amp; Corporate Compliance</className><classCode>Z3VpZD11cm46dG9waWM6MUFEMUQ2QTA1OUZCNEE5RjkzNTA2RERFMUNEOTk1RTI7cGFyZW50Z3VpZD0</classCode><classificationItem score="90"><className>Admiralty &amp; Maritime</className><classCode>Z3VpZD11cm46dG9waWM6QzRDNDVDOTdGRUQ1NDE1M0I1RjRBRDFBRTI3ODFGMDk7cGFyZW50Z3VpZD11cm46dG9waWM6MUFEMUQ2QTA1OUZCNEE5RjkzNTA2RERFMUNEOTk1RTI</classCode></classificationItem><classificationItem score="90"><className>Transportation</className><classCode>Z3VpZD11cm46dG9waWM6RTYzRTk5RDVBQkQ2NDcwQzk2NTU3ODQ5OEE3NDlBNzk7cGFyZW50Z3VpZD11cm46dG9waWM6MUFEMUQ2QTA1OUZCNEE5RjkzNTA2RERFMUNEOTk1RTI</classCode></classificationItem></classificationItem></classification></classificationGroup></metadata></legislativeDoc>
3,452
3,452
0.830823
43e7530875e5044ee9d8b7a1f4e1a90f6ca49353
566
xaml
XML
source/Generic/LinksSorter/Localization/no_NO.xaml
azuravian/PlayniteExtensionsCollection
106372a7e18ec29733b2d05816f3b43d6acde825
[ "MIT" ]
44
2020-08-24T21:33:33.000Z
2021-09-03T00:10:06.000Z
source/Generic/LinksSorter/Localization/no_NO.xaml
azuravian/PlayniteExtensionsCollection
106372a7e18ec29733b2d05816f3b43d6acde825
[ "MIT" ]
136
2021-09-05T16:15:49.000Z
2022-03-31T11:43:10.000Z
source/Generic/LinksSorter/Localization/no_NO.xaml
azuravian/PlayniteExtensionsCollection
106372a7e18ec29733b2d05816f3b43d6acde825
[ "MIT" ]
8
2020-10-16T04:33:52.000Z
2021-08-12T20:46:47.000Z
<?xml version="1.0"?> <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib"> <sys:String x:Key="LOCLinks_Sorter_MenuItemFormatSelectedDescription">Sorter lenker i valgte spill</sys:String> <sys:String x:Key="LOCLinks_Sorter_MenuItemFormatAllDescription">Sorter lenker i alle spill</sys:String> <sys:String x:Key="LOCLinks_Sorter_ResultsMessage">Sorterte lenker i {0} spill.</sys:String> </ResourceDictionary>
80.857143
193
0.779152
cc3f816a45e26e6f63c1c7fe668f215045706a33
304,336
xml
XML
resources/technical-guides/technical-guides-ifrs/IFRST_2019-03-27/full_ifrs/linkbases/ifrs_7/def_ifrs_7_2019-03-27_role-822390.xml
aaronclong/python-sec
b21a5e606eab03e663ab4e69e077a6844a9a1a40
[ "MIT" ]
74
2020-04-24T13:05:05.000Z
2022-03-17T11:04:50.000Z
resources/technical-guides/technical-guides-ifrs/IFRST_2019-03-27/full_ifrs/linkbases/ifrs_7/def_ifrs_7_2019-03-27_role-822390.xml
aaronclong/python-sec
b21a5e606eab03e663ab4e69e077a6844a9a1a40
[ "MIT" ]
6
2020-09-27T01:35:46.000Z
2022-02-21T15:44:36.000Z
resources/technical-guides/technical-guides-ifrs/IFRST_2019-03-27/full_ifrs/linkbases/ifrs_7/def_ifrs_7_2019-03-27_role-822390.xml
aaronclong/python-sec
b21a5e606eab03e663ab4e69e077a6844a9a1a40
[ "MIT" ]
37
2020-06-03T20:31:23.000Z
2022-02-21T15:15:58.000Z
<?xml version="1.0" encoding="UTF-8"?><!-- Taxonomy: 2019-03-27 (Final) ********************** Copyright (c) 2019 IFRS Foundation All rights reserved. Reproduction and use rights are strictly limited. For more information on the IFRS Foundation's copyright and the terms and conditions of use for these files, please refer to http://go.ifrs.org/IFRSTterms. The IFRS Foundation has trade marks registered around the world (Marks) including 'IAS', 'IASB', the IASB logo, 'IFRIC', 'IFRS', the IFRS logo, 'IFRS for SMEs', the IFRS for SMEs logo, the 'Hexagon Device', 'International Accounting Standards', 'International Financial Reporting Standards', 'NIIF' and 'SIC'. Further details of the IFRS Foundation's Marks are available from the IFRS Foundation on request. ********************** --><link:linkbase xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xbrldt="http://xbrl.org/2005/xbrldt" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.xbrl.org/2003/linkbase http://www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd"> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390a" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390a" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390b" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390b" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390c" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390c" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390d" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390d" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390e" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390e" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390f" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390f" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390g" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390g" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390h" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390h" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390i" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390i" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390j" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390j" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390k" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390k" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390l" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390l" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390m" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390m" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390n" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390n" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390o" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390o" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390p" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390p" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390q" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390q" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390r" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390r" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390s" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390s" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390t" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390t" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390u" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390u" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390v" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390v" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390w" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390w" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390x" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390x" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390y" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390y" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390z" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390z" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390za" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390za" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zb" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390zb" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zc" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390zc" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zd" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390zd" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390ze" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390ze" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zf" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390zf" xlink:type="simple"/> <link:roleRef roleURI="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zg" xlink:href="rol_ifrs_7_2019-03-27.xsd#ifrs_7_2019-03-27_role-822390zg" xlink:type="simple"/> <link:arcroleRef arcroleURI="http://xbrl.org/int/dim/arcrole/domain-member" xlink:href="http://www.xbrl.org/2005/xbrldt-2005.xsd#domain-member" xlink:type="simple"/> <link:arcroleRef arcroleURI="http://xbrl.org/int/dim/arcrole/all" xlink:href="http://www.xbrl.org/2005/xbrldt-2005.xsd#all" xlink:type="simple"/> <link:arcroleRef arcroleURI="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:href="http://www.xbrl.org/2005/xbrldt-2005.xsd#dimension-domain" xlink:type="simple"/> <link:arcroleRef arcroleURI="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:href="http://www.xbrl.org/2005/xbrldt-2005.xsd#hypercube-dimension" xlink:type="simple"/> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390a" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AdditionalAllowanceRecognisedInProfitOrLossAllowanceAccountForCreditLossesOfFinancialAssets" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ChangesInAllowanceAccountForCreditLossesOfFinancialAssetsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtAmortisedCostMember" xlink:label="loc_3" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradingSecuritiesMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialAssetsAxis" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_8" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsTable" xlink:label="loc_9" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsAbstract" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_10" xlink:to="loc_9" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AnalysisOfCreditExposuresUsingExternalCreditGradingSystemExplanatory" xlink:label="loc_11" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InformationAboutCreditQualityOfNeitherPastDueNorImpairedFinancialAssets" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfRatingAgenciesUsed" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfInternalCreditRatingsProcess" xlink:label="loc_14" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AnalysisOfCreditExposuresUsingInternalCreditGradingSystemExplanatory" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsCategoryMember" xlink:label="loc_16" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CategoriesOfFinancialAssetsAxis" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_17" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueThroughProfitOrLossCategoryMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueThroughProfitOrLossDesignatedUponInitialRecognitionCategoryMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OptionContractMember" xlink:label="loc_20" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DerivativesMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssets" xlink:label="loc_22" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsLineItems" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReconciliationOfChangesInAllowanceAccountForCreditLossesOfFinancialAssetsAbstract" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMeasuredAtFairValueThroughOtherComprehensiveIncomeCategoryMember" xlink:label="loc_25" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueThroughOtherComprehensiveIncomeCategoryMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_26" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencySwapContractMember" xlink:label="loc_27" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SwapContractMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueThroughProfitOrLossMeasuredAsSuchInAccordanceWithExemptionForRepurchaseOfOwnFinancialLiabilitiesCategoryMember" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_29" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_UtilisationAllowanceAccountForCreditLossesOfFinancialAssets" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_30" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_31" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_7" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_21" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValue" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RatedCreditExposures" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_33" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfRelationshipBetweenInternalAndExternalRatings" xlink:label="loc_34" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_34" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_9" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAvailableforsaleCategoryMember" xlink:label="loc_35" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_35" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FuturesContractMember" xlink:label="loc_36" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_36" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AllowanceAccountForCreditLossesOfFinancialAssets" xlink:label="loc_37" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_37" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InvestmentsInEquityInstrumentsMeasuredAtFairValueThroughOtherComprehensiveIncomeMember" xlink:label="loc_38" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_26" xlink:to="loc_38" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateSwapContractMember" xlink:label="loc_39" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_39" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueThroughProfitOrLossMeasuredAsSuchInAccordanceWithExemptionForReacquisitionOfOwnEquityInstrumentsCategoryMember" xlink:label="loc_40" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_40" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReversalAllowanceAccountForCreditLossesOfFinancialAssets" xlink:label="loc_41" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_41" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotionalAmount" xlink:label="loc_42" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_42" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityInvestmentsMember" xlink:label="loc_43" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_43" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsOutsideScopeOfIFRS7Member" xlink:label="loc_44" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_44" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_UnratedCreditExposures" xlink:label="loc_45" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_45" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfNatureOfCounterparty" xlink:label="loc_46" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_46" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HeldtomaturityInvestmentsCategoryMember" xlink:label="loc_47" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_47" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_48" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_48" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueThroughProfitOrLossClassifiedAsHeldForTradingCategoryMember" xlink:label="loc_49" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_49" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_50" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_50" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughNetExchangeDifferencesAllowanceAccountForCreditLossesOfFinancialAssets" xlink:label="loc_51" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_51" xlink:type="arc"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_24" xlink:type="arc"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_34" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfHistoricalInformationAboutCounterpartyDefaultRates" xlink:label="loc_52" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_52" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansAndReceivablesCategoryMember" xlink:label="loc_53" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_53" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ForwardContractMember" xlink:label="loc_54" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_54" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueThroughProfitOrLossMandatorilyMeasuredAtFairValueCategoryMember" xlink:label="loc_55" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_55" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_56" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_56" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughAdjustmentsArisingFromPassageOfTimeAllowanceAccountForCreditLossesOfFinancialAssets" xlink:label="loc_57" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_57" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ImpairmentLossOnFinancialAssets" xlink:label="loc_58" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_58" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfOtherInformationUsedToAssessCreditQuality" xlink:label="loc_59" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_59" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtAmortisedCostCategoryMember" xlink:label="loc_60" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_60" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughOtherChangesAllowanceAccountForCreditLossesOfFinancialAssets" xlink:label="loc_61" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_61" xlink:type="arc"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseInAllowanceAccountForCreditLossesOfFinancialAssets" xlink:label="loc_62" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_62" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390b" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialLiabilitiesAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtAmortisedCostMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesCategoryMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CategoriesOfFinancialLiabilitiesAxis" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtFairValueThroughProfitOrLossCategoryMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtFairValueThroughProfitOrLossDesignatedUponInitialRecognitionCategoryMember" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilities" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesLineItems" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtFairValueMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtFairValue" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_13" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtFairValueThroughProfitOrLossThatMeetDefinitionOfHeldForTradingCategoryMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtAmortisedCostCategoryMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesOutsideScopeOfIFRS7Member" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_16" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390c" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsTransferredDuringPeriodWhichDoNotQualifyForDerecognitionTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsTransferredDuringPeriodWhichDoNotQualifyForDerecognitionAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsWhichDoNotQualifyForDerecognitionAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsWhichDoNotQualifyForDerecognitionMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NatureOfFinancialAssetsTransferredDuringPeriodWhichDoNotQualifyForDerecognition" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsTransferredDuringPeriodWhichDoNotQualifyForDerecognitionLineItems" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfTransferredFinancialAssetsThatAreNotDerecognisedInTheirEntirety" xlink:label="loc_7" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfTransferredFinancialAssetsAssociatedFinancialLiabilitiesThatAreNotDerecognisedInTheirEntiretyAbstract" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_7" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NatureOfRisksAndRewardsOfOwnershipToWhichEntityRemainsExposed" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfAssociatedFinancialLiabilities" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfNatureOfRelationshipBetweenTransferredFinancialAssetsThatAreNotDerecognisedInTheirEntiretyAndAssociatedLiabilities" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfTransferredFinancialAssetsAssociatedFinancialLiabilitiesThatAreNotDerecognisedInTheirEntirety" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AssetsThatEntityContinuesToRecognise" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AssociatedLiabilitiesThatEntityContinuesToRecognise" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OriginalAssetsBeforeTransfer" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AssetsThatEntityContinuesToRecogniseToExtentOfContinuingInvolvement" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AssociatedLiabilitiesThatEntityContinuesToRecogniseToExtentOfContinuingInvolvement" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_17" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390d" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialInstrumentsTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialInstrumentsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialInstrumentsAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialInstrumentsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughNewTransactionsAggregateDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueYetToBeRecognised" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ChangesInAggregateDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueYetToBeRecognisedAbstract" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReconciliationOfAggregateDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueYetToBeRecognisedAbstract" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfAccountingPolicyForRecognisingDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueExplanatory" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialInstrumentsLineItems" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoanCommitmentsMember" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_10" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughAmountsRecognisedInProfitOrLossAggregateDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueYetToBeRecognised" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AggregateDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueYetToBeRecognised" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialGuaranteeContractsMember" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OtherIncreasesAggregateDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueYetToBeRecognised" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfConclusionWhyTransactionPriceWasNotBestEvidenceOfFairValue" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OtherDecreasesAggregateDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueYetToBeRecognised" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MaximumExposureToCreditRisk" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContractAssetsMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseInAggregateDifferenceBetweenFairValueAtInitialRecognitionAndAmountDeterminedUsingValuationTechniqueYetToBeRecognised" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfCollateralHeldAsSecurityAndOtherCreditEnhancements" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LeaseReceivablesMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfCollateralHeldAsSecurityAndOtherCreditEnhancements2014" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InformationAboutCollateralHeldAsSecurityAndOtherCreditEnhancementsForCreditimpairedFinancialAssetsExplanatory" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MaximumExposureToCreditRiskFinancialInstrumentsToWhichImpairmentRequirementsInIFRS9AreNotApplied" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfCollateralHeldAsSecurityAndOtherCreditEnhancementsAndTheirFinancialEffectInRespectOfAmountThatBestRepresentsMaximumExposureFinancialInstrumentsToWhichImpairmentRequirementsInIFRS9AreNotApplied" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_29" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_30" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390e" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsNeitherPastDueNorImpairedMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EntitysTotalForImpairmentOfFinancialAssetsMember" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssets" xlink:label="loc_3" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsThatAreEitherPastDueOrImpairedLineItems" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtAmortisedCostMember" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMember" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradingSecuritiesMember" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueMember" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsThatAreEitherPastDueOrImpairedTable" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsThatAreEitherPastDueOrImpairedAbstract" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialAssetsAxis" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_12" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OptionContractMember" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DerivativesMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ImpairmentOfFinancialAssetsAxis" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_15" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsIndividuallyAssessedForCreditLossesMember" xlink:label="loc_16" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsImpairedMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CarryingAmountMember" xlink:label="loc_18" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CarryingAmountAccumulatedDepreciationAmortisationAndImpairmentAndGrossCarryingAmountAxis" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_19" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossCarryingAmountMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfCollateralHeldAndOtherCreditEnhancementsFinancialAssetsThatAreIndividuallyDeterminedToBeImpaired" xlink:label="loc_21" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AnalysisOfFinancialAssetsThatAreIndividuallyDeterminedToBeImpaired" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_22" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PastDueStatusMember" xlink:label="loc_23" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PastDueStatusAxis" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_24" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrentMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencySwapContractMember" xlink:label="loc_26" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SwapContractMember" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_27" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsPastDueButNotImpairedMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AnalysisOfAgeOfFinancialAssetsThatArePastDueButNotImpaired" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_29" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_10" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_30" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_9" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_14" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FuturesContractMember" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_31" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsCollectivelyAssessedForCreditLossesMember" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsThatAreIndividuallyDeterminedToBeImpairedFairValueOfCollateralHeldAndOtherCreditEnhancements" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_22" xlink:to="loc_33" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AccumulatedImpairmentMember" xlink:label="loc_34" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_34" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneMonthAndNotLaterThanTwoMonthsMember" xlink:label="loc_35" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_35" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateSwapContractMember" xlink:label="loc_36" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_27" xlink:to="loc_36" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_17" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_10" xlink:to="loc_19" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityInvestmentsMember" xlink:label="loc_37" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_37" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsOutsideScopeOfIFRS7Member" xlink:label="loc_38" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_38" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_39" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_39" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwoMonthsAndNotLaterThanThreeMonthsMember" xlink:label="loc_40" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_40" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_41" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_41" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ForwardContractMember" xlink:label="loc_42" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_42" xlink:type="arc"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_10" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsMember" xlink:label="loc_43" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_43" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_44" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_44" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390f" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfHedgeAccountingTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfHedgeAccountingAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfHedgesAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfHedgesMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueHedgesMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfTypeOfHedge" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfHedgeAccountingLineItems" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CashFlowHedgesMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_8" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfFinancialInstrumentsDesignatedAsHedgingInstrument" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgesOfNetInvestmentInForeignOperationsMember" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsDesignatedAsHedgingInstrumentsAtFairValue" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfNatureOfRisksBeingHedged" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_12" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390g" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksAxis" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditRiskMember" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencyRiskMember" xlink:label="loc_4" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MarketRiskMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityPriceRiskMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OtherPriceRiskMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfHowManagementDeterminesConcentrations" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConcentrationsOfRisk" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfExposureToRisk" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfNatureAndExtentOfRisksArisingFromFinancialInstrumentsLineItems" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfNatureAndExtentOfRisksArisingFromFinancialInstrumentsTable" xlink:label="loc_12" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfNatureAndExtentOfRisksArisingFromFinancialInstrumentsAbstract" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_13" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_12" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LiquidityRiskMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateRiskMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CommodityPriceRiskMember" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_16" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfSharedCharacteristicForConcentration" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfObjectivesPoliciesAndProcessesForManagingRisk" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_18" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_5" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PrepaymentRiskMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RiskExposureAssociatedWithInstrumentsSharingCharacteristic" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MethodsUsedToMeasureRisk" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ResidualValueRiskMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ChangesInExposureToRisk" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RiskDiversificationEffectMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ChangesInObjectivesPoliciesAndProcessesForManagingRisk" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ChangesInMethodsUsedToMeasureRisk" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SummaryQuantitativeDataAboutEntitysExposureToRisk" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_27" xlink:type="arc"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AdditionalInformationAboutEntityExposureToRisk" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SensitivityAnalysisForEachTypeOfMarketRisk" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="100.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_29" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390h" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfInstrumentMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContinuingInvolvementInDerecognisedFinancialAssetsByTypeOfInstrumentAxis" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_WrittenPutOptionsMember" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfTransferMember" xlink:label="loc_4" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContinuingInvolvementInDerecognisedFinancialAssetsByTypeOfTransferAxis" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_5" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SecuritiesLendingMember" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfContinuingInvolvementInDerecognisedFinancialAssetsTable" xlink:label="loc_7" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfContinuingInvolvementInDerecognisedFinancialAssetsAbstract" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_8" xlink:to="loc_7" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_7" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RecognisedAssetsRepresentingContinuingInvolvementInDerecognisedFinancialAssets" xlink:label="loc_9" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfContinuingInvolvementInDerecognisedFinancialAssetsLineItems" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PurchasedCallOptionsMember" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FactoringOfReceivablesMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_7" xlink:to="loc_5" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RecognisedLiabilitiesRepresentingContinuingInvolvementInDerecognisedFinancialAssets" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GuaranteesMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SecuritisationsMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LineItemsOfRecognisedAssetsAndLiabilitiesRepresentingContinuingInvolvementInDerecognisedFinancialAssets" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfAssetsRepresentingContinuingInvolvementInDerecognisedFinancialAssets" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfLiabilitiesRepresentingContinuingInvolvementInDerecognisedFinancialAssets" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MaximumExposureToLossFromContinuingInvolvement" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InformationAboutHowMaximumExposureToLossIsDetermined" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_UndiscountedCashOutflowRequiredToRepurchaseDerecognisedFinancialAssets" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AmountsPayableToTransfereeInRespectOfTransferredAssets" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_QualitativeInformationAboutContinuingInvolvementInDerecognisedFinancialAssets" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="100.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOfDerecognisedFinancialAssetsAtDateOfTransfer" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="110.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncomeFromContinuingInvolvementInDerecognisedFinancialAssets" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="120.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncomeFromContinuingInvolvementInDerecognisedFinancialAssetsCumulativelyRecognised" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="130.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExpenseFromContinuingInvolvementInDerecognisedFinancialAssets" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="140.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExpenseFromContinuingInvolvementInDerecognisedFinancialAssetsCumulativelyRecognised" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="150.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExplanationWhenGreatestTransferActivityTookPlace" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="160.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_29" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOfDerecognisedFinancialAssetsRepresentingGreatestTransferActivity" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="170.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_30" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ProceedsFromTransferActivity" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="180.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_31" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390i" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AggregatedTimeBandsMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MaturityAxis" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanThreeYearsMember" xlink:label="loc_3" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanFiveYearsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisOfUndiscountedCashOutflowsToRepurchaseDerecognisedFinancialAssetsOrAmountsPayableToTransfereeInRespectOfTransferredAssetsTable" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisOfUndiscountedCashOutflowsToRepurchaseDerecognisedFinancialAssetsOrAmountsPayableToTransfereeInRespectOfTransferredAssetsAbstract" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_6" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfInstrumentMember" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContinuingInvolvementInDerecognisedFinancialAssetsByTypeOfInstrumentAxis" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_WrittenPutOptionsMember" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfTransferMember" xlink:label="loc_11" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContinuingInvolvementInDerecognisedFinancialAssetsByTypeOfTransferAxis" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_12" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SecuritiesLendingMember" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_UndiscountedCashOutflowRequiredToRepurchaseDerecognisedFinancialAssets" xlink:label="loc_14" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisOfUndiscountedCashOutflowsToRepurchaseDerecognisedFinancialAssetsOrAmountsPayableToTransfereeInRespectOfTransferredAssetsLineItems" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanTwoYearsMember" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFourYearsMember" xlink:label="loc_17" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanTenYearsMember" xlink:label="loc_19" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_20" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanSevenYearsMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_19" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsAndNotLaterThanFifteenYearsMember" xlink:label="loc_22" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanThreeMonthsMember" xlink:label="loc_24" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneYearMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneMonthMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanSixMonthsMember" xlink:label="loc_27" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanOneYearMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_27" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_25" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_18" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_20" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_6" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PurchasedCallOptionsMember" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_29" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FactoringOfReceivablesMember" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_30" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AmountsPayableToTransfereeInRespectOfTransferredAssets" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_31" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwoYearsAndNotLaterThanThreeYearsMember" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFourYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_33" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSevenYearsAndNotLaterThanTenYearsMember" xlink:label="loc_34" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_19" xlink:to="loc_34" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_20" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFifteenYearsAndNotLaterThanTwentyYearsMember" xlink:label="loc_35" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_35" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneMonthAndNotLaterThanThreeMonthsMember" xlink:label="loc_36" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_36" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSixMonthsAndNotLaterThanOneYearMember" xlink:label="loc_37" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_37" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GuaranteesMember" xlink:label="loc_38" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_38" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_6" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SecuritisationsMember" xlink:label="loc_39" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_39" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwentyYearsAndNotLaterThanTwentyfiveYearsMember" xlink:label="loc_40" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_40" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390j" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AggregatedTimeBandsMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MaturityAxis" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanThreeYearsMember" xlink:label="loc_3" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanFiveYearsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForNonderivativeFinancialLiabilitiesTable" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForNonderivativeFinancialLiabilitiesAbstract" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_6" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NonderivativeFinancialLiabilitiesUndiscountedCashFlows" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForNonderivativeFinancialLiabilitiesLineItems" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanTwoYearsMember" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFourYearsMember" xlink:label="loc_11" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanTenYearsMember" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanSevenYearsMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsAndNotLaterThanFifteenYearsMember" xlink:label="loc_16" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanThreeMonthsMember" xlink:label="loc_18" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneYearMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_19" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneMonthMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanSixMonthsMember" xlink:label="loc_21" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanOneYearMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_22" xlink:to="loc_21" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossLeaseLiabilities" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_23" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_14" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwoYearsAndNotLaterThanThreeYearsMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFourYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSevenYearsAndNotLaterThanTenYearsMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_26" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFifteenYearsAndNotLaterThanTwentyYearsMember" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneMonthAndNotLaterThanThreeMonthsMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_28" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_19" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSixMonthsAndNotLaterThanOneYearMember" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_22" xlink:to="loc_29" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BankBorrowingsUndiscountedCashFlows" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_30" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwentyYearsAndNotLaterThanTwentyfiveYearsMember" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_31" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeAndOtherPayablesUndiscountedCashFlows" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BondsIssuedUndiscountedCashFlows" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_33" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390k" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AggregatedTimeBandsMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MaturityAxis" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanThreeYearsMember" xlink:label="loc_3" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanFiveYearsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForDerivativeFinancialLiabilitiesTable" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForDerivativeFinancialLiabilitiesAbstract" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_6" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DerivativeFinancialLiabilitiesUndiscountedCashFlows" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForDerivativeFinancialLiabilitiesLineItems" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PricesSpecifiedInForwardAgreementsToPurchaseFinancialAssetsForCash" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanTwoYearsMember" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFourYearsMember" xlink:label="loc_12" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanTenYearsMember" xlink:label="loc_14" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanSevenYearsMember" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsAndNotLaterThanFifteenYearsMember" xlink:label="loc_17" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanThreeMonthsMember" xlink:label="loc_19" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneYearMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_20" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneMonthMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_19" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanSixMonthsMember" xlink:label="loc_22" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanOneYearMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_22" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_20" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_13" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_15" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetAmountsForPayfloatingReceivefixedInterestRateSwapsForWhichNetCashFlowsAreExchanged" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwoYearsAndNotLaterThanThreeYearsMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFourYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSevenYearsAndNotLaterThanTenYearsMember" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_27" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFifteenYearsAndNotLaterThanTwentyYearsMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneMonthAndNotLaterThanThreeMonthsMember" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_19" xlink:to="loc_29" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_20" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSixMonthsAndNotLaterThanOneYearMember" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_30" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContractualAmountsToBeExchangedInDerivativeFinancialInstrumentForWhichGrossCashFlowsAreExchanged" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_31" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwentyYearsAndNotLaterThanTwentyfiveYearsMember" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossLoanCommitments" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_33" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390l" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFairValueOfInvestmentsInEquityInstrumentsDesignatedAsMeasuredAtFairValueThroughOtherComprehensiveIncomeTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFairValueOfInvestmentsInEquityInstrumentsDesignatedAsMeasuredAtFairValueThroughOtherComprehensiveIncomeAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InvestmentsInEquityInstrumentsMeasuredAtFairValueThroughOtherComprehensiveIncomeAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InvestmentsInEquityInstrumentsMeasuredAtFairValueThroughOtherComprehensiveIncomeMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfInvestmentsInEquityInstrumentsDesignatedAsMeasuredAtFairValueThroughOtherComprehensiveIncome" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFairValueOfInvestmentsInEquityInstrumentsDesignatedAsMeasuredAtFairValueThroughOtherComprehensiveIncomeLineItems" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_6" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390m" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AggregatedTimeBandsMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MaturityAxis" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanThreeYearsMember" xlink:label="loc_3" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanFiveYearsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForFinancialAssetsHeldForManagingLiquidityRiskTable" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForFinancialAssetsHeldForManagingLiquidityRiskAbstract" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_6" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsHeldForManagingLiquidityRisk" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfMaturityAnalysisForFinancialAssetsHeldForManagingLiquidityRiskLineItems" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanTwoYearsMember" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFourYearsMember" xlink:label="loc_11" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanTenYearsMember" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanSevenYearsMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsAndNotLaterThanFifteenYearsMember" xlink:label="loc_16" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanThreeMonthsMember" xlink:label="loc_18" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneYearMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_19" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneMonthMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanSixMonthsMember" xlink:label="loc_21" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanOneYearMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_22" xlink:to="loc_21" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_19" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_14" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwoYearsAndNotLaterThanThreeYearsMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_3" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFourYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSevenYearsAndNotLaterThanTenYearsMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_25" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFifteenYearsAndNotLaterThanTwentyYearsMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneMonthAndNotLaterThanThreeMonthsMember" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_27" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_19" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSixMonthsAndNotLaterThanOneYearMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_22" xlink:to="loc_28" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwentyYearsAndNotLaterThanTwentyfiveYearsMember" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_29" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390n" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtAmortisedCostMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMember" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradingSecuritiesMember" xlink:label="loc_4" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialAssetsAxis" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_6" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfExternalCreditExposuresTable" xlink:label="loc_7" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfExternalCreditExposuresAbstract" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_8" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExternalCreditGradesAxis" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditExposure" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfExternalCreditExposuresLineItems" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EntitysTotalForExternalCreditGradesMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_9" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExternalCreditGradesMember" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OptionContractMember" xlink:label="loc_14" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DerivativesMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencySwapContractMember" xlink:label="loc_16" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SwapContractMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_18" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_5" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_15" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FuturesContractMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateSwapContractMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityInvestmentsMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsOutsideScopeOfIFRS7Member" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_22" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ForwardContractMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_26" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390o" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtAmortisedCostMember" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMember" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradingSecuritiesMember" xlink:label="loc_4" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialAssetsAxis" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_6" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInternalCreditExposuresTable" xlink:label="loc_7" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInternalCreditExposuresAbstract" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_8" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InternalCreditGradesAxis" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditExposure" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInternalCreditExposuresLineItems" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EntitysTotalForInternalCreditGradesMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_9" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InternalCreditGradesMember" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OptionContractMember" xlink:label="loc_14" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DerivativesMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencySwapContractMember" xlink:label="loc_16" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SwapContractMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_18" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_5" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_15" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FuturesContractMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateSwapContractMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityInvestmentsMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsOutsideScopeOfIFRS7Member" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_22" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ForwardContractMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_1" xlink:to="loc_26" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390p" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfOffsettingOfFinancialAssetsTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfOffsettingOfFinancialAssetsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfFinancialAssetsAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsTypeMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CounterpartiesMember" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CounterpartiesAxis" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IndividuallyInsignificantCounterpartiesMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetFinancialAssetsSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreementsAbstract" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfOffsettingOfFinancialAssetsLineItems" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetFinancialAssetsSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreementsInStatementOfFinancialPositionAbstract" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossFinancialAssetsSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreements" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsSubjectToEnforceableMasterNettingArrangementOrSimilarAgreementNotSetOffAgainstFinancialAssets" xlink:label="loc_12" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AmountsSubjectToEnforceableMasterNettingArrangementOrSimilarAgreementNotSetOffAgainstFinancialAssetsAbstract" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_6" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossFinancialLiabilitiesSetOffAgainstFinancialAssetsSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreements" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_14" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CashCollateralReceivedSubjectToEnforceableMasterNettingArrangementOrSimilarAgreementNotSetOffAgainstFinancialAssets" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetFinancialAssetsSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreementsInStatementOfFinancialPosition" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AmountsSubjectToEnforceableMasterNettingArrangementOrSimilarAgreementNotSetOffAgainstFinancialAssets" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetFinancialAssetsSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreements" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_18" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390q" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfOffsettingOfFinancialLiabilitiesTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfOffsettingOfFinancialLiabilitiesAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfFinancialLiabilitiesAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesTypeMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CounterpartiesMember" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CounterpartiesAxis" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IndividuallyInsignificantCounterpartiesMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetFinancialLiabilitiesSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreementsAbstract" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfOffsettingOfFinancialLiabilitiesLineItems" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetFinancialLiabilitiesSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreementsInStatementOfFinancialPositionAbstract" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossFinancialLiabilitiesSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreements" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsSubjectToEnforceableMasterNettingArrangementOrSimilarAgreementNotSetOffAgainstFinancialLiabilities" xlink:label="loc_12" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AmountsSubjectToEnforceableMasterNettingArrangementOrSimilarAgreementNotSetOffAgainstFinancialLiabilitiesAbstract" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_6" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossFinancialAssetsSetOffAgainstFinancialLiabilitiesSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreements" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_14" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CashCollateralPledgedSubjectToEnforceableMasterNettingArrangementOrSimilarAgreementNotSetOffAgainstFinancialLiabilities" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetFinancialLiabilitiesSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreementsInStatementOfFinancialPosition" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AmountsSubjectToEnforceableMasterNettingArrangementOrSimilarAgreementNotSetOffAgainstFinancialLiabilities" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NetFinancialLiabilitiesSubjectToOffsettingEnforceableMasterNettingArrangementsOrSimilarAgreements" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_18" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390r" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialInstrumentsByTypeOfInterestRateTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialInstrumentsByTypeOfInterestRateAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfInterestRatesAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateTypesMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FloatingInterestRateMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssets" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialInstrumentsByTypeOfInterestRateLineItems" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FixedInterestRateMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_8" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilities" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390s" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfRiskManagementStrategyRelatedToHedgeAccountingTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfRiskManagementStrategyRelatedToHedgeAccountingAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditRiskMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencyRiskMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MarketRiskMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityPriceRiskMember" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OtherPriceRiskMember" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExplanationOfRiskManagementStrategyRelatedToHedgeAccountingExplanatory" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfRiskManagementStrategyRelatedToHedgeAccountingLineItems" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfHedgingInstrumentsUsedToHedgeRiskExposuresAndHowTheyAreUsed" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LiquidityRiskMember" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateRiskMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CommodityPriceRiskMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_15" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfHowEntityDeterminesEconomicRelationshipBetweenHedgedItemAndHedgingInstrumentForPurposeOfAssessingHedgeEffectiveness" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InformationAboutHowEntityDeterminedRiskComponentDesignatedAsHedgedItemExplanatory" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_17" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_7" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PrepaymentRiskMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfHowEntityEstablishesHedgeRatioAndWhatSourcesOfHedgeIneffectivenessAre" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InformationAboutHowDesignatedRiskComponentRelatesToHedgedItemInItsEntiretyExplanatory" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ResidualValueRiskMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RiskDiversificationEffectMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InformationAboutUltimateRiskManagementStrategyInRelationToHedgingRelationshipsThatEntityFrequentlyResets" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfHowEntityReflectsItsRiskManagementStrategyByUsingHedgeAccountingAndDesignatingHedgingRelationshipsThatItFrequentlyResets" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IndicationOfHowFrequentlyHedgingRelationshipsAreDiscontinuedAndRestarted" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfFactAndReasonWhyVolumeOfHedgingRelationshipsToWhichExemptionInIFRS723CAppliesIsUnrepresentativeOfNormalVolumes" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_11" xlink:to="loc_26" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390t" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutTermsAndConditionsOfHedgingInstrumentsAndHowTheyAffectFutureCashFlowsTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutTermsAndConditionsOfHedgingInstrumentsAndHowTheyAffectFutureCashFlowsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditRiskMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencyRiskMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MarketRiskMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityPriceRiskMember" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OtherPriceRiskMember" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgingInstrumentsMember" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgingInstrumentsAxis" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AggregatedTimeBandsMember" xlink:label="loc_12" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MaturityAxis" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_13" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanFiveYearsMember" xlink:label="loc_14" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanThreeYearsMember" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NominalAmountOfHedgingInstrument" xlink:label="loc_17" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutTermsAndConditionsOfHedgingInstrumentsAndHowTheyAffectFutureCashFlowsLineItems" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneYearAndNotLaterThanTwoYearsMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFourYearsMember" xlink:label="loc_20" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanTenYearsMember" xlink:label="loc_22" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFiveYearsAndNotLaterThanSevenYearsMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_22" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsAndNotLaterThanFifteenYearsMember" xlink:label="loc_25" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTenYearsMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_26" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanThreeMonthsMember" xlink:label="loc_27" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneYearMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotLaterThanOneMonthMember" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_27" xlink:to="loc_29" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanSixMonthsMember" xlink:label="loc_30" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsAndNotLaterThanOneYearMember" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_31" xlink:to="loc_30" xlink:type="arc"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LiquidityRiskMember" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateRiskMember" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_33" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CommodityPriceRiskMember" xlink:label="loc_34" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_34" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_11" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_21" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_23" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AveragePriceOfHedgingInstrument" xlink:label="loc_35" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_35" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwoYearsAndNotLaterThanThreeYearsMember" xlink:label="loc_36" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_36" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFourYearsAndNotLaterThanFiveYearsMember" xlink:label="loc_37" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_37" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSevenYearsAndNotLaterThanTenYearsMember" xlink:label="loc_38" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_22" xlink:to="loc_38" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_23" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanFifteenYearsAndNotLaterThanTwentyYearsMember" xlink:label="loc_39" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_26" xlink:to="loc_39" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneMonthAndNotLaterThanThreeMonthsMember" xlink:label="loc_40" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_27" xlink:to="loc_40" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_31" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanSixMonthsAndNotLaterThanOneYearMember" xlink:label="loc_41" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_31" xlink:to="loc_41" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_15" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_7" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PrepaymentRiskMember" xlink:label="loc_42" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_42" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AverageRateOfHedgingInstrument" xlink:label="loc_43" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_43" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwentyYearsAndNotLaterThanTwentyfiveYearsMember" xlink:label="loc_44" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_26" xlink:to="loc_44" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ResidualValueRiskMember" xlink:label="loc_45" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_45" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RiskDiversificationEffectMember" xlink:label="loc_46" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_46" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfSourcesOfHedgeIneffectivenessExpectedToAffectHedgingRelationship" xlink:label="loc_47" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_47" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfSourcesOfHedgeIneffectivenessThatEmergedInHedgingRelationship" xlink:label="loc_48" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_48" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExplanationOfHedgeIneffectivenessResultingFromSourcesThatEmergedInHedgingRelationship" xlink:label="loc_49" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_49" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390u" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutHedgingInstrumentsTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutHedgingInstrumentsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditRiskMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencyRiskMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MarketRiskMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityPriceRiskMember" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OtherPriceRiskMember" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfHedgesMember" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfHedgesAxis" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueHedgesMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgingInstrumentsMember" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgingInstrumentsAxis" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgingInstrumentAssets" xlink:label="loc_15" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutHedgingInstrumentsLineItems" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LiquidityRiskMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateRiskMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CommodityPriceRiskMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_19" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CashFlowHedgesMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_20" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgingInstrumentLiabilities" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_21" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_7" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PrepaymentRiskMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgesOfNetInvestmentInForeignOperationsMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_23" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfLineItemInStatementOfFinancialPositionThatIncludesHedgingInstrument" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ResidualValueRiskMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RiskDiversificationEffectMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOnChangeInFairValueOfHedgingInstrumentUsedAsBasisForRecognisingHedgeIneffectiveness" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NominalAmountOfHedgingInstrument" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_28" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390v" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutHedgedItemsTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutHedgedItemsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditRiskMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencyRiskMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MarketRiskMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityPriceRiskMember" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OtherPriceRiskMember" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfHedgesMember" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfHedgesAxis" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueHedgesMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgedItemsMember" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgedItemsAxis" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgedItemAssets" xlink:label="loc_15" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutHedgedItemsLineItems" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LiquidityRiskMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateRiskMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CommodityPriceRiskMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_19" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CashFlowHedgesMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_20" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgedItemLiabilities" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_21" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_7" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PrepaymentRiskMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgesOfNetInvestmentInForeignOperationsMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_23" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AccumulatedFairValueHedgeAdjustmentOnHedgedItemIncludedInCarryingAmountAssets" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ResidualValueRiskMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RiskDiversificationEffectMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AccumulatedFairValueHedgeAdjustmentOnHedgedItemIncludedInCarryingAmountLiabilities" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfLineItemInStatementOfFinancialPositionThatIncludesHedgedItem" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOnChangeInFairValueOfHedgedItemUsedAsBasisForRecognisingHedgeIneffectiveness" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_29" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AccumulatedFairValueHedgeAdjustmentRemainingInStatementOfFinancialPositionForHedgedItemThatCeasedToBeAdjustedForHedgingGainsAndLossesAssets" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_30" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AccumulatedFairValueHedgeAdjustmentRemainingInStatementOfFinancialPositionForHedgedItemThatCeasedToBeAdjustedForHedgingGainsAndLossesLiabilities" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_31" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReserveOfCashFlowHedgesContinuingHedges" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReserveOfExchangeDifferencesOnTranslationContinuingHedges" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="100.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_33" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReserveOfCashFlowHedgesHedgingRelationshipsForWhichHedgeAccountingIsNoLongerApplied" xlink:label="loc_34" xlink:type="locator"/> <link:definitionArc order="110.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_34" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReserveOfExchangeDifferencesOnTranslationHedgingRelationshipsForWhichHedgeAccountingIsNoLongerApplied" xlink:label="loc_35" xlink:type="locator"/> <link:definitionArc order="120.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_35" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390w" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutAmountsThatAffectedStatementOfComprehensiveIncomeAsResultOfHedgeAccountingTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutAmountsThatAffectedStatementOfComprehensiveIncomeAsResultOfHedgeAccountingAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfRisksMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditRiskMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencyRiskMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MarketRiskMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityPriceRiskMember" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OtherPriceRiskMember" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfHedgesMember" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfHedgesAxis" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueHedgesMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOnHedgeIneffectivenessAbstract" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutAmountsThatAffectedStatementOfComprehensiveIncomeAsResultOfHedgeAccountingLineItems" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOnHedgeIneffectivenessRecognisedInProfitOrLoss" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationAdjustmentsOnCashFlowHedgesForWhichHedgedFutureCashFlowsAreNoLongerExpectedToOccurNetOfTax" xlink:label="loc_16" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationAdjustmentsOnCashFlowHedgesNetOfTax" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LiquidityRiskMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateRiskMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CommodityPriceRiskMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_20" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CashFlowHedgesMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_21" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOnHedgeIneffectivenessRecognisedInOtherComprehensiveIncome" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfLineItemInStatementOfComprehensiveIncomeThatIncludesRecognisedHedgeIneffectiveness" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationAdjustmentsOnCashFlowHedgesForWhichHedgedItemAffectedProfitOrLossNetOfTax" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_17" xlink:to="loc_24" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_7" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PrepaymentRiskMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgesOfNetInvestmentInForeignOperationsMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOnHedgeIneffectiveness" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainsLossesOnCashFlowHedgesNetOfTax" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ResidualValueRiskMember" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_29" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RiskDiversificationEffectMember" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_30" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainsLossesOnHedgesOfNetInvestmentsInForeignOperationsNetOfTax" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_31" xlink:type="arc"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationAdjustmentsOnHedgesOfNetInvestmentsInForeignOperationsNetOfTax" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfLineItemInStatementOfComprehensiveIncomeThatIncludesReclassificationAdjustments" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_33" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_HedgingGainsLossesForHedgeOfGroupOfItemsWithOffsettingRiskPositions" xlink:label="loc_34" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_34" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390x" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutCreditExposuresDesignatedAsMeasuredAtFairValueThroughProfitOrLossTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutCreditExposuresDesignatedAsMeasuredAtFairValueThroughProfitOrLossAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsMeasuredAtFairValueThroughProfitOrLossBecauseCreditDerivativeIsUsedToManageCreditRiskAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsMeasuredAtFairValueThroughProfitOrLossBecauseCreditDerivativeIsUsedToManageCreditRiskMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReconciliationOfNominalAmountOfCreditDerivativeAbstract" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfInformationAboutCreditExposuresDesignatedAsMeasuredAtFairValueThroughProfitOrLossLineItems" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ChangesInNominalAmountOfCreditDerivativeAbstract" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseInCreditDerivativeNominalAmount" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ChangesInFairValueOfCreditDerivativeAbstract" xlink:label="loc_9" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReconciliationOfFairValueOfCreditDerivativeAbstract" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseInCreditDerivativeFairValue" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_11" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditDerivativeNominalAmount" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_12" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditDerivativeFairValue" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GainLossOnDesignationOfFinancialInstrumentAsMeasuredAtFairValueThroughProfitOrLossBecauseCreditDerivativeIsUsedToManageCreditRisk" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfFinancialInstrumentOnDiscontinuationOfMeasurementAtFairValueThroughProfitOrLossBecauseCreditDerivativeIsUsedToManageCreditRiskAssets" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FairValueOfFinancialInstrumentOnDiscontinuationOfMeasurementAtFairValueThroughProfitOrLossBecauseCreditDerivativeIsUsedToManageCreditRiskLiabilities" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NominalOrPrincipalAmountOfFinancialInstrumentOnDiscontinuationOfMeasurementAtFairValueThroughProfitOrLossBecauseCreditDerivativeIsUsedToManageCreditRisk" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_17" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390y" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutBorrowingsTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutBorrowingsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BorrowingsByNameAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BorrowingsByNameMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateTypesMember" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypesOfInterestRatesAxis" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FloatingInterestRateMember" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_Borrowings" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfDetailedInformationAboutBorrowingsLineItems" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RangesMember" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_RangeAxis" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BottomOfRangeMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_NotionalAmount" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_13" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FixedInterestRateMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_14" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_WeightedAverageMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BorrowingsInterestRate" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_16" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TopOfRangeMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BorrowingsInterestRateBasis" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BorrowingsAdjustmentToInterestRateBasis" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BorrowingsMaturity" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_BorrowingsOriginalCurrency" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_21" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390z" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfReclassificationOfFinancialAssetsTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfReclassificationOfFinancialAssetsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EventsOfReclassificationOfFinancialAssetsAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EventsOfReclassificationOfFinancialAssetsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DateOfReclassificationOfFinancialAssetsDueToChangeInBusinessModel" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfReclassificationOfFinancialAssetsLineItems" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExplanationOfChangeInBusinessModelForManagingFinancialAssets" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfEffectOfChangingBusinessModelForManagingFinancialAssetsOnFinancialStatements" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationOfFinancialAssetsOutOfMeasuredAtAmortisedCostIntoMeasuredAtFairValue" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationOfFinancialAssetsOutOfMeasuredAtFairValueIntoMeasuredAtAmortisedCost" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationOfFinancialAssetsOutOfMeasuredAtAmortisedCostIntoMeasuredAtFairValueThroughOtherComprehensiveIncome" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationOfFinancialAssetsOutOfMeasuredAtFairValueThroughOtherComprehensiveIncomeIntoMeasuredAtAmortisedCost" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationOfFinancialAssetsOutOfMeasuredAtFairValueThroughOtherComprehensiveIncomeIntoMeasuredAtFairValueThroughProfitOrLoss" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ReclassificationOfFinancialAssetsOutOfMeasuredAtFairValueThroughProfitOrLossIntoMeasuredAtFairValueThroughOtherComprehensiveIncome" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_14" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390za" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughForeignExchangeFinancialAssets" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughForeignExchangeAndOtherMovementsFinancialAssetsAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughForeignExchangeExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_3" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughForeignExchangeAndOtherMovementsExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContractsAbstract" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfReconciliationOfChangesInLossAllowanceAndExplanationOfChangesInGrossCarryingAmountForFinancialInstrumentsTable" xlink:label="loc_5" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfReconciliationOfChangesInLossAllowanceAndExplanationOfChangesInGrossCarryingAmountForFinancialInstrumentsAbstract" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_6" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialInstrumentsAxis" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_5" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialInstrumentsMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_7" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoanCommitmentsMember" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypeOfMeasurementOfExpectedCreditLossesMember" xlink:label="loc_10" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypeOfMeasurementOfExpectedCreditLossesAxis" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_11" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TwelvemonthExpectedCreditLossesMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MethodOfAssessmentOfExpectedCreditLossesMember" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MethodOfAssessmentOfExpectedCreditLossesAxis" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExpectedCreditLossesIndividuallyAssessedMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditImpairmentOfFinancialInstrumentsMember" xlink:label="loc_16" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditImpairmentOfFinancialInstrumentsAxis" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_17" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsNotCreditimpairedMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsPurchasedOrOriginatedCreditimpairedMember" xlink:label="loc_19" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsCreditimpairedMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_20" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CarryingAmountMember" xlink:label="loc_21" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CarryingAmountAccumulatedDepreciationAmortisationAndImpairmentAndGrossCarryingAmountAxis" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_22" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossCarryingAmountMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseInFinancialAssetsAbstract" xlink:label="loc_24" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfReconciliationOfChangesInLossAllowanceAndExplanationOfChangesInGrossCarryingAmountForFinancialInstrumentsLineItems" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughTransfersFinancialAssets" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughTransfersExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_27" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseInExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContractsAbstract" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughOtherMovementsFinancialAssets" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_29" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughOtherMovementsExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_30" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssets" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_31" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialGuaranteeContractsMember" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_32" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_5" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LifetimeExpectedCreditLossesMember" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_33" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExpectedCreditLossesCollectivelyAssessedMember" xlink:label="loc_34" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_34" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsCreditimpairedAfterPurchaseOrOriginationMember" xlink:label="loc_35" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_20" xlink:to="loc_35" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AccumulatedImpairmentMember" xlink:label="loc_36" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_36" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DecreaseThroughDerecognitionFinancialAssets" xlink:label="loc_37" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_37" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DecreaseThroughDerecognitionExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_38" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_38" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughForeignExchangeAndOtherMovementsFinancialAssets" xlink:label="loc_39" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_39" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughForeignExchangeAndOtherMovementsExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_40" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_40" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_41" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_41" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_5" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseThroughOriginationOrPurchaseFinancialAssets" xlink:label="loc_42" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_42" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseThroughOriginationOrPurchaseExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_43" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_43" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_44" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_44" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContractAssetsMember" xlink:label="loc_45" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_45" xlink:type="arc"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_5" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DecreaseThroughWriteoffFinancialAssets" xlink:label="loc_46" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_46" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughChangesInModelsOrRiskParametersExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_47" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_47" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_UndiscountedExpectedCreditLossesAtInitialRecognitionOnPurchasedOrOriginatedCreditimpairedFinancialAssetsInitiallyRecognised" xlink:label="loc_48" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_48" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LeaseReceivablesMember" xlink:label="loc_49" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_49" xlink:type="arc"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_5" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughChangesInModelsOrRiskParametersFinancialAssets" xlink:label="loc_50" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_50" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughModificationOfContractualCashFlowsExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_51" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_51" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExplanationOfReasonsForChangesInLossAllowanceForFinancialInstruments" xlink:label="loc_52" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_52" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseThroughModificationOfContractualCashFlowsFinancialAssets" xlink:label="loc_53" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_53" xlink:type="arc"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_54" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_54" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExplanationOfHowSignificantChangesInGrossCarryingAmountOfFinancialInstrumentsContributedToChangesInLossAllowance" xlink:label="loc_55" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_55" xlink:type="arc"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_2" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseInExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_56" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_28" xlink:to="loc_56" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_57" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_57" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_IncreaseDecreaseInFinancialAssets" xlink:label="loc_58" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_24" xlink:to="loc_58" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_59" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_59" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_60" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_60" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zb" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfCreditRiskExposureTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfCreditRiskExposureAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExternalCreditGradesAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EntitysTotalForExternalCreditGradesMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExternalCreditGradesMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EntitysTotalForInternalCreditGradesMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InternalCreditGradesAxis" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InternalCreditGradesMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EntitysTotalForProbabilityOfDefaultMember" xlink:label="loc_9" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ProbabilityOfDefaultAxis" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_10" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ProbabilityOfDefaultMember" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialInstrumentsMember" xlink:label="loc_12" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialInstrumentsAxis" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_13" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoanCommitmentsMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypeOfMeasurementOfExpectedCreditLossesMember" xlink:label="loc_15" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TypeOfMeasurementOfExpectedCreditLossesAxis" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_16" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TwelvemonthExpectedCreditLossesMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MethodOfAssessmentOfExpectedCreditLossesMember" xlink:label="loc_18" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MethodOfAssessmentOfExpectedCreditLossesAxis" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_19" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExpectedCreditLossesIndividuallyAssessedMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditImpairmentOfFinancialInstrumentsMember" xlink:label="loc_21" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CreditImpairmentOfFinancialInstrumentsAxis" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_22" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsNotCreditimpairedMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsPurchasedOrOriginatedCreditimpairedMember" xlink:label="loc_24" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsCreditimpairedMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CarryingAmountMember" xlink:label="loc_26" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CarryingAmountAccumulatedDepreciationAmortisationAndImpairmentAndGrossCarryingAmountAxis" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_27" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossCarryingAmountMember" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_26" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssets" xlink:label="loc_29" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfCreditRiskExposureLineItems" xlink:label="loc_30" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_30" xlink:to="loc_29" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialGuaranteeContractsMember" xlink:label="loc_31" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_31" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LifetimeExpectedCreditLossesMember" xlink:label="loc_32" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_15" xlink:to="loc_32" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExpectedCreditLossesCollectivelyAssessedMember" xlink:label="loc_33" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_18" xlink:to="loc_33" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_21" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialInstrumentsCreditimpairedAfterPurchaseOrOriginationMember" xlink:label="loc_34" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_25" xlink:to="loc_34" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AccumulatedImpairmentMember" xlink:label="loc_35" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_26" xlink:to="loc_35" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_30" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExposureToCreditRiskOnLoanCommitmentsAndFinancialGuaranteeContracts" xlink:label="loc_36" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_30" xlink:to="loc_36" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_37" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_37" xlink:type="arc"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContractAssetsMember" xlink:label="loc_38" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_38" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LeaseReceivablesMember" xlink:label="loc_39" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_39" xlink:type="arc"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_16" xlink:type="arc"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_19" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_40" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_40" xlink:type="arc"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_41" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_41" xlink:type="arc"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_42" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_42" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_43" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_43" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zc" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfProvisionMatrixTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfProvisionMatrixAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialInstrumentsAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialInstrumentsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoanCommitmentsMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PastDueStatusMember" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_PastDueStatusAxis" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrentMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CarryingAmountMember" xlink:label="loc_9" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CarryingAmountAccumulatedDepreciationAmortisationAndImpairmentAndGrossCarryingAmountAxis" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_10" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_GrossCarryingAmountMember" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssets" xlink:label="loc_12" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfProvisionMatrixLineItems" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialGuaranteeContractsMember" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_14" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanOneMonthAndNotLaterThanTwoMonthsMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_AccumulatedImpairmentMember" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_16" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ExpectedCreditLossRate" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_13" xlink:to="loc_17" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanTwoMonthsAndNotLaterThanThreeMonthsMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_19" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ContractAssetsMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LaterThanThreeMonthsMember" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_6" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LeaseReceivablesMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="70.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="80.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="90.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_26" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zd" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialAssetsAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtAmortisedCostMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradingSecuritiesMember" xlink:label="loc_7" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OptionContractMember" xlink:label="loc_9" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DerivativesMember" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencySwapContractMember" xlink:label="loc_11" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SwapContractMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationMeasurementCategoryImmediatelyBeforeApplyingAmendments" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationLineItems" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_15" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_8" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FuturesContractMember" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_16" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateSwapContractMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_17" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationCarryingAmountImmediatelyBeforeApplyingAmendments" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_19" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityInvestmentsMember" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsOutsideScopeOfIFRS7Member" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationMeasurementCategoryAfterApplyingAmendments" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_22" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ForwardContractMember" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationCarryingAmountAfterApplyingAmendments" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsThatWereDesignatedAsMeasuredAtFairValueThroughProfitOrLossBeforeApplicationOfAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationThatAreNoLongerSoDesignated" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfReasonsForDesignationOrDedesignationOfFinancialAssetsAsMeasuredAtFairValueThroughProfitOrLossWhenApplyingAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensation" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_28" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390ze" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationTable" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationAbstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialLiabilitiesAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtAmortisedCostMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationMeasurementCategoryImmediatelyBeforeApplyingAmendments" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationLineItems" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtFairValueMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_8" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationCarryingAmountImmediatelyBeforeApplyingAmendments" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesOutsideScopeOfIFRS7Member" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationMeasurementCategoryAfterApplyingAmendments" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAffectedByAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationCarryingAmountAfterApplyingAmendments" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesThatWereDesignatedAsMeasuredAtFairValueThroughProfitOrLossBeforeApplicationOfAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensationThatAreNoLongerSoDesignated" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DescriptionOfReasonsForDesignationOrDedesignationOfFinancialLiabilitiesAsMeasuredAtFairValueThroughProfitOrLossWhenApplyingAmendmentsToIFRS9ForPrepaymentFeaturesWithNegativeCompensation" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="60.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_14" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zf" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsAtDateOfInitialApplicationOfIFRS9Table" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsAtDateOfInitialApplicationOfIFRS9Abstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialAssetsAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtAmortisedCostMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_MortgagesMember" xlink:label="loc_6" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradingSecuritiesMember" xlink:label="loc_7" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsAtFairValueMember" xlink:label="loc_8" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_OptionContractMember" xlink:label="loc_9" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DerivativesMember" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_9" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CurrencySwapContractMember" xlink:label="loc_11" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_SwapContractMember" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMeasurementCategoryImmediatelyBeforeInitialApplicationOfIFRS9" xlink:label="loc_13" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialAssetsAtDateOfInitialApplicationOfIFRS9LineItems" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsPreviouslyDesignatedAtFairValueThroughProfitOrLossReclassifiedDueToRequirementsOfIFRS9FirstApplicationOfIFRS9" xlink:label="loc_15" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsPreviouslyDesignatedAtFairValueThroughProfitOrLossButNoLongerSoDesignatedFirstApplicationOfIFRS9" xlink:label="loc_16" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_15" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ConsumerLoansMember" xlink:label="loc_17" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_17" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_8" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_10" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FuturesContractMember" xlink:label="loc_18" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_18" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_InterestRateSwapContractMember" xlink:label="loc_19" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_12" xlink:to="loc_19" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsCarryingAmountImmediatelyBeforeInitialApplicationOfIFRS9" xlink:label="loc_20" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_20" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsPreviouslyDesignatedAtFairValueThroughProfitOrLossReclassifiedVoluntarilyFirstApplicationOfIFRS9" xlink:label="loc_21" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_16" xlink:to="loc_21" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_CorporateLoansMember" xlink:label="loc_22" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_22" xlink:type="arc"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_EquityInvestmentsMember" xlink:label="loc_23" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_8" xlink:to="loc_23" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsOutsideScopeOfIFRS7Member" xlink:label="loc_24" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_24" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsMeasurementCategoryImmediatelyAfterInitialApplicationOfIFRS9" xlink:label="loc_25" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_25" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_LoansToGovernmentMember" xlink:label="loc_26" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_26" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ForwardContractMember" xlink:label="loc_27" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_10" xlink:to="loc_27" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialAssetsCarryingAmountImmediatelyAfterInitialApplicationOfIFRS9" xlink:label="loc_28" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_28" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_TradeReceivablesMember" xlink:label="loc_29" xlink:type="locator"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_5" xlink:to="loc_29" xlink:type="arc"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_14" xlink:to="loc_16" xlink:type="arc"/> </link:definitionLink> <link:definitionLink xlink:role="http://xbrl.ifrs.org/role/ifrs/ifrs_7_2019-03-27_role-822390zg" xlink:type="extended"> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesAtDateOfInitialApplicationOfIFRS9Table" xlink:label="loc_1" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesAtDateOfInitialApplicationOfIFRS9Abstract" xlink:label="loc_2" xlink:type="locator"/> <link:definitionArc order="10.0" xbrldt:closed="true" xbrldt:contextElement="scenario" xlink:arcrole="http://xbrl.org/int/dim/arcrole/all" xlink:from="loc_2" xlink:to="loc_1" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_ClassesOfFinancialLiabilitiesAxis" xlink:label="loc_3" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/hypercube-dimension" xlink:from="loc_1" xlink:to="loc_3" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesMember" xlink:label="loc_4" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/dimension-domain" xlink:from="loc_3" xlink:to="loc_4" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtAmortisedCostMember" xlink:label="loc_5" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_5" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesMeasurementCategoryImmediatelyBeforeInitialApplicationOfIFRS9" xlink:label="loc_6" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_DisclosureOfFinancialLiabilitiesAtDateOfInitialApplicationOfIFRS9LineItems" xlink:label="loc_7" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_6" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesPreviouslyDesignatedAtFairValueThroughProfitOrLossReclassifiedDueToRequirementsOfIFRS9FirstApplicationOfIFRS9" xlink:label="loc_8" xlink:type="locator"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesPreviouslyDesignatedAtFairValueThroughProfitOrLossButNoLongerSoDesignatedFirstApplicationOfIFRS9" xlink:label="loc_9" xlink:type="locator"/> <link:definitionArc order="10.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_8" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesAtFairValueMember" xlink:label="loc_10" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_10" xlink:type="arc"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_2" xlink:to="loc_7" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesCarryingAmountImmediatelyBeforeInitialApplicationOfIFRS9" xlink:label="loc_11" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_11" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesPreviouslyDesignatedAtFairValueThroughProfitOrLossReclassifiedVoluntarilyFirstApplicationOfIFRS9" xlink:label="loc_12" xlink:type="locator"/> <link:definitionArc order="20.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_9" xlink:to="loc_12" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesOutsideScopeOfIFRS7Member" xlink:label="loc_13" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_4" xlink:to="loc_13" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesMeasurementCategoryImmediatelyAfterInitialApplicationOfIFRS9" xlink:label="loc_14" xlink:type="locator"/> <link:definitionArc order="30.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_14" xlink:type="arc"/> <link:loc xlink:href="../../full_ifrs-cor_2019-03-27.xsd#ifrs-full_FinancialLiabilitiesCarryingAmountImmediatelyAfterInitialApplicationOfIFRS9" xlink:label="loc_15" xlink:type="locator"/> <link:definitionArc order="40.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_15" xlink:type="arc"/> <link:definitionArc order="50.0" xlink:arcrole="http://xbrl.org/int/dim/arcrole/domain-member" xlink:from="loc_7" xlink:to="loc_9" xlink:type="arc"/> </link:definitionLink> </link:linkbase>
158.673618
409
0.755701
45239ebce229e70e05efc214c6619a1150b2890d
356
xml
XML
library/src/main/res/values/colors.xml
cpacsystems/DigAssistLibrary
d915f354d3fa5995be2c39a9678a411fe45cf69a
[ "Apache-2.0" ]
null
null
null
library/src/main/res/values/colors.xml
cpacsystems/DigAssistLibrary
d915f354d3fa5995be2c39a9678a411fe45cf69a
[ "Apache-2.0" ]
null
null
null
library/src/main/res/values/colors.xml
cpacsystems/DigAssistLibrary
d915f354d3fa5995be2c39a9678a411fe45cf69a
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- The color white, equivalent to 0xffffffff --> <color name="auto">#8cc63f</color> <color name="white">#ffffffff</color> <color name="icon_color_white">#E6E6E6</color> <color name="icon_color_normal">#4E4F4F</color> <color name="icon_color_active">#EBD018</color> </resources>
32.363636
54
0.668539
93d028c52302fa55e29f7fa1eaabf922b62104b4
2,219
xml
XML
mainModule/src/main/resources/application-db-test.xml
roytrack/stockInfoClawer
dab8f4a2332cdf15b13d6f0d46a7cef0a2f47e18
[ "Apache-2.0" ]
2
2018-12-09T17:19:48.000Z
2018-12-10T00:59:53.000Z
mainModule/src/main/resources/application-db-test.xml
roytrack/stockInfoClawer
dab8f4a2332cdf15b13d6f0d46a7cef0a2f47e18
[ "Apache-2.0" ]
null
null
null
mainModule/src/main/resources/application-db-test.xml
roytrack/stockInfoClawer
dab8f4a2332cdf15b13d6f0d46a7cef0a2f47e18
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd "> <bean id="hikariConfig_system" class="com.zaxxer.hikari.HikariConfig"> <property name="connectionTestQuery" value="SELECT 1"/> <property name="dataSourceClassName" value="com.mysql.jdbc.jdbc2.optional.MysqlDataSource"/> <property name="maximumPoolSize" value="5"/> <property name="dataSourceProperties"> <props> <prop key="url"> <![CDATA[ ${datasource.url.clawer} ]]> </prop> <prop key="user">${datasource.username.clawer}</prop> <prop key="password">${datasource.password.clawer}</prop> <prop key="cachePrepStmts">true</prop> </props> </property> </bean> <bean id="dataSource_system" class="com.zaxxer.hikari.HikariDataSource" destroy-method="close"> <constructor-arg ref="hikariConfig_system"/> </bean> <bean id="sqlSessionFactory_system" class="org.mybatis.spring.SqlSessionFactoryBean"> <property name="dataSource" ref="dataSource_system"/> <property name="typeAliasesPackage" value="com.roytrack.model"/> <property name="mapperLocations" value="classpath*:com/roytrack/mapper/*.xml"/> </bean> <bean class="org.mybatis.spring.mapper.MapperScannerConfigurer"> <property name="sqlSessionFactoryBeanName" value="sqlSessionFactory_system"/> <property name="basePackage" value="com.roytrack..mapper"/> </bean> <!-- spring 事务管理器 --> <bean id="transactionManager_system" class="org.springframework.jdbc.datasource.DataSourceTransactionManager"> <property name="dataSource" ref="dataSource_system"></property> </bean> <tx:annotation-driven transaction-manager="transactionManager_system" proxy-target-class="true"/> </beans>
47.212766
111
0.678684
4d27bebe7ab5d9a0c3f96ed930e5f9134e0ce05d
2,295
xml
XML
apple/xcode/osx/Outline/config.xml
jyyi1/outline-client
8b7d6b53fba9916ada7b09ae432899bddeb6df86
[ "Apache-2.0" ]
1
2021-11-05T23:42:15.000Z
2021-11-05T23:42:15.000Z
apple/xcode/osx/Outline/config.xml
romelllo/outline-client
af5e79d071934024bf54c71a42a3e12a64861fc2
[ "Apache-2.0" ]
1
2021-09-23T22:12:29.000Z
2021-09-23T22:12:29.000Z
apple/xcode/osx/Outline/config.xml
romelllo/outline-client
af5e79d071934024bf54c71a42a3e12a64861fc2
[ "Apache-2.0" ]
null
null
null
<?xml version='1.0' encoding='utf-8'?> <widget android-versionCode="33" id="org.outline.android.client" version="1.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <feature name="LocalStorage"> <param name="osx-package" value="CDVLocalStorage" /> </feature> <feature name="Device"> <param name="ios-package" value="CDVDevice" /> </feature> <feature name="OutlinePlugin"> <param name="ios-package" value="OutlinePlugin" /> <param name="onload" value="true" /> </feature> <feature name="Clipboard"> <param name="ios-package" value="CDVClipboard" /> </feature> <name>Outline</name> <description> Internet without borders (powered by Shadowsocks) </description> <content src="index_cordova.html" /> <access origin="*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> <icon height="16" src="resources/icons/osx/icon-16.png" width="16" /> <icon height="32" src="resources/icons/osx/icon-32.png" width="32" /> <icon height="64" src="resources/icons/osx/icon-64.png" width="64" /> <icon height="128" src="resources/icons/osx/icon-128.png" width="128" /> <icon height="256" src="resources/icons/osx/icon-256.png" width="256" /> <icon height="512" src="resources/icons/osx/icon-512.png" width="512" /> <icon height="1024" src="resources/icons/osx/icon-1024.png" width="1024" /> <preference name="AllowInlineMediaPlayback" value="true" /> <preference name="AllowWebViewNavigation" value="false" /> <preference name="BackupWebStorage" value="cloud" /> <preference name="DisallowOverscroll" value="false" /> <preference name="EnableViewportScale" value="false" /> <preference name="KeyboardDisplayRequiresUserAction" value="true" /> <preference name="MediaPlaybackRequiresUserAction" value="false" /> <preference name="android-minSdkVersion" value="22" /> <preference name="android-targetSdkVersion" value="29" /> <preference name="AndroidLaunchMode" value="singleInstance" /> <preference name="ShowSplashScreenSpinner" value="false" /> <preference name="deployment-target" value="10.11" /> </widget>
52.159091
222
0.66841
b9d41cdc734381dabdf331a66d3748f073857c43
1,072
xml
XML
dataset/DOC/Annotations/00913.xml
chensonglu/Vehicle_License_Plate_Datasets
96a6c2c4a00cd1157452942e4005f40faa4bc4a4
[ "MIT" ]
3
2021-07-21T12:03:32.000Z
2022-03-09T02:55:27.000Z
dataset/DOC/Annotations/00913.xml
chensonglu/Vehicle_License_Plate_Datasets
96a6c2c4a00cd1157452942e4005f40faa4bc4a4
[ "MIT" ]
null
null
null
dataset/DOC/Annotations/00913.xml
chensonglu/Vehicle_License_Plate_Datasets
96a6c2c4a00cd1157452942e4005f40faa4bc4a4
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <annotation> <folder>Cars</folder> <filename>00913.jpg</filename> <source> <database>Cars car carplate</database> </source> <size> <width>640</width> <height>480</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>car</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>9</xmin> <ymin>51</ymin> <xmax>635</xmax> <ymax>414</ymax> </bndbox> </object> <object> <name>carplate</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>185</xmin> <ymin>288</ymin> <xmax>289</xmax> <ymax>330</ymax> <x_top_left>185</x_top_left> <y_top_left>298</y_top_left> <x_top_right>285</x_top_right> <y_top_right>288</y_top_right> <x_bottom_right>289</x_bottom_right> <y_bottom_right>321</y_bottom_right> <x_bottom_left>188</x_bottom_left> <y_bottom_left>330</y_bottom_left> </bndbox> </object> </annotation>
22.808511
41
0.637127
fe41f7aebf598c9c67786414e312e026cd4fd90e
699
xml
XML
app/src/main/assets/overlays/com.google.android.apps.nexuslauncher/type3-common/layout/all_apps_google_search_fallback.xml
aleoponcelet/substratum-quetzal-theme
aee61788c0e3407b0107df4feb4f45c82becad43
[ "Apache-2.0" ]
null
null
null
app/src/main/assets/overlays/com.google.android.apps.nexuslauncher/type3-common/layout/all_apps_google_search_fallback.xml
aleoponcelet/substratum-quetzal-theme
aee61788c0e3407b0107df4feb4f45c82becad43
[ "Apache-2.0" ]
null
null
null
app/src/main/assets/overlays/com.google.android.apps.nexuslauncher/type3-common/layout/all_apps_google_search_fallback.xml
aleoponcelet/substratum-quetzal-theme
aee61788c0e3407b0107df4feb4f45c82becad43
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <com.google.android.apps.nexuslauncher.qsb.FallbackAppsSearchView android:textSize="16.0sp" android:textColor="#ffdddddd" android:gravity="start|center" android:layout_gravity="bottom" android:background="@*android:color/transparent" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="48.0dip" android:layout_marginRight="48.0dip" android:maxLines="1" android:scrollHorizontally="true" android:singleLine="true" android:inputType="textCapWords|textNoSuggestions" android:imeOptions="actionSearch|flagNoExtractUi" xmlns:android="http://schemas.android.com/apk/res/android" />
174.75
595
0.818312
42c67eb894cb9d18643f963c609c19153ee94a23
6,506
kml
XML
public/map-sources/zip78253.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
null
null
null
public/map-sources/zip78253.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
4
2020-10-06T14:58:11.000Z
2021-05-11T04:14:34.000Z
public/map-sources/zip78253.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;78253&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;78253&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor=""&gt; &lt;th&gt;AFFGEOID10&lt;/th&gt; &lt;td&gt;8600000US78253&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;GEOID10&lt;/th&gt; &lt;td&gt;78253&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor=""&gt; &lt;th&gt;ALAND10&lt;/th&gt; &lt;td&gt;140696569&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;AWATER10&lt;/th&gt; &lt;td&gt;179481&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">78253</SimpleData> <SimpleData name="AFFGEOID10">8600000US78253</SimpleData> <SimpleData name="GEOID10">78253</SimpleData> <SimpleData name="ALAND10">140696569</SimpleData> <SimpleData name="AWATER10">179481</SimpleData> </SchemaData> </ExtendedData> <Polygon> <extrude>0</extrude> <tessellate>1</tessellate> <altitudeMode>clampToGround</altitudeMode> <outerBoundaryIs> <LinearRing> <coordinates>-98.886118,29.436274,0.0 -98.88641,29.431354,0.0 -98.868052,29.431201,0.0 -98.867897,29.43032,0.0 -98.865399,29.428185,0.0 -98.867037,29.423587,0.0 -98.865833,29.420895,0.0 -98.866064,29.421826,0.0 -98.860695,29.42192,0.0 -98.860803,29.427032,0.0 -98.859572,29.427607,0.0 -98.856612,29.4305,0.0 -98.856299,29.432039,0.0 -98.851425,29.433487,0.0 -98.848573,29.433958,0.0 -98.849291,29.431922,0.0 -98.848417,29.429077,0.0 -98.846715,29.427747,0.0 -98.843075,29.426648,0.0 -98.843048,29.424539,0.0 -98.839906,29.424058,0.0 -98.836682,29.42598,0.0 -98.835651,29.426071,0.0 -98.832972,29.428406,0.0 -98.829696,29.428911,0.0 -98.82812,29.430632,0.0 -98.821768,29.432876,0.0 -98.81274,29.431078,0.0 -98.812367,29.424026,0.0 -98.812306,29.418055,0.0 -98.809373,29.417597,0.0 -98.807828,29.418307,0.0 -98.806912,29.417734,0.0 -98.806781,29.415992,0.0 -98.804965,29.41314,0.0 -98.805002,29.429509,0.0 -98.797545,29.42764,0.0 -98.795211,29.426477,0.0 -98.791066,29.423435,0.0 -98.787587,29.421396,0.0 -98.785967,29.421173,0.0 -98.777845,29.421348,0.0 -98.762286,29.421454,0.0 -98.761333,29.421468,0.0 -98.760425,29.421598,0.0 -98.759679,29.421841,0.0 -98.75873,29.422362,0.0 -98.754383,29.425952,0.0 -98.751179,29.428514,0.0 -98.749147,29.42934,0.0 -98.737531,29.429619,0.0 -98.734249,29.430013,0.0 -98.715548,29.434625,0.0 -98.717213,29.434076,0.0 -98.717214,29.432684,0.0 -98.715187,29.432686,0.0 -98.714961,29.426936,0.0 -98.711129,29.42694,0.0 -98.711148,29.435559,0.0 -98.711176,29.442544,0.0 -98.714864,29.442233,0.0 -98.71753,29.440942,0.0 -98.715632,29.445276,0.0 -98.718113,29.447516,0.0 -98.711249,29.447932,0.0 -98.71134,29.463378,0.0 -98.710851,29.47281,0.0 -98.710988,29.475804,0.0 -98.710469,29.482793,0.0 -98.709782,29.484812,0.0 -98.704889,29.494102,0.0 -98.735299,29.505852,0.0 -98.735624,29.505977,0.0 -98.737908,29.506855,0.0 -98.741823,29.50841,0.0 -98.762357,29.516486,0.0 -98.765143,29.514549,0.0 -98.766762,29.511449,0.0 -98.76848,29.509887,0.0 -98.771344,29.50977,0.0 -98.793048,29.518778,0.0 -98.798055,29.521909,0.0 -98.799755,29.522587,0.0 -98.801902,29.522699,0.0 -98.803393,29.526018,0.0 -98.805603,29.528496,0.0 -98.805578,29.522711,0.0 -98.812434,29.522698,0.0 -98.815101,29.521577,0.0 -98.81664,29.5192,0.0 -98.819289,29.518183,0.0 -98.827649,29.516016,0.0 -98.830516,29.515949,0.0 -98.832597,29.514967,0.0 -98.833377,29.513988,0.0 -98.833861,29.511869,0.0 -98.835332,29.510708,0.0 -98.833885,29.508942,0.0 -98.833419,29.506434,0.0 -98.832683,29.505614,0.0 -98.832947,29.504591,0.0 -98.836972,29.504232,0.0 -98.837098,29.502972,0.0 -98.835746,29.502164,0.0 -98.837336,29.501173,0.0 -98.839084,29.501374,0.0 -98.839896,29.500733,0.0 -98.840461,29.498346,0.0 -98.842304,29.497635,0.0 -98.842797,29.496782,0.0 -98.845153,29.497239,0.0 -98.84707,29.495687,0.0 -98.848283,29.493354,0.0 -98.84898,29.489612,0.0 -98.851444,29.486217,0.0 -98.852143,29.485783,0.0 -98.85236,29.479037,0.0 -98.853157,29.478347,0.0 -98.857867,29.478339,0.0 -98.858544,29.47777,0.0 -98.858557,29.473328,0.0 -98.859452,29.472419,0.0 -98.869747,29.472408,0.0 -98.872325,29.47161,0.0 -98.879203,29.466822,0.0 -98.877133,29.461581,0.0 -98.877056,29.460542,0.0 -98.878858,29.454356,0.0 -98.879943,29.448985,0.0 -98.883782,29.440004,0.0 -98.886118,29.436274,0.0</coordinates> </LinearRing> </outerBoundaryIs> </Polygon> </Placemark> </Document> </kml>
72.288889
3,286
0.674608
f70e21f53e793998b0ee386465397b0e07005cbf
34,459
xml
XML
A96131.xml
textcreationpartnership/A96131
2c1a1372522cc6173e398f04325de19b7db7e221
[ "CC0-1.0" ]
null
null
null
A96131.xml
textcreationpartnership/A96131
2c1a1372522cc6173e398f04325de19b7db7e221
[ "CC0-1.0" ]
null
null
null
A96131.xml
textcreationpartnership/A96131
2c1a1372522cc6173e398f04325de19b7db7e221
[ "CC0-1.0" ]
null
null
null
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>A preparative for the fast, or, a sovereigne balsome for the cure of the distempers of the times.</title> <author>Weall, Job, 17th cent.</author> </titleStmt> <editionStmt> <edition> <date>1642</date> </edition> </editionStmt> <extent>Approx. 24 KB of XML-encoded text transcribed from 10 1-bit group-IV TIFF page images.</extent> <publicationStmt> <publisher>Text Creation Partnership,</publisher> <pubPlace>Ann Arbor, MI ; Oxford (UK) :</pubPlace> <date when="2012-10">2012-10 (EEBO-TCP Phase 2).</date> <idno type="DLPS">A96131</idno> <idno type="STC">Wing W1186</idno> <idno type="STC">Thomason E133_8</idno> <idno type="STC">ESTC R23066</idno> <idno type="EEBO-CITATION">99871904</idno> <idno type="PROQUEST">99871904</idno> <idno type="VID">156389</idno> <availability> <p>To the extent possible under law, the Text Creation Partnership has waived all copyright and related or neighboring rights to this keyboarded and encoded edition of the work described above, according to the terms of the CC0 1.0 Public Domain Dedication (http://creativecommons.org/publicdomain/zero/1.0/). This waiver does not extend to any page images or other supplementary files associated with this work, which may be protected by copyright or other license restrictions. Please go to https://www.textcreationpartnership.org/ for more information about the project.</p> </availability> </publicationStmt> <seriesStmt> <title>Early English books online.</title> </seriesStmt> <notesStmt> <note>(EEBO-TCP ; phase 2, no. A96131)</note> <note>Transcribed from: (Early English Books Online ; image set 156389)</note> <note>Images scanned from microfilm: (Thomason Tracts ; 24:E133[8])</note> </notesStmt> <sourceDesc> <biblFull> <titleStmt> <title>A preparative for the fast, or, a sovereigne balsome for the cure of the distempers of the times.</title> <author>Weall, Job, 17th cent.</author> </titleStmt> <extent>[2], 16, [2] p. </extent> <publicationStmt> <publisher>Printed by A. N. for Richard Lownds, at his shop adjoyning to Ludgate,</publisher> <pubPlace>London :</pubPlace> <date>1642.</date> </publicationStmt> <notesStmt> <note>Annotation on Thomason copy: "By Job Weall apothecary".</note> <note>Signed: I. W. [i.e. Job Weall].</note> <note>Reproduction of the original in the British 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,368 texts created during Phase 1 of the project (2000-2009), initially available only to institutions that contributed to their creation, were released into the public domain on 1 January 2015. The approximately 40,000 texts produced during Phase 2 (2009- ), of which 34,963 had been released as of 2020, originally similarly restricted, were similarly freed from all restrictions on 1 August 2020. As of that date anyone is free to take and use these texts for any purpose (modify them, annotate them, distribute them, etc.). But we do respectfully request that due credit and attribution be 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>Church and state -- England -- Early works to 1800.</term> </keywords> </textClass> </profileDesc> <revisionDesc> <change> <date>2012-02</date> <label>TCP</label>Assigned for keying and markup</change> <change> <date>2012-02</date> <label>SPi Global</label>Keyed and coded from ProQuest page images</change> <change> <date>2012-04</date> <label>Mona Logarbo</label>Sampled and proofread</change> <change> <date>2012-04</date> <label>Mona Logarbo</label>Text and markup reviewed and edited</change> <change> <date>2012-05</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:156389:1" rendition="simple:additions"/> <p>A PREPARATIVE FOR THE FAST, OR, A ſovereigne Balſome for the cure of the diſtempers of the times.</p> <p> <add>by Job Weall apothecary</add> </p> <p>LONDON, Printed by <hi>A. N.</hi> for <hi>Richard Lownds,</hi> at his ſhop adjoyning to <hi>Ludgate,</hi> 1642.</p> </div> </front> <body> <div type="religious_tract"> <pb facs="tcp:156389:2"/> <pb n="1" facs="tcp:156389:2"/> <head>A PREPARATIVE FOR the Faſt, &amp;c.</head> <p> <seg rend="decorInit">W</seg>Ho that is embarked in the Common Veſſell, intere<g ref="char:EOLhyphen"/>ſted and engaged by the Laws both of Nature and Religion; to mayntain the Truth and Peace of the Church and State, will not at this time of their appa<g ref="char:EOLhyphen"/>rent diſtreſſe, lend his hel<g ref="char:EOLhyphen"/>ping hand, and give his beſt aſsiſtance (as farre as lawfully he may) to any probable way, to cloſe up thoſe fatal wounds that have bin made therin?</p> <p>To that end (according to my meane ability) I <pb n="2" facs="tcp:156389:3"/>have, yet once againe, adventured to caſt in my Mite, and to preſent a Sovereigne and infallible Balme to heale all our Solutions of Unitie what<g ref="char:EOLhyphen"/>ſoever.</p> <p>Much good may come by making uſe thereof, and no ſmall danger by the neglect therof. If you ſhall finde it conſonant to Gods Truth, beware how you contemne and defer the uſe of it. How<g ref="char:EOLhyphen"/>ever it be accepted, it ſhall comfort mee that I diſcharged my Duty, Conſcience, and true affection, to the beſt of my underſtanding, for the peace and welfare of the Church and State, (though to my owne prejudice.) But to my pur<g ref="char:EOLhyphen"/>poſe.</p> <p>The moſt ſacred Word of God, and the Laws and Ordinances of Man grounded thereon, are thoſe Oracles which afford Theorems and Aphoriſmes, aſwell for the knowledge of our preſent condition, as alſo for the true indication and perfect cure of the ſame, and which will one day be the Judge of us and all the World.</p> <p>The Diſeaſe whereof the Church and State in generall labour at this preſent time, is a <hi>Solutio Continuitatis,</hi> a ſolution of Unity. This (in Phy<g ref="char:EOLhyphen"/>ſick) is that <hi>Morbus communis,</hi> or preternaturall af<g ref="char:EOLhyphen"/>fect, which alike incommodates the functions of either part, and is variouſly procured by (and I pray God wee ſee it not accompanied with) Wounds, Ulcers, Fractures and Luxations.</p> <p>The Primary and Antecedent cauſe of all theſe Diſunions and Disjunctions, are moſt certainly <pb n="3" facs="tcp:156389:3"/>our moſt heinous ſins, whereby wee have juſtly provoked the Almightie to wrath and indignation againſt us.</p> <p>The Secondary, Inſtrumentall, and Conjunct cauſes, are the Malicious and Seditious practices of the Jeſuited Papiſts, and the Schiſmaticall, fa<g ref="char:EOLhyphen"/>ctious, and ſiniſter endevours alſo, of others, and their adherents likewiſe; both of them being made the Hereticall inſtruments of the Devill, unnatu<g ref="char:EOLhyphen"/>ally to Divide and Rent, the Head from the Bo<g ref="char:EOLhyphen"/>dy, or the Body from the Head, that he might the better rule and prevaile againſt both, and the Truth, Peace, and Proſperity of our Church and Common-weal.</p> <p>I am not ignorant that many good Patriots and <hi>nehemiahs,</hi> true Friends to the Church and State, are ſcandalouſly branded with thoſe names, but I feare that ſome ſeeme to be when they are not, and it is one thing to be falſly called ſo, and another thing to bee ſo really indeed: For ſuch certainly there are, whom God in his good time will make manifeſt, who unlawfully goe about to ſever them whom God hath joyned together, to divide and rent the Truth and Peace of the Church and State. Theſe indeed (according to Saint <hi>Paul</hi> in the <hi>Galathians</hi>) trouble, and intend to pervert the Goſpel: But (ſaith he) though that an Angell from Heaven preach unto you other<g ref="char:EOLhyphen"/>wiſe then the Truth, Let him be accurſed.</p> <p>The ſignes of this Diſeaſe have been ſufficient<g ref="char:EOLhyphen"/>ly made knowne, and they are apparent in their <pb n="4" facs="tcp:156389:4"/>effects, theſe gaping wounds, both in Church and State, pitties their beholders and friends to ſee them. The Prognoſticks are of great danger, and threaten the ſubverſion and diſſolution of the whole Bodie, and this may juſtly be feared, if the complication of this Diſeaſe bee well weighed with the manifold and malignant Symptomes wherewith the Body languiſhed before; this tends to the very expiration of the animall and vitall ſpirits the life it ſelfe; And that which makes the Omen worſe, is, that Inſtruments for Cure are not only neglected, but deſpiſed.</p> <p>This treble cord of Unitie, to which our Ship was faſtned in thoſe ſtormes, is cracked, and ſhip<g ref="char:EOLhyphen"/>wrack feared; Our partition Wall is broken downe, or at leaſtwiſe uncaemented, and readie to fall, whereby we are expoſed aſwell to Forraigne as inteſtine miſchiefes. This divide and ſcatter, if it be not prevented, will be no ſmall curſe to <hi>Jacob</hi> and <hi>Iſrael:</hi> and our Saviour (if we will be<g ref="char:EOLhyphen"/>lieve him) tels us, that the iſſue of a Kingdome divided againſt it ſelfe will be deſtruction.</p> <p>The Remedies as they ought to be contrary to the effects, ſo they muſt have reſpect to the cau<g ref="char:EOLhyphen"/>ſes, for till they be removed the effects will not ceaſe.</p> <p>That irritating and primarie cauſe that hath made a Separation betweene our good God and us, are our ſinnes, theſe are thoſe noyſome and in<g ref="char:EOLhyphen"/>fectious vapours that have aſcended up, and by their interpoſition and Eclipſe of Gods gracious <pb n="5" facs="tcp:156389:4"/>goodneſſe, have produced malignant and peſtife<g ref="char:EOLhyphen"/>rous influences on us.</p> <p>To you that are ſo much diſtempered at this time, give me leave before I come to propound you a cure, to adviſe with you firſt, that you may be the more willing to embrace and under<g ref="char:EOLhyphen"/>goe it; To which purpoſe let me entreat you dili<g ref="char:EOLhyphen"/>gently and conſideratly to reade over and medi<g ref="char:EOLhyphen"/>tate on the ſecond Chapter of the firſt Epiſtle to St. <hi>Peter,</hi> if you be religiouſly inclined, which I heare you much profeſſe, it will make you the bet<g ref="char:EOLhyphen"/>ter liſten to what I ſhall afterwards ſay unto you for the ſame end. In the next place I would ad<g ref="char:EOLhyphen"/>viſe you to reſolve to be contented to referre your ſelves to your Prudent Phyſicians, Whom God hath made as happy inſtruments of his mercy for your recoverie; and let me entreat you to be per<g ref="char:EOLhyphen"/>ſwaded by thoſe that are, and alwayes have been, your true friends, and have loved, and deſired your wel-fare as their owne: Bee confident that they know your diſeaſe, and ſeverall diſtempers, and the ſeverall cauſes of them, and have provi<g ref="char:EOLhyphen"/>ded (to their great charge and pains) fit Reme<g ref="char:EOLhyphen"/>dies for you, if you will be patient, and conforme to their directions, without which all their skill, care and coſt, will be of no availe to you: Your Diſeaſe for want thereof hath growne more diffi<g ref="char:EOLhyphen"/>cult of Cure, and hath contracted to it other deſ<g ref="char:EOLhyphen"/>perate diſeaſes, and is now become of ſuch a phre<g ref="char:EOLhyphen"/>neticall diſpoſition, that it tranſports you beyond your ſelfe, and hath depraved, and corrupted <pb n="6" facs="tcp:156389:5"/>your judgement, And your diſtracted feares and Phantaſmes make cauſleſſe jealouſies in you, even of your beſt friends, and make you ſome<g ref="char:EOLhyphen"/>times to offend them that moſt commiſerate and endevour to heale you.</p> <p>Your actions now will not endure the touch<g ref="char:EOLhyphen"/>ſtone of Common ſence and Reaſon, nor the law of the Land, nor the Ballance of the Sanctu<g ref="char:EOLhyphen"/>ary, wherein you deſire to be weighed; inſomuch that unleſſe a ſpeedy remedy be applied, you are like to deſtroy your ſelfe and all yours, and it may be everlaſtingly too. Therefore while you doe enjoy at ſometimes a little better underſtanding, let the light of common reaſon prevaile with you. If the benefits of recovery will not invite you to incline to a cure, yet let the terrors and torment of thy diſeaſes, and Death allure thee, and the con<g ref="char:EOLhyphen"/>ſideration of thy Parents and friends, or thy wife, children, eſtate, and all that is thine or theirs: Be<g ref="char:EOLhyphen"/>ſides, remember that thy life is not thine owne to diſpoſe of, thou muſt know that it is but lent thee for the ſervice of thy Creator, thou ſhalt aſwell anſwer for the neglect of that due meanes God hath appointed thee for thy recoverie, As for laying of violent hands upon thy ſelfe or any o<g ref="char:EOLhyphen"/>ther, both of them being Murther in the ſight of God. So likewiſe if the bleſſings and Commo<g ref="char:EOLhyphen"/>dities of Unitie and Order will not prevaile with thee, Let the diſcommodities and terrours of Diſ<g ref="char:EOLhyphen"/>cord and diſorder affright thee to it. Suppoſe thy ſelfe and all thou haſt, or canſt call deare and <pb n="7" facs="tcp:156389:5"/>pretious to thee, either for the preſent or the fu<g ref="char:EOLhyphen"/>ture, were embarked only in one Veſſell, and it in a great ſtorme, amongſt rocks, quickſands, and Pyrats, and your only Cable that holds and pre<g ref="char:EOLhyphen"/>ſerves you from ruine were almoſt crackt in ſun<g ref="char:EOLhyphen"/>der, Wouldſt thou be ſo farre from lending thy hand to mend it, that thou wouldeſt cut and breake it more. Certainly no man in the ſame Ship that underſtands himſelfs, but will account thee a mad man for ſo doing, and hinder thee from doing it. Againe, if there were but one Bul<g ref="char:EOLhyphen"/>warke or partion-wall that keepes us from our bloudy enemies, and the cruelties of our adver<g ref="char:EOLhyphen"/>ſaries, wouldſt thou be one of them that ſhould pull it downe; Thinke upon the hydeous roaring of Cannons, the tormenting murders, bloudy Maſſacres, and lamentable cryes of thy Parents, Wife, Children or Friends, and loſſe of all, it may be of thine owne ſoule and theirs likewiſe. Againe, conſider of thoſe bounds and Fences which keepe in the violence of the Fire, and the rage of the Waters, which within their due bounds are uſefull and profitable for thee, wilt thou be ſo ſenceleſſe to pull the fire out of the Chimney into the middle of thy houſe, where Gun powder and other combuſtible matter is? Wilt thou breake downe thoſe bankes, and let the Ocean in to make a perpetuall deluge and inunda<g ref="char:EOLhyphen"/>tion of all? Or let me demand of thee if thou haſt ſo much judgement to diſcerne it, whether in thy warfare thou wouldſt not obſerve military diſci<g ref="char:EOLhyphen"/>pline? <pb n="8" facs="tcp:156389:6"/>Wouldſt thou bee one of them that ſhouldſt endeavour to breake thoſe rankes and formes thy Generall and Commanders order thee to fight in, and thereby to let the enemy make an inrode upon thy route, and diſorder, and ſo bring thee to confuſion? and you muſt know this may happen, by ſo ſmall a matter, as the loſſe of one naile of an horſe ſhooe, inan Army, and therefore how behoveful is it for thy Comman<g ref="char:EOLhyphen"/>ders, and thee alſo, to take care, and prevent all diſorder whatſoever in the leaſt appearance. Wherefore now as it ſtands thus deſperate, you are to be the more patient and willing to ſubmit your ſelfe to your Phyſitians care and fidelity. Be confident that they will doe nothing but for thy good, for they and theirs are likewiſe interreſſed therein. Thou muſt be contented to have thy ul<g ref="char:EOLhyphen"/>cers and putulent wounds clenſed before they are bound up, and Fractures and Diſlocations are not ſo eaſily united and reduced to the ſervice of the body without ſome dolour; Peradventure ſome of thy wounds are gangrened, and have contracted ſo much virulencie, that there muſt bee amputati<g ref="char:EOLhyphen"/>on and diſmembring of that joynt; But bee well aſſured that thy Phyſitians will not order it ſo to be, unleſſe they find abſolute neceſsitie, and then thou wilt find it better to part with a limme, then loſe thy life. Peradventure they may ſee cauſe to make ſome evacuation of thy redundant and pec<g ref="char:EOLhyphen"/>cant humours which hinder thy wounds from healing, and are apt to bring thee into other di<g ref="char:EOLhyphen"/>ſtempers. <pb n="9" facs="tcp:156389:6"/>When they ſee it fitting; they will give thee Cordials to comfort thee, and to give thee reſt for thy unſetled and diſtempered ſpirits, if they finde it to conduce to thy good. By this time I hope you are reſolved to be patient, and therefore now I will apply my ſelfe to the Remedies.</p> <p>Let this Principle be granted (which indeed is not to be denied) that all afflictions come from God, and all injuries whatſoever doe befall us, by the Providence of the Almighty, and then we may preſently draw theſe Concluſions; That the inſtru<g ref="char:EOLhyphen"/>ment muſt doe that which the Almighty will have it to doe, And that it can goe no farther then hee pleaſeth to order it, and therefore we muſt firſt ap<g ref="char:EOLhyphen"/>ply our ſelves to him to remove it from whom it commeth.</p> <p>The Diſeaſe indicates a neceſſity of a ſpeedy Vnition and Reconciliation to be made with the Almighty (whom wee have offended and provoked to wrath) in and by the Mediation and interceſſion of our Lord and Saviour Jeſus Chriſt. Speedy I ſay, becauſe that a little delay may bring a great deale of danger, few dayes neglect in this caſe may hazard thy life, And if this Remedy prevaile not ſen<g ref="char:EOLhyphen"/>tence of Death may paſſe upon you ſooner then you are aware. Procraſtination in wounds and other diſeaſes often makes them incurable. Continuance in ſin is not the way to make ſatisfaction to God, Confeſſion, and Contrition begets remiſſion, when obſtinacie heapes on further puniſhment. Do'ſt thou think to eſcape Gods hand by murmuring <pb n="10" facs="tcp:156389:7"/>againſt him? Be well aſſured, if the ſword of Ju<g ref="char:EOLhyphen"/>ſtice prevailes not, it may be the Plague or Famine ſhall, or ſome ſevere judgement. Thou ſhalt get nothing by thy impatience; for thou art not able to reſiſt the Almighty, and if he takes the rod into his hand againe, hee will make thee feele it to the purpoſe. Let me rather adviſe thee to ſubmit to the mercy of ſo gracious and loving a Father; and not to ſtand to the terror and anger of the Almighty. That wee may meet God in the way of his Judge<g ref="char:EOLhyphen"/>ments by Prayers and true Repentance, that ſweet Incenſe which will correct and diſſipate thoſe ma<g ref="char:EOLhyphen"/>levolent aſpects. It hath beene heartily prayed for, and endeavoured, that there might bee a generall monthly day of Humiliation, for the bleſſing of the Parliament with Vnanimous proceedings, for the ſetling of Religion in Truth &amp; Peace, for the com<g ref="char:EOLhyphen"/>poſing of diſtractions at Home, and for the diſtreſſes and ſeaſonable reliefe of our Brethren in <hi>Ireland,</hi> for averſion of thoſe impendent judgements over our heads. Not forgetting to give thanks to the Lord, for thoſe manifold Mercies we have received, and for all good meanes conducing to our reliefe.</p> <p>That theſe dayes may take the better ſucceſſe and effect, As a praeparatory thereunto, it may prove uſefull and beneficiall, if ſome grave Ortho<g ref="char:EOLhyphen"/>dox Divines, and Chriſtians, wel ſetled and affected to the Truth, and Peace of the Church and State, did meet and conſider of thoſe chief and provoking Sinnes of this Kingdome, which are thoſe efficient and impulſive cauſes of our diſunions and diſtieſſes at this time.</p> <pb n="11" facs="tcp:156389:7"/> <p> There are queſtionleſſe generall ſinnes of Nati<g ref="char:EOLhyphen"/>ons as well as of particular perſons, whereby God is provoked to wrath.</p> <p>There may be ſinnes of Superiours, as well as ſinnes of Interiours, there may be ſinnes in the Court, and ſinnes in the Parliament. Sinnes of Vniverſities, and ſinnes of thoſe ſtreames that flow from thence, ſinnes of the Citie, and ſinnes of the Country, ſinnes of the Clergie, and (which is to be lamented) ſcandalous, ſeditious, and Schiſmaticall ſinnes of Profeſſours, and ſuch as take themſelves to be (and peradventure ſome of them are) of Gods owne <hi>Iſael</hi> and choſen people, wherewith God is, and will be much incenſed and offended.</p> <p>When theſe are well diſcovered (and notice alſo given by Advice of Authority) that true Repen<g ref="char:EOLhyphen"/>tance may be faithfully and reſpectively preached, and Reformation in generall and particular endea<g ref="char:EOLhyphen"/>voured, otherwiſe the cure will be but Palliative, and Maſter left for Recidivation. Humiliation without Reformation is but Hypocriſie, which will end in Apoſtacie. There muſt be true and plaine dealing with the Almighty, hee ſeeth and knowes every mans heart and wayes, and ponders all our doings.</p> <p>It is not any particular blaming one another wil excuſe us to him, not the Cities crying out on the Country, or Country on the Citie, or the like. Eve<g ref="char:EOLhyphen"/>ry one muſt put his hand to this genreall work; every one that hath had but one hand in breaking downe our Partition wall, muſt lend both hands to <pb n="12" facs="tcp:156389:8"/>build it up againe: But thoſe that have lent both their hands to pull it downe, and more then their owne hands too, as well in the Primary as in the in<g ref="char:EOLhyphen"/>ſtrumentall cauſe, had need to give more then ordi<g ref="char:EOLhyphen"/>nary diligence to the ſpeedy rebuilding thereof a<g ref="char:EOLhyphen"/>gaine. And whoſoever that is not willing to put his helping hand hereunto, let him partake of thoſe miſeries which his owne hands have wrought.</p> <p>It agrees not with my diſpoſition to grate and ſtir in thoſe wounds, they have already by ſome bin laid open, and may indue time be more largely diſ<g ref="char:EOLhyphen"/>covered by others, to whom it properly belongs. I ſhall rather lend my hand to cloſe them up, to which end till better Remedies are found out, I ſhall make bold to recommend and Preſent a moſt ſoveraigne and pretious Balme for all Solutions of Vnity whatſoever. It is compoſed of many ſeverall Ingredients of admirable vertue. It is Saint <hi>Pauls Balſamum Charitatis.</hi> It is his <hi>Sine quibus eſſe nole.</hi> You ſhall finde the Receipt in the firſt of <hi>Corinthi<g ref="char:EOLhyphen"/>ans</hi> the 13 Chapter: where alſo you may ready the Deſcription of the ſeverall Vertues and Operations thereof. Charity (ſaith he) ſuffers long, and is kind, Charity envies not, Charity vaunts not it ſelfe, Is not puffed up, doth not behave it ſelfe unſeemly, ſeekes not her owne; is not eaſily provoked, thinks no evill, Rejoyceth not in iniquity, but rejoyceth in the Truth: Beareth all things, Beleeveth all things, hopeth all things, eudureth all things.</p> <p>The farther excellency and neceſſity thereof, is expreſſed in the ſaid Chapter. Though I ſpeake <pb n="13" facs="tcp:156389:8"/>with the tongues of men and of Angels (ſaith he) and have not Charity, I am become as ſounding braſſe, or a tinckling Cymball, and though I have the gift of Prophecic, and anderſtand all miſteries and all knowledge, and though I have all faith, ſo that I could remove Mountaines, and have no Charity, I am nothing. And though I beſtow all my goods to feed the poore, &amp; though I give my Body to be bur<g ref="char:EOLhyphen"/>ned, and have not Charity, it profiteth me nothing.</p> <p>Charity never faileth, but whether there be Pro<g ref="char:EOLhyphen"/>phecies ſhall faile, whether there be tongues they ſhall ceaſe, whether there be Knowledge it ſhal vaniſh away. And now abideth Faith, Hope, and Charity, theſe three, but the greateſt of theſe is Charity. This Compoſition includes the Prophet <hi>Micahs Tripharmacum, viz.</hi> To doe juſtly, to love Mercy, and to walk humbly with thy God. And what doth the Lord require more of thee O Man, ſaith the Prophet.</p> <p>This is that <hi>Balſamum Sympatheticum,</hi> the true <hi>Pa<g ref="char:EOLhyphen"/>nacca</hi> that will heale all our rents and diviſions, and it doth not only cure for the preſent, but preſerves for the future, weare it as a <hi>Prophyactick</hi> about thee, and goe notwithout it. Hee that rejects it, put a mark upon him, and according to <hi>Solomons</hi> advice in the 24 <hi>Pro.</hi> Meddle not with him, for hee feares not God and the King, and is given to ſedition. Avoid ſuch an one as thou wouldſt doe a Viper, a Crocodile, a Baſilisk, or one that is infected with the Plague.</p> <p>Our wounds being bound up with this Balme, <pb n="14" facs="tcp:156389:9"/>(it hath been likewiſe humbly ſought, and prayed for) that Religion may bee ſetled both in Doctrine and Diſcipline with all due and conve<g ref="char:EOLhyphen"/>nient ſpeed, and all Proteſtants, eſpecially Mini<g ref="char:EOLhyphen"/>ſters, united therein by Proteſtation, and ſatisfa<g ref="char:EOLhyphen"/>ctory explanations and reaſons publiſhed thereof.</p> <p>That the Converſion of all Papiſts and other Hereticall and Schiſmaticall Subjects in the King<g ref="char:EOLhyphen"/>dome, who have erred and gone aſtray from the Truth, may in all charitable and Chriſtian man<g ref="char:EOLhyphen"/>ner be endevoured with to be reduced home to the Church; ſhewing them the neceſsity of our Separation from them, or rathers as it is indeed their Apoſtacie from the true Church with which we partake, the danger of the condition they are in, the benefit of embracing theſe, and the like gracious invitations, extending to the good of their ſoules, bodies, and eſtates. Thus many of them, who certainly belong unto God, may be brought home to him, and made uſefull and ſer<g ref="char:EOLhyphen"/>viceable, the reſt left inexcuſable to God, the World, and their own conſciences.</p> <p>That juſtice and judgment may be executed on ſuch as have received ſuch putrifaction, that by their virulencie they infect and indanger others.</p> <p>That the ſeverall languiſhing, oppreſſed, whoſe cryes have entred the eares of the Lord (ſome of whom for ſeverall yeares have received al<g ref="char:EOLhyphen"/>moſt <pb n="15" facs="tcp:156389:9"/>deadly wounds for the mayatenance of the publike good) may in good time be relieved and redreſſed.</p> <p>That the well deſerving may be incourage, Virtue advanced, and Vice depreſſed.</p> <p>Thus God will be pacified, and wee united and reconciled to him, and amongſt our ſelves. Thus all thoſe incoveniences and Miſchiefs which we feare, by Gods bleſsing on the unanimous endea<g ref="char:EOLhyphen"/>vours of the Parliament, may turne to our great bleſsing and commoditie.</p> <p>Thus our Ship will arrive ſafely at her deſired Port.</p> <p>Thus our treble Cord, and Partition Wall, will be made ſtronger then ever.</p> <p>Thus thoſe bloudy, fiery and malignant Con<g ref="char:EOLhyphen"/>figurations (which hang over our heads) will be ſpeedily terminated, and their revolutions pre<g ref="char:EOLhyphen"/>vented for the future, and wee ſhall receive more benigne and favourable influences and aſpects from above, then ever wee had before.</p> <p>Thus wee ſhall begin a new World, or at leaſt<g ref="char:EOLhyphen"/>wiſe make a happy Concluſion of an old, Where<g ref="char:EOLhyphen"/>in God will give us one heart, and one Way (as <pb n="16" facs="tcp:156389:10"/>it is in <hi>Jeremiah</hi>) that wee may feare him for ever, for the good of us and our Children after us.</p> <p>God I ſay will doe it, for He and He only is a<g ref="char:EOLhyphen"/>ble to unite and heale all our Solutions, and there<g ref="char:EOLhyphen"/>fore, <hi>Not unto us Lord, not unto us, but unto thy name be given the Glory and Prayſe, now and for evermore.</hi> Amen.</p> <closer> <signed>I. W.</signed> </closer> </div> </body> <back> <div xml:lang="lat" type="imprimatur"> <pb facs="tcp:156389:10"/> <p>PErlegi Tractatum hunc ingenioſum, in quo nihil inveniri poteſt, quod non ſit pium, religioſum, bonismoribus, legibuſ<g ref="char:EOLhyphen"/>que ſanis maxime conſentaneum: ceſſent ita<g ref="char:EOLhyphen"/>què virulentae malevolorum linguae hoc (ut optima imò quidem omnia ſolent) carpere opuſculum, acerbitatis ſuae virus in Autho<g ref="char:EOLhyphen"/>rem candidum evomere erubeſcant; &amp; dum moroſos &amp; imprudentes noſtri hujus ſaeculi homunciones (quorum inſipidis palatis nihil niſi proprii cerebelli figmenta ſapit) ad re<g ref="char:EOLhyphen"/>ctam rationis legumque normam reducere conatur, ab omnibus (quibus curae eſt pax &amp; ſerena Eccleſiae heu nimis nunc tempo<g ref="char:EOLhyphen"/>ris dilaceratae tranquillitas) laudem, uti benè meretur, conſequartur.</p> </div> </back> </text> </TEI>
179.473958
1,693
0.728982
72199a3773bd1d6d4039d8653f786205381ded39
1,454
csproj
XML
LegacyEmailService/LegacyEmailService.csproj
DannyBoyNg/LegacyEmailService
aefa3f34dd178efa808abb2d380c04167d18a788
[ "MIT" ]
null
null
null
LegacyEmailService/LegacyEmailService.csproj
DannyBoyNg/LegacyEmailService
aefa3f34dd178efa808abb2d380c04167d18a788
[ "MIT" ]
null
null
null
LegacyEmailService/LegacyEmailService.csproj
DannyBoyNg/LegacyEmailService
aefa3f34dd178efa808abb2d380c04167d18a788
[ "MIT" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks> <LangVersion>9.0</LangVersion> <RootNamespace>Ng.Services</RootNamespace> <GeneratePackageOnBuild>true</GeneratePackageOnBuild> <PackageId>Ng.LegacyEmailService</PackageId> <Authors>DannyBoyNg</Authors> <Description>A simple service to send emails. This is a wrapper for the deprecated/obsolete System.Net.Mail.SmptClient. This package is meant to help support legacy systems/environments. For new development please use MailKit or other third party packages.</Description> <PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageProjectUrl>https://github.com/DannyBoyNg/LegacyEmailService</PackageProjectUrl> <RepositoryUrl>https://github.com/DannyBoyNg/LegacyEmailService.git</RepositoryUrl> <RepositoryType>git</RepositoryType> <PackageTags>send email sendemail legacy easy mail client</PackageTags> <PackageIcon>logo.png</PackageIcon> <nullable>enable</nullable> <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> <EnableNETAnalyzers>true</EnableNETAnalyzers> <Version>1.0.1</Version> </PropertyGroup> <ItemGroup> <None Include="logo.png"> <Pack>True</Pack> <PackagePath></PackagePath> </None> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" /> </ItemGroup> </Project>
41.542857
274
0.755846
9c0f332ba9314f1a0878a3844f278d6bca531f3c
1,831
xml
XML
app/src/main/res/layout/activity_register.xml
andre-pelisoli/ormlite-example
2f23e8767d06c9514881b7ef829626a111e1c804
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_register.xml
andre-pelisoli/ormlite-example
2f23e8767d06c9514881b7ef829626a111e1c804
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_register.xml
andre-pelisoli/ormlite-example
2f23e8767d06c9514881b7ef829626a111e1c804
[ "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:id="@+id/relativeLayout"> <!--<include--> <!--android:id="@+id/tool_bar"--> <!--layout="@layout/toolbar">--> <!--</include>--> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Document number" android:id="@+id/txtDoc" /> <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/edtDoc" android:layout_below="@+id/txtDoc"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Name" android:id="@+id/txtName" android:layout_below="@+id/edtDoc"/> <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/edtName" android:layout_below="@+id/txtName"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Cidade" android:id="@+id/txtCity" android:layout_below="@+id/edtName"/> <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/edtCity" android:layout_below="@+id/txtCity"/> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Save" android:id="@+id/btnSave" android:layout_below="@+id/edtCity" android:layout_centerHorizontal="true"/> </RelativeLayout>
31.568966
74
0.616603
0aebde5492c553309725a4bd4bafe18bfd941e19
12,198
xml
XML
input/vocabulary/valueset-dexamethasone-exclude.xml
HL7/PDDI-CDS
d54afda52ea00c921134546dd4106a796288c7a9
[ "CC0-1.0" ]
3
2018-03-21T16:54:21.000Z
2019-10-24T12:04:20.000Z
input/vocabulary/valueset-dexamethasone-exclude.xml
HL7/PDDI-CDS
d54afda52ea00c921134546dd4106a796288c7a9
[ "CC0-1.0" ]
7
2018-04-11T22:14:15.000Z
2021-06-24T16:05:12.000Z
input/vocabulary/valueset-dexamethasone-exclude.xml
HL7/PDDI-CDS
d54afda52ea00c921134546dd4106a796288c7a9
[ "CC0-1.0" ]
1
2018-06-20T20:49:16.000Z
2018-06-20T20:49:16.000Z
<?xml version="1.0" encoding="utf-8"?> <ValueSet xmlns="http://hl7.org/fhir"> <id value="valueset-dexamethasone-exclude"/> <url value="http://hl7.org/fhir/uv/pddi/ValueSet/valueset-dexamethasone-exclude"/> <version value="US 1.1"/> <name value="Valueset_dexamethasone_exclude"/> <title value="Exclude Dexamethasone Medications Value Set"/> <status value="draft"/> <date value="2018-07-02"/> <publisher value="PDDI CDS"/> <contact> <name value="Richard Boyce"/> </contact> <description value="ValueSet containing drug identifiers to exclude. Criteria is explicitly stating topical, gel, cream, ointment, otic, or ophthalmic formulations."/> <jurisdiction> <coding> <system value="urn:iso:std:iso:3166"/> <code value="US"/> <display value="United States of America"/> </coding> </jurisdiction> <purpose value="To refine valueset for Warfarin + NSAID PDDI-CDS"/> <copyright value="Attribution CC BY"/> <compose> <include> <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/> <version value="02-Jul-2018"/> <concept> <code value="1009392"/> <display value="Dexamethasone 1 MG/ML / Neomycin 3.2 MG/ML / Thiabendazole 40 MG/ML Topical Solution [Tresaderm]"/> </concept> <concept> <code value="208591"/> <display value="Dexamethasone 1 MG/ML / Neomycin 3.5 MG/ML / Polymyxin B 10000 UNT/ML Ophthalmic Suspension [Maxitrol]"/> </concept> <concept> <code value="208601"/> <display value="Dexamethasone 0.001 MG/MG / Neomycin 0.0035 MG/MG / Polymyxin B 10 UNT/MG Ophthalmic Ointment [Maxitrol]"/> </concept> <concept> <code value="205669"/> <display value="Dexamethasone 1 MG/ML Ophthalmic Suspension [Maxidex]"/> </concept> <concept> <code value="688245"/> <display value="Dexamethasone 0.0005 MG/MG Ophthalmic Ointment [Maxidex]"/> </concept> <concept> <code value="208593"/> <display value="Dexamethasone 1 MG/ML / Neomycin 3.5 MG/ML / Polymyxin B 10000 UNT/ML Ophthalmic Suspension [Poly-Dex]"/> </concept> <concept> <code value="208602"/> <display value="Dexamethasone 0.001 MG/MG / Neomycin 0.0035 MG/MG / Polymyxin B 10 UNT/MG Ophthalmic Ointment [Poly-Dex]"/> </concept> <concept> <code value="1011080"/> <display value="Dexamethasone 0.5 MG/ML / Tobramycin 3 MG/ML Ophthalmic Suspension [Tobradex]"/> </concept> <concept> <code value="208813"/> <display value="Dexamethasone 1 MG/ML / Tobramycin 3 MG/ML Ophthalmic Suspension [Tobradex]"/> </concept> <concept> <code value="208821"/> <display value="Dexamethasone 0.001 MG/MG / Tobramycin 0.003 MG/MG Ophthalmic Ointment [Tobradex]"/> </concept> <concept> <code value="1009391"/> <display value="Dexamethasone / Neomycin / Thiabendazole Topical Solution [Tresaderm]"/> </concept> <concept> <code value="365842"/> <display value="Dexamethasone Ophthalmic Suspension [Maxidex]"/> </concept> <concept> <code value="365818"/> <display value="Dexamethasone / Neomycin / Polymyxin B Ophthalmic Suspension [Poly-Dex]"/> </concept> <concept> <code value="367266"/> <display value="Dexamethasone / Neomycin / Polymyxin B Ophthalmic Ointment [Poly-Dex]"/> </concept> <concept> <code value="688244"/> <display value="Dexamethasone Ophthalmic Ointment [Maxidex]"/> </concept> <concept> <code value="405941"/> <display value="Ciprofloxacin / Dexamethasone Otic Suspension [Ciprodex]"/> </concept> <concept> <code value="93249"/> <display value="Dexamethasone / Neomycin / Polymyxin B Ophthalmic Ointment [Maxitrol]"/> </concept> <concept> <code value="93250"/> <display value="Dexamethasone / Neomycin / Polymyxin B Ophthalmic Suspension [Maxitrol]"/> </concept> <concept> <code value="94334"/> <display value="Dexamethasone / Tobramycin Ophthalmic Suspension [Tobradex]"/> </concept> <concept> <code value="94335"/> <display value="Dexamethasone / Tobramycin Ophthalmic Ointment [Tobradex]"/> </concept> <concept> <code value="1009388"/> <display value="Dexamethasone 1 MG/ML / Neomycin 3.2 MG/ML / Thiabendazole 40 MG/ML Topical Solution"/> </concept> <concept> <code value="226343"/> <display value="Dexamethasone 1 MG/ML Ophthalmic Solution"/> </concept> <concept> <code value="227142"/> <display value="Dexamethasone 1 MG/ML / hypromellose 5 MG/ML Ophthalmic Solution"/> </concept> <concept> <code value="309680"/> <display value="Dexamethasone 1 MG/ML / Neomycin 3.5 MG/ML / Polymyxin B 10000 UNT/ML Ophthalmic Suspension"/> </concept> <concept> <code value="309683"/> <display value="Dexamethasone 1 MG/ML / Tobramycin 3 MG/ML Ophthalmic Suspension"/> </concept> <concept> <code value="309690"/> <display value="Dexamethasone 0.0005 MG/MG Ophthalmic Ointment"/> </concept> <concept> <code value="309692"/> <display value="Dexamethasone 1 MG/ML Ophthalmic Suspension"/> </concept> <concept> <code value="388755"/> <display value="Dexamethasone 1 MG/ML Topical Solution"/> </concept> <concept> <code value="403908"/> <display value="Ciprofloxacin 3 MG/ML / Dexamethasone 1 MG/ML Otic Suspension"/> </concept> <concept> <code value="247484"/> <display value="Dexamethasone 0.001 MG/MG Ophthalmic Ointment"/> </concept> <concept> <code value="309679"/> <display value="Dexamethasone 0.001 MG/MG / Neomycin 0.0035 MG/MG / Polymyxin B 10 UNT/MG Ophthalmic Ointment"/> </concept> <concept> <code value="309682"/> <display value="Dexamethasone 0.001 MG/MG / Tobramycin 0.003 MG/MG Ophthalmic Ointment"/> </concept> <concept> <code value="348336"/> <display value="Dexamethasone 0.001 MG/MG / Neomycin 0.0035 MG/MG Topical Ointment"/> </concept> <concept> <code value="608583"/> <display value="Dexamethasone 0.5 MG/ML Ophthalmic Solution"/> </concept> <concept> <code value="849115"/> <display value="Dexamethasone 0.5 MG/ML / Tobramycin 3 MG/ML Ophthalmic Suspension"/> </concept> <concept> <code value="1009386"/> <display value="Dexamethasone / Neomycin / Thiabendazole Topical Solution"/> </concept> <concept> <code value="103217"/> <display value="Dexamethasone Ophthalmic Ointment"/> </concept> <concept> <code value="371723"/> <display value="Dexamethasone Ophthalmic Suspension"/> </concept> <concept> <code value="374438"/> <display value="Dexamethasone / Tobramycin Ophthalmic Ointment"/> </concept> <concept> <code value="374698"/> <display value="Dexamethasone / Neomycin / Polymyxin B Ophthalmic Suspension"/> </concept> <concept> <code value="374699"/> <display value="Dexamethasone / Neomycin / Polymyxin B Ophthalmic Ointment"/> </concept> <concept> <code value="377418"/> <display value="Dexamethasone Ophthalmic Solution"/> </concept> <concept> <code value="377456"/> <display value="Dexamethasone / hypromellose Ophthalmic Solution"/> </concept> <concept> <code value="378593"/> <display value="Dexamethasone / Neomycin Topical Ointment"/> </concept> <concept> <code value="378984"/> <display value="Dexamethasone / Tobramycin Ophthalmic Suspension"/> </concept> <concept> <code value="393151"/> <display value="Dexamethasone Topical Solution"/> </concept> <concept> <code value="405942"/> <display value="Ciprofloxacin / Dexamethasone Otic Suspension"/> </concept> <concept> <code value="1152113"/> <display value="Ciprofloxacin / Dexamethasone Otic Product"/> </concept> <concept> <code value="1154245"/> <display value="Dexamethasone / Neomycin / Polymyxin B Ophthalmic Product"/> </concept> <concept> <code value="1154246"/> <display value="Dexamethasone / Neomycin / Thiabendazole Topical Product"/> </concept> <concept> <code value="1154249"/> <display value="Dexamethasone / Neomycin Topical Product"/> </concept> <concept> <code value="1154524"/> <display value="Dexamethasone / Tobramycin Ophthalmic Product"/> </concept> <concept> <code value="1154525"/> <display value="Dexamethasone / hypromellose Ophthalmic Product"/> </concept> <concept> <code value="1154533"/> <display value="Dexamethasone Ophthalmic Product"/> </concept> <concept> <code value="1154539"/> <display value="Dexamethasone Topical Product"/> </concept> <concept> <code value="1170903"/> <display value="Ciprodex Otic Product"/> </concept> <concept> <code value="1182730"/> <display value="Maxitrol Ophthalmic Product"/> </concept> <concept> <code value="1182982"/> <display value="Poly-Dex Ophthalmic Product"/> </concept> <concept> <code value="1179099"/> <display value="Tobradex Ophthalmic Product"/> </concept> <concept> <code value="1179675"/> <display value="Tresaderm Topical Product"/> </concept> <concept> <code value="1181604"/> <display value="Maxidex Ophthalmic Product"/> </concept> </include> </compose> </ValueSet>
42.501742
171
0.504099
c6817ff24b5e0b26aba34b83d4ffa2d0127eb412
5,172
xml
XML
boards/ip_colordetect_test/colordetect/colordetect/.autopilot/db/Block_split5_proc.verbose.rpt.xml
Kgfu/PYNQ_HelloWorld
a5197130e7d4a5e7f382c3963349c1c0bd213213
[ "BSD-3-Clause" ]
null
null
null
boards/ip_colordetect_test/colordetect/colordetect/.autopilot/db/Block_split5_proc.verbose.rpt.xml
Kgfu/PYNQ_HelloWorld
a5197130e7d4a5e7f382c3963349c1c0bd213213
[ "BSD-3-Clause" ]
null
null
null
boards/ip_colordetect_test/colordetect/colordetect/.autopilot/db/Block_split5_proc.verbose.rpt.xml
Kgfu/PYNQ_HelloWorld
a5197130e7d4a5e7f382c3963349c1c0bd213213
[ "BSD-3-Clause" ]
null
null
null
<profile> <section name = "Vitis HLS Report for 'Block_split5_proc'" level="0"> <item name = "Date">Wed Feb 23 11:16:26 2022 </item> <item name = "Version">2020.2.2 (Build 3118627 on Tue Feb 9 05:13:49 MST 2021)</item> <item name = "Project">colordetect</item> <item name = "Solution">colordetect (Vivado IP Flow Target)</item> <item name = "Product family">zynq</item> <item name = "Target device">xc7z020-clg484-2</item> </section> <section name = "Performance Estimates" level="0"> <item name = "Timing"> <section name = "" level="1"> <item name = "Summary"><table name="" hasTotal="0"> <keys size="4">Clock, Target, Estimated, Uncertainty</keys> <column name="ap_clk">10.00 ns, 5.367 ns, 2.70 ns</column> </table> </item> </section> </item> <item name = "Latency"> <section name = "" level="1"> <item name = "Summary"><table name="" hasTotal="0"> <keys size="8">, min, max, min, max, min, max, Type</keys> <column name="">1, 1, 10.000 ns, 10.000 ns, 1, 1, none</column> </table> </item> <item name = "Detail"> <section name = "" level="1"> <item name = "Instance"><table name="" hasTotal="0"> <keys size="9">Instance, Module, min, max, min, max, min, max, Type</keys> </table> </item> <item name = "Loop"><table name="" hasTotal="0"> <keys size="8">Loop Name, min, max, Latency, achieved, target, Count, Pipelined</keys> </table> </item> </section> </item> </section> </item> </section> <section name = "Utilization Estimates" level="0"> <item name = "Summary"><table name="" hasTotal="1"> <keys size="6">Name, BRAM_18K, DSP, FF, LUT, URAM</keys> <column name="DSP">-, -, -, -, -</column> <column name="Expression">-, -, 0, 21, -</column> <column name="FIFO">-, -, -, -, -</column> <column name="Instance">-, -, -, -, -</column> <column name="Memory">-, -, -, -, -</column> <column name="Multiplexer">-, -, -, 40, -</column> <column name="Register">-, -, 12, -, -</column> <specialColumn name="Available">280, 220, 106400, 53200, 0</specialColumn> <specialColumn name="Utilization (%)">0, 0, ~0, ~0, 0</specialColumn> </table> </item> <item name = "Detail"> <section name = "" level="1"> <item name = "Instance"><table name="" hasTotal="1"> <keys size="7">Instance, Module, BRAM_18K, DSP, FF, LUT, URAM</keys> </table> </item> <item name = "DSP"><table name="" hasTotal="0"> <keys size="3">Instance, Module, Expression</keys> </table> </item> <item name = "Memory"><table name="" hasTotal="1"> <keys size="10">Memory, Module, BRAM_18K, FF, LUT, URAM, Words, Bits, Banks, W*Bits*Banks</keys> </table> </item> <item name = "FIFO"><table name="" hasTotal="1"> <keys size="8">Name, BRAM_18K, FF, LUT, URAM, Depth, Bits, Size:D*B</keys> </table> </item> <item name = "Expression"><table name="" hasTotal="1"> <keys size="7">Variable Name, Operation, DSP, FF, LUT, Bitwidth P0, Bitwidth P1</keys> <column name="icmp_ln210_fu_69_p2">icmp, 0, 0, 12, 32, 4</column> <column name="ap_block_state1">or, 0, 0, 1, 1, 1</column> <column name="select_ln210_fu_81_p3">select, 0, 0, 8, 1, 8</column> </table> </item> <item name = "Multiplexer"><table name="" hasTotal="1"> <keys size="5">Name, LUT, Input Size, Bits, Total Bits</keys> <column name="ap_NS_fsm">13, 3, 1, 3</column> <column name="ap_done">9, 2, 1, 2</column> <column name="t1_blk_n">9, 2, 1, 2</column> <column name="t2">9, 2, 8, 16</column> </table> </item> <item name = "Register"><table name="" hasTotal="1"> <keys size="5">Name, FF, LUT, Bits, Const Bits</keys> <column name="ap_CS_fsm">2, 0, 2, 0</column> <column name="ap_done_reg">1, 0, 1, 0</column> <column name="icmp_ln210_reg_93">1, 0, 1, 0</column> <column name="t2_preg">8, 0, 32, 24</column> </table> </item> </section> </item> </section> <section name = "Interface" level="0"> <item name = "Summary"><table name="" hasTotal="0"> <keys size="6">RTL Ports, Dir, Bits, Protocol, Source Object, C Type</keys> <column name="ap_clk">in, 1, ap_ctrl_hs, Block_.split5_proc, return value</column> <column name="ap_rst">in, 1, ap_ctrl_hs, Block_.split5_proc, return value</column> <column name="ap_start">in, 1, ap_ctrl_hs, Block_.split5_proc, return value</column> <column name="ap_done">out, 1, ap_ctrl_hs, Block_.split5_proc, return value</column> <column name="ap_continue">in, 1, ap_ctrl_hs, Block_.split5_proc, return value</column> <column name="ap_idle">out, 1, ap_ctrl_hs, Block_.split5_proc, return value</column> <column name="ap_ready">out, 1, ap_ctrl_hs, Block_.split5_proc, return value</column> <column name="t1_dout">in, 32, ap_fifo, t1, pointer</column> <column name="t1_empty_n">in, 1, ap_fifo, t1, pointer</column> <column name="t1_read">out, 1, ap_fifo, t1, pointer</column> <column name="low_t_address0">out, 4, ap_memory, low_t, array</column> <column name="low_t_ce0">out, 1, ap_memory, low_t, array</column> <column name="low_t_q0">in, 8, ap_memory, low_t, array</column> <column name="high_t_address0">out, 4, ap_memory, high_t, array</column> <column name="high_t_ce0">out, 1, ap_memory, high_t, array</column> <column name="high_t_q0">in, 8, ap_memory, high_t, array</column> <column name="t2">out, 32, ap_vld, t2, pointer</column> <column name="t2_ap_vld">out, 1, ap_vld, t2, pointer</column> </table> </item> </section> </profile>
39.784615
96
0.666667
680f3e889f79d903dbfbba926f72e19e912051ef
1,494
xml
XML
DotNetNuke.Customizations.Security/defs/c/csp-webcell.trid.xml
dnnru/DNN_Platform_9.3.1.2
d2183c4f55cc3a17a709802e9ed4e24ef8185f1a
[ "MIT" ]
1
2022-02-26T22:30:42.000Z
2022-02-26T22:30:42.000Z
DotNetNuke.Customizations.Security/defs/c/csp-webcell.trid.xml
dnnru/DNN_Platform_9.3.1.2
d2183c4f55cc3a17a709802e9ed4e24ef8185f1a
[ "MIT" ]
1
2020-07-24T20:52:35.000Z
2020-07-24T20:52:35.000Z
DotNetNuke.Customizations.Security/defs/c/csp-webcell.trid.xml
dnnru/DNN_Platform_9.3.1.2
d2183c4f55cc3a17a709802e9ed4e24ef8185f1a
[ "MIT" ]
null
null
null
<TrID ver="2.00"> <Info> <FileType>WebCell Script Project</FileType> <Ext>CSP</Ext> <Mime>text/xml</Mime> <ExtraInfo> <Rem></Rem> <RefURL>http://www.patersontech.com/products/webcell.aspx</RefURL> </ExtraInfo> <User>Marco Pontello</User> <E-Mail>marcopon@gmail.com</E-Mail> <Home>http://mark0.net</Home> </Info> <General> <FileNum>4</FileNum> <CheckStrings>True</CheckStrings> <Date> <Year>2019</Year> <Month>2</Month> <Day>6</Day> </Date> <Time> <Hour>15</Hour> <Min>29</Min> <Sec>4</Sec> </Time> <Creator>TrIDScan/Py v2.02</Creator> </General> <FrontBlock> <Pattern> <Bytes>3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D227574662D38223F3E</Bytes> <ASCII> . ? x m l v e r s i o n = " 1 . 0 " e n c o d i n g = " u t f - 8 " ?</ASCII> <Pos>0</Pos> </Pattern> </FrontBlock> <GlobalStrings> <String>CELLSCRIPTPROJECT XMLNS</String> <String>WWW.PATERSONTECH.COM</String> <String>XMLSCHEMA-INSTANCE</String> <String>DONOTUPDATEPROJ</String> <String>DEVICEVERSION</String> <String>RELATIVEPATH</String> <String>SYNCSETTINGS</String> <String>PROJVERSION</String> <String>EEPROMDATA</String> <String>FOLDERSYNC</String> <String>LASTFOLDER</String> <String>WWW.W3.ORG</String> <String>DEVICEID</String> <String>FULLPATH</String> <String>SYNCTYPE</String> <String>2001</String> <String>HTTP</String> </GlobalStrings> </TrID>
27.163636
95
0.644578
0ccada6c51ecfd1d24f02c73f8a8bc020c7ec6ff
752
xml
XML
src/main/resources/mapper/RoleMapper.xml
zcchock/learnPlatfrom
4e4abb7da21fbbec909f85130d89ad7312e3c083
[ "Apache-2.0" ]
1
2018-05-09T08:56:06.000Z
2018-05-09T08:56:06.000Z
src/main/resources/mapper/RoleMapper.xml
zcchock/learnPlatfrom
4e4abb7da21fbbec909f85130d89ad7312e3c083
[ "Apache-2.0" ]
null
null
null
src/main/resources/mapper/RoleMapper.xml
zcchock/learnPlatfrom
4e4abb7da21fbbec909f85130d89ad7312e3c083
[ "Apache-2.0" ]
null
null
null
<?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="com.zc.mapper.RoleMapper"> <!-- 目的:为dao接口方法提供sql语句配置 --> <select id="queryById" resultType="Role" parameterType="Integer"> <!-- 具体的sql --> SELECT * FROM role WHERE role_id = #{roleId} </select> <select id="queryNameById" resultType="String" parameterType="Integer"> <!-- 具体的sql --> SELECT type_content FROM role WHERE role_id = #{roleId} </select> <select id="queryAll" resultType="Role"> SELECT * FROM role </select> </mapper>
25.066667
75
0.557181
d1bebe3d93f5d7f406323677db2401178db2a1e5
713
xml
XML
data/new_routes/route_42_8.xml
AIasd/leaderboard
8f2152b364f530f06b2a0e7905e601d25f682f52
[ "MIT" ]
null
null
null
data/new_routes/route_42_8.xml
AIasd/leaderboard
8f2152b364f530f06b2a0e7905e601d25f682f52
[ "MIT" ]
null
null
null
data/new_routes/route_42_8.xml
AIasd/leaderboard
8f2152b364f530f06b2a0e7905e601d25f682f52
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <routes> <route id="42" town="Town06" map="Town06"> <waypoint x="663.7315673828125" y="217.46694946289062" z="0.0" pitch="0.0" yaw="-64.54367065429688" roll="0.0" /> <waypoint x="667.4409790039062" y="205.4762725830078" z="0.0" pitch="0.0" yaw="-81.07628631591797" roll="0.0" /> <waypoint x="668.0455932617188" y="191.91354370117188" z="0.0" pitch="0.0" yaw="-89.37859344482422" roll="0.0" /> <waypoint x="668.2516479492188" y="172.9184112548828" z="0.0" pitch="360.0" yaw="270.62139892578125" roll="0.0" /> <waypoint x="668.8209838867188" y="120.42288208007812" z="0.0" pitch="360.0" yaw="270.62139892578125" roll="0.0" /> </route> </routes>
71.3
119
0.649369
d1dc7f0438af4e18e20c5e8a51c429272eb4142a
1,848
xml
XML
app/src/main/res/layout/jpeg_item.xml
CameraKit/camerakit-android-jpegtools
01a782f22bdb2fa9b2488731efc72693cd74f703
[ "MIT" ]
155
2018-01-22T19:14:47.000Z
2022-03-22T03:47:48.000Z
app/src/main/res/layout/jpeg_item.xml
CameraKit/camerakit-android-jpegtools
01a782f22bdb2fa9b2488731efc72693cd74f703
[ "MIT" ]
8
2018-03-22T23:40:28.000Z
2021-05-31T17:43:23.000Z
app/src/main/res/layout/jpeg_item.xml
CameraKit/camerakit-android-jpegtools
01a782f22bdb2fa9b2488731efc72693cd74f703
[ "MIT" ]
32
2018-01-29T05:05:32.000Z
2022-03-22T03:47:50.000Z
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="100dp"> <LinearLayout android:id="@+id/content" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> <jpegkit.JpegImageView android:id="@+id/imageView" android:layout_width="80dp" android:layout_height="80dp" android:layout_margin="10dp" android:scaleType="centerCrop" /> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_vertical" android:orientation="vertical"> <TextView android:id="@+id/nameTextView" android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@color/colorPrimaryDark" android:textSize="16sp" android:textStyle="bold" /> <TextView android:id="@+id/dimensionsTextView" android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@color/colorPrimaryDark" android:textSize="13sp" android:textStyle="normal" /> <TextView android:id="@+id/sizeTextView" android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@color/colorPrimaryDark" android:textSize="13sp" android:textStyle="normal" /> </LinearLayout> </LinearLayout> </FrameLayout>
34.867925
71
0.584416
f2d0bd1cfef940d7bfafbfffd83ca4b9a5dd9fbf
1,175
xml
XML
Customizations/customapis/pc_MarkTransactionAsNonPayment/customapi.xml
Pilseta-cilvekiem/Participant-Management
8db53d91718fd857028a67dc382628f3e5af9fd7
[ "MIT" ]
null
null
null
Customizations/customapis/pc_MarkTransactionAsNonPayment/customapi.xml
Pilseta-cilvekiem/Participant-Management
8db53d91718fd857028a67dc382628f3e5af9fd7
[ "MIT" ]
null
null
null
Customizations/customapis/pc_MarkTransactionAsNonPayment/customapi.xml
Pilseta-cilvekiem/Participant-Management
8db53d91718fd857028a67dc382628f3e5af9fd7
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <customapi uniquename="pc_MarkTransactionAsNonPayment"> <allowedcustomprocessingsteptype>0</allowedcustomprocessingsteptype> <bindingtype>1</bindingtype> <boundentitylogicalname>pc_transaction</boundentitylogicalname> <description default="Mark Transaction as Non-Payment"> <label description="Mark Transaction as Non-Payment" languagecode="1033" /> <label description="Atzīmēt transakciju kā ne maksājumu" languagecode="1062" /> </description> <displayname default="Mark Transaction as Non-Payment"> <label description="Mark Transaction as Non-Payment" languagecode="1033" /> <label description="Atzīmēt transakciju kā ne maksājumu" languagecode="1062" /> </displayname> <executeprivilegename>prvCreatepc_Payment</executeprivilegename> <iscustomizable>1</iscustomizable> <isfunction>0</isfunction> <isprivate>0</isprivate> <name>pc_MarkTransactionAsNonPayment</name> <plugintypeid> <plugintypeid>a7a2ff56-6ca6-4378-8280-5a672ecac93a</plugintypeid> </plugintypeid> <workflowsdkstepenabled>0</workflowsdkstepenabled> </customapi>
34.558824
70
0.742979
2744299c8b839aefd9430f479ad547572c3aa47f
1,353
xml
XML
ide/db.core/test/unit/src/org/netbeans/modules/db/sql/history/sql_history.xml
timfel/netbeans
fa4b0f70def0573f9675fc06108e13b8b6c49c0e
[ "Apache-2.0" ]
1,056
2019-04-25T20:00:35.000Z
2022-03-30T04:46:14.000Z
ide/db.core/test/unit/src/org/netbeans/modules/db/sql/history/sql_history.xml
timfel/netbeans
fa4b0f70def0573f9675fc06108e13b8b6c49c0e
[ "Apache-2.0" ]
1,846
2019-04-25T20:50:05.000Z
2022-03-31T23:40:41.000Z
ide/db.core/test/unit/src/org/netbeans/modules/db/sql/history/sql_history.xml
timfel/netbeans
fa4b0f70def0573f9675fc06108e13b8b6c49c0e
[ "Apache-2.0" ]
550
2019-04-25T20:04:33.000Z
2022-03-25T17:43:01.000Z
<?xml version='1.0' encoding='UTF-8' ?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <history> <sql date='1252931669714' url='jdbc:// mysql'> select * from TRAVEL.PERSON </sql> <sql date='29.6.09 12:55' url='jdbc:// oracle'> select * from PERSON </sql> <sql date='6.01.09 15:31' url='jdbc:// oracle'> select * from PERSON </sql> <sql date='07-04-09 10:33 AM' url='jdbc:// oracle'> select * from PERSON </sql> <sql date='09-3-8 ??6:43' url='jdbc:// oracle'> select * from PERSON </sql> </history>
34.692308
64
0.661493
b4af689ca7ca45f2ddd14b32f00503451307dcac
272
xml
XML
force-app/main/default/objectTranslations/Error__c-en_GB/Object_Type__c.fieldTranslation-meta.xml
SFDO-Alliances/NPSP
3711a3cf8e3124bc2d7e61644d6abecb4042004e
[ "BSD-3-Clause" ]
186
2019-12-13T19:20:45.000Z
2022-03-31T12:16:52.000Z
force-app/main/default/objectTranslations/Error__c-en_GB/Object_Type__c.fieldTranslation-meta.xml
SFDO-Alliances/NPSP
3711a3cf8e3124bc2d7e61644d6abecb4042004e
[ "BSD-3-Clause" ]
1,379
2019-12-14T00:46:31.000Z
2022-03-31T18:00:30.000Z
force-app/main/default/objectTranslations/Error__c-en_GB/Object_Type__c.fieldTranslation-meta.xml
SFDO-Alliances/NPSP
3711a3cf8e3124bc2d7e61644d6abecb4042004e
[ "BSD-3-Clause" ]
78
2020-01-09T03:17:49.000Z
2022-02-25T12:53:32.000Z
<?xml version="1.0" encoding="UTF-8"?> <CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> <help>Type of object on which the error occurred, if known.</help> <label>Object Type</label> <name>Object_Type__c</name> </CustomFieldTranslation>
38.857143
72
0.720588
0cea675398f1eb9b6fa4dff25872f9dc3b13f004
850
xaml
XML
samples/tutorial/Expert-01-PlatformSpecific/DependencyService/Audio/AudioPlayer/AudioPlayer/AudioPlayerService/PageAudioPlayer.xaml
moljac/Samples.Xamarin.Forms
a9422063aa53e06a7e5e283e4a077374e974c201
[ "MIT" ]
6
2016-02-01T08:43:08.000Z
2018-10-11T22:13:00.000Z
samples/tutorial/Expert-01-PlatformSpecific/DependencyService/Audio/AudioPlayer/AudioPlayer/AudioPlayerService/PageAudioPlayer.xaml
Samples-Playgrounds/Samples.Xamarin.Forms
a9422063aa53e06a7e5e283e4a077374e974c201
[ "MIT" ]
null
null
null
samples/tutorial/Expert-01-PlatformSpecific/DependencyService/Audio/AudioPlayer/AudioPlayer/AudioPlayerService/PageAudioPlayer.xaml
Samples-Playgrounds/Samples.Xamarin.Forms
a9422063aa53e06a7e5e283e4a077374e974c201
[ "MIT" ]
2
2016-04-07T13:31:25.000Z
2016-05-17T18:11:18.000Z
<?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="AudioPlay.PageAudioPlayer" xmlns:HolisticWareUI="clr-namespace:HolisticWare.XamarinForms.Mobile.Audio.AudioPlayer;assembly=AudioPlayer" > <ContentPage.Content> <StackLayout> <HolisticWareUI:ContentViewAudioPlayer> </HolisticWareUI:ContentViewAudioPlayer> </StackLayout> </ContentPage.Content> <!-- HACK: mc++ OnPlatform - iOS specific Accomodate iPhone status bar. Platform Specific uncomment this part to see the difference! check cs sample PageControlsViewsInCode.cs --> <ContentPage.Padding> <OnPlatform x:TypeArguments="Thickness"> <OnPlatform.iOS>0, 20, 0, 0</OnPlatform.iOS> </OnPlatform> </ContentPage.Padding> </ContentPage>
29.310345
109
0.741176
4948c355893d5306254443fb99a6e9da8f2e47af
17,802
xml
XML
artifact/benchmark/IBM_SAP_bench/red_sap-reference/Model.eugx--0-----u--.xml.tpn.xml
p-offtermatt/FastForward
bf6bb6fefd03c640af25b2f5ea0a0dc053d47736
[ "MIT" ]
null
null
null
artifact/benchmark/IBM_SAP_bench/red_sap-reference/Model.eugx--0-----u--.xml.tpn.xml
p-offtermatt/FastForward
bf6bb6fefd03c640af25b2f5ea0a0dc053d47736
[ "MIT" ]
null
null
null
artifact/benchmark/IBM_SAP_bench/red_sap-reference/Model.eugx--0-----u--.xml.tpn.xml
p-offtermatt/FastForward
bf6bb6fefd03c640af25b2f5ea0a0dc053d47736
[ "MIT" ]
null
null
null
<CGraph Type="WorkFlow" Label="sap-reference/Model.eugx--0-----u--.xml.tpn"> <CGraph Type="Transition" Label="*:Model.eugx--0-----u--:Model.eugx--0-----u--:end"/> <CGraph Type="Place" Label="i"/> <CGraph Type="Place" Label="o"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Accrual/ Deferral Posting (eujq)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Clearing (eukh)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_G/L Account Posting (euie)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Recurring Entry (euis)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Accrual/ Deferral Posting (eujq)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Clearing (eukh)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_G/L Account Posting (euie)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Recurring Entry (euis)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_and (euhm)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_xor (euj1)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Split_xor (euj1)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Accrual/ Deferral Posting (eujq)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Clearing (eukh)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Recurring Entry (euis)"/> <CGraph Type="Place" Label="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):busy"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Accrual/ Deferral Posting (eujq):split:Join_Join_Accrual/ Deferral Posting (eujq)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Clearing (eukh):split:Join_Join_Clearing (eukh)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_G/L Account Posting (euie):split:Join_Join_G/L Account Posting (euie)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Recurring Entry (euis):split:Join_Join_Recurring Entry (euis)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Accrual/ Deferral Posting (eujq):split:Join_Join_Accrual/ Deferral Posting (eujq)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Clearing (eukh):split:Join_Join_Clearing (eukh)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_G/L Account Posting (euie):split:Join_Join_G/L Account Posting (euie)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Recurring Entry (euis):split:Join_Join_Recurring Entry (euis)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Skip:split:Join_Split_G/L Account Posting (euie):Join_Split_Recurring Entry (euis):Join_Split_Accrual/ Deferral Posting (eujq):Join_Split_Clearing (eukh)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_No_and (euhm):split:Split_Join_and (euhm)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_No_xor (euj1):split:Split_Join_xor (euj1)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Accrual/ Deferral Posting (eujq)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Clearing (eukh)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Recurring Entry (euis)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Park G/L Account Document (eui0)*xor (euj1)"/> <CGraph Type="Transition" Label="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Split_Yes_xor (euj1)*xor (euj1)"/> <CArc Type="Arc" Label="arcId102" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Accrual/ Deferral Posting (eujq)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Accrual/ Deferral Posting (eujq)">1</CArc> <CArc Type="Arc" Label="arcId104" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="arcId108" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Recurring Entry (euis)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Recurring Entry (euis)">1</CArc> <CArc Type="Arc" Label="arcId116" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Park G/L Account Document (eui0)*xor (euj1)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):busy">1</CArc> <CArc Type="Arc" Label="arcId117" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Split_Yes_xor (euj1)*xor (euj1)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):busy">1</CArc> <CArc Type="Arc" Label="arcId17" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Accrual/ Deferral Posting (eujq):split:Join_Join_Accrual/ Deferral Posting (eujq)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Accrual/ Deferral Posting (eujq)">1</CArc> <CArc Type="Arc" Label="arcId18" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Accrual/ Deferral Posting (eujq):split:Join_Join_Accrual/ Deferral Posting (eujq)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Accrual/ Deferral Posting (eujq)">1</CArc> <CArc Type="Arc" Label="arcId2" Source="*:Model.eugx--0-----u--:Model.eugx--0-----u--:end" Target="o">1</CArc> <CArc Type="Arc" Label="arcId20" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Clearing (eukh):split:Join_Join_Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="arcId22" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Clearing (eukh):split:Join_Join_Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="arcId23" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_G/L Account Posting (euie):split:Join_Join_G/L Account Posting (euie)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_G/L Account Posting (euie)">1</CArc> <CArc Type="Arc" Label="arcId24" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_G/L Account Posting (euie):split:Join_Join_G/L Account Posting (euie)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_G/L Account Posting (euie)">1</CArc> <CArc Type="Arc" Label="arcId27" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Recurring Entry (euis):split:Join_Join_Recurring Entry (euis)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Recurring Entry (euis)">1</CArc> <CArc Type="Arc" Label="arcId28" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Recurring Entry (euis):split:Join_Join_Recurring Entry (euis)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Recurring Entry (euis)">1</CArc> <CArc Type="Arc" Label="arcId37" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Skip:split:Join_Split_G/L Account Posting (euie):Join_Split_Recurring Entry (euis):Join_Split_Accrual/ Deferral Posting (eujq):Join_Split_Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Accrual/ Deferral Posting (eujq)">1</CArc> <CArc Type="Arc" Label="arcId40" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Skip:split:Join_Split_G/L Account Posting (euie):Join_Split_Recurring Entry (euis):Join_Split_Accrual/ Deferral Posting (eujq):Join_Split_Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="arcId44" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Skip:split:Join_Split_G/L Account Posting (euie):Join_Split_Recurring Entry (euis):Join_Split_Accrual/ Deferral Posting (eujq):Join_Split_Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_G/L Account Posting (euie)">1</CArc> <CArc Type="Arc" Label="arcId47" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Skip:split:Join_Split_G/L Account Posting (euie):Join_Split_Recurring Entry (euis):Join_Split_Accrual/ Deferral Posting (eujq):Join_Split_Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Recurring Entry (euis)">1</CArc> <CArc Type="Arc" Label="arcId73" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_No_and (euhm):split:Split_Join_and (euhm)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_and (euhm)">1</CArc> <CArc Type="Arc" Label="arcId77" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_No_xor (euj1):split:Split_Join_xor (euj1)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_10" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Recurring Entry (euis)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Recurring Entry (euis):split:Join_Join_Recurring Entry (euis)">1</CArc> <CArc Type="Arc" Label="ra_11" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Accrual/ Deferral Posting (eujq)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Accrual/ Deferral Posting (eujq):split:Join_Join_Accrual/ Deferral Posting (eujq)">1</CArc> <CArc Type="Arc" Label="ra_12" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Accrual/ Deferral Posting (eujq)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Accrual/ Deferral Posting (eujq):split:Join_Join_Accrual/ Deferral Posting (eujq)">1</CArc> <CArc Type="Arc" Label="ra_13" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Clearing (eukh)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Clearing (eukh):split:Join_Join_Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="ra_14" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Clearing (eukh)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Clearing (eukh):split:Join_Join_Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="ra_15" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_G/L Account Posting (euie)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_G/L Account Posting (euie):split:Join_Join_G/L Account Posting (euie)">1</CArc> <CArc Type="Arc" Label="ra_17" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Recurring Entry (euis)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Recurring Entry (euis):split:Join_Join_Recurring Entry (euis)">1</CArc> <CArc Type="Arc" Label="ra_23" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Accrual/ Deferral Posting (eujq)" Target="*:Model.eugx--0-----u--:Model.eugx--0-----u--:end">1</CArc> <CArc Type="Arc" Label="ra_24" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Clearing (eukh)" Target="*:Model.eugx--0-----u--:Model.eugx--0-----u--:end">1</CArc> <CArc Type="Arc" Label="ra_25" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_G/L Account Posting (euie)" Target="*:Model.eugx--0-----u--:Model.eugx--0-----u--:end">1</CArc> <CArc Type="Arc" Label="ra_26" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Join_Recurring Entry (euis)" Target="*:Model.eugx--0-----u--:Model.eugx--0-----u--:end">1</CArc> <CArc Type="Arc" Label="ra_30" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb)*Recurring Entry (euis)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_Recurring Entry (euis):split:Join_Join_Recurring Entry (euis)">1</CArc> <CArc Type="Arc" Label="ra_31" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_and (euhm)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Skip:split:Join_Split_G/L Account Posting (euie):Join_Split_Recurring Entry (euis):Join_Split_Accrual/ Deferral Posting (eujq):Join_Split_Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="ra_32" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_xor (euj1)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Skip:split:Join_Split_G/L Account Posting (euie):Join_Split_Recurring Entry (euis):Join_Split_Accrual/ Deferral Posting (eujq):Join_Split_Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="ra_35" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Split_xor (euj1)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_No_xor (euj1):split:Split_Join_xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_36" Source="i" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_No_and (euhm):split:Split_Join_and (euhm)">1</CArc> <CArc Type="Arc" Label="ra_37" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_No_and (euhm):split:Split_Join_and (euhm)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Split_xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_45" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Split_Yes_xor (euj1)*xor (euj1)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_46" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Split_xor (euj1)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Split_Yes_xor (euj1)*xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_52" Source="i" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Accrual/ Deferral Posting (eujq)">1</CArc> <CArc Type="Arc" Label="ra_53" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Accrual/ Deferral Posting (eujq)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_and (euhm)">1</CArc> <CArc Type="Arc" Label="ra_54" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Accrual/ Deferral Posting (eujq)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Split_xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_55" Source="i" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="ra_56" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_and (euhm)">1</CArc> <CArc Type="Arc" Label="ra_57" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Clearing (eukh)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Split_xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_58" Source="i" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Recurring Entry (euis)">1</CArc> <CArc Type="Arc" Label="ra_59" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Recurring Entry (euis)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_and (euhm)">1</CArc> <CArc Type="Arc" Label="ra_60" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euhb):split:xor (euhb)*Recurring Entry (euis)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Split_xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_61" Source="i" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Park G/L Account Document (eui0)*xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_62" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Park G/L Account Document (eui0)*xor (euj1)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Join_and (euhm)">1</CArc> <CArc Type="Arc" Label="ra_63" Source="t:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):join:Park G/L Account Document (eui0)*xor (euj1)" Target="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Split_Split_xor (euj1)">1</CArc> <CArc Type="Arc" Label="ra_64" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:xor (euj1):busy" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Yes_G/L Account Posting (euie):split:Join_Join_G/L Account Posting (euie)">1</CArc> <CArc Type="Arc" Label="ra_7" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Accrual/ Deferral Posting (eujq)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Accrual/ Deferral Posting (eujq):split:Join_Join_Accrual/ Deferral Posting (eujq)">1</CArc> <CArc Type="Arc" Label="ra_8" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_Clearing (eukh)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_Clearing (eukh):split:Join_Join_Clearing (eukh)">1</CArc> <CArc Type="Arc" Label="ra_9" Source="p:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_Split_G/L Account Posting (euie)" Target="t:Model.eugx--0-----u--:Model.eugx--0-----u--:Join_No_G/L Account Posting (euie):split:Join_Join_G/L Account Posting (euie)">1</CArc> </CGraph>
193.5
353
0.645489
8e0deb794a2427f90089ccaf61aefcbccef1af0d
7,828
xml
XML
data/xml/no_meta/6906.xml
g0v/sunshine.cy
17ad8e92c413ba64e586592fbf332ce93672cd65
[ "CC0-1.0" ]
6
2015-05-08T12:30:12.000Z
2021-08-30T09:13:23.000Z
data/xml/no_meta/6906.xml
g0v/sunshine.cy
17ad8e92c413ba64e586592fbf332ce93672cd65
[ "CC0-1.0" ]
5
2017-01-26T08:46:44.000Z
2019-02-20T08:44:00.000Z
data/xml/no_meta/6906.xml
g0v/sunshine.cy
17ad8e92c413ba64e586592fbf332ce93672cd65
[ "CC0-1.0" ]
1
2018-10-24T04:18:03.000Z
2018-10-24T04:18:03.000Z
<?xml version="1.0" encoding="UTF-8" ?> <!-- Created from PDF via Acrobat SaveAsXML --> <!-- Mapping Table version: 28-February-2003 --> <TaggedPDF-doc> <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> <?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.4-c005 78.147326, 2012/08/23-13:03:03 "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/"> <xmp:ModifyDate>2007-11-12T09:40:07+08:00</xmp:ModifyDate> <xmp:CreateDate>2007-11-12T09:39:44+08:00</xmp:CreateDate> <xmp:MetadataDate>2007-11-12T09:40:07+08:00</xmp:MetadataDate> <xmp:CreatorTool>Adobe Acrobat 7.08</xmp:CreatorTool> <dc:format>xml</dc:format> <xmpMM:DocumentID>uuid:eb7305ed-0b5e-417b-ac6b-37318eaf3d9d</xmpMM:DocumentID> <xmpMM:InstanceID>uuid:604709fe-e553-4ffe-bda2-8a910b9f28b6</xmpMM:InstanceID> <pdf:Producer>Adobe Acrobat Pro 11.0.0 Paper Capture Plug-in</pdf:Producer> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="w"?> <?xpacket end='r'?> <P>丹、 </P> <P>ι函、</P> <P>職</P> <P>員財產申報表</P> <Part> <H2>人</H2> <P>|房屋標示|面積|權利範園附所有權人</P> <P>|(平方公尺) I </P> <P>唐官蘭</P> <P>|台北市旅區學府段叫岐44, 45, 119-1嶼|叫所有權全部</P> <P>號~~ I I </P> <P>(二)船身自</P> <Table> <TR> <TH>申報人姓名</TH> <TH>張明到</TH> <TH>服務機關</TH> <TH>1.國民大會2. </TH> <TH/> <TH>職稱 </TH> <TH>1.國大代表</TH> </TR> <TR> <TD>2. </TD> </TR> <TR> <TH>百E偶</TH> <TD>及未成年子</TD> <TD>女</TD> <TD>配偶及</TD> <TD>未成年子女</TD> </TR> <TR> <TH>稱</TH> <TD>謂</TD> <TD>姓</TD> <TD>名</TD> <TD>稱</TD> <TD>謂</TD> <TD>姓名</TD> </TR> <TR> <TH>妻</TH> <TD/> <TD>唐宮蘭</TD> <TD/> <TD/> <TD/> <TD/> </TR> </Table> <P>監察院公報公職人員財產申報資料專刊第六六期一九二八</P> <P>O</P> <P>(一)不動產</P> <L> <LI> <Lbl>1.</Lbl> <LBody>土地</LBody> </LI> <LI> <Lbl>2.</Lbl> <LBody>房屋</LBody> </LI> </L> <Table> <TR> <TD>土地坐落r </TD> <TD>面(平方公尺積) </TD> <TD>權利範園(持分)</TD> <TD>所有權人 </TD> <TD/> </TR> <TR> <TD>台北市大安區學府段4小段 119-1地號 </TD> <TD>76 </TD> <TD>10000分之766</TD> <TD>唐官蘭</TD> <TD/> </TR> <TR> <TD>台北市大安區學府段4小段44地號 </TD> <TD>59 </TD> <TD>10000分之766</TD> <TD>唐官蘭</TD> <TD/> </TR> <TR> <TD>台北市大安區學府段4小段的地號 </TD> <TD>53 </TD> <TD>10000分之766</TD> <TD>唐宮蘭</TD> <TD/> </TR> <TR> <TD>雲林縣斗六市保長廊段保長島j、段497地號 </TD> <TD>71 </TD> <TD>6分之l</TD> <TD>張明致</TD> </TR> <TR> <TD>雲林縣斗六市保長國段保長噩81J\段446地號 </TD> <TD>49 </TD> <TD>3分之l</TD> <TD>張明致</TD> </TR> <TR> <TD>雲林縣斗六市保長國段保長盾81J\段 1252地號 </TD> <TD>93 </TD> <TD>24分之1</TD> <TD>張明致</TD> </TR> <TR> <TD>雲林縣斗六市保長廊段保長島j、段 1254地號 </TD> <TD>36 </TD> <TD>36分之l</TD> <TD>張明致</TD> </TR> <TR> <TD>雲林縣斗六市保長鷗段保長串J位1257地號 </TD> <TD>85 </TD> <TD>24分之l</TD> <TD>張明致</TD> </TR> </Table> </Part> <Part> <H1>足 </H1> <P>總 </P> <P>baAF</P> <P>PH 噸籍</P> </Part> <Part> <Sect> <H1>空 </H1> </Sect> <P>所港</P> <Sect> <P>有</P> <P>(三)汽車 </P> <P>類./: ,主'碼有</P> <P>種門,缸。量牌熙、號所人</P> <P>小轎車2,000cc Q52917 張明致 </P> <P>製這廠名稱|國籍標示及編號|所有</P> </Sect> <P>人</P> <Sect> <P>監察院公報公職人員財產申報資料專刊第六六期</P> </Sect> <Sect> <H2>他同志同區</H2> <P>種鈕川</P> <P>一九二八一</P> <Sect> <P>(五)存款(總金額:1,506 ,150 元)</P> <L> <LI> <Lbl>1.</Lbl> <LBody>新臺幣存款</LBody> </LI> <LI> <Lbl>2.</Lbl> <LBody>外幣及其他幣別存款</LBody> </LI> </L> <Table> <TR> <TD>種活儲活儲</TD> <TD>類</TD> <TD>存放大安銀行台北銀行</TD> <TD>機</TD> <TD>構</TD> <TD>戶張明致 張明致</TD> <TD>名</TD> <TD>金</TD> <TD>額500 ,000 的2, 000</TD> </TR> <TR> <TD>活儲</TD> <TD/> <TD>中輿銀行</TD> <TD/> <TD/> <TD>張明致 </TD> <TD/> <TD/> <TD>413 ,000 </TD> </TR> <TR> <TD>活儲</TD> <TD/> <TD>台灣銀行</TD> <TD/> <TD/> <TD>張明致 </TD> <TD/> <TD/> <TD>111 ,150 </TD> </TR> </Table> </Sect> <Table> <TR> <TH>種類</TH> <TH>幣 &gt;]1 </TH> <TH>存放機構</TH> <TH>戶名</TH> <TH>金額</TH> </TR> <TR> <TD>折合新臺幣價額</TD> </TR> <TR> <TH>無</TH> <TD/> <TD/> <TD/> <TD/> </TR> </Table> <Sect> <P>(六)外幣(指現金或旅行支票)(總價額:元)</P> </Sect> <P>|幣別|所有人|金額|折合新臺幣價額||無 I I </P> <Sect> <P>(七)有價證券(股票、票券、債券及其他有價證券總價額:元)</P> <P>1.股票(總價額:元)</P> <P>票面價額</P> <P>類|所有人|股 </P> <Sect> <H2>|| </H2> <P>2.票券(總價額:元)</P> </Sect> </Sect> </Sect> <Sect> <H1>州土</H1> <Sect> <P>有</P> </Sect> <Sect> <Sect> <H1>人自</H1> <P>3.債券(總價額:元)</P> <P>有</P> </Sect> <Sect> <Sect> <H1>生 人百</H1> <P>4.其他有價證券(總價額:元)</P> <P>.YEF</P> <P>類</P> <P>有</P> </Sect> <Sect> <Sect> <H1>人曾</H1> <P>總</P> <P>額價面晶示</P> <P>持 </P> <P>1 </P> </Sect> <P>產一</P> <P>財一他一其一</P> <Sect> <P>產種類有</P> </Sect> <P>價人</P> <Sect> <P>(九)債權(總金額:元)</P> <P>|種類|債權</P> <P>人</P> <P>債</P> <P>務地</P> <P>人及</P> <P>址</P> <P>金</P> <P>|無|</P> <P>(+)債務(總金額:元)</P> <P>|種類|債</P> <P>務</P> <P>人</P> <P>債</P> <P>權</P> <P>址</P> <P>金</P> <P>人及地</P> <P>!無|</P> <P>臼事業技背(總金額元)</P> <P>投業名拖上</P> <P>|投資人|資事稱及地資金|無|</P> <P>臼備註</P> <P>無</P> <P>致</P> <P>﹒昨伊</P> <P>監察院</P> <P>(受理申報機關〔構〕全稱)</P> <P>以上資料,本人係依法誠實申報,如有不實,顧負法律責任。</P> <P>申</P> <P>報人:張明致申報日期: 87年 12月 31日</P> <P>監察院公報</P> <P>公職人員財產申報資料專刊</P> <P>第六六期</P> </Sect> <P>一九二八二</P> </Sect> </Sect> </Sect> </Sect> </Part> </TaggedPDF-doc>
13.805996
110
0.353091
f81d21b1e66d2a7534a2047682a7e2c360b4a28e
5,438
xsd
XML
daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/multi_A_03.dfdl.xsd
VTGuy/incubator-daffodil
300b444de58a2e5f68e8285c6ad9efef4b54be8e
[ "Apache-2.0" ]
1
2018-09-13T15:57:44.000Z
2018-09-13T15:57:44.000Z
daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/multi_A_03.dfdl.xsd
VTGuy/incubator-daffodil
300b444de58a2e5f68e8285c6ad9efef4b54be8e
[ "Apache-2.0" ]
null
null
null
daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/multi_A_03.dfdl.xsd
VTGuy/incubator-daffodil
300b444de58a2e5f68e8285c6ad9efef4b54be8e
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/" targetNamespace="http://a03.com" xmlns:a03="http://a03.com" xmlns:b03="http://b03.com" xmlns:f03="http://f03.com"> <!-- Tests that use this schema rely on having the lengthKind property not defined. Because of this we can not use the standard technique of including DFDLGeneralFormat.dfdl.xsd and referencing GeneralFormat. Instead, all necessary properties must be explicitly defined --> <xs:include schemaLocation="org/apache/daffodil/xsd/DFDLGeneralFormat.dfdl.xsd" /> <xs:annotation> <xs:appinfo source="http://www.ogf.org/dfdl/"> <dfdl:format alignment="1" alignmentUnits="bytes" bitOrder="mostSignificantBitFirst" byteOrder="littleEndian" calendarCheckPolicy='strict' calendarDaysInFirstWeek='4' calendarFirstDayOfWeek='Sunday' calendarLanguage='en' calendarPatternKind='implicit' calendarTimeZone='UTC' encoding="ASCII" encodingErrorPolicy="replace" escapeSchemeRef="" fillByte="%#r20;" ignoreCase="no" initiatedContent="no" initiator="" leadingSkip='0' occursCountKind="parsed" outputNewLine="%LF;" representation="text" separator="" separatorPosition="infix" separatorSuppressionPolicy="anyEmpty" sequenceKind="ordered" textBooleanPadCharacter="%SP;" textCalendarJustification="left" textCalendarPadCharacter="%SP;" textNumberJustification="right" textNumberPadCharacter="%SP;" textNumberRep="standard" textOutputMinLength="0" textPadKind="none" textStringPadCharacter="%SP;" textTrimKind="none" trailingSkip="0" truncateSpecifiedLengthString="no" /> </xs:appinfo> </xs:annotation> <xs:import namespace="http://b03.com" schemaLocation="org/apache/daffodil/section06/namespaces/multi_B_03.dfdl.xsd"/> <xs:element name="nestSequence" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:separator="|" dfdl:terminator=""> <xs:element ref="b03:nest" dfdl:lengthKind="delimited" dfdl:occursCountKind="parsed" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="nestSequence2" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:separator="|"> <xs:element ref="b03:nest2" dfdl:occursCountKind="parsed" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="nestSequence3" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:separator="|" dfdl:terminator=""> <xs:element ref="b03:nest3" dfdl:terminator="" dfdl:lengthKind="explicit" dfdl:occursCountKind="parsed" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="nestSequence4" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:separator="|" dfdl:terminator=""> <xs:element ref="b03:nest4" dfdl:terminator="" dfdl:lengthKind="explicit" dfdl:occursCountKind="implicit" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="nestSequence5" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:separator="|" dfdl:terminator=""> <xs:element ref="b03:nest4" dfdl:occursCountKind="parsed" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="nestSequence6" dfdl:lengthKind="delimited" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:terminator=""> <xs:element ref="b03:nest5" dfdl:lengthKind="explicit"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="nestSequence6b" dfdl:lengthKind="delimited" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:terminator=""> <xs:element ref="b03:nest5b" dfdl:lengthKind="explicit"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="nestSequence7" dfdl:lengthKind="delimited" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:terminator=""> <xs:element name="elem" type="xs:string" dfdl:ref="f03:format_05" dfdl:lengthKind="explicit"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="nestSequenceUnbounded" dfdl:lengthKind="delimited" dfdl:terminator=""> <xs:complexType> <xs:sequence dfdl:terminator=""> <xs:element ref="b03:nestUnbounded" dfdl:occursCountKind="parsed" minOccurs="1" maxOccurs="unbounded" dfdl:lengthKind="delimited"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
43.15873
139
0.698602
a76ef30da934a712ff224f31eae082f35fe180e2
6,487
xml
XML
3.relation_extraction/corpora/go_phenotype_xml/36b5106f87b0cf684bca0e39767d48caedc47d43.xml
lasigeBioTM/blah7
fb46e227ca879b441b51692f5bdb644928cb7867
[ "Apache-2.0" ]
3
2021-01-20T13:27:53.000Z
2021-11-14T09:01:33.000Z
3.relation_extraction/corpora/go_phenotype_xml/36b5106f87b0cf684bca0e39767d48caedc47d43.xml
lasigeBioTM/blah7
fb46e227ca879b441b51692f5bdb644928cb7867
[ "Apache-2.0" ]
null
null
null
3.relation_extraction/corpora/go_phenotype_xml/36b5106f87b0cf684bca0e39767d48caedc47d43.xml
lasigeBioTM/blah7
fb46e227ca879b441b51692f5bdb644928cb7867
[ "Apache-2.0" ]
1
2021-01-21T22:54:06.000Z
2021-01-21T22:54:06.000Z
<?xml version="1.0" ?> <document id="36b5106f87b0cf684bca0e39767d48caedc47d43"> <chunk id="36b5106f87b0cf684bca0e39767d48caedc47d43.c0" text="The Role of Mannose-Binding Lectin in Severe Sepsis and Septic Shock"> <entity charOffset="38-44" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c0.e0" ontology_id="HP_0012828" text="Severe" type="phenotype"/> <entity charOffset="45-51" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c0.e1" ontology_id="HP_0100806" text="Sepsis" type="phenotype"/> <entity charOffset="63-68" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c0.e2" ontology_id="HP_0031273" text="Shock" type="phenotype"/> </chunk> <chunk id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1" text="Severe sepsis and septic shock are a primary cause of death in patients in intensive care unit (ICU). Investigations upon genetic susceptibility profile to systemic complications during severe infections are a field of increasing scientific interest. Particularly when adaptive immune system is compromised or immature, innate immunity plays a key role in the immediate defense against invasive pathogens. Mannose-binding lectin (MBL) is a serum protein that recognizes a wide range of pathogenic microorganisms and activates complement cascade via the antibody-independent pathway. More than 30% of humans harbor mutations in MBL gene (MBL2) resulting in reduced plasmatic levels and activity. Increased risk of infection acquisition has been largely documented in MBL-deficient patients, but the real impact of this form of innate immunosuppression upon clinical outcome is not clear. In critically ill patients higher incidence and worse prognosis of severe sepsis/septic shock appear to be associated with low-producers haplotypes. However an excess of MBL activation might be also harmful due to the possibility of an unbalanced proinflammatory response and an additional host injury. Strategies of replacement therapies in critically ill patients with severe infections are under investigation but still far to be applied in clinical practice."> <entity charOffset="0-6" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e0" ontology_id="HP_0012828" text="Severe" type="phenotype"/> <entity charOffset="7-13" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e1" ontology_id="HP_0100806" text="sepsis" type="phenotype"/> <entity charOffset="25-30" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e2" ontology_id="HP_0031273" text="shock" type="phenotype"/> <entity charOffset="186-192" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e3" ontology_id="HP_0012828" text="severe" type="phenotype"/> <entity charOffset="320-335" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" ontology_id="GO_0045087" text="innate immunity" type="gene_function"/> <entity charOffset="526-544" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" ontology_id="GO_0006956" text="complement cascade" type="gene_function"/> <entity charOffset="954-960" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e6" ontology_id="HP_0012828" text="severe" type="phenotype"/> <entity charOffset="961-967" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e7" ontology_id="HP_0100806" text="sepsis" type="phenotype"/> <entity charOffset="975-980" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e8" ontology_id="HP_0031273" text="shock" type="phenotype"/> <entity charOffset="1258-1264" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e9" ontology_id="HP_0012828" text="severe" type="phenotype"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e0" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p0" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e0" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p1" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e1" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p2" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e1" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p3" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e2" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p4" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e2" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p5" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e3" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p6" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e3" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p7" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e6" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p8" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e7" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p9" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e8" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p10" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e4" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e9" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p11" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e6" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p12" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e7" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p13" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e8" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p14" relation="true"/> <pair e1="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e5" e2="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.e9" id="36b5106f87b0cf684bca0e39767d48caedc47d43.c1.p15" relation="true"/> </chunk> </document>
175.324324
1,415
0.819023
3ce4212b8532f442a5b1cba2932b004afd4702ff
989
csproj
XML
Simbad.Platform.Core/Simbad.Platform.Core.csproj
simbadltd/simbad.platform
7eedbaef9a7fbc65a6e0565b8071b9f99cdf095b
[ "MIT" ]
null
null
null
Simbad.Platform.Core/Simbad.Platform.Core.csproj
simbadltd/simbad.platform
7eedbaef9a7fbc65a6e0565b8071b9f99cdf095b
[ "MIT" ]
null
null
null
Simbad.Platform.Core/Simbad.Platform.Core.csproj
simbadltd/simbad.platform
7eedbaef9a7fbc65a6e0565b8071b9f99cdf095b
[ "MIT" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> </PropertyGroup> <PropertyGroup> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> <PropertyGroup> <Title>Simbad.Platform.Core</Title> <Version>1.0.6</Version> <Authors>Konstantin Kryzhanovskii</Authors> <Description>Platform for rapid construction of applications (including prototypes and MVPs). This package contains main abstractions and provides core functionality to get started with your project.</Description> <PackageLicenseUrl>https://github.com/simbadltd/simbad.platform/blob/master/LICENSE</PackageLicenseUrl> <PackageProjectUrl>https://github.com/simbadltd/simbad.platform</PackageProjectUrl> <RepositoryUrl>https://github.com/simbadltd/simbad.platform</RepositoryUrl> <PackageIconUrl>https://raw.githubusercontent.com/simbadltd/simbad.platform/master/Icon.png</PackageIconUrl> </PropertyGroup> </Project>
54.944444
217
0.782609
60d22ad75cea979d791156da8e88513043e7bd17
40,400
x3d
XML
src/main/resources/assets/pokecube_mobs/gen_2/entity/models/quilava.x3d
HeroBlindNation/Pokecube-Issues-and-Wiki
3a2fdaee6e58abb7ca2a0bf02a8f9a737f8ae443
[ "MIT" ]
1
2020-06-17T06:47:04.000Z
2020-06-17T06:47:04.000Z
src/main/resources/assets/pokecube_mobs/gen_2/entity/models/quilava.x3d
MetaltyrantMk2/Pokecube-Issues-and-Wiki
a64f19bcccc75db26d59d0c0cdd1d3d0ec59ea07
[ "MIT" ]
null
null
null
src/main/resources/assets/pokecube_mobs/gen_2/entity/models/quilava.x3d
MetaltyrantMk2/Pokecube-Issues-and-Wiki
a64f19bcccc75db26d59d0c0cdd1d3d0ec59ea07
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd"> <X3D version="3.0" profile="Immersive" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.0.xsd"> <head> <meta name="filename" content="quilava.x3d" /> <meta name="generator" content="Blender 2.81 (sub 16)" /> </head> <Scene> <NavigationInfo headlight="true" visibilityLimit="0.0" type='"EXAMINE", "ANY"' avatarSize="0.25, 1.75, 0.75" /> <Background DEF="WO_World" groundColor="0.051 0.051 0.051" skyColor="0.051 0.051 0.051" /> <Transform DEF="Rear_TRANSFORM" translation="0.000000 -0.423499 0.550116" scale="1.000000 1.000000 1.000000" rotation="1.000000 0.000000 0.000000 1.570796" > <Transform DEF="Rear_ifs_TRANSFORM" translation="0.000000 0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_Rear"> <Shape> <Appearance> <Material DEF="MA_Default_OBJ" diffuseColor="0.800 0.800 0.800" specularColor="0.401 0.401 0.401" emissiveColor="0.000 0.000 0.000" ambientIntensity="0.000" shininess="0.500" transparency="0.0" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.343750 -0.223280 -0.489090 -0.343750 -0.223280 -0.489090 -0.343750 0.390238 -0.369834 0.343750 0.390238 -0.369834 -0.343750 -0.390238 0.369834 0.343750 -0.390238 0.369834 0.343750 0.223280 0.489090 -0.343750 0.223280 0.489090 -0.343750 0.223280 0.489090 0.343750 0.223280 0.489090 0.343750 -0.390238 0.369834 -0.343750 -0.390238 0.369834 -0.343750 -0.223280 -0.489090 0.343750 -0.223280 -0.489090 0.343750 -0.390238 0.369834 0.343750 0.223280 0.489090 " /> <Normal vector="0.577349 -0.456557 -0.676901 -0.577349 -0.456557 -0.676901 -0.577349 0.676901 -0.456557 0.577349 0.676901 -0.456557 -0.577349 -0.676901 0.456557 0.577349 -0.676901 0.456557 0.577349 0.456557 0.676901 -0.577349 0.456557 0.676901 -0.577349 0.456557 0.676901 0.577349 0.456557 0.676901 0.577349 -0.676901 0.456557 -0.577349 -0.676901 0.456557 -0.577349 -0.456557 -0.676901 0.577349 -0.456557 -0.676901 0.577349 -0.676901 0.456557 0.577349 0.456557 0.676901 " /> <TextureCoordinate point="0.7188 0.6250 0.8047 0.6250 0.8047 0.7812 0.7188 0.7812 0.9141 0.6250 1.0000 0.6250 1.0000 0.7812 0.9141 0.7812 0.8047 1.0000 0.7188 1.0000 0.8047 0.7812 0.8906 0.7812 0.8906 1.0000 0.8047 1.0000 0.6094 0.6250 0.6094 0.7812 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> <Transform DEF="Upper_body_TRANSFORM" translation="0.000000 0.153353 -0.796445" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="Upper_body_ifs_TRANSFORM" translation="0.000000 -0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_Upper_body"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.312500 -0.233978 -0.464502 -0.312500 -0.233978 -0.464502 -0.312500 0.325441 -0.405704 0.312500 0.325441 -0.405704 -0.312500 -0.325440 0.405705 0.312500 -0.325440 0.405705 0.312500 0.233978 0.464502 -0.312500 0.233978 0.464502 -0.312500 0.233978 0.464502 0.312500 0.233978 0.464502 0.312500 -0.325440 0.405705 -0.312500 -0.325440 0.405705 -0.312500 -0.233978 -0.464502 0.312500 -0.233978 -0.464502 0.312500 -0.325440 0.405705 0.312500 0.233978 0.464502 " /> <Normal vector="0.577349 -0.513810 -0.634510 -0.577349 -0.513810 -0.634510 -0.577349 0.634510 -0.513810 0.577349 0.634510 -0.513810 -0.577349 -0.634510 0.513810 0.577349 -0.634510 0.513810 0.577349 0.513810 0.634510 -0.577349 0.513810 0.634510 -0.577349 0.513810 0.634510 0.577349 0.513810 0.634510 0.577349 -0.634510 0.513810 -0.577349 -0.634510 0.513810 -0.577349 -0.513810 -0.634510 0.577349 -0.513810 -0.634510 0.577349 -0.634510 0.513810 0.577349 0.513810 0.634510 " /> <TextureCoordinate point="0.7188 0.2656 0.7969 0.2656 0.7969 0.4062 0.7188 0.4062 0.9062 0.2656 0.9844 0.2656 0.9844 0.4062 0.9062 0.4062 0.7969 0.6250 0.7188 0.6250 0.7969 0.4062 0.8750 0.4062 0.8750 0.6250 0.7969 0.6250 0.6094 0.2656 0.6094 0.4062 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> <Transform DEF="Head_TRANSFORM" translation="0.000000 0.045731 -0.372603" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="Head_ifs_TRANSFORM" translation="0.000000 -0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_Head"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.343750 -0.281250 -0.687500 -0.343750 -0.281250 -0.687500 -0.343750 0.281250 -0.687500 0.343750 0.281250 -0.687500 -0.343750 -0.281250 0.000000 0.343750 -0.281250 0.000000 0.343750 0.281250 0.000000 -0.343750 0.281250 0.000000 -0.343750 0.281250 0.000000 0.343750 0.281250 0.000000 0.343750 -0.281250 0.000000 -0.343750 -0.281250 0.000000 -0.343750 -0.281250 -0.687500 0.343750 -0.281250 -0.687500 0.343750 -0.281250 0.000000 0.343750 0.281250 0.000000 " /> <Normal vector="0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 " /> <TextureCoordinate point="0.0859 0.6875 0.1719 0.6875 0.1719 0.8281 0.0859 0.8281 0.2578 0.6875 0.3438 0.6875 0.3438 0.8281 0.2578 0.8281 0.1719 1.0000 0.0859 1.0000 0.1719 0.8281 0.2578 0.8281 0.2578 1.0000 0.1719 1.0000 0.0000 0.6875 0.0000 0.8281 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> <Transform DEF="HeadChild_TRANSFORM" translation="0.000000 -0.086570 -0.817901" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="HeadChild_ifs_TRANSFORM" translation="0.000000 -0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_HeadChild"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.187500 -0.231919 -0.128554 -0.187500 -0.231919 -0.128554 -0.187500 0.128555 -0.231919 0.187500 0.128555 -0.231919 -0.187500 -0.128555 0.231919 0.187500 -0.128555 0.231919 0.187500 0.231919 0.128554 -0.187500 0.231919 0.128554 -0.187500 0.231919 0.128554 0.187500 0.231919 0.128554 0.187500 -0.128555 0.231919 -0.187500 -0.128555 0.231919 -0.187500 -0.231919 -0.128554 0.187500 -0.231919 -0.128554 0.187500 -0.128555 0.231919 0.187500 0.231919 0.128554 " /> <Normal vector="0.577349 -0.714103 -0.395825 -0.577349 -0.714103 -0.395825 -0.577349 0.395825 -0.714103 0.577349 0.395825 -0.714103 -0.577349 -0.395825 0.714103 0.577349 -0.395825 0.714103 0.577349 0.714103 0.395825 -0.577349 0.714103 0.395825 -0.577349 0.714103 0.395825 0.577349 0.714103 0.395825 0.577349 -0.395825 0.714103 -0.577349 -0.395825 0.714103 -0.577349 -0.714103 -0.395825 0.577349 -0.714103 -0.395825 0.577349 -0.395825 0.714103 0.577349 0.714103 0.395825 " /> <TextureCoordinate point="0.0469 0.5000 0.0938 0.5000 0.0938 0.5938 0.0469 0.5938 0.1406 0.5000 0.1875 0.5000 0.1875 0.5938 0.1406 0.5938 0.0938 0.6875 0.0469 0.6875 0.0938 0.5938 0.1406 0.5938 0.1406 0.6875 0.0938 0.6875 0.0000 0.5000 0.0000 0.5938 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> <Transform DEF="HeadChild_000_TRANSFORM" translation="-0.207456 -0.072330 -0.812872" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="HeadChild_000_ifs_TRANSFORM" translation="0.000000 -0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_HeadChild_000"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.064353 -0.234127 -0.111052 0.004274 -0.234127 -0.128279 0.034495 0.124487 -0.233671 0.094574 0.124487 -0.216444 -0.094573 -0.124488 0.216443 -0.034495 -0.124488 0.233671 -0.004274 0.234127 0.128278 -0.064353 0.234127 0.111051 -0.064353 0.234127 0.111051 -0.004274 0.234127 0.128278 -0.034495 -0.124488 0.233671 -0.094573 -0.124488 0.216443 0.004274 -0.234127 -0.128279 0.064353 -0.234127 -0.111052 -0.034495 -0.124488 0.233671 -0.004274 0.234127 0.128278 " /> <Normal vector="0.660634 -0.720908 -0.209326 -0.449324 -0.720908 -0.527604 -0.356273 0.383312 -0.852107 0.753685 0.383312 -0.533830 -0.753685 -0.383312 0.533830 0.356243 -0.383312 0.852107 0.449324 0.720908 0.527604 -0.660634 0.720908 0.209326 -0.660634 0.720908 0.209326 0.449324 0.720908 0.527604 0.356243 -0.383312 0.852107 -0.753685 -0.383312 0.533830 -0.449324 -0.720908 -0.527604 0.660634 -0.720908 -0.209326 0.356243 -0.383312 0.852107 0.449324 0.720908 0.527604 " /> <TextureCoordinate point="0.0469 0.3125 0.0547 0.3125 0.0547 0.4062 0.0469 0.4062 0.1016 0.3125 0.1094 0.3125 0.1094 0.4062 0.1016 0.4062 0.0547 0.5000 0.0469 0.5000 0.0547 0.4062 0.0625 0.4062 0.0625 0.5000 0.0547 0.5000 0.0000 0.3125 0.0000 0.4062 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> <Transform DEF="HeadChild_001_TRANSFORM" translation="0.207456 -0.072330 -0.812872" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="HeadChild_001_ifs_TRANSFORM" translation="0.000000 -0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_HeadChild_001"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="-0.004274 -0.234127 -0.128279 -0.064353 -0.234127 -0.111052 -0.094574 0.124487 -0.216444 -0.034495 0.124487 -0.233671 0.034494 -0.124488 0.233671 0.094573 -0.124488 0.216443 0.064353 0.234127 0.111051 0.004274 0.234127 0.128278 0.004274 0.234127 0.128278 0.064353 0.234127 0.111051 0.094573 -0.124488 0.216443 0.034494 -0.124488 0.233671 -0.064353 -0.234127 -0.111052 -0.004274 -0.234127 -0.128279 0.094573 -0.124488 0.216443 0.064353 0.234127 0.111051 " /> <Normal vector="0.449324 -0.720908 -0.527604 -0.660634 -0.720908 -0.209326 -0.753685 0.383312 -0.533830 0.356273 0.383312 -0.852107 -0.356243 -0.383312 0.852107 0.753685 -0.383312 0.533830 0.660634 0.720908 0.209326 -0.449324 0.720908 0.527604 -0.449324 0.720908 0.527604 0.660634 0.720908 0.209326 0.753685 -0.383312 0.533830 -0.356243 -0.383312 0.852107 -0.660634 -0.720908 -0.209326 0.449324 -0.720908 -0.527604 0.753685 -0.383312 0.533830 0.660634 0.720908 0.209326 " /> <TextureCoordinate point="0.0469 0.3125 0.0547 0.3125 0.0547 0.4062 0.0469 0.4062 0.1016 0.3125 0.1094 0.3125 0.1094 0.4062 0.1016 0.4062 0.0547 0.5000 0.0469 0.5000 0.0547 0.4062 0.0625 0.4062 0.0625 0.5000 0.0547 0.5000 0.0000 0.3125 0.0000 0.4062 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> <Transform DEF="HeadChild_002_TRANSFORM" translation="0.314396 0.356755 -0.256286" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="HeadChild_002_ifs_TRANSFORM" translation="0.000000 -0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_HeadChild_002"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.028541 -0.143874 -0.082499 -0.092746 -0.113633 -0.082499 -0.032495 0.128018 -0.104288 0.088792 0.097778 -0.104288 -0.088792 -0.097777 0.104288 0.032495 -0.128017 0.104288 0.092745 0.113634 0.082499 -0.028542 0.143874 0.082499 -0.028542 0.143874 0.082499 0.092745 0.113634 0.082499 0.032495 -0.128017 0.104288 -0.088792 -0.097777 0.104288 -0.092746 -0.113633 -0.082499 0.028541 -0.143874 -0.082499 0.032495 -0.128017 0.104288 0.092745 0.113634 0.082499 " /> <Normal vector="0.408856 -0.746544 -0.524827 -0.711509 -0.467208 -0.524827 -0.433210 0.648915 -0.625446 0.687155 0.369549 -0.625446 -0.687155 -0.369549 0.625446 0.433210 -0.648915 0.625446 0.711509 0.467208 0.524827 -0.408856 0.746544 0.524827 -0.408856 0.746544 0.524827 0.711509 0.467208 0.524827 0.433210 -0.648915 0.625446 -0.687155 -0.369549 0.625446 -0.711509 -0.467208 -0.524827 0.408856 -0.746544 -0.524827 0.433210 -0.648915 0.625446 0.711509 0.467208 0.524827 " /> <TextureCoordinate point="0.0234 0.0781 0.0391 0.0781 0.0391 0.1406 0.0234 0.1406 0.0625 0.0781 0.0781 0.0781 0.0781 0.1406 0.0625 0.1406 0.0391 0.1875 0.0234 0.1875 0.0391 0.1406 0.0547 0.1406 0.0547 0.1875 0.0391 0.1875 0.0000 0.0781 0.0000 0.1406 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> <Transform DEF="HeadChild_003_TRANSFORM" translation="-0.314396 0.356755 -0.256286" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="HeadChild_003_ifs_TRANSFORM" translation="0.000000 -0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_HeadChild_003"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.092746 -0.113633 -0.082499 -0.028541 -0.143874 -0.082499 -0.088792 0.097778 -0.104288 0.032495 0.128018 -0.104288 -0.032495 -0.128017 0.104288 0.088792 -0.097777 0.104288 0.028542 0.143874 0.082499 -0.092745 0.113634 0.082499 -0.092745 0.113634 0.082499 0.028542 0.143874 0.082499 0.088792 -0.097777 0.104288 -0.032495 -0.128017 0.104288 -0.028541 -0.143874 -0.082499 0.092746 -0.113633 -0.082499 0.088792 -0.097777 0.104288 0.028542 0.143874 0.082499 " /> <Normal vector="0.711509 -0.467208 -0.524827 -0.408856 -0.746544 -0.524827 -0.687155 0.369549 -0.625446 0.433210 0.648915 -0.625446 -0.433210 -0.648915 0.625446 0.687155 -0.369549 0.625446 0.408856 0.746544 0.524827 -0.711509 0.467208 0.524827 -0.711509 0.467208 0.524827 0.408856 0.746544 0.524827 0.687155 -0.369549 0.625446 -0.433210 -0.648915 0.625446 -0.408856 -0.746544 -0.524827 0.711509 -0.467208 -0.524827 0.687155 -0.369549 0.625446 0.408856 0.746544 0.524827 " /> <TextureCoordinate point="0.0234 0.2031 0.0391 0.2031 0.0391 0.2656 0.0234 0.2656 0.0625 0.2031 0.0781 0.2031 0.0781 0.2656 0.0625 0.2656 0.0391 0.3125 0.0234 0.3125 0.0391 0.2656 0.0547 0.2656 0.0547 0.3125 0.0391 0.3125 0.0000 0.2031 0.0000 0.2656 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> <Transform DEF="HeadChild_004_TRANSFORM" translation="-0.031250 0.483673 -0.585829" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="HeadChild_004_ifs_TRANSFORM" translation="0.000000 0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_HeadChild_004"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.031250 -0.066184 -0.695630 -0.031250 -0.066184 -0.695630 -0.031250 0.596215 0.364431 0.031250 0.596215 0.364431 -0.031250 -0.596214 -0.364430 0.031250 -0.596214 -0.364430 0.031250 0.066184 0.695630 -0.031250 0.066184 0.695630 -0.031250 0.066184 0.695630 0.031250 0.066184 0.695630 0.031250 -0.596214 -0.364430 -0.031250 -0.596214 -0.364430 -0.031250 -0.066184 -0.695630 0.031250 -0.066184 -0.695630 0.031250 -0.596214 -0.364430 0.031250 0.066184 0.695630 " /> <Normal vector="0.577349 0.183660 -0.795556 -0.577349 0.183660 -0.795556 -0.577349 0.795556 0.183660 0.577349 0.795556 0.183660 -0.577349 -0.795556 -0.183660 0.577349 -0.795556 -0.183660 0.577349 -0.183660 0.795556 -0.577349 -0.183660 0.795556 -0.577349 -0.183660 0.795556 0.577349 -0.183660 0.795556 0.577349 -0.795556 -0.183660 -0.577349 -0.795556 -0.183660 -0.577349 0.183660 -0.795556 0.577349 0.183660 -0.795556 0.577349 -0.795556 -0.183660 0.577349 -0.183660 0.795556 " /> <TextureCoordinate point="0.1875 0.0312 0.1953 0.0312 0.1953 0.3438 0.1875 0.3438 0.2734 0.0312 0.2812 0.0312 0.2812 0.3438 0.2734 0.3438 0.1953 0.5000 0.1875 0.5000 0.1953 0.3438 0.2031 0.3438 0.2031 0.5000 0.1953 0.5000 0.1094 0.0312 0.1094 0.3438 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> </Transform> <Transform DEF="leg4_TRANSFORM" translation="-0.343750 -0.195448 -0.127054" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="leg4_ifs_TRANSFORM" translation="0.000000 -0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_leg4"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.156250 -0.156250 -0.156250 -0.156250 -0.156250 -0.156250 -0.156250 0.156250 -0.156250 0.156250 0.156250 -0.156250 -0.156250 -0.156250 0.156250 0.156250 -0.156250 0.156250 0.156250 0.156250 0.156250 -0.156250 0.156250 0.156250 -0.156250 0.156250 0.156250 0.156250 0.156250 0.156250 0.156250 -0.156250 0.156250 -0.156250 -0.156250 0.156250 -0.156250 -0.156250 -0.156250 0.156250 -0.156250 -0.156250 0.156250 -0.156250 0.156250 0.156250 0.156250 0.156250 " /> <Normal vector="0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 " /> <TextureCoordinate point="0.3906 0.0781 0.4297 0.0781 0.4297 0.1562 0.3906 0.1562 0.4688 0.0781 0.5078 0.0781 0.5078 0.1562 0.4688 0.1562 0.4297 0.2344 0.3906 0.2344 0.4297 0.1562 0.4688 0.1562 0.4688 0.2344 0.4297 0.2344 0.3516 0.0781 0.3516 0.1562 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> <Transform DEF="Left_upper_forelegChild_TRANSFORM" translation="0.000000 -0.343750 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="Left_upper_forelegChild_ifs_TRANSFORM" translation="0.000000 -0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_Left_upper_forelegChild"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.125000 -0.187500 -0.125000 -0.125000 -0.187500 -0.125000 -0.125000 0.187500 -0.125000 0.125000 0.187500 -0.125000 -0.125000 -0.187500 0.125000 0.125000 -0.187500 0.125000 0.125000 0.187500 0.125000 -0.125000 0.187500 0.125000 -0.125000 0.187500 0.125000 0.125000 0.187500 0.125000 0.125000 -0.187500 0.125000 -0.125000 -0.187500 0.125000 -0.125000 -0.187500 -0.125000 0.125000 -0.187500 -0.125000 0.125000 -0.187500 0.125000 0.125000 0.187500 0.125000 " /> <Normal vector="0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 " /> <TextureCoordinate point="0.5391 0.0781 0.5703 0.0781 0.5703 0.1719 0.5391 0.1719 0.6016 0.0781 0.6328 0.0781 0.6328 0.1719 0.6016 0.1719 0.5703 0.2344 0.5391 0.2344 0.5703 0.1719 0.6016 0.1719 0.6016 0.2344 0.5703 0.2344 0.5078 0.0781 0.5078 0.1719 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> </Transform> <Transform DEF="leg2_TRANSFORM" translation="-0.281601 -0.261290 0.935446" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="leg2_ifs_TRANSFORM" translation="0.000000 0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_leg2"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.118430 -0.344654 -0.312500 -0.248375 -0.266688 -0.312500 -0.118431 0.344655 -0.312500 0.248375 0.266688 -0.312500 -0.248375 -0.266688 0.312500 0.118430 -0.344654 0.312500 0.248375 0.266688 0.312500 -0.118431 0.344655 0.312500 -0.118431 0.344655 0.312500 0.248375 0.266688 0.312500 0.118430 -0.344654 0.312500 -0.248375 -0.266688 0.312500 -0.248375 -0.266688 -0.312500 0.118430 -0.344654 -0.312500 0.118430 -0.344654 0.312500 0.248375 0.266688 0.312500 " /> <Normal vector="0.444685 -0.684744 -0.577349 -0.684744 -0.444685 -0.577349 -0.444685 0.684744 -0.577349 0.684744 0.444685 -0.577349 -0.684744 -0.444685 0.577349 0.444685 -0.684744 0.577349 0.684744 0.444685 0.577349 -0.444685 0.684744 0.577349 -0.444685 0.684744 0.577349 0.684744 0.444685 0.577349 0.444685 -0.684744 0.577349 -0.684744 -0.444685 0.577349 -0.684744 -0.444685 -0.577349 0.444685 -0.684744 -0.577349 0.444685 -0.684744 0.577349 0.684744 0.444685 0.577349 " /> <TextureCoordinate point="0.4297 0.4375 0.4766 0.4375 0.4766 0.5938 0.4297 0.5938 0.5547 0.4375 0.6016 0.4375 0.6016 0.5938 0.5547 0.5938 0.4766 0.7500 0.4297 0.7500 0.4766 0.5938 0.5234 0.5938 0.5234 0.7500 0.4766 0.7500 0.3516 0.4375 0.3516 0.5938 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> <Transform DEF="Left_hipChild_TRANSFORM" translation="-0.154443 -0.275685 -0.148018" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="Left_hipChild_ifs_TRANSFORM" translation="0.000000 -0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_Left_hipChild"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.125570 -0.160756 -0.298746 -0.180101 -0.095783 -0.298746 -0.141408 0.086252 -0.321596 0.164263 0.021280 -0.321596 -0.164264 -0.021280 0.321596 0.141407 -0.086252 0.321596 0.180100 0.095784 0.298745 -0.125571 0.160756 0.298745 -0.125571 0.160756 0.298745 0.180100 0.095784 0.298745 0.141407 -0.086252 0.321596 -0.164264 -0.021280 0.321596 -0.180101 -0.095783 -0.298746 0.125570 -0.160756 -0.298746 0.141407 -0.086252 0.321596 0.180100 0.095784 0.298745 " /> <Normal vector="0.430952 -0.749382 -0.502670 -0.698477 -0.509293 -0.502670 -0.460219 0.611713 -0.643391 0.669240 0.371654 -0.643391 -0.669240 -0.371654 0.643391 0.460219 -0.611713 0.643391 0.698477 0.509293 0.502670 -0.430952 0.749382 0.502670 -0.430952 0.749382 0.502670 0.698477 0.509293 0.502670 0.460219 -0.611713 0.643391 -0.669240 -0.371654 0.643391 -0.698477 -0.509293 -0.502670 0.430952 -0.749382 -0.502670 0.460219 -0.611713 0.643391 0.698477 0.509293 0.502670 " /> <TextureCoordinate point="0.4297 0.2344 0.4688 0.2344 0.4688 0.2812 0.4297 0.2812 0.5469 0.2344 0.5859 0.2344 0.5859 0.2812 0.5469 0.2812 0.4688 0.4375 0.4297 0.4375 0.4688 0.2812 0.5078 0.2812 0.5078 0.4375 0.4688 0.4375 0.3516 0.2344 0.3516 0.2812 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> </Transform> </Transform> <Transform DEF="leg3_TRANSFORM" translation="0.281250 -0.042096 -0.923499" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="leg3_ifs_TRANSFORM" translation="0.000000 -0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_leg3"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.156250 -0.156250 -0.156250 -0.156250 -0.156250 -0.156250 -0.156250 0.156250 -0.156250 0.156250 0.156250 -0.156250 -0.156250 -0.156250 0.156250 0.156250 -0.156250 0.156250 0.156250 0.156250 0.156250 -0.156250 0.156250 0.156250 -0.156250 0.156250 0.156250 0.156250 0.156250 0.156250 0.156250 -0.156250 0.156250 -0.156250 -0.156250 0.156250 -0.156250 -0.156250 -0.156250 0.156250 -0.156250 -0.156250 0.156250 -0.156250 0.156250 0.156250 0.156250 0.156250 " /> <Normal vector="0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 " /> <TextureCoordinate point="0.3906 0.0781 0.4297 0.0781 0.4297 0.1562 0.3906 0.1562 0.4688 0.0781 0.5078 0.0781 0.5078 0.1562 0.4688 0.1562 0.4297 0.2344 0.3906 0.2344 0.4297 0.1562 0.4688 0.1562 0.4688 0.2344 0.4297 0.2344 0.3516 0.0781 0.3516 0.1562 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> <Transform DEF="Right_upper_forelegChild_TRANSFORM" translation="0.000000 -0.343750 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="Right_upper_forelegChild_ifs_TRANSFORM" translation="0.000000 -0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_Right_upper_forelegChild"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.125000 -0.187500 -0.125000 -0.125000 -0.187500 -0.125000 -0.125000 0.187500 -0.125000 0.125000 0.187500 -0.125000 -0.125000 -0.187500 0.125000 0.125000 -0.187500 0.125000 0.125000 0.187500 0.125000 -0.125000 0.187500 0.125000 -0.125000 0.187500 0.125000 0.125000 0.187500 0.125000 0.125000 -0.187500 0.125000 -0.125000 -0.187500 0.125000 -0.125000 -0.187500 -0.125000 0.125000 -0.187500 -0.125000 0.125000 -0.187500 0.125000 0.125000 0.187500 0.125000 " /> <Normal vector="0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 -0.577349 0.577349 -0.577349 -0.577349 0.577349 -0.577349 0.577349 0.577349 0.577349 0.577349 " /> <TextureCoordinate point="0.5391 0.0781 0.5703 0.0781 0.5703 0.1719 0.5391 0.1719 0.6016 0.0781 0.6328 0.0781 0.6328 0.1719 0.6016 0.1719 0.5703 0.2344 0.5391 0.2344 0.5703 0.1719 0.6016 0.1719 0.6016 0.2344 0.5703 0.2344 0.5078 0.0781 0.5078 0.1719 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> </Transform> <Transform DEF="Rear_flames_TRANSFORM" translation="0.000000 0.375450 0.766911" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="Rear_flames_ifs_TRANSFORM" translation="0.000000 0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_Rear_flames"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.500000 -0.243266 -0.401902 -0.500000 -0.243265 -0.401902 -0.500000 0.294463 0.366053 0.500000 0.294462 0.366053 -0.500000 -0.294462 -0.366053 0.500000 -0.294463 -0.366053 0.500000 0.243265 0.401902 -0.500000 0.243265 0.401902 -0.500000 0.243265 0.401902 0.500000 0.243265 0.401902 0.500000 -0.294463 -0.366053 -0.500000 -0.294462 -0.366053 -0.500000 -0.243265 -0.401902 0.500000 -0.243266 -0.401902 0.500000 -0.294463 -0.366053 0.500000 0.243265 0.401902 " /> <Normal vector="0.577349 0.141758 -0.804071 -0.577349 0.141758 -0.804071 -0.577319 0.804071 0.141758 0.577349 0.804071 0.141758 -0.577349 -0.804071 -0.141758 0.577349 -0.804071 -0.141758 0.577319 -0.141758 0.804071 -0.577349 -0.141758 0.804071 -0.577349 -0.141758 0.804071 0.577319 -0.141758 0.804071 0.577349 -0.804071 -0.141758 -0.577349 -0.804071 -0.141758 -0.577349 0.141758 -0.804071 0.577349 0.141758 -0.804071 0.577349 -0.804071 -0.141758 0.577319 -0.141758 0.804071 " /> <TextureCoordinate point="0.3516 0.7500 0.4766 0.7500 0.4766 0.9844 0.3516 0.9844 0.4844 0.7500 0.6094 0.7500 0.6094 0.9844 0.4844 0.9844 0.4766 1.0000 0.3516 1.0000 0.4766 0.9844 0.6016 0.9844 0.6016 1.0000 0.4766 1.0000 0.3438 0.7500 0.3438 0.9844 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> <Transform DEF="leg1_TRANSFORM" translation="0.281601 -0.107937 0.139001" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="leg1_ifs_TRANSFORM" translation="0.000000 0.000000 -0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_leg1"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.248375 -0.266688 -0.312500 -0.118430 -0.344654 -0.312500 -0.248375 0.266688 -0.312500 0.118430 0.344655 -0.312500 -0.118430 -0.344654 0.312500 0.248375 -0.266688 0.312500 0.118430 0.344655 0.312500 -0.248375 0.266688 0.312500 -0.248375 0.266688 0.312500 0.118430 0.344655 0.312500 0.248375 -0.266688 0.312500 -0.118430 -0.344654 0.312500 -0.118430 -0.344654 -0.312500 0.248375 -0.266688 -0.312500 0.248375 -0.266688 0.312500 0.118430 0.344655 0.312500 " /> <Normal vector="0.684744 -0.444685 -0.577349 -0.444685 -0.684744 -0.577349 -0.684744 0.444685 -0.577349 0.444685 0.684744 -0.577349 -0.444685 -0.684744 0.577349 0.684744 -0.444685 0.577349 0.444685 0.684744 0.577349 -0.684744 0.444685 0.577349 -0.684744 0.444685 0.577349 0.444685 0.684744 0.577349 0.684744 -0.444685 0.577349 -0.444685 -0.684744 0.577349 -0.444685 -0.684744 -0.577349 0.684744 -0.444685 -0.577349 0.684744 -0.444685 0.577349 0.444685 0.684744 0.577349 " /> <TextureCoordinate point="0.4297 0.4375 0.4766 0.4375 0.4766 0.5938 0.4297 0.5938 0.5547 0.4375 0.6016 0.4375 0.6016 0.5938 0.5547 0.5938 0.4766 0.7500 0.4297 0.7500 0.4766 0.5938 0.5234 0.5938 0.5234 0.7500 0.4766 0.7500 0.3516 0.4375 0.3516 0.5938 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> <Transform DEF="Right_hipChild_TRANSFORM" translation="0.154443 -0.275685 -0.148018" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Transform DEF="Right_hipChild_ifs_TRANSFORM" translation="0.000000 -0.000000 0.000000" scale="1.000000 1.000000 1.000000" rotation="0.000000 1.000000 0.000000 0.000000" > <Group DEF="group_ME_Right_hipChild"> <Shape> <Appearance> <Material USE="MA_Default_OBJ" /> </Appearance> <IndexedTriangleSet solid="false" normalPerVertex="true" index="0 1 2 0 2 3 4 5 6 4 6 7 3 2 8 3 8 9 10 11 12 10 12 13 14 0 3 14 3 15 1 4 7 1 7 2 " > <Coordinate point="0.180100 -0.095783 -0.298746 -0.125571 -0.160756 -0.298746 -0.164264 0.021280 -0.321596 0.141408 0.086252 -0.321596 -0.141407 -0.086252 0.321596 0.164264 -0.021280 0.321596 0.125571 0.160756 0.298745 -0.180100 0.095784 0.298745 -0.180100 0.095784 0.298745 0.125571 0.160756 0.298745 0.164264 -0.021280 0.321596 -0.141407 -0.086252 0.321596 -0.125571 -0.160756 -0.298746 0.180100 -0.095783 -0.298746 0.164264 -0.021280 0.321596 0.125571 0.160756 0.298745 " /> <Normal vector="0.698477 -0.509293 -0.502670 -0.430952 -0.749382 -0.502670 -0.669240 0.371654 -0.643391 0.460219 0.611713 -0.643391 -0.460219 -0.611713 0.643391 0.669240 -0.371654 0.643391 0.430952 0.749382 0.502670 -0.698477 0.509293 0.502670 -0.698477 0.509293 0.502670 0.430952 0.749382 0.502670 0.669240 -0.371654 0.643391 -0.460219 -0.611713 0.643391 -0.430952 -0.749382 -0.502670 0.698477 -0.509293 -0.502670 0.669240 -0.371654 0.643391 0.430952 0.749382 0.502670 " /> <TextureCoordinate point="0.4297 0.2344 0.4688 0.2344 0.4688 0.2812 0.4297 0.2812 0.5469 0.2344 0.5859 0.2344 0.5859 0.2812 0.5469 0.2812 0.4688 0.4375 0.4297 0.4375 0.4688 0.2812 0.5078 0.2812 0.5078 0.4375 0.4688 0.4375 0.3516 0.2344 0.3516 0.2812 " /> </IndexedTriangleSet> </Shape> </Group> </Transform> </Transform> </Transform> </Transform> </Scene> </X3D>
78.90625
490
0.620025
66ba16a5b8c57bdda7516e635a92df13223a4c07
5,784
kml
XML
public/map-sources/zip75490.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
null
null
null
public/map-sources/zip75490.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
4
2020-10-06T14:58:11.000Z
2021-05-11T04:14:34.000Z
public/map-sources/zip75490.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;75490&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;75490&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor=""&gt; &lt;th&gt;AFFGEOID10&lt;/th&gt; &lt;td&gt;8600000US75490&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;GEOID10&lt;/th&gt; &lt;td&gt;75490&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor=""&gt; &lt;th&gt;ALAND10&lt;/th&gt; &lt;td&gt;75874797&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;AWATER10&lt;/th&gt; &lt;td&gt;200715&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">75490</SimpleData> <SimpleData name="AFFGEOID10">8600000US75490</SimpleData> <SimpleData name="GEOID10">75490</SimpleData> <SimpleData name="ALAND10">75874797</SimpleData> <SimpleData name="AWATER10">200715</SimpleData> </SchemaData> </ExtendedData> <Polygon> <extrude>0</extrude> <tessellate>1</tessellate> <altitudeMode>clampToGround</altitudeMode> <outerBoundaryIs> <LinearRing> <coordinates>-96.394384,33.404307,0.0 -96.394773,33.398325,0.0 -96.386474,33.398075,0.0 -96.384602,33.397826,0.0 -96.38415,33.39739,0.0 -96.374095,33.406712,0.0 -96.363749,33.406442,0.0 -96.364386,33.408562,0.0 -96.363916,33.417002,0.0 -96.356566,33.425081,0.0 -96.356753,33.421096,0.0 -96.355631,33.412179,0.0 -96.355051,33.409286,0.0 -96.354943,33.406147,0.0 -96.329383,33.405375,0.0 -96.329175,33.397733,0.0 -96.293794,33.396694,0.0 -96.293361,33.407885,0.0 -96.310768,33.408662,0.0 -96.310646,33.41643,0.0 -96.309575,33.416138,0.0 -96.275882,33.40052,0.0 -96.275474,33.409812,0.0 -96.264847,33.409698,0.0 -96.263967,33.41249,0.0 -96.261364,33.414164,0.0 -96.258912,33.414122,0.0 -96.257412,33.414723,0.0 -96.251827,33.414666,0.0 -96.251589,33.421549,0.0 -96.25379,33.422137,0.0 -96.256595,33.423603,0.0 -96.257913,33.425887,0.0 -96.25799,33.42905,0.0 -96.259504,33.429331,0.0 -96.259414,33.431721,0.0 -96.262594,33.435065,0.0 -96.261058,33.438042,0.0 -96.259379,33.440266,0.0 -96.256973,33.442419,0.0 -96.256677,33.452478,0.0 -96.254807,33.455818,0.0 -96.253745,33.456762,0.0 -96.245049,33.461838,0.0 -96.243823,33.462355,0.0 -96.248396,33.462557,0.0 -96.248016,33.476759,0.0 -96.249339,33.481483,0.0 -96.250894,33.48239,0.0 -96.252858,33.482545,0.0 -96.252612,33.483501,0.0 -96.258797,33.485004,0.0 -96.259759,33.481098,0.0 -96.261151,33.478582,0.0 -96.262952,33.476973,0.0 -96.269885,33.472885,0.0 -96.277958,33.466964,0.0 -96.28039,33.467844,0.0 -96.281039,33.467289,0.0 -96.286748,33.468664,0.0 -96.286577,33.470219,0.0 -96.288721,33.470697,0.0 -96.289016,33.469719,0.0 -96.291022,33.469731,0.0 -96.290865,33.470846,0.0 -96.293113,33.470984,0.0 -96.293309,33.471962,0.0 -96.295315,33.472556,0.0 -96.295,33.474045,0.0 -96.297,33.473985,0.0 -96.297439,33.474897,0.0 -96.301687,33.477386,0.0 -96.302903,33.476003,0.0 -96.302853,33.474394,0.0 -96.303549,33.471093,0.0 -96.303973,33.463474,0.0 -96.304761,33.462028,0.0 -96.305733,33.456666,0.0 -96.31702,33.45676,0.0 -96.320046,33.458218,0.0 -96.350576,33.458873,0.0 -96.354809,33.45909,0.0 -96.354688,33.455556,0.0 -96.344441,33.444497,0.0 -96.34595,33.444361,0.0 -96.355376,33.444375,0.0 -96.358181,33.447545,0.0 -96.363351,33.451896,0.0 -96.372734,33.449809,0.0 -96.372969,33.445104,0.0 -96.383989,33.445373,0.0 -96.384109,33.430629,0.0 -96.384378,33.418439,0.0 -96.38726,33.417466,0.0 -96.386252,33.415608,0.0 -96.386816,33.414856,0.0 -96.386018,33.412729,0.0 -96.387289,33.412186,0.0 -96.389493,33.407829,0.0 -96.388718,33.407746,0.0 -96.39019,33.404291,0.0 -96.394384,33.404307,0.0</coordinates> </LinearRing> </outerBoundaryIs> </Polygon> </Placemark> </Document> </kml>
64.266667
2,566
0.669087
749af07e7490c9c07938a1f9043016d5c82be7dd
26,473
xml
XML
.idea/libraries/Dart_Packages.xml
dartboot/dartboot_mongo
ca51c1cbd81bd500c5fbd9fbdb88c32d28c26d50
[ "MIT" ]
null
null
null
.idea/libraries/Dart_Packages.xml
dartboot/dartboot_mongo
ca51c1cbd81bd500c5fbd9fbdb88c32d28c26d50
[ "MIT" ]
null
null
null
.idea/libraries/Dart_Packages.xml
dartboot/dartboot_mongo
ca51c1cbd81bd500c5fbd9fbdb88c32d28c26d50
[ "MIT" ]
null
null
null
<component name="libraryTable"> <library name="Dart Packages" type="DartPackagesLibraryType"> <properties> <option name="packageNameToDirsMap"> <entry key="analyzer"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/analyzer-0.38.5/lib" /> </list> </value> </entry> <entry key="args"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/args-1.6.0/lib" /> </list> </value> </entry> <entry key="async"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.4.2/lib" /> </list> </value> </entry> <entry key="bson"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/bson-0.3.4/lib" /> </list> </value> </entry> <entry key="build"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build-1.2.2/lib" /> </list> </value> </entry> <entry key="build_config"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_config-0.4.2/lib" /> </list> </value> </entry> <entry key="build_daemon"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_daemon-2.1.7/lib" /> </list> </value> </entry> <entry key="build_resolvers"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_resolvers-1.2.1/lib" /> </list> </value> </entry> <entry key="build_runner"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_runner-1.9.0/lib" /> </list> </value> </entry> <entry key="build_runner_core"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_runner_core-5.1.0/lib" /> </list> </value> </entry> <entry key="built_collection"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/built_collection-4.3.2/lib" /> </list> </value> </entry> <entry key="built_value"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/built_value-7.1.0/lib" /> </list> </value> </entry> <entry key="characters"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/characters-1.0.0/lib" /> </list> </value> </entry> <entry key="charcode"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/charcode-1.1.3/lib" /> </list> </value> </entry> <entry key="checked_yaml"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/checked_yaml-1.0.4/lib" /> </list> </value> </entry> <entry key="code_builder"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/code_builder-3.7.0/lib" /> </list> </value> </entry> <entry key="collection"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/collection-1.14.13/lib" /> </list> </value> </entry> <entry key="convert"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/convert-2.1.1/lib" /> </list> </value> </entry> <entry key="crypto"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/crypto-2.1.5/lib" /> </list> </value> </entry> <entry key="csslib"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/csslib-0.16.2/lib" /> </list> </value> </entry> <entry key="dart_style"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dart_style-1.3.3/lib" /> </list> </value> </entry> <entry key="dartboot_annotation"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dartboot_annotation-1.0.2/lib" /> </list> </value> </entry> <entry key="dartboot_core"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dartboot_core-1.0.13/lib" /> </list> </value> </entry> <entry key="dartboot_db"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dartboot_db-1.0.1/lib" /> </list> </value> </entry> <entry key="dartboot_util"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dartboot_util-1.0.0/lib" /> </list> </value> </entry> <entry key="dio"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dio-3.0.10/lib" /> </list> </value> </entry> <entry key="file"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/file-5.2.1/lib" /> </list> </value> </entry> <entry key="fixnum"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/fixnum-0.10.11/lib" /> </list> </value> </entry> <entry key="front_end"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/front_end-0.1.27/lib" /> </list> </value> </entry> <entry key="glob"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/glob-1.2.0/lib" /> </list> </value> </entry> <entry key="graphs"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/graphs-0.2.0/lib" /> </list> </value> </entry> <entry key="html"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/html-0.14.0+4/lib" /> </list> </value> </entry> <entry key="http"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/http-0.12.2/lib" /> </list> </value> </entry> <entry key="http_multi_server"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/http_multi_server-2.2.0/lib" /> </list> </value> </entry> <entry key="http_parser"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/http_parser-3.1.4/lib" /> </list> </value> </entry> <entry key="intl"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/intl-0.16.1/lib" /> </list> </value> </entry> <entry key="io"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/io-0.3.5/lib" /> </list> </value> </entry> <entry key="js"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/js-0.6.2/lib" /> </list> </value> </entry> <entry key="json_annotation"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/json_annotation-3.1.1/lib" /> </list> </value> </entry> <entry key="kernel"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/kernel-0.3.27/lib" /> </list> </value> </entry> <entry key="logging"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/logging-0.11.4/lib" /> </list> </value> </entry> <entry key="matcher"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/matcher-0.12.9/lib" /> </list> </value> </entry> <entry key="meta"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/meta-1.2.4/lib" /> </list> </value> </entry> <entry key="mime"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/mime-0.9.7/lib" /> </list> </value> </entry> <entry key="mongo_dart_query"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/mongo_dart_query-0.4.2/lib" /> </list> </value> </entry> <entry key="more"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/more-2.8.0/lib" /> </list> </value> </entry> <entry key="mutex"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/mutex-1.1.0/lib" /> </list> </value> </entry> <entry key="node_interop"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/node_interop-1.2.1/lib" /> </list> </value> </entry> <entry key="node_io"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/node_io-1.2.0/lib" /> </list> </value> </entry> <entry key="package_config"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/package_config-1.9.3/lib" /> </list> </value> </entry> <entry key="package_resolver"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/package_resolver-1.0.10/lib" /> </list> </value> </entry> <entry key="path"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/path-1.7.0/lib" /> </list> </value> </entry> <entry key="pedantic"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/pedantic-1.9.2/lib" /> </list> </value> </entry> <entry key="pool"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/pool-1.4.0/lib" /> </list> </value> </entry> <entry key="pub_semver"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/pub_semver-1.4.4/lib" /> </list> </value> </entry> <entry key="pubspec_parse"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/pubspec_parse-0.1.8/lib" /> </list> </value> </entry> <entry key="quiver"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/quiver-2.1.5/lib" /> </list> </value> </entry> <entry key="rational"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/rational-0.3.8/lib" /> </list> </value> </entry> <entry key="shelf"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/shelf-0.7.9/lib" /> </list> </value> </entry> <entry key="shelf_web_socket"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/shelf_web_socket-0.2.4+1/lib" /> </list> </value> </entry> <entry key="source_gen"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/source_gen-0.9.4+6/lib" /> </list> </value> </entry> <entry key="source_span"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/source_span-1.7.0/lib" /> </list> </value> </entry> <entry key="stack_trace"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/stack_trace-1.9.6/lib" /> </list> </value> </entry> <entry key="stream_channel"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/stream_channel-2.0.0/lib" /> </list> </value> </entry> <entry key="stream_transform"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/stream_transform-1.2.0/lib" /> </list> </value> </entry> <entry key="string_scanner"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/string_scanner-1.0.5/lib" /> </list> </value> </entry> <entry key="term_glyph"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/term_glyph-1.1.0/lib" /> </list> </value> </entry> <entry key="timing"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/timing-0.1.1+3/lib" /> </list> </value> </entry> <entry key="typed_data"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/typed_data-1.2.0/lib" /> </list> </value> </entry> <entry key="uuid"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/uuid-2.2.2/lib" /> </list> </value> </entry> <entry key="watcher"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/watcher-0.9.7+15/lib" /> </list> </value> </entry> <entry key="web_socket_channel"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/web_socket_channel-1.2.0/lib" /> </list> </value> </entry> <entry key="yaml"> <value> <list> <option value="$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/yaml-2.2.1/lib" /> </list> </value> </entry> </option> </properties> <CLASSES> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/analyzer-0.38.5/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/args-1.6.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.4.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/bson-0.3.4/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build-1.2.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_config-0.4.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_daemon-2.1.7/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_resolvers-1.2.1/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_runner-1.9.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/build_runner_core-5.1.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/built_collection-4.3.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/built_value-7.1.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/characters-1.0.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/charcode-1.1.3/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/checked_yaml-1.0.4/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/code_builder-3.7.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/collection-1.14.13/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/convert-2.1.1/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/crypto-2.1.5/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/csslib-0.16.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dart_style-1.3.3/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dartboot_annotation-1.0.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dartboot_core-1.0.13/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dartboot_db-1.0.1/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dartboot_util-1.0.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/dio-3.0.10/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/file-5.2.1/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/fixnum-0.10.11/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/front_end-0.1.27/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/glob-1.2.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/graphs-0.2.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/html-0.14.0+4/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/http-0.12.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/http_multi_server-2.2.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/http_parser-3.1.4/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/intl-0.16.1/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/io-0.3.5/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/js-0.6.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/json_annotation-3.1.1/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/kernel-0.3.27/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/logging-0.11.4/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/matcher-0.12.9/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/meta-1.2.4/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/mime-0.9.7/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/mongo_dart_query-0.4.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/more-2.8.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/mutex-1.1.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/node_interop-1.2.1/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/node_io-1.2.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/package_config-1.9.3/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/package_resolver-1.0.10/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/path-1.7.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/pedantic-1.9.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/pool-1.4.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/pub_semver-1.4.4/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/pubspec_parse-0.1.8/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/quiver-2.1.5/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/rational-0.3.8/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/shelf-0.7.9/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/shelf_web_socket-0.2.4+1/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/source_gen-0.9.4+6/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/source_span-1.7.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/stack_trace-1.9.6/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/stream_channel-2.0.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/stream_transform-1.2.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/string_scanner-1.0.5/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/term_glyph-1.1.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/timing-0.1.1+3/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/typed_data-1.2.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/uuid-2.2.2/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/watcher-0.9.7+15/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/web_socket_channel-1.2.0/lib" /> <root url="file://$USER_HOME$/Documents/flutter/.pub-cache/hosted/pub.flutter-io.cn/yaml-2.2.1/lib" /> </CLASSES> <JAVADOC /> <SOURCES /> </library> </component>
44.417785
128
0.554603
d2e928195a42694c44572753819e732464206fe8
3,796
xml
XML
Imports/RefreshFromDatabase/Import/Method/Refresh from Database.xml
ArasLabs/refresh-from-database
d3ff81c882644197a2ef24b193317f36bebc49ee
[ "MIT" ]
5
2017-11-16T14:05:47.000Z
2019-04-07T17:35:10.000Z
Imports/RefreshFromDatabase/Import/Method/Refresh from Database.xml
ArasLabs/refresh-from-database
d3ff81c882644197a2ef24b193317f36bebc49ee
[ "MIT" ]
4
2017-09-21T20:25:41.000Z
2019-06-28T18:32:04.000Z
Imports/RefreshFromDatabase/Import/Method/Refresh from Database.xml
ArasLabs/refresh-from-database
d3ff81c882644197a2ef24b193317f36bebc49ee
[ "MIT" ]
4
2018-05-16T15:16:08.000Z
2019-11-13T18:58:25.000Z
<AML> <Item type="Method" id="058191470A844487B51B2F5F78A785CF" action="add"> <execution_allowed_to keyed_name="World" type="Identity">A73B655731924CD0B027E4F4D5FCC0A9</execution_allowed_to> <method_code><![CDATA[var inn = this.getInnovator(); var doc = parent.frames[1].document; if (doc) { var generation = function(){ // Get the most recent generation of the currently opened item var itemID = doc.itemID; var itemType = doc.thisItem.getType(); var oldPart = inn.newItem(itemType, "get"); oldPart.setID(itemID); oldPart = oldPart.apply(); var newPart = inn.newItem(itemType, "get"); newPart.setProperty("config_id", oldPart.getProperty("config_id")); newPart.setProperty("is_current", "1"); newPart = newPart.apply(); // Show the newest generation of this item in the same tearoff window or tab doc.thisItem = newPart; parent.item = newPart.node; /* This code was added to fix an issue where relationships that weren't * in the currently displayed tab weren't refreshing with the item. * * The reason for this issue was that the relationship grid is loaded from * a query string rather than from the item of the parent window. When the * item was refreshing, the ID of the parent item in the query string wasn't * refreshing along with it, so you were still seeing relationships off of * the old generation of the item. * * To work around this issue, we build our own query string and manually * reload the relationships grid using it. Reloading the relationship grid * may cause any unsaved relationships to be wiped, but we already perform * a check for any unsaved data before saving. */ var queryString = getQueryStringForRelGrid(); parent.relationships.reload(queryString); aras.uiReShowItemEx(oldPart.getID(), doc.thisItem.node); } // Make sure that any changes will not be overwritten unintentionally if (aras.isDirtyEx(doc.thisItem.node)) { var params = { aras: aras, dialogWidth: 400, dialogHeight: 200, message: "Refreshing from the database will overwrite your changes. Do you wish to continue?", buttons: { btnYes: aras.getResource('', 'common.yes'), btnCancel: aras.getResource('', 'common.cancel') }, defaultButton: 'btnCancel', content: 'groupChgsDialog.html' } var returnedValue; var wnd = aras.getMostTopWindowWithAras(window); wnd = wnd.main || wnd; wnd.ArasModules.Dialog.show('iframe', params).promise.then(function(returnedValue) { //if (window.confirm("Refreshing from the database will overwrite your changes. Do you wish to continue?")) { // returnedValue = 'btnYes;' //} if (returnedValue == 'btnCancel') { return null; } generation(); }.bind(this)); } else { generation(); } } function getQueryStringForRelGrid() { var queryString = {}; queryString.db = aras.getDatabase(); queryString.ITName = parent.itemTypeName; queryString.relTypeID = parent.relationships.relTabbar.GetSelectedTab(); queryString.itemID = parent.itemID; queryString.editMode = (parent.isEditMode ? 1 : 0); queryString.tabbar = "1"; queryString.toolbar = "1"; queryString.where = "tabview"; return queryString; } ]]></method_code> <method_type>JavaScript</method_type> <name>Refresh from Database</name> </Item> </AML>
37.215686
121
0.624078
7b6428ec454e26d283421cfd0946eabf7cc246bb
795
kml
XML
programs/km/rkf-clib/components/science/chem-halo/specs/kb-expression.spec.kml
TeamSPoon/wam_common_lisp_devel_workspace
1de323a866d2e30575057555ca5acdfabaf6cc48
[ "Apache-2.0" ]
1
2018-04-28T03:33:38.000Z
2018-04-28T03:33:38.000Z
programs/km/rkf-clib/components/science/chem-halo/specs/kb-expression.spec.kml
TeamSPoon/cl-krr
1de323a866d2e30575057555ca5acdfabaf6cc48
[ "Apache-2.0" ]
null
null
null
programs/km/rkf-clib/components/science/chem-halo/specs/kb-expression.spec.kml
TeamSPoon/cl-krr
1de323a866d2e30575057555ca5acdfabaf6cc48
[ "Apache-2.0" ]
null
null
null
<!--- $Id: kb-expression.spec.kml,v 1.3 2008/05/14 21:48:04 kunal Exp $ ---> <!-- Automatically generated spec file html-to-kml --><kml> <concept name=kb-expression> <from name=Hydrolysis> <from name=Base-Role> <to name=Equilibrium-Constant-Expression> <superconcept name=Thing><hr> <h3>Component Semantics:</h3> <component tag=kb-expression> <definition> Kb is expressed as the following, for the equilibrium reaction B + H2O <--> HB(+) + OH(-), Kb = [HB(+)][OH(-)]/[B] </definition> <seealso name=Time-Interval> <seealso name=Slot> <seealso name=Role> <seealso name=Property-Group> <seealso name=Method> <seealso name=Law> <seealso name=KM-Class> <seealso name=Event> <seealso name=Equilibrium-Constant-Expression> <seealso name=Entity> <seealso name=Chemical-Formula> </component></kml>
31.8
144
0.720755
1adb189c988aee714f631adcc002eceaaeaf03a8
3,073
xml
XML
500E/ijs.0.64390-0-000.pbm/log.xml
ContentMine/ijsem
1235b5eab144ff152ea0ae21570f3323c3b8e57c
[ "CC0-1.0" ]
1
2015-09-14T19:11:29.000Z
2015-09-14T19:11:29.000Z
500E/ijs.0.64390-0-000.pbm/log.xml
ContentMine/ijsem
1235b5eab144ff152ea0ae21570f3323c3b8e57c
[ "CC0-1.0" ]
3
2015-08-28T11:31:39.000Z
2015-09-15T06:49:26.000Z
500E/ijs.0.64390-0-000.pbm/log.xml
ContentMine/ijsem
1235b5eab144ff152ea0ae21570f3323c3b8e57c
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <log date="2015-08-29T19:39:35.015+01:00"> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.ensureOutputDirectory" message="PhyloTree output to: target/junk/1440873575015; suggest you setOutputDir()" millis="0"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="3602"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="3602"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="3603"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Acidovorax avenae subsp. avenae ATCC 1986OT (AF078759)]" millis="3603"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="3603"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="3603"/> <error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="3604"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.10" millis="3604"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.15" millis="3605"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.16" millis="3605"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.19" millis="3605"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.20" millis="3605"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.23" millis="3605"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.26" millis="3606"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.createTree" message="Analyzed pixels for tree successfully" millis="3610"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputNexml" message="wrote NEXML: ../ijsem/500E/ijs.0.64390-0-000.pbm/results/phylotree/001.nexml.xml" millis="3611"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputNewick" message="wrote Newick: ../ijsem/500E/ijs.0.64390-0-000.pbm/results/phylotree/001.nwk" millis="3614"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputHocrSvg" message="wrote HOCSVG: ../ijsem/500E/ijs.0.64390-0-000.pbm/results/phylotree/001.hocr.svg" millis="3618"/> <info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputSvg" message="wrote HOCSVG: ../ijsem/500E/ijs.0.64390-0-000.pbm/results/phylotree/001.svg" millis="3624"/> </log>
128.041667
193
0.787504
094152fb394827107dd09300ef97238bfde08885
2,756
xml
XML
WIDER_train_annotations/12_Group_Large_Group_12_Group_Large_Group_12_859.xml
fischermario/WIDER-to-VOC-annotations
b4d3d297806efcf9179936e1aa105b6472d80057
[ "MIT" ]
12
2019-05-14T20:43:03.000Z
2021-05-08T05:06:01.000Z
WIDER_train_annotations/12_Group_Large_Group_12_Group_Large_Group_12_859.xml
fischermario/WIDER-to-VOC-annotations
b4d3d297806efcf9179936e1aa105b6472d80057
[ "MIT" ]
1
2019-01-12T14:54:12.000Z
2019-01-12T14:54:12.000Z
WIDER_train_annotations/12_Group_Large_Group_12_Group_Large_Group_12_859.xml
zisianw/WIDER-to-VOC-annotations
dc365a8dcf87390c3e6a4eb2874de34e236779b6
[ "MIT" ]
7
2019-01-01T15:19:38.000Z
2021-10-18T00:56:16.000Z
<annotation> <folder>12--Group</folder> <filename>12_Group_Large_Group_12_Group_Large_Group_12_859.jpg</filename> <source> <database>Unknown</database> </source> <size> <width>1024</width> <height>688</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>903</xmin> <ymin>236</ymin> <xmax>920</xmax> <ymax>253</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>727</xmin> <ymin>267</ymin> <xmax>743</xmax> <ymax>289</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>595</xmin> <ymin>181</ymin> <xmax>615</xmax> <ymax>205</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>580</xmin> <ymin>322</ymin> <xmax>618</xmax> <ymax>356</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>333</xmin> <ymin>347</ymin> <xmax>369</xmax> <ymax>372</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>362</xmin> <ymin>471</ymin> <xmax>403</xmax> <ymax>500</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>191</xmin> <ymin>499</ymin> <xmax>242</xmax> <ymax>531</ymax> </bndbox> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>512</xmin> <ymin>82</ymin> <xmax>517</xmax> <ymax>87</ymax> </bndbox> </object> </annotation>
25.054545
77
0.472424
c826defb1a812765c459310c8bfdb602138f4a58
1,340
xaml
XML
Poke/Resources/ValueConverters.xaml
MathewSachin/Poke
f35edef09bf5410510baab6b483fd2e2767a645c
[ "MIT" ]
14
2017-11-21T18:11:09.000Z
2021-02-03T19:30:09.000Z
Poke/Resources/ValueConverters.xaml
MathewSachin/Poke
f35edef09bf5410510baab6b483fd2e2767a645c
[ "MIT" ]
1
2018-01-28T06:36:50.000Z
2018-01-28T06:36:50.000Z
Poke/Resources/ValueConverters.xaml
MathewSachin/Poke
f35edef09bf5410510baab6b483fd2e2767a645c
[ "MIT" ]
1
2021-03-31T20:36:50.000Z
2021-03-31T20:36:50.000Z
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:poke="clr-namespace:Poke"> <poke:PokemonSpriteConverter x:Key="PokemonSpriteConverter"/> <poke:TypeToColorConverter x:Key="TypeToColorConverter"/> <poke:StatusToDisplayConverter x:Key="StatusToDisplayConverter"/> <poke:StatusToColorConverter x:Key="StatusToColorConverter"/> <poke:GenderToSymbolConverter x:Key="GenderToSymbolConverter"/> <poke:GenderToColorConverter x:Key="GenderToColorConverter"/> <poke:NullToVisibleConverter x:Key="NullToVisibleConverter"/> <poke:WeatherToColorConverter x:Key="WeatherToColorConverter"/> <poke:FaintedToColorConverter x:Key="FaintedToColorConverter"/> <poke:EqualityToVisibilityConverter x:Key="EqualityConverter"/> <poke:NotFaintedToVisibilityConverter x:Key="NotFaintedToVisibilityConverter"/> <poke:MoveKindToColorConverter x:Key="MoveKindToColorConverter"/> <poke:PokeballColorConverter x:Key="PokeballColorConverter"/> <poke:TransformSpriteConverter x:Key="TransformSpriteConverter"/> <poke:SpaceAtCaptitalsConverter x:Key="SpaceAtCaptitalsConverter"/> <BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter"/> </ResourceDictionary>
63.809524
86
0.773134
208a3324520e457c68d01461dab9c2a54eae66fe
515
xsd
XML
src/test/resources/issue_27_Import_B.xsd
Wael-Fathallah/XsdParser
7816ccf3ab7f55210adad5b1c8a0ce5715d54dfe
[ "MIT" ]
52
2018-07-31T07:17:19.000Z
2022-02-11T21:33:15.000Z
src/test/resources/issue_27_Import_B.xsd
Wael-Fathallah/XsdParser
7816ccf3ab7f55210adad5b1c8a0ce5715d54dfe
[ "MIT" ]
35
2018-08-01T06:34:42.000Z
2021-12-18T13:20:21.000Z
src/test/resources/issue_27_Import_B.xsd
Wael-Fathallah/XsdParser
7816ccf3ab7f55210adad5b1c8a0ce5715d54dfe
[ "MIT" ]
30
2018-10-30T14:05:19.000Z
2022-01-22T23:13:02.000Z
<?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="http://NamespaceTest.com/Issue_27_B" xmlns="http://foo" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:C="http://NamespaceTest.com/Issue_27_C"> <xs:import namespace="http://NamespaceTest.com/Issue_27_C" schemaLocation="issue_27_Import_C.xsd"/> <xs:element name="B"> <xs:complexType> <xs:choice> <xs:element ref="C:C"/> </xs:choice> </xs:complexType> </xs:element> </xs:schema>
42.916667
174
0.631068
2c9d6eec2fc115a663fc8043e715a42d24a96373
10,348
storyboard
XML
Snap Scramble/Main.storyboard
lghstim/Snap-Scramble
2f6dabcb088524e20ada45492a59e583e685ead5
[ "MIT" ]
null
null
null
Snap Scramble/Main.storyboard
lghstim/Snap-Scramble
2f6dabcb088524e20ada45492a59e583e685ead5
[ "MIT" ]
null
null
null
Snap Scramble/Main.storyboard
lghstim/Snap-Scramble
2f6dabcb088524e20ada45492a59e583e685ead5
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="KoD-D9-V8H"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <scenes> <!--View Controller--> <scene sceneID="WGZ-RQ-mh1"> <objects> <viewController storyboardIdentifier="left" id="D4e-Tq-zo2" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="sBV-NI-4lL"/> <viewControllerLayoutGuide type="bottom" id="BEo-9u-B1v"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="Ok2-0r-KgS"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" red="0.17935042083263397" green="1" blue="0.99905967712402344" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </view> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="ttT-HS-94R" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-98" y="436"/> </scene> <!--View Controller--> <scene sceneID="gty-Cw-mH7"> <objects> <viewController storyboardIdentifier="top" id="QdS-eL-Xpi" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="rdi-hl-Jfw"/> <viewControllerLayoutGuide type="bottom" id="8ac-oO-l8V"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="ZVC-z7-zsq"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" red="1" green="0.40000000600000002" blue="0.40000000600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </view> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="j2E-8H-8BT" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="275" y="-112"/> </scene> <!--View Controller1--> <scene sceneID="nPN-Xb-rSo"> <objects> <viewController storyboardIdentifier="middle" id="KoD-D9-V8H" customClass="ViewController1" customModule="SnapchatSwipeView" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="ghb-2x-Sw0"/> <viewControllerLayoutGuide type="bottom" id="fVr-5m-2Sl"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="NxN-Tu-jtI"> <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" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="V8w-c1-JCf"> <rect key="frame" x="277" y="595" width="56" height="30"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <state key="normal" title="Forward"/> <connections> <action selector="buttonForwardDidPress:" destination="KoD-D9-V8H" eventType="touchUpInside" id="DeI-vz-N7e"/> </connections> </button> <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DlX-0i-rVm"> <rect key="frame" x="29" y="595" width="68" height="30"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <state key="normal" title="Backward"/> <connections> <action selector="buttonBackwardDidPress:" destination="KoD-D9-V8H" eventType="touchUpInside" id="rLF-s7-9CS"/> </connections> </button> </subviews> <color key="backgroundColor" red="0.40000000600000002" green="1" blue="0.80000001190000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </view> <navigationItem key="navigationItem" id="pcu-Qo-f72"/> <connections> <outlet property="buttonBackward" destination="DlX-0i-rVm" id="5fI-0Z-dN5"/> <outlet property="buttonForward" destination="V8w-c1-JCf" id="Ngq-1h-vyi"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="JRN-ZT-e9L" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="275" y="436"/> </scene> <!--View Controller--> <scene sceneID="AXu-Fo-MxG"> <objects> <viewController storyboardIdentifier="bottom" id="kco-nZ-g8G" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="ugp-zS-0KB"/> <viewControllerLayoutGuide type="bottom" id="Iwy-fE-noU"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="Yaf-Iu-xvq"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" red="0.40000000600000002" green="0.40000000600000002" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </view> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="rkS-UZ-V30" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="275" y="1088"/> </scene> <!--View Controller2--> <scene sceneID="hI4-X6-iVL"> <objects> <viewController storyboardIdentifier="right" id="che-eb-Nij" customClass="ViewController2" customModule="SnapchatSwipeView" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="S1d-eX-dGW"/> <viewControllerLayoutGuide type="bottom" id="BYK-rx-G44"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="O9H-IL-kB3"> <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" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7Em-u5-JO1"> <rect key="frame" x="16" y="617" width="68" height="30"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <state key="normal" title="Backward"/> <connections> <action selector="buttonBackwardDidPress:" destination="che-eb-Nij" eventType="touchUpInside" id="we6-c7-uxF"/> </connections> </button> </subviews> <color key="backgroundColor" red="1" green="0.80000001190000003" blue="0.40000000600000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </view> <navigationItem key="navigationItem" id="1fT-ng-fzM"/> <connections> <outlet property="buttonBackward" destination="7Em-u5-JO1" id="J4g-Gx-LkH"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="CIy-0U-Pz7" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="641" y="436"/> </scene> </scenes> <simulatedMetricsContainer key="defaultSimulatedMetrics"> <simulatedStatusBarMetrics key="statusBar"/> <simulatedOrientationMetrics key="orientation"/> <simulatedScreenMetrics key="destination" type="retina4_7.fullscreen"/> </simulatedMetricsContainer> </document>
70.876712
282
0.56552
12c26983c6666be2fed8e051587c7e7eeda3e4a6
9,863
xml
XML
tools/openms/Decharger.xml
EngyNasr/tools-galaxyp
e45c15081260025e470d23975ef5a734d3f8fc66
[ "MIT" ]
null
null
null
tools/openms/Decharger.xml
EngyNasr/tools-galaxyp
e45c15081260025e470d23975ef5a734d3f8fc66
[ "MIT" ]
null
null
null
tools/openms/Decharger.xml
EngyNasr/tools-galaxyp
e45c15081260025e470d23975ef5a734d3f8fc66
[ "MIT" ]
null
null
null
<?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> <!--Proposed Tool Section: [Quantitation]--> <tool id="Decharger" name="Decharger" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> <description>Decharges and merges different feature charge variants of the same peptide.</description> <macros> <token name="@EXECUTABLE@">Decharger</token> <import>macros.xml</import> <import>macros_autotest.xml</import> <import>macros_test.xml</import> </macros> <expand macro="requirements"/> <expand macro="stdio"/> <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ @EXT_FOO@ #import re ## Preprocessing mkdir in && ln -s '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && mkdir out_cm && #if "out_fm_FLAG" in str($OPTIONAL_OUTPUTS).split(',') mkdir out_fm && #end if #if "outpairs_FLAG" in str($OPTIONAL_OUTPUTS).split(',') mkdir outpairs && #end if ## Main program call set -o pipefail && @EXECUTABLE@ -write_ctd ./ && python3 '$__tool_directory__/fill_ctd.py' '@EXECUTABLE@.ctd' '$args_json' '$hardcoded_json' && @EXECUTABLE@ -ini @EXECUTABLE@.ctd -in 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' -out_cm 'out_cm/output.${gxy2omsext("consensusxml")}' #if "out_fm_FLAG" in str($OPTIONAL_OUTPUTS).split(',') -out_fm 'out_fm/output.${gxy2omsext("featurexml")}' #end if #if "outpairs_FLAG" in str($OPTIONAL_OUTPUTS).split(',') -outpairs 'outpairs/output.${gxy2omsext("consensusxml")}' #end if #if len(str($OPTIONAL_OUTPUTS).split(',')) == 0 | tee '$stdout' #end if ## Postprocessing && mv 'out_cm/output.${gxy2omsext("consensusxml")}' '$out_cm' #if "out_fm_FLAG" in str($OPTIONAL_OUTPUTS).split(',') && mv 'out_fm/output.${gxy2omsext("featurexml")}' '$out_fm' #end if #if "outpairs_FLAG" in str($OPTIONAL_OUTPUTS).split(',') && mv 'outpairs/output.${gxy2omsext("consensusxml")}' '$outpairs' #end if #if "ctd_out_FLAG" in $OPTIONAL_OUTPUTS && mv '@EXECUTABLE@.ctd' '$ctd_out' #end if]]></command> <configfiles> <inputs name="args_json" data_style="paths"/> <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> </configfiles> <inputs> <param name="in" argument="-in" type="data" format="featurexml" optional="false" label="input file" help=" select featurexml data sets(s)"/> <section name="algorithm" title="Feature decharging algorithm section" help="" expanded="false"> <section name="FeatureDeconvolution" title="" help="" expanded="false"> <param name="charge_min" argument="-algorithm:FeatureDeconvolution:charge_min" type="integer" optional="false" value="1" label="Minimal possible charge" help=""/> <param name="charge_max" argument="-algorithm:FeatureDeconvolution:charge_max" type="integer" optional="false" value="10" label="Maximal possible charge" help=""/> <param name="charge_span_max" argument="-algorithm:FeatureDeconvolution:charge_span_max" type="integer" optional="false" min="1" value="4" label="Maximal range of charges for a single analyte" help="i.e. observing q1=[5,6,7] implies span=3. Setting this to 1 will only find adduct variants of the same charge"/> <param name="q_try" argument="-algorithm:FeatureDeconvolution:q_try" display="checkboxes" type="select" optional="false" label="Try different values of charge for each feature according to the above settings ('heuristic' [does not test all charges, just the likely ones] or 'all' ), or leave feature charge untouched ('feature')" help=""> <option value="feature" selected="true">feature</option> <option value="heuristic">heuristic</option> <option value="all">all</option> <expand macro="list_string_san" name="q_try"/> </param> <param name="retention_max_diff" argument="-algorithm:FeatureDeconvolution:retention_max_diff" type="float" optional="false" value="1.0" label="Maximum allowed RT difference between any two features if their relation shall be determined" help=""/> <param name="retention_max_diff_local" argument="-algorithm:FeatureDeconvolution:retention_max_diff_local" type="float" optional="false" value="1.0" label="Maximum allowed RT difference between between two co-features, after adduct shifts have been accounted for (if you do not have any adduct shifts, this value should be equal to 'retention_max_diff', otherwise it should be smaller!)" help=""/> <param name="mass_max_diff" argument="-algorithm:FeatureDeconvolution:mass_max_diff" type="float" optional="false" value="0.5" label="Maximum allowed mass difference [in Th] for a single feature" help=""/> <param name="potential_adducts" argument="-algorithm:FeatureDeconvolution:potential_adducts" type="text" optional="false" value="K:+:0.1" label="Adducts used to explain mass differences in format: 'Element:Charge(+/-):Probability[:RTShift[:Label]]'" help="i.e. the number of '+' or '-' indicate the charge, e.g. 'Ca:++:0.5' indicates +2. Probabilites have to be in (0,1]. RTShift param is optional and indicates the expected RT shift caused by this adduct, e.g. '(2)H4H-4:0:1:-3' indicates a 4 deuterium label, which causes early elution by 3 seconds. As a fifth parameter you can add a label which is tagged on every feature which has this adduct. This also determines the map number in the consensus file (space separated list, in order to allow for spaces in list items surround them by single quotes)"> <expand macro="list_string_val" name="potential_adducts"/> <expand macro="list_string_san" name="potential_adducts"/> </param> <param name="max_neutrals" argument="-algorithm:FeatureDeconvolution:max_neutrals" type="integer" optional="false" value="0" label="Maximal number of neutral adducts(q=0) allowed" help="Add them in the 'potential_adducts' section!"/> <param name="max_minority_bound" argument="-algorithm:FeatureDeconvolution:max_minority_bound" type="integer" optional="false" min="0" value="2" label="Maximum count of the least probable adduct (according to 'potential_adducts' param) within a charge variant" help="E.g. setting this to 2 will not allow an adduct composition of '1(H+),3(Na+)' if Na+ is the least probable adduct"/> <param name="min_rt_overlap" argument="-algorithm:FeatureDeconvolution:min_rt_overlap" type="float" optional="false" min="0.0" max="1.0" value="0.66" label="Minimum overlap of the convex hull' RT intersection measured against the union from two features (if CHs are given)" help=""/> <param name="intensity_filter" argument="-algorithm:FeatureDeconvolution:intensity_filter" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Enable the intensity filter, which will only allow edges between two equally charged features if the intensity of the feature with less likely adducts is smaller than that of the other feature" help="It is not used for features of different charge"/> <param name="negative_mode" argument="-algorithm:FeatureDeconvolution:negative_mode" type="text" optional="false" value="false" label="Enable negative ionization mode" help=""> <expand macro="list_string_san" name="negative_mode"/> </param> <param name="default_map_label" argument="-algorithm:FeatureDeconvolution:default_map_label" type="text" optional="false" value="decharged features" label="Label of map in output consensus file where all features are put by default" help=""> <expand macro="list_string_san" name="default_map_label"/> </param> <param name="verbose_level" argument="-algorithm:FeatureDeconvolution:verbose_level" type="integer" optional="false" min="0" max="3" value="0" label="Amount of debug information given during processing" help=""/> </section> </section> <expand macro="adv_opts_macro"> <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> <param name="test" argument="-test" type="hidden" optional="false" value="False" label="Enables the test mode (needed for internal use only)" help=""> <expand macro="list_string_san" name="test"/> </param> </expand> <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> <option value="out_fm_FLAG">out_fm (output feature map)</option> <option value="outpairs_FLAG">outpairs (output file)</option> <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> </param> </inputs> <outputs> <data name="out_cm" label="${tool.name} on ${on_string}: out_cm" format="consensusxml"/> <data name="out_fm" label="${tool.name} on ${on_string}: out_fm" format="featurexml"> <filter>OPTIONAL_OUTPUTS is not None and "out_fm_FLAG" in OPTIONAL_OUTPUTS</filter> </data> <data name="outpairs" label="${tool.name} on ${on_string}: outpairs" format="consensusxml"> <filter>OPTIONAL_OUTPUTS is not None and "outpairs_FLAG" in OPTIONAL_OUTPUTS</filter> </data> <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> </data> </outputs> <tests> <expand macro="autotest_Decharger"/> <expand macro="manutest_Decharger"/> </tests> <help><![CDATA[Decharges and merges different feature charge variants of the same peptide. For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_Decharger.html]]></help> <expand macro="references"/> </tool>
74.157895
814
0.717327
712be1b12ce090ea9991ff37ccb8b58af0dc4187
136
props
XML
src/project.props
justinhachemeister/Mvvm
56956a4e2e7eaecfaa9fdc423775057b8a909c91
[ "MIT" ]
1
2021-07-01T01:40:59.000Z
2021-07-01T01:40:59.000Z
src/project.props
justinhachemeister/Mvvm
56956a4e2e7eaecfaa9fdc423775057b8a909c91
[ "MIT" ]
null
null
null
src/project.props
justinhachemeister/Mvvm
56956a4e2e7eaecfaa9fdc423775057b8a909c91
[ "MIT" ]
null
null
null
<Project> <PropertyGroup> <Authors>Stephen Cleary</Authors> <VersionPrefix>1.3.0</VersionPrefix> </PropertyGroup> </Project>
22.666667
40
0.705882
8ab0cad8bede69b75a956d201d4e8b472763ea74
9,742
xml
XML
pom.xml
kppeterkiss/BlackBoxOptimizer
20fcf556727b5564dc3cb130b3a0b9b364601c81
[ "Apache-2.0" ]
3
2018-03-07T18:02:32.000Z
2018-04-09T07:06:53.000Z
pom.xml
kppeterkiss/BlackBoxOptimizer
20fcf556727b5564dc3cb130b3a0b9b364601c81
[ "Apache-2.0" ]
1
2021-12-14T20:40:35.000Z
2021-12-14T20:40:35.000Z
pom.xml
kppeterkiss/BlackBoxOptimizer
20fcf556727b5564dc3cb130b3a0b9b364601c81
[ "Apache-2.0" ]
2
2019-02-22T08:02:57.000Z
2021-11-16T14:29:36.000Z
<?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"> <!--<parent> <groupId>hu.elte.fds</groupId> <artifactId>BBComInterface</artifactId> <version>1.0-SNAPSHOT</version> <relativePath>../BBComInterface/pom.xml</relativePath> </parent>--> <modelVersion>4.0.0</modelVersion> <groupId>hu.elte.fds</groupId> <artifactId>BlaBoO</artifactId> <version>1.0</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <!--<modules> <module>BlackBoxOptimizerDistSlave</module> <module>BlackBoxOptimizerDistCoordinator</module> </modules>--> <!--<packaging>pom</packaging>--> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <goals> <goal>shade</goal> </goals> <configuration> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> </excludes> </filter> </filters> <shadedArtifactAttached>true</shadedArtifactAttached> <transformers> <transformer implementation= "org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>optimizer.main.Main</mainClass> </transformer> </transformers> <finalName>${project.artifactId}-${project.version}</finalName> <outputDirectory>${basedir}${file.separator}target${file.separator}App</outputDirectory> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> <executions> <execution> <id>make-standard-directory-layout</id> <phase>package</phase> <configuration> <tasks> <mkdir dir="${project.build.directory}${file.separator}App${file.separator}public${file.separator}lib${file.separator}algorithms${file.separator}" /> <mkdir dir="${project.build.directory}${file.separator}App${file.separator}public${file.separator}examples${file.separator}" /> <!--<copy todir="${project.build.directory}${file.separator}App${file.separator}public${file.separator}examples${file.separator}">--> <copy todir="${project.build.directory}${file.separator}App${file.separator}public${file.separator}"> <!--<fileset dir="src${file.separator}main${file.separator}resources${file.separator}public${file.separator}examples">--> <fileset dir="src${file.separator}main${file.separator}resources${file.separator}public${file.separator}"> <!--<include name="*.class"/>--> </fileset> </copy> <copy file="src${file.separator}main${file.separator}java${file.separator}optimizer${file.separator}algorithms${file.separator}AbstractAlgorithm.java" tofile="${project.build.directory}${file.separator}public{file.separator}lib${file.separator}algorithms${file.separator}AbstractAlgorithm.java"/> <copy todir="${project.build.directory}${file.separator}App${file.separator}public${file.separator}lib${file.separator}optimizer${file.separator}algorithms${file.separator}"> <fileset dir="${project.build.directory}${file.separator}classes${file.separator}optimizer${file.separator}algorithms"> <include name="*.class"/> </fileset> </copy> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies><!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --> <dependency> <groupId>hu.elte.fds</groupId> <artifactId>DistCommIF</artifactId> <version>1.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.5</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.17.1</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.17.1</version> </dependency> <!-- https://mvnrepository.com/artifact/com.sparkjava/spark-core --> <dependency> <groupId>com.sparkjava</groupId> <artifactId>spark-core</artifactId> <version>2.8.0</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity --> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>com.sparkjava</groupId> <artifactId>spark-template-velocity</artifactId> <version>2.7.1</version> </dependency> <!-- https://mvnrepository.com/artifact/junit/junit --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.fluentlenium/fluentlenium-core --> <dependency> <groupId>org.fluentlenium</groupId> <artifactId>fluentlenium-core</artifactId> <version>3.1.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.fluentlenium/fluentlenium-assertj --> <dependency> <groupId>org.fluentlenium</groupId> <artifactId>fluentlenium-assertj</artifactId> <version>3.1.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.25</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> </dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.25</version> </dependency> <!-- https://mvnrepository.com/artifact/com.spotify/docker-maven-plugin --> <dependency> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> <version>1.2.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.6.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.mockito/mockito-core --> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.1.0</version> <scope>test</scope> </dependency> </dependencies> </project>
45.737089
328
0.518887
5611cb0df9f51755bd3c5ed16b30ffb080fb2dc0
3,103
xml
XML
app/src/main/res/layout/fragment_chart.xml
AlexeyZatsepin/CryptoObserver
067198143ade3e18f3df9c1028548852997f1466
[ "Apache-2.0" ]
4
2018-01-23T20:41:22.000Z
2020-07-20T20:38:16.000Z
app/src/main/res/layout/fragment_chart.xml
AlexeyZatsepin/CryptoObserver
067198143ade3e18f3df9c1028548852997f1466
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/fragment_chart.xml
AlexeyZatsepin/CryptoObserver
067198143ade3e18f3df9c1028548852997f1466
[ "Apache-2.0" ]
2
2018-01-23T20:45:32.000Z
2020-07-20T20:38:22.000Z
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" android:layout_height="match_parent"> <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" tools:background="@color/chartBackgroundFill"> <TextView android:layout_weight="0.5" android:layout_width="0dp" android:layout_height="wrap_content" android:textColor="@android:color/white" android:textAlignment="center" android:text="Currency: "/> <TextView android:layout_weight="0.5" android:layout_width="0dp" android:layout_height="wrap_content" android:textColor="@android:color/white" android:textAlignment="center" android:text="Interval: "/> </LinearLayout> <LinearLayout android:id="@+id/spinners" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"> <Spinner android:id="@+id/currency" android:layout_weight="0.5" android:layout_width="0dp" android:layout_height="wrap_content" /> <Spinner android:id="@+id/interval" android:layout_weight="0.5" android:layout_width="0dp" android:layout_height="wrap_content" /> </LinearLayout> <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" tools:background="@color/chartBackgroundFill"> <TextView android:layout_weight="0.5" android:layout_width="0dp" android:layout_height="wrap_content" android:textColor="@android:color/white" android:textAlignment="center" android:text="From: "/> <TextView android:id="@+id/from" android:layout_weight="0.5" android:layout_width="0dp" android:layout_height="wrap_content" android:textColor="@android:color/white" android:textAlignment="center" /> <TextView android:layout_weight="0.5" android:layout_width="0dp" android:layout_height="wrap_content" android:textColor="@android:color/white" android:textAlignment="center" android:text="To: "/> <TextView android:id="@+id/to" android:layout_weight="0.5" android:layout_width="0dp" android:layout_height="wrap_content" android:textColor="@android:color/white" android:textAlignment="center"/> </LinearLayout> <include android:id="@+id/include" layout="@layout/component_chart" /> </LinearLayout>
31.663265
72
0.60232
a4e818e6e7cf83412472e0c96497864192d03b30
1,640
xml
XML
app/src/main/res/layout/activity_test_selection_page_setting_alertdialog.xml
simonkspoon/NeuroGraph-master
184cd11896eb5e05d6d5cf881f36c6a1fec1b097
[ "Apache-2.0" ]
1
2018-07-25T03:57:01.000Z
2018-07-25T03:57:01.000Z
app/src/main/res/layout/activity_test_selection_page_setting_alertdialog.xml
simonkspoon/MHTI.Lab---NeuroGraph
184cd11896eb5e05d6d5cf881f36c6a1fec1b097
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_test_selection_page_setting_alertdialog.xml
simonkspoon/MHTI.Lab---NeuroGraph
184cd11896eb5e05d6d5cf881f36c6a1fec1b097
[ "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"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/setting_alertdialog_language_textview" android:text="@string/setting_page_choose_language" android:layout_marginLeft="30dp" android:layout_marginTop="50dp" android:layout_marginRight="30dp" /> <Spinner android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/setting_alertdialog_language_textview" android:layout_marginTop="30dp" android:layout_marginLeft="30dp" android:id="@+id/setting_alertdialog_language_spinner" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/setting_alertdialog_font_size_textview" android:layout_below="@id/setting_alertdialog_language_spinner" android:layout_marginTop="30dp" android:layout_marginLeft="30dp" android:layout_marginRight="30dp" android:text="@string/setting_page_choose_font_size"/> <Spinner android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/setting_alertdialog_font_size_textview" android:id="@+id/setting_alertdialog_font_size_spinner" android:layout_marginLeft="30dp" android:layout_marginTop="30dp" /> </RelativeLayout>
40
77
0.718293
eb32391394e9e14a84663d603a8d71edc87daf02
115
xml
XML
Android/third_party/tengine/src/main/AndroidManifest.xml
didichuxing/AoE
2b4ddd38462eca4ca3a6e939067187504084d1fa
[ "Apache-2.0" ]
844
2019-07-29T12:15:55.000Z
2022-03-29T07:24:16.000Z
Android/third_party/tengine/src/main/AndroidManifest.xml
didichuxing/AoE
2b4ddd38462eca4ca3a6e939067187504084d1fa
[ "Apache-2.0" ]
32
2019-08-10T09:32:35.000Z
2021-12-28T08:13:43.000Z
Android/third_party/tengine/src/main/AndroidManifest.xml
didichuxing/AoE
2b4ddd38462eca4ca3a6e939067187504084d1fa
[ "Apache-2.0" ]
139
2019-07-29T12:56:28.000Z
2022-01-27T08:29:14.000Z
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.didi.aoe.runtime.tengine" />
38.333333
68
0.73913
cc2d55cc15786dee234f0760aecc54fc4c3e1ae2
21,258
xml
XML
components/com_jdownloads/models/forms/download.xml
CLOUDLAB-URV/iostack
0f9edee355abd9e7ed85317ca816daf24a464bd5
[ "Apache-2.0" ]
null
null
null
components/com_jdownloads/models/forms/download.xml
CLOUDLAB-URV/iostack
0f9edee355abd9e7ed85317ca816daf24a464bd5
[ "Apache-2.0" ]
null
null
null
components/com_jdownloads/models/forms/download.xml
CLOUDLAB-URV/iostack
0f9edee355abd9e7ed85317ca816daf24a464bd5
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!-- $Id: download.xml - edit download --> <form> <fieldset addfieldpath="/administrator/components/com_jdownloads/models/fields"></fieldset> <field name="file_id" type="text" default="0" label="COM_JDOWNLOADS_ID" readonly="true" class="readonly" description="COM_JDOWNLOADS_ID_DESC" /> <field name="file_title" type="text" class="inputbox" size="50" label="COM_JDOWNLOADS_TITLE" description="" required="true" /> <field name="file_alias" type="text" class="inputbox" size="40" label="COM_JDOWNLOADS_ALIAS" description="COM_JDOWNLOADS_FIELD_ALIAS_DESC" /> <field name="release" type="text" class="inputbox" size="40" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_RELEASE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_RELEASE_DESC" /> <field name="cat_id" type="jdcategoryselecteditfe" label="COM_JDOWNLOADS_BACKEND_FILESLIST_CAT" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_FILE_SELECT_CAT_DESC" class="inputbox" required="true" /> <field name="access" type="accesslevel" label="COM_JDOWNLOADS_ACCESS" description="COM_JDOWNLOADS_ACCESS_DESC" class="inputbox"/> <field name="description" type="editor" buttons="true" hide="pagebreak,readmore" class="inputbox" filter="JComponentHelper::filterText" height="280" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_DESCRIPTION_SHORT" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_DESCRIPTION_SHORT_DESC" /> <field name="description_long" type="editor" buttons="true" hide="pagebreak,readmore" class="inputbox" filter="JComponentHelper::filterText" height="350" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_DESCRIPTION_LONG" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_DESCRIPTION_LONG_DESC" /> <field name="changelog" type="editor" buttons="true" hide="pagebreak,readmore" class="inputbox" filter="JComponentHelper::filterText" height="250" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_CHANGELOG" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_CHANGELOG_DESC" /> <field name="published" type="list" label="JSTATUS" description="COM_JDOWNLOADS_FIELD_STATE_DESC" class="inputbox" size="1" default="1"> <option value="1">COM_JDOWNLOADS_PUBLISHED</option> <option value="0">COM_JDOWNLOADS_UNPUBLISHED</option> </field> <field name="language" type="contentlanguage" label="COM_JDOWNLOADS_LANGUAGE" description="COM_JDOWNLOADS_LANGUAGE_DESC" class="inputbox"> <option value="*">COM_JDOWNLOADS_ALL</option> </field> <field name="ordering" type="Ordering" class="inputbox" label="JFIELD_ORDERING_LABEL" description="JFIELD_ORDERING_DESC" /> <field name="rules" type="rules" label="" translate_label="false" class="inputbox" filter="rules" component="com_jdownloads" section="download" validate="rules" /> <field name="buttonspacer" description="JGLOBAL_ACTION_PERMISSIONS_DESCRIPTION" type="spacer" /> <field name="checked_out" type="hidden" filter="unset" /> <field name="checked_out_time" type="hidden" filter="unset" /> <field name="asset_id" type="hidden" filter="unset" /> <field name="metadesc" type="textarea" label="COM_JDOWNLOADS_META_DESCRIPTION_LABEL" description="COM_JDOWNLOADS_META_DESCRIPTION_DESC" rows="4" cols="40"/> <field name="metakey" type="textarea" label="COM_JDOWNLOADS_META_KEYWORDS_LABEL" description="COM_JDOWNLOADS_META_KEYWORDS_DESC" rows="4" cols="40"/> <field name="robots" type="list" label="COM_JDOWNLOADS_ROBOTS_LABEL" description="COM_JDOWNLOADS_ROBOTS_DESC" > <option value="">COM_JDOWNLOADS_USE_GLOBAL</option> <option value="index, follow">COM_JDOWNLOADS_INDEX_FOLLOW</option> <option value="noindex, follow">COM_JDOWNLOADS_NOINDEX_FOLLOW</option> <option value="index, nofollow">COM_JDOWNLOADS_INDEX_NOFOLLOW</option> <option value="noindex, nofollow">COM_JDOWNLOADS_NOINDEX_NOFOLLOW</option> </field> <field name="tags" type="text" class="inputbox" size="60" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_TAGS_LABEL" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_TAGS_DESC" /> <field name="created_id" type="user" label="COM_JDOWNLOADS_CREATED_BY" desc="" /> <field name="date_added" type="calendar" label="COM_JDOWNLOADS_CREATED_DATE" description="" class="inputbox" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" readonly="false" /> <field name="modified_date" type="calendar" label="COM_JDOWNLOADS_MODIFIED_DATE" description="" class="inputbox" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" readonly="false" /> <field name="publish_from" type="calendar" label="COM_JDOWNLOADS_EDIT_FILE_START_DATE_TITLE" description="" class="inputbox" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" readonly="false" /> <field name="publish_to" type="calendar" label="COM_JDOWNLOADS_EDIT_FILE_END_DATE_TITLE" description="" class="inputbox" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" readonly="false" /> <field name="use_timeframe" type="list" label="COM_JDOWNLOADS_EDIT_FILE_START_END_DATE_ACTIVATE_TITLE" description="COM_JDOWNLOADS_EDIT_FILE_START_END_DATE_ACTIVATE_DESC" class="inputbox" size="1" default="0"> <option value="1">COM_JDOWNLOADS_YES</option> <option value="0">COM_JDOWNLOADS_NO</option> </field> <field name="views" type="text" label="COM_JDOWNLOADS_VIEWS" description="COM_JDOWNLOADS_VIEWS_DESC" class="inputbox" filter="integer" default="0" size="10" readonly="false" /> <field name="price" type="text" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_PRICE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_PRICE_DESC" class="inputbox" default="" size="10" /> <field name="downloads" type="text" class="inputbox" default="0" size="10" filter="integer" label="COM_JDOWNLOADS_BACKEND_FILESLIST_HITS" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_HITS_DESC" required="false" /> <field name="password" type="text" class="inputbox" size="40" label="COM_JDOWNLOADS_EDIT_CAT_PASSWORD_LABEL" required="false" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_PASSWORD_DESC" /> <field name="file_pic" type="jdfileicon" label="COM_JDOWNLOADS_FORM_SYMBOL_LABEL" description="COM_JDOWNLOADS_FORM_SYMBOL_DESC" /> <field name="picnew" type="file" label="COM_JDOWNLOADS_PIC_NEW" size="40" description="COM_JDOWNLOADS_PIC_NEW_DESC" /> <field name="notes" type="textarea" rows="3" cols="40" class="inputbox" filter="safehtml" label="COM_JDOWNLOADS_INTERNAL_NOTE_LABEL" description="COM_JDOWNLOADS_INTERNAL_NOTE_DESC" /> <field name="license" type="jdLicenseSelect" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_LICENSE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_LICENSE_DESC" class="inputbox" required="false" /> <field name="file_language" type="jdFileLanguageSelect" label="COM_JDOWNLOADS_FORM_FILES_LANGUAGE_LABEL" description="COM_JDOWNLOADS_FORM_FILES_LANGUAGE_DESC" class="inputbox" required="false" /> <field name="system" type="jdSystemSelect" label="COM_JDOWNLOADS_FORM_SYSTEM_LABEL" description="COM_JDOWNLOADS_FORM_SYSTEM_DESC" class="inputbox" required="false" /> <field name="license_agree" type="list" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_CONFIRM_LICENSE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_CONFIRM_LICENSE_DESC" class="inputbox" size="1" default="0"> <option value="1">COM_JDOWNLOADS_YES</option> <option value="0">COM_JDOWNLOADS_NO</option> </field> <field name="size" type="text" class="inputbox" default="0" size="10" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_SIZE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_SIZE_DESC" required="false" /> <field name="file_date" type="calendar" label="COM_JDOWNLOADS_EDIT_FILE_FILE_DATE_TITLE" description="COM_JDOWNLOADS_EDIT_FILE_FILE_DATE_DESC" class="inputbox" size="22" format="%Y-%m-%d %H:%M:%S" filter="user_utc" readonly="false" /> <field label="" name="spacer" description="" hr="true" type="spacer" /> <field name="author" type="text" class="inputbox" size="60" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_AUTHOR" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_AUTHOR_DESC" required="false" /> <field name="url_author" type="text" class="inputbox" size="60" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_AUTHOR_URL" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_AUTHOR_URL_DESC" required="false" /> <field name="url_home" type="text" class="inputbox" size="60" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_URL_HOME" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_URL_HOME_DESC" required="false" /> <field name="file_upload" type="file" label="COM_JDOWNLOADS_FORM_FILE_LABEL" description="COM_JDOWNLOADS_FORM_FILE_DESC" size="50" accept="" /> <field name="url_download" type="text" class="inputbox" size="50" filter="unset" label="COM_JDOWNLOADS_FORM_URL_DOWNLOAD_LABEL" description="COM_JDOWNLOADS_FORM_URL_DOWNLOAD_DESC" readonly="true" required="false" /> <field name="update_file" type="jdServerFileSelect" label="COM_JDOWNLOADS_FILESEDIT_FILE_UPDATE_FILE_TITLE2" description="COM_JDOWNLOADS_FILESEDIT_FILE_UPDATE_FILE_DESC2" class="inputbox" required="false" /> <field name="other_file_id" type="modal_download" label="COM_JDOWNLOADS_FILESEDIT_FILE_FROM_OTHER_DOWNLOAD_TITLE" description="COM_JDOWNLOADS_FILESEDIT_FILE_FROM_OTHER_DOWNLOAD_DESC" required="false" /> <field name="use_xml" type="list" label="COM_JDOWNLOADS_BE_EDIT_FILES_USE_XML_TITLE" description="COM_JDOWNLOADS_BE_EDIT_FILES_USE_XML_DESC" class="inputbox" size="1" default="0"> <option value="1">COM_JDOWNLOADS_YES</option> <option value="0">COM_JDOWNLOADS_NO</option> </field> <field name="extern_file" type="text" class="inputbox" size="60" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILE_EDIT_EXT_DOWNLOAD_TITLE" description="COM_JDOWNLOADS_BACKEND_FILE_EDIT_EXT_DOWNLOAD_DESC" required="false" /> <field name="extern_site" type="list" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_OPEN_LINK_IN_OTHER_WEBSITE_TITLE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_OPEN_LINK_IN_OTHER_WEBSITE_DESC" class="inputbox" size="1" default="0"> <option value="1">COM_JDOWNLOADS_YES</option> <option value="0">COM_JDOWNLOADS_NO</option> </field> <!-- for preview file --> <field name="preview_file_upload" type="file" label="COM_JDOWNLOADS_FORM_PREVIEW_FILE_LABEL" description="COM_JDOWNLOADS_FORM_PREVIEW_FILE_DESC" size="50" accept="" /> <field name="preview_filename" type="text" class="inputbox" size="50" filter="unset" label="COM_JDOWNLOADS_FORM_PREVIEW_FILE_NAME_LABEL" description="" readonly="true" required="false" /> <field name="mirror_1" type="text" class="inputbox" size="60" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_MIRROR_URL_TITLE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_MIRROR_URL_DESC" required="false" /> <field name="extern_site_mirror_1" type="list" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_OPEN_LINK_IN_OTHER_WEBSITE_TITLE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_OPEN_LINK_IN_OTHER_WEBSITE_DESC" class="inputbox" size="1" default="0"> <option value="1">COM_JDOWNLOADS_YES</option> <option value="0">COM_JDOWNLOADS_NO</option> </field> <field name="mirror_2" type="text" class="inputbox" size="60" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_MIRROR_URL_TITLE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_MIRROR_URL_DESC" required="false" /> <field name="extern_site_mirror_2" type="list" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_OPEN_LINK_IN_OTHER_WEBSITE_TITLE" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_OPEN_LINK_IN_OTHER_WEBSITE_DESC" class="inputbox" size="1" default="0"> <option value="1">COM_JDOWNLOADS_YES</option> <option value="0">COM_JDOWNLOADS_NO</option> </field> <field name="md5_value" type="text" class="readonly" size="40" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_MD5" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_MD5_DESC" required="false" readonly="true" /> <field name="sha1_value" type="text" class="readonly" size="40" filter="unset" label="COM_JDOWNLOADS_BACKEND_FILESEDIT_SHA1" description="COM_JDOWNLOADS_BACKEND_FILESEDIT_SHA1_DESC" required="false" readonly="true" /> <field name="update_active" type="list" label="COM_JDOWNLOADS_FORM_IS_UPDATED_LABEL" description="COM_JDOWNLOADS_FORM_IS_UPDATED_DESC" class="inputbox" size="1" default="0"> <option value="1">COM_JDOWNLOADS_YES</option> <option value="0">COM_JDOWNLOADS_NO</option> </field> <field name="images" type="hidden" class="inputbox" rows="4" cols="50" filter="unset" label="Images" description="" readonly="true" required="false" /> <!-- Custom fiields !!! --> <field name="custom_field_1" type="jdcustomfield1" class="inputbox" required="false" /> <field name="custom_field_2" type="jdcustomfield2" class="inputbox" required="false" /> <field name="custom_field_3" type="jdcustomfield3" class="inputbox" required="false" /> <field name="custom_field_4" type="jdcustomfield4" class="inputbox" required="false" /> <field name="custom_field_5" type="jdcustomfield5" class="inputbox" required="false" /> <field name="custom_field_6" type="jdcustomfield6" class="inputbox" required="false" /> <field name="custom_field_7" type="jdcustomfield7" class="inputbox" required="false" /> <field name="custom_field_8" type="jdcustomfield8" class="inputbox" required="false" /> <field name="custom_field_9" type="jdcustomfield9" class="inputbox" required="false" /> <field name="custom_field_10" type="jdcustomfield10" class="inputbox" required="false" /> <field name="custom_field_11" type="jdcustomfield11" class="inputbox" required="false" /> <field name="custom_field_12" type="jdcustomfield12" class="inputbox" required="false" /> <field name="custom_field_13" type="jdcustomfield13" class="inputbox" required="false" filter="safehtml" hide="pagebreak,readmore" /> <field name="custom_field_14" type="jdcustomfield14" class="inputbox" required="false" filter="safehtml" hide="pagebreak,readmore" /> </form>
33.267606
100
0.510631
485e65ed69e19d35a17c8e6aca7643f85a038826
2,172
xml
XML
VideoLocker/res/layout/panel_flyin_message.xml
ariestiyansyah/indonesiax-android
09b4df8e9fcef4ec9d0ed45fd6a089fe3e552ac8
[ "Apache-2.0" ]
null
null
null
VideoLocker/res/layout/panel_flyin_message.xml
ariestiyansyah/indonesiax-android
09b4df8e9fcef4ec9d0ed45fd6a089fe3e552ac8
[ "Apache-2.0" ]
null
null
null
VideoLocker/res/layout/panel_flyin_message.xml
ariestiyansyah/indonesiax-android
09b4df8e9fcef4ec9d0ed45fd6a089fe3e552ac8
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="1dp" android:layout_marginLeft="2dp" android:layout_marginRight="2dp" android:background="@color/edx_brand_primary_accent" android:orientation="horizontal" android:id="@+id/message_panel" android:paddingLeft="0dp" android:paddingRight="0dp" android:paddingTop="0dp"> <ImageView android:id="@+id/message_indicator" android:layout_width="45dip" android:layout_height="45dip" android:background="@drawable/app_icon" android:gravity="center" android:layout_gravity="center" android:layout_margin="20dp" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical"> <org.edx.indonesiax.view.custom.ETextView android:id="@+id/message_title" style="@style/regular_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="12dip" android:layout_marginStart="12dip" android:layout_marginTop="8dip" android:layout_marginBottom="4dip" android:gravity="start" android:text="" android:textSize="18sp" tools:targetApi="17" /> <org.edx.indonesiax.view.custom.ETextView android:id="@+id/message_body" style="@style/regular_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="12dip" android:layout_marginStart="12dip" android:layout_marginTop="4dip" android:layout_marginBottom="8dip" android:gravity="start" android:text="" android:textSize="16sp" tools:targetApi="17" /> </LinearLayout> </LinearLayout>
35.032258
72
0.64825
6d268813ab560053b33412c029bf6067f1c02a07
1,310
xml
XML
p4/p4-t1/p4-t1-c267A-s4.xml
morrissinger/MassGenLaws
8d740ef0e0fb8334174fac7ff1ab97c579f54862
[ "Unlicense" ]
1
2020-11-25T20:33:55.000Z
2020-11-25T20:33:55.000Z
p4/p4-t1/p4-t1-c267A-s4.xml
morrissinger/MassGenLaws
8d740ef0e0fb8334174fac7ff1ab97c579f54862
[ "Unlicense" ]
null
null
null
p4/p4-t1/p4-t1-c267A-s4.xml
morrissinger/MassGenLaws
8d740ef0e0fb8334174fac7ff1ab97c579f54862
[ "Unlicense" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <law> <structure> <unit label="part" identifier="4" order_by="4" level="1">Crimes, Punishments And Proceedingsin Criminal Cases</unit> <unit label="title" identifier="1" order_by="1" level="2">Crimes And Punishments</unit> <unit label="chapter" identifier="267A" order_by="267A" level="3">Money Laundering</unit> </structure> <section_number>4</section_number> <catch_line>Forfeiture Of Monetary Instruments Or Other Property Obtained In Violation Of Sec. 2</catch_line> <order_by>4</order_by> <text> [ Text of section added by 2011, 194, Sec. 48 effective November 22, 2011.]  All monetary instruments or other property, real, intellectual or personal, obtained directly as a result of a violation of section 2, shall be subject to forfeiture to the commonwealth. Forfeiture proceedings shall be conducted as provided in subsections (b) to (j), inclusive, of section 47 of chapter 94C. For the purposes of subsection (d) of said section 47 of said chapter 94C, the investigations and enforcement bureau of the Massachusetts gaming commission established in chapter 23K shall be considered a police department and shall be entitled to a police department's distribution of forfeiture proceedings. </text> </law>
93.571429
703
0.745038
39121e938b170a7e662c0df24c3833b203db693b
1,291
xml
XML
app/src/main/res/layout/dialog_accept_request_volunteer.xml
teo-jun-xiong/Eldereach
d52510381d1c9b160ab20339cd80d47705b72c51
[ "MIT" ]
null
null
null
app/src/main/res/layout/dialog_accept_request_volunteer.xml
teo-jun-xiong/Eldereach
d52510381d1c9b160ab20339cd80d47705b72c51
[ "MIT" ]
18
2020-05-07T11:26:04.000Z
2020-05-29T02:24:53.000Z
app/src/main/res/layout/dialog_accept_request_volunteer.xml
teo-jun-xiong/eldereach
d52510381d1c9b160ab20339cd80d47705b72c51
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="300dp" android:layout_height="150dp" android:background="@drawable/custom_dropshadow_main" android:layout_gravity="center" android:gravity="center" android:orientation="vertical"> <TextView android:id="@+id/textAcceptVolunteer" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Accept this food aid request?" android:textColor="#000000" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="15dp" > <ImageButton android:id="@+id/buttonTickVolunteer" android:layout_width="50dp" android:layout_height="50dp" android:src="@drawable/ic_tick" android:layout_marginEnd="30dp" android:background="@drawable/custom_dropshadow_main" /> <ImageButton android:id="@+id/buttonCrossVolunteer" android:layout_width="50dp" android:layout_height="50dp" android:src="@drawable/ic_cross" android:background="@drawable/custom_dropshadow_main" /> </LinearLayout> </LinearLayout>
34.891892
72
0.684741
c6b14c190758725aff622f9eeb2e1bf994f4ccdb
1,978
xml
XML
core/runtime/pom.xml
Corpus-2021/nakedobjects-4.0.0
37ee250d4c8da969eac76749420064ca4c918e8e
[ "Apache-2.0" ]
null
null
null
core/runtime/pom.xml
Corpus-2021/nakedobjects-4.0.0
37ee250d4c8da969eac76749420064ca4c918e8e
[ "Apache-2.0" ]
null
null
null
core/runtime/pom.xml
Corpus-2021/nakedobjects-4.0.0
37ee250d4c8da969eac76749420064ca4c918e8e
[ "Apache-2.0" ]
1
2021-02-22T15:40:05.000Z
2021-02-22T15:40:05.000Z
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <name>Core Runtime</name> <groupId>org.nakedobjects.core</groupId> <artifactId>runtime</artifactId> <parent> <groupId>org.nakedobjects</groupId> <artifactId>core</artifactId> <version>4.0.0</version> </parent> <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>nof-version.properties</include> </includes> <filtering>true</filtering> </resource> <resource> <directory>src/main/resources</directory> <excludes> <exclude>nof-version.properties</exclude> </excludes> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.nakedobjects</groupId> <artifactId>applib</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.nakedobjects.core</groupId> <artifactId>metamodel</artifactId> </dependency> <dependency> <groupId>org.nakedobjects.core</groupId> <artifactId>metamodel</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </dependency> </dependencies> </project>
25.037975
201
0.61274
2e1c504b08f15163bd6ce7dc06209f8919c95210
634
xml
XML
examples/Objects/EdgeSetTopology.xml
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
examples/Objects/EdgeSetTopology.xml
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
examples/Objects/EdgeSetTopology.xml
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
<Node name="Group"> <EdgeSetTopologyContainer name="Container" src="" tags=" " /> <EdgeSetTopologyModifier name="Modifier" /> <EdgeSetTopologyAlgorithms name="TopoAlgo" template="Vec3d" /> <EdgeSetGeometryAlgorithms name="GeomAlgo" template="Vec3d" /> </Node> <!-- Template List - Vec3d - Vec2d - Vec1d - Vec3f - Vec2f - Vec1f -Rigid (by default is double, if SOFA_FLOAT is activated, it will use float instead) -Rigid3f -Rigid2d -Rigid2f Example of use: <include href="Objects/EdgeSetTopology.xml" template="Vec1d" /> -->
25.36
96
0.608833
82172a493cdc8344f9b464f0111d951fdb647f68
2,584
csproj
XML
PingLogger.csproj
vouksh/PingLogger
74b53f1b156bc94c21418889ec1c5383c098aa84
[ "MIT" ]
5
2019-12-27T20:25:48.000Z
2022-01-28T15:36:42.000Z
PingLogger.csproj
vouksh/PingLogger
74b53f1b156bc94c21418889ec1c5383c098aa84
[ "MIT" ]
9
2019-10-19T17:50:21.000Z
2021-06-28T03:44:08.000Z
PingLogger.csproj
vouksh/PingLogger
74b53f1b156bc94c21418889ec1c5383c098aa84
[ "MIT" ]
6
2019-06-07T19:08:05.000Z
2021-09-23T04:27:02.000Z
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net5.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <ApplicationIcon>AppIcon.ico</ApplicationIcon> <IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true' AND '$(LINUX_BUILD)' !='true'">true</IsWindows> <IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX> <IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true' OR '$(LINUX_BUILD)'=='true'">true</IsLinux> </PropertyGroup> <PropertyGroup Condition="'$(IsWindows)'=='true'"> <DefineConstants>Windows</DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(IsOSX)'=='true'"> <DefineConstants>OSX</DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(IsLinux)'=='true'"> <DefineConstants>Linux</DefineConstants> </PropertyGroup> <ItemGroup> <None Remove="AppIcon.ico" /> </ItemGroup> <ItemGroup> <AvaloniaResource Include="AppIcon.ico" /> </ItemGroup> <ItemGroup Condition="'$(IsWindows)'=='true'"> <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> </ItemGroup> <ItemGroup> <PackageReference Include="Avalonia" Version="0.10.8" /> <PackageReference Include="Avalonia.Desktop" Version="0.10.8" /> <PackageReference Include="Avalonia.Diagnostics" Version="0.10.8" /> <PackageReference Include="Avalonia.ReactiveUI" Version="0.10.8" /> <PackageReference Include="Mono.TextTemplating" Version="2.2.1" /> <PackageReference Include="OxyPlot.Avalonia" Version="2.1.0-20201211.2" /> <PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="3.1.2" /> <PackageReference Include="Serilog" Version="2.10.0" /> <PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" /> <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> </ItemGroup> <ItemGroup> <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" /> </ItemGroup> <Target Name="PreBuild" BeforeTargets="PreBuildEvent" Condition="'$(ConfigurationName)'=='Debug'"> <Exec Command="t4 -u System.IO -u System.Text.RegularExpressions -o &quot;$(ProjectDir)AssemblyInfo.cs&quot; -I &quot;$(ProjectDir)&quot; -P &quot;$(ProjectDir)&quot; &quot;$(ProjectDir)AssemblyInfo.tt&quot;" /> </Target> </Project>
53.833333
215
0.732972
825f2f420d9a6b18487e860d47ebcbed29f7a32a
2,550
xml
XML
pyramid_oereb/lib/renderer/extract/templates/xml/real_estate.xml
openoereb/pyramid_oereb
d70c7fb15803b9454954e9f1d23727224bfd10bc
[ "BSD-2-Clause" ]
4
2019-03-28T09:58:34.000Z
2020-04-29T15:08:44.000Z
pyramid_oereb/lib/renderer/extract/templates/xml/real_estate.xml
openoereb/pyramid_oereb
d70c7fb15803b9454954e9f1d23727224bfd10bc
[ "BSD-2-Clause" ]
452
2019-02-05T10:10:43.000Z
2022-03-31T08:27:38.000Z
pyramid_oereb/lib/renderer/extract/templates/xml/real_estate.xml
openoereb/pyramid_oereb
d70c7fb15803b9454954e9f1d23727224bfd10bc
[ "BSD-2-Clause" ]
20
2019-02-01T09:04:48.000Z
2021-12-23T09:23:07.000Z
<%page args="real_estate"/> <% from pyramid_oereb.lib.records.plr import PlrRecord from pyramid_oereb import Config real_estate_type = Config.get_real_estate_type_by_data_code(real_estate.type) %> <data:RealEstate> %if real_estate.number: <data:Number>${real_estate.number}</data:Number> %endif %if extract.real_estate.identdn: <data:IdentDN>${real_estate.identdn}</data:IdentDN> %endif %if extract.real_estate.egrid: <data:EGRID>${real_estate.egrid}</data:EGRID> %endif <data:Type> <%include file="real_estate_type.xml" args="real_estate_type=real_estate_type"/> </data:Type> <data:Canton>${real_estate.canton | x}</data:Canton> <data:MunicipalityName>${real_estate.municipality | x}</data:MunicipalityName> %if extract.real_estate.subunit_of_land_register: <data:SubunitOfLandRegister>${real_estate.subunit_of_land_register | x}</data:SubunitOfLandRegister> %endif %if extract.real_estate.subunit_of_land_register_designation: <data:SubunitOfLandRegisterDesignation>${real_estate.subunit_of_land_register_designation | x}</data:SubunitOfLandRegisterDesignation> %endif <data:MunicipalityCode>${real_estate.fosnr}</data:MunicipalityCode> %if extract.real_estate.metadata_of_geographical_base_data: <data:MetadataOfGeographicalBaseData>${real_estate.metadata_of_geographical_base_data | x}</data:MetadataOfGeographicalBaseData> %endif <data:LandRegistryArea>${int(real_estate.land_registry_area)}</data:LandRegistryArea> %if extract.real_estate.limit and params.with_geometry: <data:Limit> <geometry:surface> %for polygon in real_estate.limit.geoms: <%include file="geometry/polygon.xml" args="polygon=polygon"/> %endfor </geometry:surface> </data:Limit> %endif %for public_law_restriction in real_estate.public_law_restrictions: %if isinstance(public_law_restriction, PlrRecord): <%include file="public_law_restriction.xml" args="public_law_restriction=public_law_restriction"/> %endif %endfor <data:PlanForLandRegister> <%include file="view_service.xml" args="map=real_estate.plan_for_land_register"/> </data:PlanForLandRegister> <data:PlanForLandRegisterMainPage> <%include file="view_service.xml" args="map=real_estate.plan_for_land_register_main_page"/> </data:PlanForLandRegisterMainPage> %for reference in real_estate.references: <data:Reference> <%include file="document.xml" args="document=reference"/> </data:Reference> %endfor </data:RealEstate>
42.5
138
0.758431
5d819e05ec7b9581a3f2c45fd342bb94187e2a83
21,193
xml
XML
b.gatexml/doc_159714558334869505.gate.xml_00486___1459513109590___96.xml
mayhewsw/broad_twitter_corpus
350e243e8df899a6b6a3cd53f2bc33148327d3eb
[ "CC-BY-4.0" ]
52
2018-02-01T19:22:52.000Z
2022-03-22T15:32:07.000Z
b.gatexml/doc_159714558334869505.gate.xml_00486___1459513109590___96.xml
mayhewsw/broad_twitter_corpus
350e243e8df899a6b6a3cd53f2bc33148327d3eb
[ "CC-BY-4.0" ]
17
2018-02-01T18:52:48.000Z
2022-01-24T11:46:49.000Z
b.gatexml/doc_159714558334869505.gate.xml_00486___1459513109590___96.xml
mayhewsw/broad_twitter_corpus
350e243e8df899a6b6a3cd53f2bc33148327d3eb
[ "CC-BY-4.0" ]
6
2018-02-05T17:02:11.000Z
2021-06-16T08:02:17.000Z
<?xml version='1.0' encoding='UTF-8'?> <GateDocument version="3"> <!-- The document's features--> <GateDocumentFeatures> <Feature> <Name className="java.lang.String">mimeType</Name> <Value className="java.lang.String">text/x-json-twitter</Value> </Feature> </GateDocumentFeatures> <!-- The document content area with serialized nodes --> <TextWithNodes><Node id="0"/>I<Node id="1"/> <Node id="2"/>do<Node id="4"/> <Node id="5"/>n't<Node id="8"/> <Node id="9"/>find<Node id="13"/> <Node id="14"/>Emili<Node id="19"/> <Node id="20"/>Sandé<Node id="25"/> <Node id="26"/>exciting<Node id="34"/> <Node id="35"/>at<Node id="37"/> <Node id="38"/>all.<Node id="42"/> <Node id="43"/>She<Node id="46"/> <Node id="47"/>has<Node id="50"/> <Node id="51"/>a<Node id="52"/> <Node id="53"/>face<Node id="57"/> <Node id="58"/>like<Node id="62"/> <Node id="63"/>a<Node id="64"/> <Node id="65"/>slapped<Node id="72"/> <Node id="73"/>arse<Node id="77"/> <Node id="78"/>and<Node id="81"/> <Node id="82"/>really<Node id="88"/> <Node id="89"/>is<Node id="91"/> <Node id="92"/>n't<Node id="95"/> <Node id="96"/>as<Node id="98"/> <Node id="99"/>special<Node id="106"/> <Node id="107"/>as<Node id="109"/> <Node id="110"/>everyone<Node id="118"/> <Node id="119"/>'s<Node id="121"/> <Node id="122"/>saying<Node id="128"/> <Node id="129"/>.<Node id="130"/></TextWithNodes> <!-- The default annotation set --> <AnnotationSet> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="consensus"> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="crowdDisputed"> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="crowdResults"> <Annotation Id="29" Type="Person" StartNode="14" EndNode="25"> <Feature> <Name className="java.lang.String">trust</Name> <Value className="java.lang.String">0.9475</Value> </Feature> <Feature> <Name className="java.lang.String">cf_judgment</Name> <Value className="java.lang.String">1152027240</Value> </Feature> <Feature> <Name className="java.lang.String">worker_id</Name> <Value className="java.lang.String">21251760</Value> </Feature> </Annotation> <Annotation Id="30" Type="Person" StartNode="14" EndNode="25"> <Feature> <Name className="java.lang.String">trust</Name> <Value className="java.lang.String">0.91395908543923</Value> </Feature> <Feature> <Name className="java.lang.String">cf_judgment</Name> <Value className="java.lang.String">1165967854</Value> </Feature> <Feature> <Name className="java.lang.String">worker_id</Name> <Value className="java.lang.String">22228771</Value> </Feature> </Annotation> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="merged"> <Annotation Id="34" Type="Person" StartNode="14" EndNode="25"> </Annotation> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="maxRecall"> <Annotation Id="1" Type="Token" StartNode="0" EndNode="1"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">I</Value> </Feature> </Annotation> <Annotation Id="2" Type="Token" StartNode="2" EndNode="4"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">do</Value> </Feature> </Annotation> <Annotation Id="3" Type="Token" StartNode="5" EndNode="8"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">n't</Value> </Feature> </Annotation> <Annotation Id="4" Type="Token" StartNode="9" EndNode="13"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">find</Value> </Feature> </Annotation> <Annotation Id="5" Type="Token" StartNode="14" EndNode="19"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">5</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">Emili</Value> </Feature> </Annotation> <Annotation Id="6" Type="Token" StartNode="20" EndNode="25"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">5</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">Sandé</Value> </Feature> </Annotation> <Annotation Id="7" Type="Token" StartNode="26" EndNode="34"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">8</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">exciting</Value> </Feature> </Annotation> <Annotation Id="8" Type="Token" StartNode="35" EndNode="37"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">at</Value> </Feature> </Annotation> <Annotation Id="9" Type="Token" StartNode="38" EndNode="42"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">all.</Value> </Feature> </Annotation> <Annotation Id="10" Type="Token" StartNode="43" EndNode="46"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">She</Value> </Feature> </Annotation> <Annotation Id="11" Type="Token" StartNode="47" EndNode="50"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">has</Value> </Feature> </Annotation> <Annotation Id="12" Type="Token" StartNode="51" EndNode="52"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">a</Value> </Feature> </Annotation> <Annotation Id="13" Type="Token" StartNode="53" EndNode="57"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">face</Value> </Feature> </Annotation> <Annotation Id="14" Type="Token" StartNode="58" EndNode="62"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">like</Value> </Feature> </Annotation> <Annotation Id="15" Type="Token" StartNode="63" EndNode="64"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">a</Value> </Feature> </Annotation> <Annotation Id="16" Type="Token" StartNode="65" EndNode="72"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">7</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">slapped</Value> </Feature> </Annotation> <Annotation Id="17" Type="Token" StartNode="73" EndNode="77"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">arse</Value> </Feature> </Annotation> <Annotation Id="18" Type="Token" StartNode="78" EndNode="81"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">and</Value> </Feature> </Annotation> <Annotation Id="19" Type="Token" StartNode="82" EndNode="88"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">6</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">really</Value> </Feature> </Annotation> <Annotation Id="20" Type="Token" StartNode="89" EndNode="91"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">is</Value> </Feature> </Annotation> <Annotation Id="21" Type="Token" StartNode="92" EndNode="95"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">n't</Value> </Feature> </Annotation> <Annotation Id="22" Type="Token" StartNode="96" EndNode="98"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">as</Value> </Feature> </Annotation> <Annotation Id="23" Type="Token" StartNode="99" EndNode="106"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">7</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">special</Value> </Feature> </Annotation> <Annotation Id="24" Type="Token" StartNode="107" EndNode="109"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">as</Value> </Feature> </Annotation> <Annotation Id="25" Type="Token" StartNode="110" EndNode="118"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">8</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">everyone</Value> </Feature> </Annotation> <Annotation Id="26" Type="Token" StartNode="119" EndNode="121"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">'s</Value> </Feature> </Annotation> <Annotation Id="27" Type="Token" StartNode="122" EndNode="128"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">6</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">saying</Value> </Feature> </Annotation> <Annotation Id="28" Type="Token" StartNode="129" EndNode="130"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">.</Value> </Feature> </Annotation> <Annotation Id="33" Type="Person" StartNode="14" EndNode="25"> </Annotation> </AnnotationSet> <!-- Named annotation set --> <AnnotationSet Name="Key"> <Annotation Id="0" Type="Tweet" StartNode="0" EndNode="130"> <Feature> <Name className="java.lang.String">lang</Name> <Value className="java.lang.String">english</Value> </Feature> <Feature> <Name className="java.lang.String">id_str</Name> <Value className="java.lang.String">159714558334869505</Value> </Feature> </Annotation> <Annotation Id="1" Type="Token" StartNode="0" EndNode="1"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">I</Value> </Feature> </Annotation> <Annotation Id="2" Type="Token" StartNode="2" EndNode="4"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">do</Value> </Feature> </Annotation> <Annotation Id="3" Type="Token" StartNode="5" EndNode="8"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">n't</Value> </Feature> </Annotation> <Annotation Id="4" Type="Token" StartNode="9" EndNode="13"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">find</Value> </Feature> </Annotation> <Annotation Id="5" Type="Token" StartNode="14" EndNode="19"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">5</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">Emili</Value> </Feature> </Annotation> <Annotation Id="6" Type="Token" StartNode="20" EndNode="25"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">5</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">Sandé</Value> </Feature> </Annotation> <Annotation Id="7" Type="Token" StartNode="26" EndNode="34"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">8</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">exciting</Value> </Feature> </Annotation> <Annotation Id="8" Type="Token" StartNode="35" EndNode="37"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">at</Value> </Feature> </Annotation> <Annotation Id="9" Type="Token" StartNode="38" EndNode="42"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">all.</Value> </Feature> </Annotation> <Annotation Id="10" Type="Token" StartNode="43" EndNode="46"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">She</Value> </Feature> </Annotation> <Annotation Id="11" Type="Token" StartNode="47" EndNode="50"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">has</Value> </Feature> </Annotation> <Annotation Id="12" Type="Token" StartNode="51" EndNode="52"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">a</Value> </Feature> </Annotation> <Annotation Id="13" Type="Token" StartNode="53" EndNode="57"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">face</Value> </Feature> </Annotation> <Annotation Id="14" Type="Token" StartNode="58" EndNode="62"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">like</Value> </Feature> </Annotation> <Annotation Id="15" Type="Token" StartNode="63" EndNode="64"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">a</Value> </Feature> </Annotation> <Annotation Id="16" Type="Token" StartNode="65" EndNode="72"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">7</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">slapped</Value> </Feature> </Annotation> <Annotation Id="17" Type="Token" StartNode="73" EndNode="77"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">4</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">arse</Value> </Feature> </Annotation> <Annotation Id="18" Type="Token" StartNode="78" EndNode="81"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">and</Value> </Feature> </Annotation> <Annotation Id="19" Type="Token" StartNode="82" EndNode="88"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">6</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">really</Value> </Feature> </Annotation> <Annotation Id="20" Type="Token" StartNode="89" EndNode="91"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">is</Value> </Feature> </Annotation> <Annotation Id="21" Type="Token" StartNode="92" EndNode="95"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">3</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">n't</Value> </Feature> </Annotation> <Annotation Id="22" Type="Token" StartNode="96" EndNode="98"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">as</Value> </Feature> </Annotation> <Annotation Id="23" Type="Token" StartNode="99" EndNode="106"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">7</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">special</Value> </Feature> </Annotation> <Annotation Id="24" Type="Token" StartNode="107" EndNode="109"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">as</Value> </Feature> </Annotation> <Annotation Id="25" Type="Token" StartNode="110" EndNode="118"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">8</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">everyone</Value> </Feature> </Annotation> <Annotation Id="26" Type="Token" StartNode="119" EndNode="121"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">2</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">'s</Value> </Feature> </Annotation> <Annotation Id="27" Type="Token" StartNode="122" EndNode="128"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">6</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">saying</Value> </Feature> </Annotation> <Annotation Id="28" Type="Token" StartNode="129" EndNode="130"> <Feature> <Name className="java.lang.String">length</Name> <Value className="java.lang.String">1</Value> </Feature> <Feature> <Name className="java.lang.String">string</Name> <Value className="java.lang.String">.</Value> </Feature> </Annotation> </AnnotationSet> </GateDocument>
32.504601
1,005
0.701883