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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0e8f7de18f7e37cc8d2f8b219895d67012167bc4 | 1,115 | xml | XML | Recursos/XmlExtraido/BG/achievement/RL_01_Serial_Monogamist.xml | velocist/TS4CheatsInfo | b59ea7e5f4bd01d3b3bd7603843d525a9c179867 | [
"Apache-2.0"
] | null | null | null | Recursos/XmlExtraido/BG/achievement/RL_01_Serial_Monogamist.xml | velocist/TS4CheatsInfo | b59ea7e5f4bd01d3b3bd7603843d525a9c179867 | [
"Apache-2.0"
] | null | null | null | Recursos/XmlExtraido/BG/achievement/RL_01_Serial_Monogamist.xml | velocist/TS4CheatsInfo | b59ea7e5f4bd01d3b3bd7603843d525a9c179867 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<I c="Achievement" i="achievement" m="achievements.achievement_tuning" n="RL_01_Serial_Monogamist" s="10712">
<L n="category">
<T>10691<!--AchievementCat: Relationships--></T>
</L>
<T n="descriptive_text">0xCFCDF3A9<!--String: "Realizar matrimonios en 20 unidades domésticas distintas."--></T>
<T n="display_name">0x93838C2B<!--String: "Monogamia en serie"--></T>
<T p="InGame\UI\Icons\Achievements\Achievement_SerialMonogamist.png" n="icon">2f7d0004:00000000:0b962efebd70c9b7</T>
<V t="enabled" n="notification">
<U n="enabled">
<V t="enabled" n="audio_sting">
<U n="enabled">
<T n="audio" p="InGame\Audio\Bumper\bumper_other_goal_complete.propx">39b2aa4a:00000000:ea1687e36b0b32f3</T>
</U>
</V>
<E n="information_level">PLAYER</E>
</U>
</V>
<L n="objectives">
<T>14661<!--Objective: 20_Marriages--></T>
</L>
<T n="point_value">50</T>
<V n="screen_slam" t="enabled">
<V n="enabled" t="reference">
<T n="reference">75036<!--ScreenSlam: RL_SerialMonogamist--></T>
</V>
</V>
</I> | 39.821429 | 118 | 0.635874 |
a729f42cd1836a3503f02fb55fbf70fa15fad023 | 2,059 | xaml | XML | Examples/Example.ChromiumFX.Vue.UI/MainWindow.xaml | jawn/Neutronium | 0709529561f8a6a45e07e4e323ac75adc761ca28 | [
"MIT"
] | null | null | null | Examples/Example.ChromiumFX.Vue.UI/MainWindow.xaml | jawn/Neutronium | 0709529561f8a6a45e07e4e323ac75adc761ca28 | [
"MIT"
] | null | null | null | Examples/Example.ChromiumFX.Vue.UI/MainWindow.xaml | jawn/Neutronium | 0709529561f8a6a45e07e4e323ac75adc761ca28 | [
"MIT"
] | null | null | null | <Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wpf="clr-namespace:Neutronium.WPF;assembly=Neutronium.WPF"
x:Class="Example.ChromiumFX.Vue.UI.MainWindow"
Title="HTML5 vs WPF" Height="700" Width="1200">
<Window.Resources>
<wpf:BoolToHiddenConverter x:Key="BoolToVis"/>
</Window.Resources>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<StackPanel Grid.Column="1">
<TextBox Text="{Binding Name, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
<TextBlock Text="{Binding LastName}"/>
<TextBlock Text="{Binding PersonalState}"/>
<TextBox Text="{Binding Local.City, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
<TextBox Text="{Binding Age, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
<TextBlock Text="{Binding ElementName=wcBrowser, Path=IsHTMLLoaded}"/>
<ListBox ItemsSource="{Binding Skills}">
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal">
<TextBlock Text="{Binding Type}"/>
<TextBlock Text="{Binding Name}"/>
</StackPanel>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
<Button Content="Button" Height="23" Command="{Binding Command}" Width="75" />
</StackPanel>
<wpf:HTMLViewControl IsDebug="true" JavascriptUIEngine="VueInjectorV2" x:Name="wcBrowser" RelativeSource="View\Main\dist\index.html" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
</Grid>
<Window.Visibility>
<Binding ElementName="wcBrowser" Path="IsHTMLLoaded" Converter="{StaticResource BoolToVis}"/>
</Window.Visibility>
</Window> | 45.755556 | 201 | 0.607576 |
8838060ac51ff225818f095022ded0f8bba9131f | 1,230 | xml | XML | data/images/train/195.xml | habibadi/coba7 | bf666dc46d4344d5c5835959b4aa362c56146ac1 | [
"MIT"
] | null | null | null | data/images/train/195.xml | habibadi/coba7 | bf666dc46d4344d5c5835959b4aa362c56146ac1 | [
"MIT"
] | null | null | null | data/images/train/195.xml | habibadi/coba7 | bf666dc46d4344d5c5835959b4aa362c56146ac1 | [
"MIT"
] | null | null | null | <annotation>
<folder>1</folder>
<filename>195.JPG</filename>
<path>/home/kosala/BISMILLAH_DISERTASI/dataset/PRIMER fiX_resize/4 SUBSET/1/195.JPG</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>1024</width>
<height>768</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>plate</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>348</xmin>
<ymin>466</ymin>
<xmax>473</xmax>
<ymax>509</ymax>
</bndbox>
</object>
<object>
<name>logo</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>388</xmin>
<ymin>352</ymin>
<xmax>431</xmax>
<ymax>386</ymax>
</bndbox>
</object>
<object>
<name>plate</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>800</xmin>
<ymin>448</ymin>
<xmax>884</xmax>
<ymax>483</ymax>
</bndbox>
</object>
<object>
<name>logo</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>827</xmin>
<ymin>361</ymin>
<xmax>854</xmax>
<ymax>382</ymax>
</bndbox>
</object>
</annotation>
| 19.52381 | 91 | 0.634959 |
307aab4526ced803dbf747f7132f2d997b0ecfa9 | 10,059 | xml | XML | jooq-tips/read-only-one-to-many/pom.xml | arnaudroger/jooq-with-spring-examples | 619039c9d42ee920ecdd5f89fec460714b51ebfc | [
"Apache-2.0"
] | 68 | 2015-01-26T00:55:51.000Z | 2022-02-23T07:58:57.000Z | jooq-tips/read-only-one-to-many/pom.xml | arnaudroger/jooq-with-spring-examples | 619039c9d42ee920ecdd5f89fec460714b51ebfc | [
"Apache-2.0"
] | 6 | 2018-07-06T07:51:38.000Z | 2022-01-21T23:15:30.000Z | jooq-tips/read-only-one-to-many/pom.xml | arnaudroger/jooq-with-spring-examples | 619039c9d42ee920ecdd5f89fec460714b51ebfc | [
"Apache-2.0"
] | 49 | 2015-02-13T17:24:07.000Z | 2022-03-29T04:28:21.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">
<modelVersion>4.0.0</modelVersion>
<groupId>net.petrikainulainen.jooqtips</groupId>
<artifactId>ro-one-to-many</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ro-one-to-many</name>
<description>Demo project for Spring Boot</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.1.RELEASE</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<junit.jupiter.version>5.2.0</junit.jupiter.version>
<junit.platform.version>1.2.0</junit.platform.version>
<jooq.version>3.10.7</jooq.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jooq</artifactId>
</dependency>
<dependency>
<groupId>org.simpleflatmapper</groupId>
<artifactId>sfm-jdbc</artifactId>
<version>3.17.4</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.springtestdbunit</groupId>
<artifactId>spring-test-dbunit</artifactId>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>2.5.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>read-project-properties</goal>
</goals>
<configuration>
<files>
<file>src/main/resources/application.properties</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.12</version>
<executions>
<execution>
<id>add-integration-test-sources</id>
<phase>generate-test-sources</phase>
<goals>
<goal>add-test-source</goal>
</goals>
<configuration>
<sources>
<source>src/integration-test/java</source>
</sources>
</configuration>
</execution>
<execution>
<id>add-integration-test-resources</id>
<phase>generate-test-resources</phase>
<goals>
<goal>add-test-resource</goal>
</goals>
<configuration>
<resources>
<resource>
<filtering>true</filtering>
<directory>src/integration-test/resources</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<changeLogFile>src/main/resources/db/changelog/db.changelog.xml</changeLogFile>
<driver>${spring.datasource.driver-class-name}</driver>
<url>${spring.datasource.url}</url>
<username>${spring.datasource.username}</username>
<password>${spring.datasource.password}</password>
<promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>update</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<executions>
<execution>
<id>generate-h2</id>
<phase>generate-sources</phase>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<jdbc>
<driver>${spring.datasource.driver-class-name}</driver>
<url>${spring.datasource.url}</url>
<user>${spring.datasource.username}</user>
<password>${spring.datasource.password}</password>
</jdbc>
<generator>
<database>
<name>org.jooq.util.h2.H2Database</name>
<includes>.*</includes>
<excludes></excludes>
<dateAsTimestamp>true</dateAsTimestamp>
<inputSchema>PUBLIC</inputSchema>
</database>
<generate>
<deprecated>false</deprecated>
<instanceFields>true</instanceFields>
<pojos>false</pojos>
<records>false</records>
</generate>
<target>
<packageName>net.petrikainulainen.jooqtips.db</packageName>
<directory>target/generated-sources/jooq-h2</directory>
</target>
</generator>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.21.0</version>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-surefire-provider</artifactId>
<version>${junit.platform.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.jupiter.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project> | 40.560484 | 104 | 0.461974 |
964d80d66289cbcc4044622ca5b6846b1c826817 | 4,071 | xml | XML | tools/releaseBuild/signing.xml | diversunt/GraphicalTools | e8bf6cfda099980a84bafac1b25e1ac304acd751 | [
"MIT"
] | 410 | 2019-08-14T21:12:40.000Z | 2022-03-30T23:19:23.000Z | tools/releaseBuild/signing.xml | diversunt/GraphicalTools | e8bf6cfda099980a84bafac1b25e1ac304acd751 | [
"MIT"
] | 104 | 2019-08-15T00:59:41.000Z | 2022-03-23T11:16:49.000Z | tools/releaseBuild/signing.xml | diversunt/GraphicalTools | e8bf6cfda099980a84bafac1b25e1ac304acd751 | [
"MIT"
] | 44 | 2019-08-14T20:53:45.000Z | 2022-02-25T02:38:50.000Z | <?xml version="1.0" encoding="utf-8" ?>
<SignConfigXML>
<job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="GraphicalTools" approvers="vigarg;gstolt">
<!-- MICROSOFT.POWERSHELL.GRAPHICALTOOLS -->
<!-- Microsoft.PowerShell.GraphicalTools Script -->
<file src="__INPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools.psd1" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools.psd1" />
<file src="__INPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools.psm1" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools.psm1" />
<!-- Microsoft.PowerShell.GraphicalTools Binary -->
<file src="__INPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools.dll" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools.dll" />
<file src="__INPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Models.dll" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Models.dll" />
<file src="__INPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Gui\linux-x64\OutGridView.Gui.dll" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Gui\linux-x64\OutGridView.Gui.dll" />
<file src="__INPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Gui\win-x64\OutGridView.Gui.dll" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Gui\win-x64\OutGridView.Gui.dll" />
<file src="__INPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Gui\osx-x64\OutGridView.Gui.dll" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Gui\osx-x64\OutGridView.Gui.dll" />
<!-- Microsoft.PowerShell.GraphicalTools Executables -->
<file src="__INPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Gui\win-x64\OutGridView.Gui.exe" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.GraphicalTools\Microsoft.PowerShell.GraphicalTools\OutGridView.Gui\win-x64\OutGridView.Gui.exe" />
<!-- MICROSOFT.POWERSHELL.CONSOLEGUITOOLS -->
<!-- Microsoft.PowerShell.ConsoleGuiTools Script -->
<file src="__INPATHROOT__\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools.psd1" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools.psd1" />
<!-- Microsoft.PowerShell.ConsoleGuiTools Binary -->
<file src="__INPATHROOT__\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools.dll" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools.dll" />
<file src="__INPATHROOT__\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools\OutGridView.Models.dll" signType="AuthenticodeFormer"
dest="__OUTPATHROOT__\Microsoft.PowerShell.ConsoleGuiTools\Microsoft.PowerShell.ConsoleGuiTools\OutGridView.Models.dll" />
</job>
</SignConfigXML>
| 99.292683 | 178 | 0.823631 |
4af28486b96fa18e4fb1bf7eb08d30aeab74d596 | 25,417 | xml | XML | data/projects/matlab-emacs/SizeFacts.xml | martyn82/OhlohAnalytics | de302f9ddd9071af967d6dd897b33bf20a179e40 | [
"CC-BY-3.0"
] | null | null | null | data/projects/matlab-emacs/SizeFacts.xml | martyn82/OhlohAnalytics | de302f9ddd9071af967d6dd897b33bf20a179e40 | [
"CC-BY-3.0"
] | null | null | null | data/projects/matlab-emacs/SizeFacts.xml | martyn82/OhlohAnalytics | de302f9ddd9071af967d6dd897b33bf20a179e40 | [
"CC-BY-3.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<response>
<status>success</status>
<items_returned>92</items_returned>
<items_available>92</items_available>
<first_item_position>0</first_item_position>
<result>
<size_fact>
<month>2005-12-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-01-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-02-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-03-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-04-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-05-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-06-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-07-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-08-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-09-01T00:00:00Z</month>
<code>5539</code>
<comments>557</comments>
<blanks>569</blanks>
<comment_ratio>0.0913713910761155</comment_ratio>
<commits>3</commits>
<man_months>2</man_months>
</size_fact>
<size_fact>
<month>2006-10-01T00:00:00Z</month>
<code>5528</code>
<comments>655</comments>
<blanks>571</blanks>
<comment_ratio>0.105935629953097</comment_ratio>
<commits>6</commits>
<man_months>3</man_months>
</size_fact>
<size_fact>
<month>2006-11-01T00:00:00Z</month>
<code>5528</code>
<comments>655</comments>
<blanks>571</blanks>
<comment_ratio>0.105935629953097</comment_ratio>
<commits>6</commits>
<man_months>3</man_months>
</size_fact>
<size_fact>
<month>2006-12-01T00:00:00Z</month>
<code>5528</code>
<comments>655</comments>
<blanks>571</blanks>
<comment_ratio>0.105935629953097</comment_ratio>
<commits>6</commits>
<man_months>3</man_months>
</size_fact>
<size_fact>
<month>2007-01-01T00:00:00Z</month>
<code>5528</code>
<comments>655</comments>
<blanks>571</blanks>
<comment_ratio>0.105935629953097</comment_ratio>
<commits>7</commits>
<man_months>4</man_months>
</size_fact>
<size_fact>
<month>2007-02-01T00:00:00Z</month>
<code>5528</code>
<comments>655</comments>
<blanks>571</blanks>
<comment_ratio>0.105935629953097</comment_ratio>
<commits>7</commits>
<man_months>4</man_months>
</size_fact>
<size_fact>
<month>2007-03-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-04-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-05-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-06-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-07-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-08-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-09-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-10-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-11-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2007-12-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2008-01-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2008-02-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2008-03-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2008-04-01T00:00:00Z</month>
<code>5532</code>
<comments>628</comments>
<blanks>569</blanks>
<comment_ratio>0.101948051948052</comment_ratio>
<commits>8</commits>
<man_months>5</man_months>
</size_fact>
<size_fact>
<month>2008-05-01T00:00:00Z</month>
<code>5690</code>
<comments>677</comments>
<blanks>588</blanks>
<comment_ratio>0.106329511543898</comment_ratio>
<commits>12</commits>
<man_months>6</man_months>
</size_fact>
<size_fact>
<month>2008-06-01T00:00:00Z</month>
<code>5690</code>
<comments>677</comments>
<blanks>588</blanks>
<comment_ratio>0.106329511543898</comment_ratio>
<commits>12</commits>
<man_months>6</man_months>
</size_fact>
<size_fact>
<month>2008-07-01T00:00:00Z</month>
<code>5690</code>
<comments>677</comments>
<blanks>588</blanks>
<comment_ratio>0.106329511543898</comment_ratio>
<commits>12</commits>
<man_months>6</man_months>
</size_fact>
<size_fact>
<month>2008-08-01T00:00:00Z</month>
<code>6056</code>
<comments>699</comments>
<blanks>637</blanks>
<comment_ratio>0.103478904515174</comment_ratio>
<commits>21</commits>
<man_months>8</man_months>
</size_fact>
<size_fact>
<month>2008-09-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>39</commits>
<man_months>11</man_months>
</size_fact>
<size_fact>
<month>2008-10-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2008-11-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2008-12-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2009-01-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2009-02-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2009-03-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2009-04-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2009-05-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2009-06-01T00:00:00Z</month>
<code>6403</code>
<comments>765</comments>
<blanks>660</blanks>
<comment_ratio>0.106724330357143</comment_ratio>
<commits>40</commits>
<man_months>12</man_months>
</size_fact>
<size_fact>
<month>2009-07-01T00:00:00Z</month>
<code>6718</code>
<comments>966</comments>
<blanks>789</blanks>
<comment_ratio>0.125715773034878</comment_ratio>
<commits>53</commits>
<man_months>16</man_months>
</size_fact>
<size_fact>
<month>2009-08-01T00:00:00Z</month>
<code>6835</code>
<comments>964</comments>
<blanks>799</blanks>
<comment_ratio>0.123605590460315</comment_ratio>
<commits>60</commits>
<man_months>18</man_months>
</size_fact>
<size_fact>
<month>2009-09-01T00:00:00Z</month>
<code>6855</code>
<comments>962</comments>
<blanks>794</blanks>
<comment_ratio>0.123065114494051</comment_ratio>
<commits>64</commits>
<man_months>19</man_months>
</size_fact>
<size_fact>
<month>2009-10-01T00:00:00Z</month>
<code>6855</code>
<comments>962</comments>
<blanks>794</blanks>
<comment_ratio>0.123065114494051</comment_ratio>
<commits>64</commits>
<man_months>19</man_months>
</size_fact>
<size_fact>
<month>2009-11-01T00:00:00Z</month>
<code>6857</code>
<comments>963</comments>
<blanks>794</blanks>
<comment_ratio>0.123145780051151</comment_ratio>
<commits>65</commits>
<man_months>20</man_months>
</size_fact>
<size_fact>
<month>2009-12-01T00:00:00Z</month>
<code>6857</code>
<comments>963</comments>
<blanks>794</blanks>
<comment_ratio>0.123145780051151</comment_ratio>
<commits>65</commits>
<man_months>20</man_months>
</size_fact>
<size_fact>
<month>2010-01-01T00:00:00Z</month>
<code>6913</code>
<comments>968</comments>
<blanks>803</blanks>
<comment_ratio>0.122827052404517</comment_ratio>
<commits>67</commits>
<man_months>21</man_months>
</size_fact>
<size_fact>
<month>2010-02-01T00:00:00Z</month>
<code>6913</code>
<comments>968</comments>
<blanks>803</blanks>
<comment_ratio>0.122827052404517</comment_ratio>
<commits>67</commits>
<man_months>21</man_months>
</size_fact>
<size_fact>
<month>2010-03-01T00:00:00Z</month>
<code>6913</code>
<comments>968</comments>
<blanks>803</blanks>
<comment_ratio>0.122827052404517</comment_ratio>
<commits>67</commits>
<man_months>21</man_months>
</size_fact>
<size_fact>
<month>2010-04-01T00:00:00Z</month>
<code>6918</code>
<comments>976</comments>
<blanks>803</blanks>
<comment_ratio>0.123638206232582</comment_ratio>
<commits>68</commits>
<man_months>22</man_months>
</size_fact>
<size_fact>
<month>2010-05-01T00:00:00Z</month>
<code>6918</code>
<comments>976</comments>
<blanks>803</blanks>
<comment_ratio>0.123638206232582</comment_ratio>
<commits>68</commits>
<man_months>22</man_months>
</size_fact>
<size_fact>
<month>2010-06-01T00:00:00Z</month>
<code>6918</code>
<comments>976</comments>
<blanks>803</blanks>
<comment_ratio>0.123638206232582</comment_ratio>
<commits>68</commits>
<man_months>22</man_months>
</size_fact>
<size_fact>
<month>2010-07-01T00:00:00Z</month>
<code>6933</code>
<comments>979</comments>
<blanks>804</blanks>
<comment_ratio>0.123736097067745</comment_ratio>
<commits>71</commits>
<man_months>23</man_months>
</size_fact>
<size_fact>
<month>2010-08-01T00:00:00Z</month>
<code>6933</code>
<comments>979</comments>
<blanks>804</blanks>
<comment_ratio>0.123736097067745</comment_ratio>
<commits>71</commits>
<man_months>23</man_months>
</size_fact>
<size_fact>
<month>2010-09-01T00:00:00Z</month>
<code>6941</code>
<comments>980</comments>
<blanks>804</blanks>
<comment_ratio>0.123721752304002</comment_ratio>
<commits>72</commits>
<man_months>24</man_months>
</size_fact>
<size_fact>
<month>2010-10-01T00:00:00Z</month>
<code>6949</code>
<comments>985</comments>
<blanks>804</blanks>
<comment_ratio>0.124149231157046</comment_ratio>
<commits>74</commits>
<man_months>26</man_months>
</size_fact>
<size_fact>
<month>2010-11-01T00:00:00Z</month>
<code>6949</code>
<comments>985</comments>
<blanks>804</blanks>
<comment_ratio>0.124149231157046</comment_ratio>
<commits>74</commits>
<man_months>26</man_months>
</size_fact>
<size_fact>
<month>2010-12-01T00:00:00Z</month>
<code>6952</code>
<comments>985</comments>
<blanks>804</blanks>
<comment_ratio>0.124102305657049</comment_ratio>
<commits>76</commits>
<man_months>27</man_months>
</size_fact>
<size_fact>
<month>2011-01-01T00:00:00Z</month>
<code>6952</code>
<comments>985</comments>
<blanks>804</blanks>
<comment_ratio>0.124102305657049</comment_ratio>
<commits>76</commits>
<man_months>27</man_months>
</size_fact>
<size_fact>
<month>2011-02-01T00:00:00Z</month>
<code>6952</code>
<comments>985</comments>
<blanks>804</blanks>
<comment_ratio>0.124102305657049</comment_ratio>
<commits>76</commits>
<man_months>27</man_months>
</size_fact>
<size_fact>
<month>2011-03-01T00:00:00Z</month>
<code>6973</code>
<comments>997</comments>
<blanks>805</blanks>
<comment_ratio>0.125094102885822</comment_ratio>
<commits>78</commits>
<man_months>28</man_months>
</size_fact>
<size_fact>
<month>2011-04-01T00:00:00Z</month>
<code>6973</code>
<comments>997</comments>
<blanks>805</blanks>
<comment_ratio>0.125094102885822</comment_ratio>
<commits>78</commits>
<man_months>28</man_months>
</size_fact>
<size_fact>
<month>2011-05-01T00:00:00Z</month>
<code>6973</code>
<comments>997</comments>
<blanks>805</blanks>
<comment_ratio>0.125094102885822</comment_ratio>
<commits>78</commits>
<man_months>28</man_months>
</size_fact>
<size_fact>
<month>2011-06-01T00:00:00Z</month>
<code>6975</code>
<comments>999</comments>
<blanks>805</blanks>
<comment_ratio>0.125282167042889</comment_ratio>
<commits>79</commits>
<man_months>29</man_months>
</size_fact>
<size_fact>
<month>2011-07-01T00:00:00Z</month>
<code>6984</code>
<comments>999</comments>
<blanks>805</blanks>
<comment_ratio>0.125140924464487</comment_ratio>
<commits>82</commits>
<man_months>30</man_months>
</size_fact>
<size_fact>
<month>2011-08-01T00:00:00Z</month>
<code>6992</code>
<comments>1000</comments>
<blanks>806</blanks>
<comment_ratio>0.125125125125125</comment_ratio>
<commits>85</commits>
<man_months>31</man_months>
</size_fact>
<size_fact>
<month>2011-09-01T00:00:00Z</month>
<code>6992</code>
<comments>1000</comments>
<blanks>806</blanks>
<comment_ratio>0.125125125125125</comment_ratio>
<commits>85</commits>
<man_months>31</man_months>
</size_fact>
<size_fact>
<month>2011-10-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>86</commits>
<man_months>32</man_months>
</size_fact>
<size_fact>
<month>2011-11-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>86</commits>
<man_months>32</man_months>
</size_fact>
<size_fact>
<month>2011-12-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>86</commits>
<man_months>32</man_months>
</size_fact>
<size_fact>
<month>2012-01-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>86</commits>
<man_months>32</man_months>
</size_fact>
<size_fact>
<month>2012-02-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-03-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-04-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-05-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-06-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-07-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-08-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-09-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-10-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-11-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2012-12-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2013-01-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2013-02-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2013-03-01T00:00:00Z</month>
<code>7038</code>
<comments>1008</comments>
<blanks>810</blanks>
<comment_ratio>0.125279642058166</comment_ratio>
<commits>87</commits>
<man_months>33</man_months>
</size_fact>
<size_fact>
<month>2013-04-01T00:00:00Z</month>
<code>7354</code>
<comments>1117</comments>
<blanks>859</blanks>
<comment_ratio>0.131861645614449</comment_ratio>
<commits>95</commits>
<man_months>36</man_months>
</size_fact>
<size_fact>
<month>2013-05-01T00:00:00Z</month>
<code>7354</code>
<comments>1117</comments>
<blanks>859</blanks>
<comment_ratio>0.131861645614449</comment_ratio>
<commits>95</commits>
<man_months>36</man_months>
</size_fact>
<size_fact>
<month>2013-06-01T00:00:00Z</month>
<code>7354</code>
<comments>1117</comments>
<blanks>859</blanks>
<comment_ratio>0.131861645614449</comment_ratio>
<commits>95</commits>
<man_months>36</man_months>
</size_fact>
<size_fact>
<month>2013-07-01T00:00:00Z</month>
<code>7354</code>
<comments>1117</comments>
<blanks>859</blanks>
<comment_ratio>0.131861645614449</comment_ratio>
<commits>95</commits>
<man_months>36</man_months>
</size_fact>
</result>
</response>
| 30.330549 | 55 | 0.621002 |
d4277f6ae77f5bf67afec6710adc8dca581a41ff | 22,200 | csproj | XML | ShoppingPeeker.Web/ShoppingPeeker.Web.csproj | dongshengfengniaowu/ShoppingPeeker | cfd3cfb92408289e1a02ce137acbfd546168aa7d | [
"Apache-2.0"
] | 12 | 2018-05-23T03:35:23.000Z | 2020-12-21T23:06:52.000Z | ShoppingPeeker.Web/ShoppingPeeker.Web.csproj | micro-chen/ShoppingPeeker | cfd3cfb92408289e1a02ce137acbfd546168aa7d | [
"Apache-2.0"
] | null | null | null | ShoppingPeeker.Web/ShoppingPeeker.Web.csproj | micro-chen/ShoppingPeeker | cfd3cfb92408289e1a02ce137acbfd546168aa7d | [
"Apache-2.0"
] | 4 | 2018-09-15T12:52:05.000Z | 2019-08-09T06:36:17.000Z | <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
<UserSecretsId>aspnet-ShoppingPeeker.Web-D2591AA8-61AB-450F-BF4C-66C497CC3534</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="logs\**" />
<Content Remove="logs\**" />
<EmbeddedResource Remove="logs\**" />
<None Remove="logs\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="anglesharp" Version="0.9.9" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.2" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\css\ionicons-2.0.1\fonts\ionicons.svg" />
<None Include="wwwroot\js\layui\font\iconfont.svg" />
<None Include="wwwroot\js\layui\layui.all.js" />
<None Include="wwwroot\js\layui\layui.js" />
<None Include="wwwroot\js\layui\lay\modules\carousel.js" />
<None Include="wwwroot\js\layui\lay\modules\code.js" />
<None Include="wwwroot\js\layui\lay\modules\element.js" />
<None Include="wwwroot\js\layui\lay\modules\flow.js" />
<None Include="wwwroot\js\layui\lay\modules\form.js" />
<None Include="wwwroot\js\layui\lay\modules\jquery.js" />
<None Include="wwwroot\js\layui\lay\modules\laydate.js" />
<None Include="wwwroot\js\layui\lay\modules\layedit.js" />
<None Include="wwwroot\js\layui\lay\modules\layer.js" />
<None Include="wwwroot\js\layui\lay\modules\laypage.js" />
<None Include="wwwroot\js\layui\lay\modules\laytpl.js" />
<None Include="wwwroot\js\layui\lay\modules\mobile.js" />
<None Include="wwwroot\js\layui\lay\modules\table.js" />
<None Include="wwwroot\js\layui\lay\modules\tree.js" />
<None Include="wwwroot\js\layui\lay\modules\upload.js" />
<None Include="wwwroot\js\layui\lay\modules\util.js" />
<None Include="wwwroot\js\Extension\jquery-1.10.2.intellisense.js" />
<None Include="wwwroot\js\Extension\jquery-1.10.2.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\README.md" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.common.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.esm.browser.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.esm.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.min.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.runtime.common.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.runtime.esm.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.runtime.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\dist\vue.runtime.min.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\examples\commits\app.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\examples\firebase\app.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\examples\grid\grid.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\examples\svg\svg.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\examples\todomvc\app.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\examples\todomvc\readme.md" />
<None Include="wwwroot\js\Extension\vue-2.5.13\examples\tree\tree.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\codegen\events.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\codegen\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\create-compiler.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\directives\bind.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\directives\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\directives\model.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\directives\on.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\error-detector.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\helpers.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\optimizer.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\parser\entity-decoder.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\parser\filter-parser.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\parser\html-parser.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\parser\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\parser\text-parser.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\compiler\to-function.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\components\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\components\keep-alive.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\config.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\global-api\assets.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\global-api\extend.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\global-api\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\global-api\mixin.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\global-api\use.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\events.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\init.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\inject.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\lifecycle.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\proxy.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\bind-object-listeners.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\bind-object-props.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\check-keycodes.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\render-list.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\render-slot.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\render-static.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\resolve-filter.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render-helpers\resolve-slots.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\render.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\instance\state.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\observer\array.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\observer\dep.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\observer\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\observer\scheduler.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\observer\traverse.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\observer\watcher.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\debug.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\env.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\error.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\lang.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\next-tick.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\options.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\perf.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\util\props.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\create-component.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\create-element.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\create-functional-component.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\helpers\extract-props.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\helpers\get-first-component-child.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\helpers\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\helpers\is-async-placeholder.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\helpers\merge-hook.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\helpers\normalize-children.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\helpers\resolve-async-component.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\helpers\update-listeners.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\modules\directives.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\modules\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\modules\ref.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\patch.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\core\vdom\vnode.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\directives\html.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\directives\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\directives\model.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\directives\text.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\modules\class.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\modules\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\modules\model.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\modules\style.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\options.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\compiler\util.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\entry-compiler.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\entry-runtime-with-compiler.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\entry-runtime.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\entry-server-basic-renderer.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\entry-server-renderer.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\class-util.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\components\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\components\transition-group.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\components\transition.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\directives\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\directives\model.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\directives\show.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\modules\attrs.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\modules\class.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\modules\dom-props.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\modules\events.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\modules\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\modules\style.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\modules\transition.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\node-ops.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\patch.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\runtime\transition-util.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\compiler.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\directives\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\directives\model.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\directives\show.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\modules\attrs.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\modules\class.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\modules\dom-props.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\modules\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\modules\style.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\server\util.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\util\attrs.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\util\class.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\util\compat.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\util\element.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\util\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\web\util\style.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\directives\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\directives\model.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\append.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\class.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\props.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\recycle-list\component-root.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\recycle-list\component.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\recycle-list\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\recycle-list\text.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\recycle-list\v-bind.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\recycle-list\v-for.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\recycle-list\v-if.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\recycle-list\v-on.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\compiler\modules\style.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\entry-compiler.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\entry-framework.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\entry-runtime-factory.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\components\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\components\richtext.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\components\transition-group.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\components\transition.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\directives\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\modules\attrs.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\modules\class.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\modules\events.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\modules\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\modules\style.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\modules\transition.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\node-ops.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\patch.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\recycle-list\render-component-template.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\recycle-list\virtual-component.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\runtime\text-node.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\util\element.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\platforms\weex\util\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\bundle-renderer\create-bundle-renderer.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\bundle-renderer\create-bundle-runner.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\bundle-renderer\source-map-support.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\create-basic-renderer.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\create-renderer.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\optimizing-compiler\codegen.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\optimizing-compiler\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\optimizing-compiler\modules.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\optimizing-compiler\optimizer.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\optimizing-compiler\runtime-helpers.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\render-context.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\render-stream.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\render.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\template-renderer\create-async-file-mapper.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\template-renderer\index.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\template-renderer\parse-template.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\template-renderer\template-stream.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\util.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\webpack-plugin\client.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\webpack-plugin\server.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\webpack-plugin\util.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\server\write.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\sfc\parser.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\shared\constants.js" />
<None Include="wwwroot\js\Extension\vue-2.5.13\src\shared\util.js" />
<None Include="wwwroot\lib\bootstrap\dist\js\bootstrap.min.js" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShoppingPeeker.Utilities\ShoppingPeeker.Utilities.csproj" />
<ProjectReference Include="..\SocketLibrary\NTCPMSG.Portable\NTCPMessage.Portable.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="ViewModels\Platform\" />
</ItemGroup>
<ItemGroup>
<Content Update="Configs\log4net.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="Configs\redis.config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot/js\Extension\compress\zib-string-full.min.js">
<DependentUpon>zib-string - 复制.js</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<None Update="Configs\SupportPlatforms.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JSONSchema="" /></VisualStudio></ProjectExtensions>
</Project>
| 77.083333 | 123 | 0.724009 |
eeac25f59964bcb353cfcb43d735c1326e4d83c5 | 8,363 | storyboard | XML | DemoApp/DemoApp/Base.lproj/Main.storyboard | ABLEsrls/A-BLEManager | d9d8ea9a70117cb9f5adc669cab334d08bf9fd51 | [
"MIT"
] | 2 | 2019-05-14T18:24:31.000Z | 2019-07-23T11:23:24.000Z | DemoApp/DemoApp/Base.lproj/Main.storyboard | ABLEsrls/ABLEManager | d9d8ea9a70117cb9f5adc669cab334d08bf9fd51 | [
"MIT"
] | null | null | null | DemoApp/DemoApp/Base.lproj/Main.storyboard | ABLEsrls/ABLEManager | d9d8ea9a70117cb9f5adc669cab334d08bf9fd51 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="w5m-58-3I1">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Demo App-->
<scene sceneID="UWq-1b-I2V">
<objects>
<viewController id="8V6-P3-sWA" customClass="ViewController" customModule="DemoApp" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="mqZ-Jg-5cv">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZzP-Ag-NdZ">
<rect key="frame" x="121" y="124" width="133" height="31"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="DMini Demo App"/>
<connections>
<segue destination="nhi-gd-Tj3" kind="showDetail" id="7FU-NI-PpO"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KJD-vy-IFE">
<rect key="frame" x="113" y="235" width="149" height="31"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="RN4678 Demo App"/>
<connections>
<segue destination="tUS-lg-x5F" kind="show" identifier="kShowRN4678" id="6id-yi-dcF"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="l3x-Xn-1Vc">
<rect key="frame" x="115" y="346" width="145.5" height="31"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="Proteus Demo App"/>
<connections>
<segue destination="fiA-i6-hXv" kind="showDetail" id="wqp-4s-vgA"/>
</connections>
</button>
</subviews>
<viewLayoutGuide key="safeArea" id="u0P-xf-WLJ"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="l3x-Xn-1Vc" firstAttribute="centerX" secondItem="u0P-xf-WLJ" secondAttribute="centerX" id="D5M-Es-lhQ"/>
<constraint firstItem="KJD-vy-IFE" firstAttribute="centerX" secondItem="u0P-xf-WLJ" secondAttribute="centerX" id="GIZ-fE-BgE"/>
<constraint firstItem="l3x-Xn-1Vc" firstAttribute="top" secondItem="KJD-vy-IFE" secondAttribute="bottom" constant="80" id="S4u-ea-Zet"/>
<constraint firstItem="ZzP-Ag-NdZ" firstAttribute="centerX" secondItem="u0P-xf-WLJ" secondAttribute="centerX" id="SwA-t8-B4O"/>
<constraint firstItem="KJD-vy-IFE" firstAttribute="top" secondItem="ZzP-Ag-NdZ" secondAttribute="bottom" constant="80" id="mFL-7H-qa8"/>
<constraint firstItem="ZzP-Ag-NdZ" firstAttribute="top" secondItem="u0P-xf-WLJ" secondAttribute="top" constant="80" id="ziC-mV-ciP"/>
</constraints>
</view>
<navigationItem key="navigationItem" title="Demo App" id="624-oH-yyZ"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="cNj-1r-ayh" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-1034" y="390"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="uE1-MR-dSh">
<objects>
<navigationController id="w5m-58-3I1" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" id="T9F-De-N3b">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="8V6-P3-sWA" kind="relationship" relationship="rootViewController" id="HbH-hw-cO2"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="99R-CP-c2P" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-1841" y="390"/>
</scene>
<!--DMini-->
<scene sceneID="2gf-Rf-CFY">
<objects>
<viewControllerPlaceholder storyboardName="DMini" id="nhi-gd-Tj3" sceneMemberID="viewController">
<navigationItem key="navigationItem" id="Otn-Vb-0wD"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="rfW-I3-gp9" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-407" y="200"/>
</scene>
<!--RN4678-->
<scene sceneID="7pE-KM-t0Z">
<objects>
<viewControllerPlaceholder storyboardName="RN4678" id="tUS-lg-x5F" sceneMemberID="viewController">
<navigationItem key="navigationItem" id="2QI-eQ-ahf"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="UK2-zT-yF8" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-407" y="390"/>
</scene>
<!--Proteus-->
<scene sceneID="FeL-jX-Foc">
<objects>
<viewControllerPlaceholder storyboardName="Proteus" id="fiA-i6-hXv" sceneMemberID="viewController">
<navigationItem key="navigationItem" id="2Ln-Wq-Yp3"/>
</viewControllerPlaceholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="AO4-3f-7MN" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-407" y="585"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
| 72.721739 | 285 | 0.578859 |
265555366964a434c4c8c4d61e86939c69e9fbd7 | 584 | xml | XML | content/cif-virtual-catalog/src/main/content/jcr_root/_oak_index/.content.xml | kevin-mitchell/commerce-cif-connector | db4b316715ee1a708529ee56ef46a9f6fcd3e738 | [
"Apache-2.0"
] | 41 | 2019-05-03T12:40:55.000Z | 2022-02-18T11:15:36.000Z | content/cif-virtual-catalog/src/main/content/jcr_root/_oak_index/.content.xml | kevin-mitchell/commerce-cif-connector | db4b316715ee1a708529ee56ef46a9f6fcd3e738 | [
"Apache-2.0"
] | 170 | 2019-05-03T12:48:46.000Z | 2022-03-07T18:37:58.000Z | content/cif-virtual-catalog/src/main/content/jcr_root/_oak_index/.content.xml | kevin-mitchell/commerce-cif-connector | db4b316715ee1a708529ee56ef46a9f6fcd3e738 | [
"Apache-2.0"
] | 21 | 2019-08-13T19:38:52.000Z | 2022-01-10T16:50:39.000Z | <?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:rep="internal"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="nt:unstructured">
<commerceCqVirtualCatalog
includedPaths="{String}[/content]"
jcr:primaryType="oak:QueryIndexDefinition"
propertyNames="{Name}[cq:virtualCatalog]"
reindex="{Boolean}false"
type="property"/>
</jcr:root> | 53.090909 | 203 | 0.659247 |
5a0da613e4ce7ec850b24c15f4ea66905f9f8f0c | 620 | xaml | XML | UserInterface/NativeEmbedding/NestPlatformControl/NestPlatformControl/HomePage.xaml | MiaHub/xamarin-forms-samples | 1a7c6f34ea0be0945ce04c1e7f6c155f64b56eb0 | [
"Apache-2.0"
] | 4,601 | 2015-01-06T02:27:53.000Z | 2022-03-31T20:55:50.000Z | UserInterface/NativeEmbedding/NestPlatformControl/NestPlatformControl/HomePage.xaml | MiaHub/xamarin-forms-samples | 1a7c6f34ea0be0945ce04c1e7f6c155f64b56eb0 | [
"Apache-2.0"
] | 533 | 2015-01-13T19:40:32.000Z | 2022-03-28T11:15:53.000Z | UserInterface/NativeEmbedding/NestPlatformControl/NestPlatformControl/HomePage.xaml | MiaHub/xamarin-forms-samples | 1a7c6f34ea0be0945ce04c1e7f6c155f64b56eb0 | [
"Apache-2.0"
] | 8,550 | 2015-01-02T10:26:00.000Z | 2022-03-31T07:22:36.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" xmlns:local="clr-namespace:NestPlatformControl" x:Class="NestPlatformControl.HomePage">
<ScrollView Margin="20,40,20,0">
<StackLayout x:Name="stackLayout">
<Label Text="Nest Platform Control Demo" FontSize="Medium" FontAttributes="Bold" HorizontalOptions="Center" />
<Label Text="The controls below the separator have been added to this Xamarin.Forms page using platform-specific controls." />
<local:Separator />
</StackLayout>
</ScrollView>
</ContentPage> | 62 | 201 | 0.758065 |
3c609471c960808c0eaf9c2ea5b12d9859ba7d4f | 77 | xml | XML | android/testData/dom/drawable/drawableHighlighting.xml | phpc0de/idea-android | 79e20f027ca1d047b91aa7acd92fb71fa2968a09 | [
"Apache-2.0"
] | 831 | 2016-06-09T06:55:34.000Z | 2022-03-30T11:17:10.000Z | android/testData/dom/drawable/drawableHighlighting.xml | phpc0de/idea-android | 79e20f027ca1d047b91aa7acd92fb71fa2968a09 | [
"Apache-2.0"
] | 19 | 2017-10-27T00:36:35.000Z | 2021-02-04T13:59:45.000Z | android/testData/dom/drawable/drawableHighlighting.xml | phpc0de/idea-android | 79e20f027ca1d047b91aa7acd92fb71fa2968a09 | [
"Apache-2.0"
] | 210 | 2016-07-05T12:22:36.000Z | 2022-03-19T09:07:15.000Z | <?xml version="1.0" encoding="utf-8"?>
<drawable class="p1.p2.TestDrawable"/> | 38.5 | 38 | 0.688312 |
091aeeac7f74ff1765e58b6f104d1e036baf85f9 | 382 | xml | XML | SiteStore/products/outdoor_cams/StoreElement.xml | e-Spirit/smartliving-website | 9b4aa4f3818dae390e1ed8c299672e905ef694e3 | [
"Apache-2.0"
] | 2 | 2022-01-27T19:12:34.000Z | 2022-01-28T07:13:49.000Z | SiteStore/products/outdoor_cams/StoreElement.xml | e-Spirit/smartliving-website | 9b4aa4f3818dae390e1ed8c299672e905ef694e3 | [
"Apache-2.0"
] | 3 | 2022-02-21T10:43:58.000Z | 2022-02-21T12:50:36.000Z | SiteStore/products/outdoor_cams/StoreElement.xml | e-Spirit/smartliving-website | 9b4aa4f3818dae390e1ed8c299672e905ef694e3 | [
"Apache-2.0"
] | 1 | 2022-02-21T10:17:35.000Z | 2022-02-21T10:17:35.000Z | <?xml version="1.0" encoding="UTF-8"?>
<SITENODE id="1253024404022654059" name="outdoor_cams" startnodeid="-8986198548955451374">
<LANG displayname="Kameras für den Außenbereich" language="DE"/>
<LANG displayname="Outdoor Cams" language="EN"/>
<NODE_LANG_SPEC label="Kameras für den Außenbereich" language="DE"/>
<NODE_LANG_SPEC label="Outdoor Cams" language="EN"/>
</SITENODE>
| 47.75 | 90 | 0.751309 |
c236899dc01ce7bebe5fdbd71fe637de144df027 | 84 | xml | XML | update/10621/langs/language_en/language.xml | CYGOnetwork/clog | d106218b2c12a351a0eadb776da6fe5c83e0d5ca | [
"BSD-3-Clause"
] | null | null | null | update/10621/langs/language_en/language.xml | CYGOnetwork/clog | d106218b2c12a351a0eadb776da6fe5c83e0d5ca | [
"BSD-3-Clause"
] | null | null | null | update/10621/langs/language_en/language.xml | CYGOnetwork/clog | d106218b2c12a351a0eadb776da6fe5c83e0d5ca | [
"BSD-3-Clause"
] | 1 | 2019-01-05T18:08:42.000Z | 2019-01-05T18:08:42.000Z | <?xml version="1.0" encoding="utf-8"?>
<language tag="en" label="English" rtl="0"/>
| 28 | 44 | 0.630952 |
2938482d83818d7d67bafaf57d7168933c825774 | 3,342 | xml | XML | app/src/main/res/layout/activity_main.xml | nivekalara237/ice-purpy4kt | aaddfaf3e4299ece7eb5921073a319006c03df52 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/layout/activity_main.xml | nivekalara237/ice-purpy4kt | aaddfaf3e4299ece7eb5921073a319006c03df52 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/layout/activity_main.xml | nivekalara237/ice-purpy4kt | aaddfaf3e4299ece7eb5921073a319006c03df52 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:background="@android:color/white"
android:id="@+id/rootView"
android:layout_height="match_parent"
tools:context=".infra.activity.MainActivity">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/error"
android:background="@color/colorError"
android:layout_alignParentTop="true"
android:padding="5dp"
android:visibility="gone"
android:gravity="center"
android:textStyle="italic"
android:textColor="@color/colorProductRate"
android:layout_alignParentStart="true"
android:text="Error"/>
<LinearLayout
android:layout_below="@+id/error"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:weightSum="10"
android:visibility="gone"
android:orientation="vertical">
<View
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="4"
android:background="@android:color/transparent" />
<View
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="6"
android:background="@drawable/border_radius_up" />
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/error"
android:background="@android:color/transparent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:weightSum="10"
android:id="@+id/rv_layout"
android:background="@android:color/transparent"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:id="@+id/labelRv"
android:layout_gravity="center_vertical"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.nivekaa.icepurpykt.infra.view.EmptiableRecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/productRv"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
app:spanCount="2"
android:layout_marginBottom="-6dp"
android:background="@android:color/transparent"/>
<include
layout="@layout/rv_empty_view"
android:layout_height="match_parent"
android:layout_width="match_parent" />
</RelativeLayout>
</LinearLayout>
</RelativeLayout>
</RelativeLayout> | 40.26506 | 86 | 0.617594 |
198b66143a2919a5596bbbe1581936e65f8fd649 | 137 | xml | XML | 04_vulkanTextureMapping/app/src/main/res/values/strings.xml | daoshengmu/vulkan-android | 1be14e9b4fcbe5859c02569534b7a1f98c1b7551 | [
"MIT"
] | null | null | null | 04_vulkanTextureMapping/app/src/main/res/values/strings.xml | daoshengmu/vulkan-android | 1be14e9b4fcbe5859c02569534b7a1f98c1b7551 | [
"MIT"
] | 4 | 2020-12-29T00:16:39.000Z | 2021-01-18T02:04:33.000Z | 04_vulkanTextureMapping/app/src/main/res/values/strings.xml | daoshengmu/vulkan-android | 1be14e9b4fcbe5859c02569534b7a1f98c1b7551 | [
"MIT"
] | null | null | null | <resources>
<string name="app_name">vulkanTextureMapping</string>
<string name="native_lib_name">vkexamples</string>
</resources> | 34.25 | 57 | 0.751825 |
199517884f2d315a700a559137d268cc9c0ed33f | 4,222 | xml | XML | app/src/main/res/layout/activity_my_home_check.xml | seunghyunbaek/Family | 77f330e34a9c942fde8d692f1cd0416a425fa0e5 | [
"MIT"
] | null | null | null | app/src/main/res/layout/activity_my_home_check.xml | seunghyunbaek/Family | 77f330e34a9c942fde8d692f1cd0416a425fa0e5 | [
"MIT"
] | 1 | 2019-09-01T05:33:25.000Z | 2019-09-29T07:14:57.000Z | app/src/main/res/layout/activity_my_home_check.xml | seunghyunbaek/Family | 77f330e34a9c942fde8d692f1cd0416a425fa0e5 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.hyun.familyapplication.view.Activity.MyHomeCheckActivity">
<ImageView
android:id="@+id/image_back_my_home_check"
style="@style/size_40_margin_20"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_arrow_left_thin" />
<TextView
android:id="@+id/text_title_my_home_check"
style="@style/size_40dp"
android:layout_width="wrap_content"
android:layout_marginStart="10dp"
android:gravity="center_vertical"
android:text="@string/title_myhome"
android:textSize="16dp"
app:layout_constraintStart_toEndOf="@+id/image_back_my_home_check"
app:layout_constraintTop_toTopOf="@+id/image_back_my_home_check" />
<TextView
android:id="@+id/text_guest_my_home_check"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="구성원으로 가입하기"
android:textSize="24dp"
app:layout_constraintStart_toStartOf="@+id/image_back_my_home_check"
app:layout_constraintTop_toBottomOf="@+id/image_back_my_home_check" />
<CheckBox
android:id="@+id/check_guest_my_home_check"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="32dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toEndOf="@+id/text_guest_my_home_check"
app:layout_constraintTop_toTopOf="@+id/text_guest_my_home_check" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="이미 개설된 홈에서 초대를 받은 경우"
app:layout_constraintStart_toStartOf="@+id/text_guest_my_home_check"
app:layout_constraintTop_toBottomOf="@+id/text_guest_my_home_check" />
<TextView
android:id="@+id/text_host_my_home_check"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="나의 홈 직접 만들기"
android:textSize="24dp"
app:layout_constraintBottom_toTopOf="@id/button_next_my_home_check"
app:layout_constraintStart_toStartOf="@+id/image_back_my_home_check"
app:layout_constraintTop_toBottomOf="@id/text_guest_my_home_check" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="홈 개설 후 가족을 직접 초대할 경우"
app:layout_constraintStart_toStartOf="@+id/text_host_my_home_check"
app:layout_constraintTop_toBottomOf="@+id/text_host_my_home_check" />
<CheckBox
android:id="@+id/check-host_my_home_check"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="32dp"
android:checked="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toEndOf="@+id/text_host_my_home_check"
app:layout_constraintTop_toTopOf="@+id/text_host_my_home_check" />
<Button
android:id="@+id/button_next_my_home_check"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginEnd="20dp"
android:layout_marginBottom="16dp"
android:text="다음"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
| 42.646465 | 109 | 0.714117 |
4a602040edc3fdcae1ff318381cc73cc17e6476f | 1,094 | xml | XML | pythoncode/pyamisearch/corpus/disease6/PMC7380168/sections/2_back/2_ref-list/107_ref.xml | petermr/dictionary | 4b5e4c79adacf8ba0973c16c2f702cc1110624b8 | [
"Apache-2.0"
] | 7 | 2021-01-30T17:42:00.000Z | 2022-01-09T08:08:48.000Z | pythoncode/pyamisearch/corpus/disease6/PMC7380168/sections/2_back/2_ref-list/107_ref.xml | petermr/dictionary | 4b5e4c79adacf8ba0973c16c2f702cc1110624b8 | [
"Apache-2.0"
] | 25 | 2020-11-16T15:36:41.000Z | 2021-06-01T05:15:31.000Z | pythoncode/pyamisearch/corpus/disease6/PMC7380168/sections/2_back/2_ref-list/107_ref.xml | petermr/dictionary | 4b5e4c79adacf8ba0973c16c2f702cc1110624b8 | [
"Apache-2.0"
] | 2 | 2020-11-16T08:51:25.000Z | 2021-03-02T18:07:05.000Z | <?xml version="1.0" encoding="UTF-8"?>
<ref id="B107">
<mixed-citation publication-type="journal">
<person-group person-group-type="author">
<name>
<surname>Hongyun</surname>
<given-names>C.</given-names>
</name>
<name>
<surname>Wenjun</surname>
<given-names>Z.</given-names>
</name>
<name>
<surname>Qinsheng</surname>
<given-names>G.</given-names>
</name>
<name>
<surname>Qing</surname>
<given-names>C.</given-names>
</name>
<name>
<surname>Shiming</surname>
<given-names>L.</given-names>
</name>
<name>
<surname>Shuifang</surname>
<given-names>Z.</given-names>
</name>
</person-group> (
<year>2008</year>).
<article-title>Real time TaqMan RT-PCR assay for the detection of
<italic>Cucumber green mottle mosaic virus</italic>
</article-title>.
<source>J. Virol. Methods</source>
<volume>149</volume>,
<fpage>326</fpage>–
<lpage>329</lpage>.
<pub-id pub-id-type="doi">10.1016/j.jviromet.2008.02.006</pub-id>
<pub-id pub-id-type="pmid">18359519</pub-id>
</mixed-citation>
</ref>
| 26.047619 | 68 | 0.627971 |
3d0b71f2bff06b9c4c410a2865971b22c1036e71 | 626 | xml | XML | FulltextRetrievalSystemds/OrleansHost/host.xml | shadowlightqywx/FulltextRetrievalSystem-mulver- | 056a0fceb48cfd55cda8b46547f32376a79664ff | [
"MIT"
] | 1 | 2019-03-20T08:17:50.000Z | 2019-03-20T08:17:50.000Z | FulltextRetrievalSystemds/OrleansHost/host.xml | shadowlightqywx/FulltextRetrievalSystem-mulver- | 056a0fceb48cfd55cda8b46547f32376a79664ff | [
"MIT"
] | null | null | null | FulltextRetrievalSystemds/OrleansHost/host.xml | shadowlightqywx/FulltextRetrievalSystem-mulver- | 056a0fceb48cfd55cda8b46547f32376a79664ff | [
"MIT"
] | 1 | 2019-03-20T08:19:44.000Z | 2019-03-20T08:19:44.000Z | <?xml version="1.0" encoding="utf-8" ?>
<OrleansConfiguration xmlns="urn:orleans">
<Globals >
<!--种子节点,也是主节点-->
<SeedNode Address="192.168.43.190" Port="11111" />
<SystemStore SystemStoreType="SqlServer"
DeploymentId="测试1"
DataConnectionString="Server=192.168.43.190;Database=testOrleans;User Id=sa;Password=pws;"/>
</Globals>
<Defaults>
<!--本节点开放的端口,这个端口是用来与silo互动的-->
<Networking Address="192.168.43.190" Port="11111" />
<!--本节点开放的服务端口,这个端口是用来与client互动的-->
<ProxyingGateway Address="192.168.43.190" Port="30000" />
</Defaults>
</OrleansConfiguration> | 32.947368 | 109 | 0.65016 |
418cb8b3be8027455606a83d82954d335f03c0fb | 2,402 | xml | XML | BOOK/cross-tools/common/file.xml | tarmiste/clfs-sysvinit | 9925eeff40409d2d7fa67251969b6c5b5d7b51c9 | [
"MIT"
] | 2 | 2019-10-17T08:37:31.000Z | 2020-01-04T03:14:19.000Z | BOOK/cross-tools/common/file.xml | tarmiste/clfs-sysvinit | 9925eeff40409d2d7fa67251969b6c5b5d7b51c9 | [
"MIT"
] | 1 | 2019-02-09T21:01:06.000Z | 2019-02-09T21:01:06.000Z | BOOK/cross-tools/common/file.xml | tarmiste/clfs-sysvinit | 9925eeff40409d2d7fa67251969b6c5b5d7b51c9 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="ch-cross-tools-file" role="wrap">
<?dbhtml filename="file.html"?>
<title>File-&file-version;</title>
<indexterm zone="ch-cross-tools-file">
<primary sortas="a-File">File</primary>
<secondary>cross tools</secondary>
</indexterm>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../final-system/common/file.xml"
xpointer="xpointer(//*[@role='package'])"/>
<sect2 role="installation">
<title>Installation of File</title>
<para>One method that <command>file</command> uses for identifying a given
file is to run <quote>magic tests</quote>, where it compares the file's
contents to data in <quote>magic files</quote>, which contain information
about a number of standard file formats. When File is compiled, it will run
<command>file -C</command> to combine the information from the
magic files in its source tree into a single <filename>magic.mgc</filename>
file, which it will use after it is installed. When we build File in
<xref linkend="chapter-temp-system"/>, it will be cross-compiled, so it
will not be able to run the <command>file</command> program that it just
built, which means that we need one that will run on the host system.</para>
<para>Prepare File for compilation:</para>
<screen><userinput>./configure \
--prefix=/cross-tools</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
<varlistentry>
<term><parameter>--prefix=/cross-tools</parameter></term>
<listitem>
<para>This tells the configure script to prepare to install the
package in the <filename class="directory">/cross-tools</filename>
directory.</para>
</listitem>
</varlistentry>
</variablelist>
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
<para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title/>
<para>Details on this package are located in <xref
linkend="contents-file" role="."/></para>
</sect2>
</sect1>
| 32.459459 | 80 | 0.674854 |
77652e45a61c1801c93b772844d52c5dda7e58d2 | 15,005 | xml | XML | swiftlets/sys_routing/config/config.xml | iitsoftware/swiftmq-ce | 074823aa7847711355f4b50bd47cb8206503736e | [
"Apache-2.0"
] | 10 | 2019-09-03T14:31:24.000Z | 2022-02-01T06:51:17.000Z | swiftlets/sys_routing/config/config.xml | iitsoftware/swiftmq-ce | 074823aa7847711355f4b50bd47cb8206503736e | [
"Apache-2.0"
] | 22 | 2019-09-04T12:22:02.000Z | 2021-08-31T11:48:34.000Z | swiftlets/sys_routing/config/config.xml | iitsoftware/swiftmq-ce | 074823aa7847711355f4b50bd47cb8206503736e | [
"Apache-2.0"
] | 1 | 2020-02-18T11:51:02.000Z | 2020-02-18T11:51:02.000Z | <swiftlet name="sys$routing"
displayname="Routing Swiftlet"
class="com.swiftmq.impl.routing.unlimited.URoutingSwiftletImpl"
icon="/sys_routing/images/swiftlet.png"
description="Routing Swiftlet"
release="${release}"
vendor="IIT Software GmbH" >
<configuration>
<property name="reject-disconnect-delay"
type="java.lang.Long"
display="Reject Disconnect Delay"
description="Time (ms) after which a rejected Connection is closed"
min="1000"
default="5000" />
<property name="stage-valid-timeout"
type="java.lang.Long"
display="Stage Valid Timeout"
description="Time (ms) after which a Protocol Stage in a wait State becomes invalid"
min="1000"
default="15000" />
<property name="roundrobin-enabled"
type="java.lang.Boolean"
display="Round Robin Scheduling"
description="Enables/Disables Round Robin Scheduling"
reboot-required="true"
default="false" />
<property name="inbound-flow-control-enabled"
type="java.lang.Boolean"
display="Inbound Flow Control"
description="Enables/Disables Inbound Flow Control"
reboot-required="true"
default="false" />
<property name="crfactory-class"
type="java.lang.String"
display="C/R Factory Class"
description="Challenge/Response Factory Class"
reboot-required="true"
default="com.swiftmq.auth.ChallengeResponseFactoryImpl" />
<property name="route-announce-hop-limit"
type="java.lang.Integer"
display="Route Announce Hop Limit"
description="Maximum Hop Count for Route Announce (-1 = unlimited)"
default="3" />
<entitylist name="static-routes"
display="Static Routes"
description="Static Route Definitions" >
<entitytemplate name="static-route"
display="Static Route"
description="Static Route Definition" >
</entitytemplate>
</entitylist>
<entitylist name="filters"
display="Route Filters"
description="Route Filter Definitions" >
<entitytemplate name="filter"
display="Route Filter"
description="Route Filter Definition" >
<property name="type"
type="java.lang.String"
read-only="true"
display="Filter Type"
description="Filter Type"
choice="include_by_hop include_by_destination exclude_by_hop exclude_by_destination"
mandatory="true" />
<entitylist name="routers"
display="Routers"
description="Routers to filter" >
<entitytemplate name="router"
display="Router to filter"
description="Router to filter" >
</entitytemplate>
</entitylist>
</entitytemplate>
</entitylist>
<entitylist name="listeners"
display="Listeners"
description="Listener Definitions">
<entitytemplate name="listener"
display="Listener"
description="Listener Definition">
<property name="bindaddress"
read-only="true"
type="java.lang.String"
display="Bind IP Address"
description="Listener Bind IP Address"/>
<property name="port"
read-only="true"
type="java.lang.Integer"
display="Port"
description="Listener Port"
mandatory="true"/>
<property name="use-tcp-no-delay"
read-only="true"
type="java.lang.Boolean"
display="Use TCP No Delay"
description="Use Tcp No Delay"
default="true"
mandatory="true"/>
<property name="socketfactory-class"
read-only="true"
type="java.lang.String"
display="Socketfactory Class"
description="Listener Socketfactory Class"
default="com.swiftmq.net.PlainSocketFactory"/>
<property name="password"
read-only="true"
type="java.lang.String"
display="Password"
description="Password"/>
<property name="keepalive-interval"
read-only="true"
type="java.lang.Long"
display="Keep Alive Interval"
description="Interval for sending Keep Alive Messages"
default="60000"/>
<property name="inbound-transaction-size"
read-only="true"
type="java.lang.Integer"
display="Inbound Transaction Size"
description="Number of Messages per Transaction"
default="20"/>
<property name="inbound-window-size"
read-only="true"
type="java.lang.Integer"
display="Inbound Window Size"
description="Max. Number of open Transactions"
default="10"/>
<property name="router-input-buffer-size"
read-only="true"
type="java.lang.Integer"
display="Router Network Input Buffer Size"
description="Router Network Input Buffer Size"
mandatory="false"
min="65536"
default="131072"/>
<property name="router-input-extend-size"
read-only="true"
type="java.lang.Integer"
display="Router Network Input Extend Size"
description="Router Network Input Extend Size"
mandatory="false"
min="65536"
default="65536"/>
<property name="router-output-buffer-size"
read-only="true"
type="java.lang.Integer"
display="Router Network Output Buffer Size"
description="Router Network Output Buffer Size"
mandatory="false"
min="65536"
default="131072"/>
<property name="router-output-extend-size"
read-only="true"
type="java.lang.Integer"
display="Router Network Output Extend Size"
description="Router Network Output Extend Size"
mandatory="false"
min="65536"
default="65536"/>
<property name="use-compression"
read-only="true"
type="java.lang.Boolean"
display="Use compression"
description="Uses Wirelevel Compression if enabled"
default="false"/>
<property name="use-xa"
read-only="true"
type="java.lang.Boolean"
display="Use XA"
description="Uses 2 Phase Commit Protocol (XA) if enabled"
default="true"/>
<entitylist name="host-access-list"
display="Host Access List"
description="Host Access List">
<entitytemplate name="host-access-entry"
display="Host Access Entry"
description="Host Access Entry">
</entitytemplate>
</entitylist>
</entitytemplate>
</entitylist>
<entitylist name="connectors"
display="Connectors"
description="Connector Definitions">
<entitytemplate name="connector"
display="Connector"
description="Connector Definition">
<property name="hostname"
read-only="true"
type="java.lang.String"
display="Remote Hostname"
description="Remote Hostname"
mandatory="true"/>
<property name="enabled"
type="java.lang.Boolean"
display="Enabled"
description="Enables/Disables this Connector"
default="true"/>
<property name="port"
read-only="true"
type="java.lang.Integer"
display="Remote Port"
description="Remote Port"
mandatory="true"/>
<property name="use-tcp-no-delay"
read-only="true"
type="java.lang.Boolean"
display="Use TCP No Delay"
description="Use Tcp No Delay"
default="true"
mandatory="true"/>
<property name="socketfactory-class"
read-only="true"
type="java.lang.String"
display="Socketfactory Class"
description="Connector Socketfactory Class"
default="com.swiftmq.net.PlainSocketFactory"/>
<property name="password"
type="java.lang.String"
display="Password"
description="Password"/>
<property name="retry-time"
read-only="true"
type="java.lang.Long"
display="Retry Time"
description="Retry Time"
min="1000"
default="60000"/>
<property name="inbound-transaction-size"
read-only="true"
type="java.lang.Integer"
display="Inbound Transaction Size"
description="Number of Messages per Transaction"
default="20"/>
<property name="inbound-window-size"
read-only="true"
type="java.lang.Integer"
display="Inbound Window Size"
description="Max. Number of open Transactions"
default="10"/>
<property name="router-input-buffer-size"
read-only="true"
type="java.lang.Integer"
display="Router Network Input Buffer Size"
description="Router Network Input Buffer Size"
mandatory="false"
min="65536"
default="131072"/>
<property name="router-input-extend-size"
read-only="true"
type="java.lang.Integer"
display="Router Network Input Extend Size"
description="Router Network Input Extend Size"
mandatory="false"
min="65536"
default="65536"/>
<property name="router-output-buffer-size"
read-only="true"
type="java.lang.Integer"
display="Router Network Output Buffer Size"
description="Router Network Output Buffer Size"
mandatory="false"
min="65536"
default="131072"/>
<property name="router-output-extend-size"
read-only="true"
type="java.lang.Integer"
display="Router Network Output Extend Size"
description="Router Network Output Extend Size"
mandatory="false"
min="65536"
default="65536"/>
<property name="use-compression"
read-only="true"
type="java.lang.Boolean"
display="Use compression"
description="Uses Wirelevel Compression if enabled"
default="false"/>
<property name="use-xa"
read-only="true"
type="java.lang.Boolean"
display="Use XA"
description="Uses 2 Phase Commit Protocol (XA) if enabled"
default="true"/>
</entitytemplate>
</entitylist>
<entity name="usage"
display="Usage"
description="Usage">
<entitylist name="connections"
display="Active Routing Connections"
description="Active Routing Connections">
<entitytemplate name="usage"
display="Active Routing Connection"
description="Active Routing Connection">
<property name="routername"
type="java.lang.String"
display="Router Name"
description="Name of the connected Router"/>
<property name="connecttime"
display="Connect Time"
description="Connect Time"
type="java.lang.String"/>
<property name="protocol-version"
display="Protocol Version"
description="Protocol Version"
type="java.lang.String"/>
<property name="uses-xa"
type="java.lang.Boolean"
display="Uses XA"
description="Uses 2 Phase Commit Protocol (XA) if enabled"
default="false"/>
</entitytemplate>
</entitylist>
<entitylist name="routing-table"
display="Routing Table"
description="Routing Table">
<entitytemplate name="destination"
display="Destination"
description="Destination">
<entitylist name="dynamic-routes"
display="Dynamic Routes"
description="Dynamic Routes">
<entitytemplate name="dynamic-route"
display="Dynamic Route"
description="Dynamic Route">
</entitytemplate>
</entitylist>
</entitytemplate>
</entitylist>
</entity>
</configuration>
</swiftlet>
| 44.92515 | 110 | 0.48104 |
8a1a4743e9b8c62755c2bfef5a519cd12417b1eb | 1,538 | xml | XML | GDB/Schema/Domains/SubmissionProjectStatus.xml | PolishMSP/PolishMSP.GIS | a7fbae4d612a98e5611846c9536edcafcde0c3cc | [
"MIT"
] | null | null | null | GDB/Schema/Domains/SubmissionProjectStatus.xml | PolishMSP/PolishMSP.GIS | a7fbae4d612a98e5611846c9536edcafcde0c3cc | [
"MIT"
] | null | null | null | GDB/Schema/Domains/SubmissionProjectStatus.xml | PolishMSP/PolishMSP.GIS | a7fbae4d612a98e5611846c9536edcafcde0c3cc | [
"MIT"
] | null | null | null |
<Domain xsi:type='esri:CodedValueDomain'>
<DomainName>SubmissionProjectStatus</DomainName>
<FieldType>esriFieldTypeString</FieldType>
<MergePolicy>esriMPTDefaultValue</MergePolicy>
<SplitPolicy>esriSPTDefaultValue</SplitPolicy>
<Description>SubmissionProjectStatus</Description>
<Owner>msp</Owner>
<CodedValues xsi:type='esri:ArrayOfCodedValue'>
<CodedValue xsi:type='esri:CodedValue'>
<Name>Dołączony do wniosku</Name>
<Code xsi:type='xs:string'>supplied</Code>
</CodedValue>
<CodedValue xsi:type='esri:CodedValue'>
<Name>Nie wymagany</Name>
<Code xsi:type='xs:string'>not-required</Code>
</CodedValue>
<CodedValue xsi:type='esri:CodedValue'>
<Name>Nie wymagany (przedsięwzięcie zrealizowane)</Name>
<Code xsi:type='xs:string'>not-required-completed</Code>
</CodedValue>
<CodedValue xsi:type='esri:CodedValue'>
<Name>Nie wymagany (przedsięwzięcie posiada aktualne pozwolenie)</Name>
<Code xsi:type='xs:string'>not-required-permission</Code>
</CodedValue>
<CodedValue xsi:type='esri:CodedValue'>
<Name>Dołączony do innego wniosku</Name>
<Code xsi:type='xs:string'>supplied-ref</Code>
</CodedValue>
<CodedValue xsi:type='esri:CodedValue'>
<Name>Wymaga uzupełnienia</Name>
<Code xsi:type='xs:string'>requires-further-info</Code>
</CodedValue>
</CodedValues>
</Domain> | 43.942857 | 83 | 0.644343 |
424a0a0202c8b706c8372782253e5b6863001020 | 501 | xml | XML | doc/geosciml/4.1/documentation/html/js/data/guidmaps/GuidMaped.xml | arademaker/geosciml.org | 57d6896030c29a6c305fa82ca60f385c11c06b45 | [
"CC-BY-4.0"
] | null | null | null | doc/geosciml/4.1/documentation/html/js/data/guidmaps/GuidMaped.xml | arademaker/geosciml.org | 57d6896030c29a6c305fa82ca60f385c11c06b45 | [
"CC-BY-4.0"
] | null | null | null | doc/geosciml/4.1/documentation/html/js/data/guidmaps/GuidMaped.xml | arademaker/geosciml.org | 57d6896030c29a6c305fa82ca60f385c11c06b45 | [
"CC-BY-4.0"
] | null | null | null | ED6D6F34-05BF-4bab-A85A-2B6A77925EA6/EA2/EA4/EA1/EA3/EA1885.htm;
ED4B232F-5EF1-4793-9DAE-32DC0D70A047/EA2/EA4/EA1/EA3/EA4/EA1957.htm;
ED89C548-AA90-4f17-BC8B-9C094EC37923/EA2/EA5/EA2/EA2144.htm;
ED1F600F-C632-49a2-AE89-A620E4DACABF/EA2/EA6/EA2178.htm;
EDD6D8F0-3301-46ff-8E6E-E8E6FFDA1BB6/EA2/EA6/EA8/EA2395.htm;
EDFD30DC-E6CD-477e-AC7B-76ECB3D21034/EA2/EA6/EA10/EA2412.htm;
EDBA00FF-5A4C-47e1-9D5C-6E012671AA36/EA2/EA7/EA1/EA2600.htm;
EDBA00FF-5A4C-47e1-9D5C-6E012671AA36/EA2/EA7/EA1/EA2/EA2625.htm;
| 55.666667 | 68 | 0.818363 |
424a96015e9727c4dd88e9e0a555a9393b330b0b | 43,728 | fxml | XML | src/javafxapplication2/Admin.fxml | Abhishek-Oberoi/HotelManagement-Java | 86366bfe77a4198407a41e4002e51ec9693a6b36 | [
"MIT"
] | 7 | 2018-05-22T17:40:20.000Z | 2020-08-19T20:10:34.000Z | src/javafxapplication2/Admin.fxml | Abhishek-Oberoi/HotelManagement-Java | 86366bfe77a4198407a41e4002e51ec9693a6b36 | [
"MIT"
] | null | null | null | src/javafxapplication2/Admin.fxml | Abhishek-Oberoi/HotelManagement-Java | 86366bfe77a4198407a41e4002e51ec9693a6b36 | [
"MIT"
] | 3 | 2019-02-20T03:38:23.000Z | 2021-06-15T15:14:47.000Z | <?xml version="1.0" encoding="UTF-8"?>
<?import com.jfoenix.controls.JFXButton?>
<?import com.jfoenix.controls.JFXDatePicker?>
<?import com.jfoenix.controls.JFXDrawer?>
<?import com.jfoenix.controls.JFXHamburger?>
<?import com.jfoenix.controls.JFXTextArea?>
<?import com.jfoenix.controls.JFXTextField?>
<?import com.jfoenix.controls.JFXTreeTableView?>
<?import de.jensd.fx.glyphs.materialdesignicons.MaterialDesignIconView?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Separator?>
<?import javafx.scene.control.Tab?>
<?import javafx.scene.control.TabPane?>
<?import javafx.scene.control.TreeTableView?>
<?import javafx.scene.effect.ColorAdjust?>
<?import javafx.scene.effect.GaussianBlur?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<AnchorPane id="AnchorPane" prefHeight="763.0" prefWidth="1012.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="javafxapplication2.AdminController">
<children>
<ImageView fitHeight="773.0" fitWidth="1083.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@Images/adw.jpg" />
</image>
<effect>
<GaussianBlur />
</effect>
</ImageView>
<AnchorPane prefHeight="773.0" prefWidth="1031.0">
<children>
<AnchorPane fx:id="StudPane" disable="true" prefHeight="773.0" prefWidth="1031.0" visible="false">
<children>
<TabPane layoutX="20.0" layoutY="49.0" prefHeight="702.0" prefWidth="992.0" stylesheets="@TabPane.css" tabClosingPolicy="UNAVAILABLE">
<tabs>
<Tab text="Student">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="254.0" prefWidth="361.0" style="-fx-background-color: #6d6d753b;">
<children>
<JFXTreeTableView fx:id="StudentTable" layoutX="304.0" layoutY="48.0" prefHeight="607.0" prefWidth="675.0">
<columnResizePolicy>
<TreeTableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</JFXTreeTableView>
<JFXTextField fx:id="filter1" focusColor="#1dee12" labelFloat="true" layoutX="304.0" layoutY="14.0" prefHeight="27.0" prefWidth="250.0" promptText="Filter" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<AnchorPane layoutX="14.0" layoutY="14.0" prefHeight="646.0" prefWidth="290.0">
<children>
<JFXTextField fx:id="USN1" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="14.0" prefHeight="27.0" prefWidth="250.0" promptText="University Seat Number" style="-fx-background-color: #dce0e3a1;" unFocusColor="RED" />
<JFXTextField fx:id="sem1" focusColor="#1dee12" layoutX="14.0" layoutY="99.0" prefHeight="27.0" prefWidth="251.0" promptText="Semester" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXDatePicker fx:id="addDob" defaultColor="#3d3d42" layoutX="14.0" layoutY="55.0" prefHeight="27.0" prefWidth="251.0" promptText="Date of Birth" style="-fx-background-color: #dce0e3a1;" />
<JFXTextField fx:id="sec1" focusColor="#1dee12" layoutX="14.0" layoutY="144.0" prefHeight="27.0" prefWidth="251.0" promptText="Section" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="dep1" focusColor="#1dee12" layoutX="14.0" layoutY="189.0" prefHeight="27.0" prefWidth="251.0" promptText="Department" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="37.0" layoutY="259.0" onMouseClicked="#handleaddStudent" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#6ae349d6" glyphName="ACCOUNT_PLUS" size="38" />
</graphic>
</JFXButton>
<JFXButton fx:id="updateStudent" contentDisplay="GRAPHIC_ONLY" layoutX="169.0" layoutY="259.0" onMouseClicked="#handleupdateStudent" prefHeight="48.0" prefWidth="44.0">
<graphic>
<MaterialDesignIconView fill="#07b9ff" glyphName="ACCOUNT_CHECK" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="usn2" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="424.0" prefHeight="27.0" prefWidth="250.0" promptText="USN" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXDatePicker fx:id="dob2" defaultColor="#3d3d42" layoutX="14.0" layoutY="476.0" prefHeight="27.0" prefWidth="251.0" promptText="Date of Birth" style="-fx-background-color: #dce0e3a1;" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="111.0" layoutY="540.0" onMouseClicked="#handleremStudent" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#e83838d6" glyphName="ACCOUNT_REMOVE" size="38" />
</graphic>
</JFXButton>
<Separator layoutX="19.0" layoutY="357.0" prefHeight="2.0" prefWidth="245.0" />
</children>
</AnchorPane>
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Faculty">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #6d6d753b;">
<children>
<JFXTreeTableView fx:id="FacultyTable" layoutX="303.0" layoutY="48.0" prefHeight="609.0" prefWidth="675.0">
<columnResizePolicy>
<TreeTableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</JFXTreeTableView>
<AnchorPane layoutX="14.0" layoutY="12.0" prefHeight="646.0" prefWidth="290.0">
<children>
<JFXTextField fx:id="fname1" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="14.0" prefHeight="27.0" prefWidth="250.0" promptText="Faculty Name" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="sem3" focusColor="#1dee12" layoutX="14.0" layoutY="99.0" prefHeight="27.0" prefWidth="251.0" promptText="Teaching Semester" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXDatePicker fx:id="dob3" defaultColor="#3d3d42" layoutX="14.0" layoutY="55.0" prefHeight="27.0" prefWidth="251.0" promptText="Date of Birth" style="-fx-background-color: #dce0e3a1;" />
<JFXTextField fx:id="sec3" focusColor="#1dee12" layoutX="14.0" layoutY="144.0" prefHeight="27.0" prefWidth="251.0" promptText="Teaching Section" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="dep3" focusColor="#1dee12" layoutX="14.0" layoutY="189.0" prefHeight="27.0" prefWidth="251.0" promptText="Faculty Department" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="45.0" layoutY="323.0" onMouseClicked="#handleaddFaculty" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#6ae349d6" glyphName="ACCOUNT_PLUS" size="38" />
</graphic>
</JFXButton>
<JFXButton fx:id="updateStudent1" contentDisplay="GRAPHIC_ONLY" layoutX="167.0" layoutY="323.0" onMouseClicked="#handleupdateFaculty" prefHeight="48.0" prefWidth="44.0">
<graphic>
<MaterialDesignIconView fill="#07b9ff" glyphName="ACCOUNT_CHECK" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="fid2" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="425.0" prefHeight="27.0" prefWidth="250.0" promptText="Faculty Identification" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXDatePicker fx:id="dob4" defaultColor="#3d3d42" layoutX="14.0" layoutY="469.0" prefHeight="27.0" prefWidth="251.0" promptText="Date of Birth" style="-fx-background-color: #dce0e3a1;" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="111.0" layoutY="598.0" onMouseClicked="#handleremFaculty" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#e33b3bd9" glyphName="ACCOUNT_REMOVE" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="fid1" focusColor="#32eb15" labelFloat="true" layoutX="15.0" layoutY="375.0" prefHeight="27.0" prefWidth="251.0" promptText="Faculty Identification" style="-fx-background-color: #e5393986;" unFocusColor="#4528e0">
<effect>
<ColorAdjust hue="0.49" />
</effect>
</JFXTextField>
<Separator layoutX="17.0" layoutY="402.0" prefHeight="23.0" prefWidth="245.0" />
<JFXTextField fx:id="sem4" focusColor="#1dee12" labelFloat="true" layoutX="15.0" layoutY="516.0" prefHeight="27.0" prefWidth="250.0" promptText="Semester" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="sec4" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="561.0" prefHeight="27.0" prefWidth="250.0" promptText="Section" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="subcode10" focusColor="#1dee12" layoutX="15.0" layoutY="235.0" prefHeight="27.0" prefWidth="251.0" promptText="Subject Code" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="HT1" focusColor="#1dee12" layoutX="14.0" layoutY="279.0" prefHeight="27.0" prefWidth="251.0" promptText="Hours Taken" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
</children>
</AnchorPane>
<JFXTextField fx:id="filter11" focusColor="#1dee12" labelFloat="true" layoutX="304.0" layoutY="14.0" prefHeight="27.0" prefWidth="250.0" promptText="Filter" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Department">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #6d6d753b;">
<children>
<JFXTreeTableView fx:id="HODTable" layoutX="303.0" layoutY="45.0" prefHeight="612.0" prefWidth="675.0">
<columnResizePolicy>
<TreeTableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</JFXTreeTableView>
<AnchorPane layoutX="13.0" layoutY="12.0" prefHeight="646.0" prefWidth="290.0">
<children>
<JFXTextField fx:id="fname11" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="14.0" prefHeight="27.0" prefWidth="250.0" promptText="Head of Department Name" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXDatePicker fx:id="dob31" defaultColor="#3d3d42" layoutX="14.0" layoutY="55.0" prefHeight="27.0" prefWidth="251.0" promptText="Date of Birth" style="-fx-background-color: #dce0e3a1;" />
<JFXTextField fx:id="dep31" focusColor="#1dee12" layoutX="15.0" layoutY="99.0" prefHeight="27.0" prefWidth="251.0" promptText="Department" style="-fx-background-color: #dce0e3a1;" unFocusColor="RED" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="35.0" layoutY="175.0" onMouseClicked="#handleaddHOD" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#6ae349d6" glyphName="ACCOUNT_PLUS" size="38" />
</graphic>
</JFXButton>
<JFXButton fx:id="updateStudent11" contentDisplay="GRAPHIC_ONLY" layoutX="169.0" layoutY="175.0" onMouseClicked="#handleupdateHOD" prefHeight="48.0" prefWidth="44.0">
<graphic>
<MaterialDesignIconView fill="#07b9ff" glyphName="ACCOUNT_CHECK" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="fid21" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="425.0" prefHeight="27.0" prefWidth="250.0" promptText="Head of Department Identification" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXDatePicker fx:id="dob41" defaultColor="#3d3d42" layoutX="14.0" layoutY="469.0" prefHeight="27.0" prefWidth="251.0" promptText="Date of Birth" style="-fx-background-color: #dce0e3a1;" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="105.0" layoutY="584.0" onMouseClicked="#handleremHOD" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#e33b3bd9" glyphName="ACCOUNT_REMOVE" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="fid11" focusColor="#13ed29" labelFloat="true" layoutX="15.0" layoutY="258.0" prefHeight="27.0" prefWidth="251.0" promptText="Faculty Identification" style="-fx-background-color: #e5393986;" unFocusColor="#8400ff">
<effect>
<ColorAdjust hue="0.49" />
</effect>
</JFXTextField>
<Separator layoutX="18.0" layoutY="323.0" prefHeight="28.0" prefWidth="245.0" />
<JFXTextField fx:id="sem41" focusColor="#1dee12" labelFloat="true" layoutX="15.0" layoutY="516.0" prefHeight="27.0" prefWidth="250.0" promptText="Department" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
</children>
</AnchorPane>
<JFXTextField fx:id="filter12" focusColor="#1dee12" labelFloat="true" layoutX="303.0" layoutY="12.0" prefHeight="27.0" prefWidth="250.0" promptText="Filter" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Class">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #6d6d753b;">
<children>
<JFXTreeTableView fx:id="ClassTable" layoutX="303.0" layoutY="47.0" prefHeight="610.0" prefWidth="675.0">
<columnResizePolicy>
<TreeTableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</JFXTreeTableView>
<AnchorPane layoutX="14.0" layoutY="12.0" prefHeight="646.0" prefWidth="290.0">
<children>
<JFXTextField fx:id="fname111" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="14.0" prefHeight="27.0" prefWidth="250.0" promptText="Department" style="-fx-background-color: #dce0e3a1;" unFocusColor="RED" />
<JFXTextField fx:id="dep311" focusColor="#1dee12" layoutX="14.0" layoutY="61.0" prefHeight="27.0" prefWidth="251.0" promptText="Semester" style="-fx-background-color: #dce0e3a1;" unFocusColor="RED" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="33.0" layoutY="228.0" onMouseClicked="#handleaddClass" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#6ae349d6" glyphName="PLUS_CIRCLE_OUTLINE" size="38" />
</graphic>
</JFXButton>
<JFXButton fx:id="updateStudent111" contentDisplay="GRAPHIC_ONLY" layoutX="168.0" layoutY="228.0" onMouseClicked="#handleupdateClass" prefHeight="43.0" prefWidth="56.0">
<graphic>
<MaterialDesignIconView fill="#07b9ff" glyphName="BORDER_COLOR" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="fid211" focusColor="#1dee12" labelFloat="true" layoutX="16.0" layoutY="473.0" prefHeight="29.0" prefWidth="250.0" promptText="Semester" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="105.0" layoutY="584.0" onMouseClicked="#handleremClass" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#e33b3bd9" glyphName="DELETE" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="fid111" focusColor="#13ed29" layoutX="14.0" layoutY="109.0" prefHeight="27.0" prefWidth="251.0" promptText="Section" style="-fx-background-color: #dce0e3a1;" unFocusColor="RED" />
<Separator layoutX="18.0" layoutY="323.0" prefHeight="28.0" prefWidth="245.0" />
<JFXTextField fx:id="sem411" focusColor="#1dee12" labelFloat="true" layoutX="16.0" layoutY="432.0" prefHeight="27.0" prefWidth="250.0" promptText="Department" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="fid21111" focusColor="#1dee12" labelFloat="true" layoutX="16.0" layoutY="517.0" prefHeight="29.0" prefWidth="250.0" promptText="Section" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="fid69" focusColor="#13ed29" layoutX="15.0" layoutY="158.0" prefHeight="27.0" prefWidth="251.0" promptText=" Faculty Identification of Class Teacher" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ff000000" />
</children>
</AnchorPane>
<JFXTextField fx:id="filter13" focusColor="#1dee12" labelFloat="true" layoutX="303.0" layoutY="12.0" prefHeight="27.0" prefWidth="250.0" promptText="Filter" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Subjects">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #6d6d753b;">
<children>
<JFXTreeTableView fx:id="SubjectTable" layoutX="303.0" layoutY="46.0" prefHeight="611.0" prefWidth="675.0">
<columnResizePolicy>
<TreeTableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</JFXTreeTableView>
<AnchorPane layoutX="14.0" layoutY="12.0" prefHeight="646.0" prefWidth="290.0">
<children>
<JFXTextField fx:id="fname1111" focusColor="#1dee12" labelFloat="true" layoutX="14.0" layoutY="14.0" prefHeight="27.0" prefWidth="250.0" promptText="Department" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXTextField fx:id="dep3111" focusColor="#1dee12" layoutX="14.0" layoutY="61.0" prefHeight="27.0" prefWidth="251.0" promptText="Subject Code" style="-fx-background-color: #dce0e3a1;" unFocusColor="RED" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="33.0" layoutY="228.0" onMouseClicked="#handleaddSubject" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#6ae349d6" glyphName="PLUS_CIRCLE_OUTLINE" size="38" />
</graphic>
</JFXButton>
<JFXButton fx:id="updateStudent1111" contentDisplay="GRAPHIC_ONLY" layoutX="168.0" layoutY="228.0" onMouseClicked="#handleupdateSubject" prefHeight="43.0" prefWidth="56.0">
<graphic>
<MaterialDesignIconView fill="#07b9ff" glyphName="BORDER_COLOR" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="fid2111" focusColor="#1dee12" labelFloat="true" layoutX="16.0" layoutY="436.0" prefHeight="29.0" prefWidth="250.0" promptText="Subject Code" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
<JFXButton contentDisplay="GRAPHIC_ONLY" layoutX="103.0" layoutY="536.0" onMouseClicked="#handleremSubject" prefHeight="48.0" prefWidth="50.0">
<graphic>
<MaterialDesignIconView fill="#e33b3bd9" glyphName="DELETE" size="38" />
</graphic>
</JFXButton>
<JFXTextField fx:id="fid1111" focusColor="#13ed29" layoutX="14.0" layoutY="109.0" prefHeight="27.0" prefWidth="251.0" promptText="Subject Name" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ff000000" />
<Separator layoutX="18.0" layoutY="323.0" prefHeight="28.0" prefWidth="245.0" />
<JFXTextField fx:id="fid11111" focusColor="#13ed29" layoutX="15.0" layoutY="158.0" prefHeight="27.0" prefWidth="251.0" promptText="Semester" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ff000000" />
</children>
</AnchorPane>
<JFXTextField fx:id="filter14" focusColor="#1dee12" labelFloat="true" layoutX="303.0" layoutY="12.0" prefHeight="27.0" prefWidth="250.0" promptText="Filter" style="-fx-background-color: #dce0e3a1;" unFocusColor="#ffffff00" />
</children>
</AnchorPane>
</content>
</Tab>
</tabs>
</TabPane>
</children>
</AnchorPane>
<AnchorPane fx:id="MesPane" layoutY="-1.0" prefHeight="773.0" prefWidth="1031.0">
<children>
<AnchorPane prefHeight="773.0" prefWidth="182.0" style="-fx-background-color: #ffffff9e;">
<children>
<JFXButton fx:id="displayinbox" layoutY="245.0" onMouseClicked="#handleinbox" prefHeight="39.0" prefWidth="182.0" text="Inbox">
<font>
<Font name="AppleGothic Regular" size="17.0" />
</font>
<graphic>
<MaterialDesignIconView glyphName="INBOX" size="28" />
</graphic>
</JFXButton>
</children></AnchorPane>
<AnchorPane layoutX="182.0" prefHeight="773.0" prefWidth="374.0" style="-fx-background-color: #1046c45a;">
<children>
<Pane prefHeight="56.0" prefWidth="378.0" style="-fx-background-color: #637eb9c2;">
<children>
<JFXButton fx:id="Compose" layoutX="28.0" layoutY="5.0" onMouseClicked="#handleCompose" prefHeight="49.0" prefWidth="306.0" text="Compose" textFill="WHITE">
<font>
<Font name="AppleGothic Regular" size="17.0" />
</font>
</JFXButton>
</children>
</Pane>
<AnchorPane layoutY="56.0" prefHeight="717.0" prefWidth="374.0">
<children>
<AnchorPane layoutY="47.0">
<children>
<VBox prefHeight="634.0" prefWidth="378.0">
<children>
<AnchorPane fx:id="msg1" onMouseClicked="#fillmsg1" prefHeight="142.0" prefWidth="378.0">
<children>
<MaterialDesignIconView fill="#ffffffaf" glyphName="ACCOUNT_CIRCLE" layoutX="14.0" layoutY="58.0" size="50" wrappingWidth="68.0" />
<Label fx:id="msg1from" layoutX="85.0" layoutY="21.0" prefHeight="29.0" prefWidth="182.0" text="FROM:" textFill="#ffffffa8">
<font>
<Font name="AppleGothic Regular" size="15.0" />
</font></Label>
<JFXTextField fx:id="msg1sub" editable="false" focusColor="TRANSPARENT" layoutX="82.0" layoutY="64.0" prefHeight="29.0" prefWidth="275.0" style="-fx-background-color: #ffffffaf; -fx-background-radius: 0.75em;" text="MESSAGE" unFocusColor="TRANSPARENT">
<font>
<Font name="AppleGothic Regular" size="13.0" />
</font>
</JFXTextField>
</children>
</AnchorPane>
<AnchorPane fx:id="msg2" layoutX="10.0" layoutY="10.0" onMouseClicked="#fillmsg2" prefHeight="143.0" prefWidth="378.0">
<children>
<MaterialDesignIconView fill="#ffffffaf" glyphName="ACCOUNT_CIRCLE" layoutX="14.0" layoutY="58.0" size="50" wrappingWidth="68.0" />
<Label fx:id="msg2from" layoutX="85.0" layoutY="21.0" prefHeight="29.0" prefWidth="182.0" text="FROM:" textFill="#ffffffa8">
<font>
<Font name="AppleGothic Regular" size="15.0" />
</font></Label>
<JFXTextField fx:id="msg2sub" editable="false" focusColor="TRANSPARENT" layoutX="82.0" layoutY="64.0" prefHeight="29.0" prefWidth="275.0" style="-fx-background-color: #ffffffaf; -fx-background-radius: 0.75em;" text="MESSAGE" unFocusColor="TRANSPARENT">
<font>
<Font name="AppleGothic Regular" size="13.0" />
</font>
</JFXTextField>
</children>
</AnchorPane>
<AnchorPane fx:id="msg3" layoutX="10.0" layoutY="123.0" onMouseClicked="#fillmsg3" prefHeight="140.0" prefWidth="378.0">
<children>
<MaterialDesignIconView fill="#ffffffaf" glyphName="ACCOUNT_CIRCLE" layoutX="14.0" layoutY="58.0" size="50" wrappingWidth="68.0" />
<Label fx:id="msg3from" layoutX="85.0" layoutY="22.0" prefHeight="29.0" prefWidth="182.0" text="FROM:" textFill="#ffffffa8">
<font>
<Font name="AppleGothic Regular" size="15.0" />
</font></Label>
<JFXTextField fx:id="msg3sub" editable="false" focusColor="TRANSPARENT" layoutX="82.0" layoutY="65.0" prefHeight="29.0" prefWidth="275.0" style="-fx-background-color: #ffffffaf; -fx-background-radius: 0.75em;" text="MESSAGE" unFocusColor="TRANSPARENT">
<font>
<Font name="AppleGothic Regular" size="13.0" />
</font>
</JFXTextField>
</children>
</AnchorPane>
<AnchorPane fx:id="msg4" layoutX="10.0" layoutY="236.0" onMouseClicked="#fillmsg4" prefHeight="140.0" prefWidth="378.0">
<children>
<MaterialDesignIconView fill="#ffffffaf" glyphName="ACCOUNT_CIRCLE" layoutX="14.0" layoutY="58.0" size="50" wrappingWidth="68.0" />
<Label fx:id="msg4from" layoutX="85.0" layoutY="21.0" prefHeight="29.0" prefWidth="182.0" text="FROM:" textFill="#ffffffa8">
<font>
<Font name="AppleGothic Regular" size="15.0" />
</font></Label>
<JFXTextField fx:id="msg4sub" editable="false" focusColor="TRANSPARENT" layoutX="82.0" layoutY="64.0" prefHeight="29.0" prefWidth="275.0" style="-fx-background-color: #ffffffaf; -fx-background-radius: 0.75em;" text="MESSAGE" unFocusColor="TRANSPARENT">
<font>
<Font name="AppleGothic Regular" size="13.0" />
</font>
</JFXTextField>
</children>
</AnchorPane>
<AnchorPane fx:id="msg5" layoutX="10.0" layoutY="349.0" onMouseClicked="#fillmsg5" prefHeight="98.0" prefWidth="378.0">
<children>
<MaterialDesignIconView fill="#ffffffaf" glyphName="ACCOUNT_CIRCLE" layoutX="14.0" layoutY="58.0" size="50" wrappingWidth="68.0" />
<Label fx:id="msg5from" layoutX="85.0" layoutY="11.0" prefHeight="29.0" prefWidth="182.0" text="FROM:" textFill="#ffffffa8">
<font>
<Font name="AppleGothic Regular" size="15.0" />
</font></Label>
<JFXTextField fx:id="msg5sub" editable="false" focusColor="TRANSPARENT" layoutX="82.0" layoutY="54.0" prefHeight="29.0" prefWidth="275.0" style="-fx-background-color: #ffffffaf; -fx-background-radius: 0.75em;" text="MESSAGE" unFocusColor="TRANSPARENT">
<font>
<Font name="AppleGothic Regular" size="13.0" />
</font>
</JFXTextField>
</children>
</AnchorPane>
</children>
</VBox>
</children>
</AnchorPane>
<JFXButton fx:id="UP" contentDisplay="GRAPHIC_ONLY" layoutY="1.0" onMouseClicked="#handleup" prefHeight="23.0" prefWidth="374.0" textFill="WHITE">
<graphic>
<MaterialDesignIconView fill="WHITE" glyphName="ARROW_UP" size="25" wrappingWidth="30.0" />
</graphic>
</JFXButton>
<JFXButton fx:id="Down" contentDisplay="GRAPHIC_ONLY" layoutY="678.0" onMouseClicked="#handledown" prefHeight="39.0" prefWidth="374.0">
<graphic>
<MaterialDesignIconView fill="WHITE" glyphName="ARROW_DOWN" size="25" />
</graphic>
</JFXButton>
</children>
</AnchorPane>
</children>
</AnchorPane>
<AnchorPane fx:id="INBOX" disable="true" layoutX="560.0" layoutY="1.0" visible="false">
<children>
<AnchorPane prefHeight="56.0" prefWidth="470.0" style="-fx-background-color: #3b3b407d;">
<children>
<JFXButton fx:id="reply" contentDisplay="GRAPHIC_ONLY" layoutX="14.0" layoutY="3.0" onMouseClicked="#handleReply" prefHeight="50.0" prefWidth="43.0">
<graphic>
<MaterialDesignIconView fill="WHITE" glyphName="REPLY" size="25" wrappingWidth="25.0" />
</graphic>
</JFXButton>
<JFXButton fx:id="forward" contentDisplay="GRAPHIC_ONLY" layoutX="57.0" onMouseClicked="#handleForward" prefHeight="56.0" prefWidth="48.0">
<graphic>
<MaterialDesignIconView fill="WHITE" glyphName="FORWARD" size="25" />
</graphic>
</JFXButton>
<JFXTextField fx:id="forwardto" focusColor="#28ff00" labelFloat="true" layoutX="105.0" layoutY="15.0" prefHeight="27.0" prefWidth="286.0" promptText="Forward to" style="-fx-background-color: #ffffffaf; -fx-background-radius: 0.75em;" unFocusColor="TRANSPARENT" />
</children>
</AnchorPane>
<AnchorPane layoutY="56.0" prefHeight="717.0" prefWidth="470.0">
<children>
<MaterialDesignIconView fill="#ffffffaf" glyphName="ACCOUNT_CIRCLE" layoutX="14.0" layoutY="58.0" size="50" wrappingWidth="59.0" />
<Label fx:id="inboxfrom" layoutX="73.0" layoutY="25.0" prefHeight="29.0" prefWidth="359.0" text="From" textFill="WHITE">
<font>
<Font name="AppleGothic Regular" size="16.0" />
</font>
</Label>
<JFXTextArea fx:id="Content" editable="false" focusColor="TRANSPARENT" layoutX="8.0" layoutY="101.0" prefHeight="354.0" prefWidth="454.0" style="-fx-background-color: #ffffff9e; -fx-background-radius: 0.75em;" unFocusColor="TRANSPARENT" />
<JFXButton fx:id="ImageShow" contentDisplay="GRAPHIC_ONLY" layoutX="421.0" layoutY="64.0" onMouseClicked="#handleImageShow" prefHeight="30.0" prefWidth="30.0">
<graphic>
<MaterialDesignIconView fill="WHITE" glyphName="ATTACHMENT" size="20" />
</graphic>
</JFXButton>
<JFXTextArea fx:id="replymsg" focusColor="LIME" labelFloat="true" layoutX="8.0" layoutY="481.0" prefHeight="188.0" prefWidth="454.0" promptText="Reply" style="-fx-background-color: #ffffff9e; -fx-background-radius: 0.5em;" unFocusColor="WHITE" />
</children>
</AnchorPane>
</children>
</AnchorPane>
<AnchorPane fx:id="COMPOSEPane" layoutX="560.0" layoutY="1.0" prefHeight="773.0" prefWidth="470.0">
<children>
<AnchorPane layoutY="-1.0" prefHeight="56.0" prefWidth="470.0" style="-fx-background-color: #3d3d42af;">
<children>
<JFXButton fx:id="sendcompose" contentDisplay="GRAPHIC_ONLY" layoutX="24.0" layoutY="11.0" onMouseClicked="#handlesendcompose" prefHeight="35.0" prefWidth="38.0">
<graphic>
<MaterialDesignIconView fill="WHITE" glyphName="SEND" size="25" />
</graphic>
</JFXButton>
</children>
</AnchorPane>
<AnchorPane layoutY="55.0" prefHeight="717.0" prefWidth="470.0">
<children>
<MaterialDesignIconView fill="#ffffffaf" glyphName="ACCOUNT_CIRCLE" layoutX="14.0" layoutY="56.0" size="50" wrappingWidth="68.0" />
<JFXTextField fx:id="Composeto" focusColor="#00ff04" labelFloat="true" layoutX="88.0" layoutY="21.0" prefHeight="23.0" prefWidth="295.0" promptText="To ID" style="-fx-background-color: #ffffffaf; -fx-background-radius: 0.75em;" unFocusColor="TRANSPARENT">
<font>
<Font name="AppleGothic Regular" size="15.0" />
</font>
</JFXTextField>
<JFXTextArea fx:id="composeContent" focusColor="#00ff15" labelFloat="true" layoutX="12.0" layoutY="123.0" prefHeight="578.0" prefWidth="446.0" promptText="Message" style="-fx-background-color: #ffffffaf; -fx-background-radius: 0.30em;" unFocusColor="#ffffff00">
<font>
<Font name="AppleGothic Regular" size="13.0" />
</font>
</JFXTextArea>
</children>
</AnchorPane>
</children>
</AnchorPane>
</children>
</AnchorPane>
<JFXHamburger fx:id="AdminHam" layoutX="22.0" layoutY="14.0" prefHeight="23.0" prefWidth="30.0" />
<JFXButton fx:id="logoutButton" contentDisplay="GRAPHIC_ONLY" layoutX="984.0" layoutY="6.0" onMouseClicked="#logout">
<graphic>
<MaterialDesignIconView fill="#dce0e3c1" glyphName="LOGOUT" size="29" />
</graphic></JFXButton>
<JFXDrawer fx:id="AdminDrawer" defaultDrawerSize="182.0" disable="true" layoutY="45.0" prefHeight="728.0" prefWidth="182.0" visible="false" />
</children>
</AnchorPane>
</children>
</AnchorPane>
| 96.105495 | 300 | 0.47736 |
91d4a790574a4d54d22f090338c8285d803e87ea | 4,852 | kml | XML | KML/sectors/CW6 0.kml | andybone/PostcodeMapping | 95a005ddbbeaee6fbd9c984f20ed005c443e400b | [
"Unlicense"
] | 1 | 2019-10-14T11:24:19.000Z | 2019-10-14T11:24:19.000Z | KML/sectors/CW6 0.kml | andybone/PostcodeMapping | 95a005ddbbeaee6fbd9c984f20ed005c443e400b | [
"Unlicense"
] | null | null | null | KML/sectors/CW6 0.kml | andybone/PostcodeMapping | 95a005ddbbeaee6fbd9c984f20ed005c443e400b | [
"Unlicense"
] | null | null | null | <?xml version='1.0' encoding='utf-8'?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Folder>
<name>CW6 0</name>
<Placemark>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>-2.68432598061,53.2230750887,0 -2.67295751812,53.224706604600001,0 -2.66847049349,53.220222966800002,0 -2.66852395701,53.219413925200001,0 -2.66781995803,53.218350412500001,0 -2.66669517284,53.214701992899997,0 -2.66637584114,53.214526997699998,0 -2.66628753652,53.214428423500003,0 -2.66622546922,53.213143064900002,0 -2.66445675225,53.208017911299997,0 -2.67043139748,53.203261937100002,0 -2.6607153503,53.1991409217,0 -2.65748064671,53.1994861234,0 -2.65707386275,53.199597196100001,0 -2.64405705068,53.196543338300003,0 -2.64455896302,53.195592887,0 -2.6449194555,53.192375390300001,0 -2.638425016,53.192029015499998,0 -2.63734250327,53.191637721600003,0 -2.64066384115,53.189338384400003,0 -2.64684195279,53.190293729399997,0 -2.64715155132,53.190126537499999,0 -2.64707283265,53.187799458,0 -2.64341328773,53.186889969699997,0 -2.6414993038,53.185164709799999,0 -2.64160222357,53.184564413700002,0 -2.64998153294,53.1839523911,0 -2.65041396567,53.183551876199999,0 -2.64983194267,53.182330712,0 -2.6503963062,53.180426537599999,0 -2.66203831982,53.176842144399998,0 -2.65702867304,53.173358420900001,0 -2.6514039824,53.170123633400003,0 -2.6504869202,53.169889226499997,0 -2.65090402793,53.165869146299997,0 -2.6506219715,53.165499456100001,0 -2.65016716694,53.162807296499999,0 -2.65334060016,53.159836065900002,0 -2.65377385279,53.159512419,0 -2.65449698302,53.158267535699999,0 -2.65439775272,53.157504372799998,0 -2.65201501525,53.154865636099998,0 -2.6548537124,53.153355987799998,0 -2.65508308765,53.153405393100002,0 -2.65973947001,53.153342237499999,0 -2.66065527844,53.152985658699997,0 -2.66086433394,53.152655609100002,0 -2.66081600647,53.152313262900002,0 -2.66103609368,53.1521818728,0 -2.66352291252,53.151204605799997,0 -2.66420302076,53.151133959100001,0 -2.66476631241,53.151579093,0 -2.66471680639,53.151752775200002,0 -2.66612338826,53.1537034881,0 -2.66628356837,53.153737692299998,0 -2.66630705486,53.153782281799998,0 -2.66710250027,53.154657795600002,0 -2.66822892208,53.154260819699999,0 -2.66860758737,53.1546370911,0 -2.66801907539,53.155190291899999,0 -2.67061949319,53.156561907399997,0 -2.67137251222,53.156575221,0 -2.67178889092,53.156634672499997,0 -2.67619213698,53.154338939900001,0 -2.6768891871,53.154239846,0 -2.68658829834,53.157156718700001,0 -2.68948532164,53.157441394599999,0 -2.69185601476,53.157180850400003,0 -2.70003675197,53.153555182799998,0 -2.7081899821,53.154700897799998,0 -2.71009529875,53.1584358494,0 -2.71036833026,53.159516597600003,0 -2.71350250287,53.162725973599997,0 -2.72670151088,53.168060899399997,0 -2.72986391868,53.166277091700003,0 -2.74273329446,53.164634547299997,0 -2.74311888357,53.164643789899998,0 -2.74603454027,53.166886682399998,0 -2.74402971533,53.171343464700001,0 -2.7462785923,53.174040007800002,0 -2.7513500348,53.176715227300001,0 -2.75112888711,53.178694381600003,0 -2.75108305768,53.178770909900003,0 -2.75110454825,53.179511723099999,0 -2.749282833,53.182828967399999,0 -2.74951467225,53.184582886,0 -2.74808908343,53.185641976500001,0 -2.74786884346,53.185983983699998,0 -2.74600703846,53.189289908299997,0 -2.74203773296,53.190549195599999,0 -2.74115656323,53.1906501156,0 -2.73091277171,53.186816618100003,0 -2.72751869923,53.188219232199998,0 -2.72478250225,53.197619897899997,0 -2.72549739092,53.198200105200002,0 -2.73125105015,53.200054538,0 -2.73537325353,53.204187851599997,0 -2.73442619355,53.207152268800002,0 -2.73440493867,53.209529721,0 -2.72864844799,53.2127581417,0 -2.72736847549,53.214667447700002,0 -2.72452440755,53.217518107799997,0 -2.71458931023,53.218006555,0 -2.71428295779,53.2181065985,0 -2.71236906668,53.218875863400001,0 -2.7148497824,53.2261895599,0 -2.70749438477,53.230464536299998,0 -2.70732115977,53.231013806299998,0 -2.69029561547,53.236033150899999,0 -2.68839624713,53.225807087200003,0 -2.68432598061,53.2230750887,0</coordinates>
</LinearRing>
</outerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>-2.66344745677,53.167587469499999,0 -2.65573072149,53.169453414499998,0 -2.66415367758,53.170530902099998,0 -2.66707861138,53.170327496100001,0 -2.66344745677,53.167587469499999,0</coordinates>
</LinearRing>
</innerBoundaryIs>
<innerBoundaryIs>
<LinearRing>
<coordinates>-2.66768590456,53.159287598,0 -2.66872432002,53.159090882299999,0 -2.66873503576,53.158797188500003,0 -2.6675287386,53.158768135400003,0 -2.66755037744,53.159122704300003,0 -2.66768590456,53.159287598,0</coordinates>
</LinearRing>
</innerBoundaryIs>
</Polygon>
</Placemark>
</Folder>
</kml>
| 186.615385 | 3,886 | 0.789159 |
71d12ff67f1fe4043f779979d7ec0f1d8fbaeb52 | 11,539 | xml | XML | _site/sitemap.xml | mixedmarketingartist/mixedmarketingartist.github.io | 4f6cf0510c7ea9b253aa55dbb1734f82e6e1b07b | [
"MIT"
] | null | null | null | _site/sitemap.xml | mixedmarketingartist/mixedmarketingartist.github.io | 4f6cf0510c7ea9b253aa55dbb1734f82e6e1b07b | [
"MIT"
] | null | null | null | _site/sitemap.xml | mixedmarketingartist/mixedmarketingartist.github.io | 4f6cf0510c7ea9b253aa55dbb1734f82e6e1b07b | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.mixedmarketingartist.com/design/typography/</loc>
<lastmod>2015-11-16T00:00:00-08:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/comments/</loc>
<lastmod>2015-11-15T00:00:00-08:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/no-header/</loc>
<lastmod>2015-10-11T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/no-header-but-image/</loc>
<lastmod>2015-03-12T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/no-header/</loc>
<lastmod>2015-03-12T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/header-with-text/</loc>
<lastmod>2015-02-10T00:00:00-08:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/header-logo-only/</loc>
<lastmod>2014-10-09T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/header-image-color/</loc>
<lastmod>2014-10-09T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/header-full-width-image/</loc>
<lastmod>2014-10-09T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/header-image-pattern/</loc>
<lastmod>2014-10-08T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/gallery/</loc>
<lastmod>2014-09-15T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/video/</loc>
<lastmod>2014-09-14T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/grid/</loc>
<lastmod>2014-09-13T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/portfolio/</loc>
<lastmod>2014-09-10T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/page-fullwidth/</loc>
<lastmod>2014-08-19T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/post-right-sidebar/</loc>
<lastmod>2014-07-10T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/page/</loc>
<lastmod>2014-07-10T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/breadcrumb/</loc>
<lastmod>2014-07-10T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/post-left-sidebar/</loc>
<lastmod>2014-07-09T00:00:00-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/404.html</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/blog/archive/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/changelog/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/contact/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/design/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/documentation/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/feed.xml</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/getting-started/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/headers/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/humans.txt</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/blog/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/resume/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/info/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/redirect-page/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/roadmap/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/robots.txt</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/search/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/sitemap.xml</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/assets/css/styles_feeling_responsive.css</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/blog/page2/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/blog/page3/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.mixedmarketingartist.com/blog/page4/</loc>
<lastmod>2015-05-19T03:46:46-07:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
</urlset> | 18.171654 | 93 | 0.490164 |
39137c8bcb3aaef45dbe9794b464dfa783986203 | 5,824 | csproj | XML | MasterDetailDemo/MasterDetailDemo/MasterDetailDemo.csproj | higedamc/HigeDevelopment | f38a76846d75c6f67ad6f862bb1a8e36f18af30c | [
"MIT"
] | null | null | null | MasterDetailDemo/MasterDetailDemo/MasterDetailDemo.csproj | higedamc/HigeDevelopment | f38a76846d75c6f67ad6f862bb1a8e36f18af30c | [
"MIT"
] | null | null | null | MasterDetailDemo/MasterDetailDemo/MasterDetailDemo.csproj | higedamc/HigeDevelopment | f38a76846d75c6f67ad6f862bb1a8e36f18af30c | [
"MIT"
] | null | null | null | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Controls\**" />
<Compile Remove="Model.Data\**" />
<Compile Remove="Model\**" />
<Compile Remove="ViewModels\**" />
<EmbeddedResource Remove="Controls\**" />
<EmbeddedResource Remove="Model.Data\**" />
<EmbeddedResource Remove="Model\**" />
<EmbeddedResource Remove="ViewModels\**" />
<None Remove="Controls\**" />
<None Remove="Model.Data\**" />
<None Remove="Model\**" />
<None Remove="ViewModels\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="BarcodeDecoder.cs" />
<Compile Remove="BarcodeDecoding.cs" />
<Compile Remove="Converter.cs" />
<Compile Remove="IDeviceService.cs" />
<Compile Remove="IImageHelper.cs" />
<Compile Remove="IImageService.cs" />
<Compile Remove="ILaunchClip.cs" />
<Compile Remove="ImageControl.cs" />
<Compile Remove="ImgCoverter.cs" />
<Compile Remove="IPicturePicker.cs" />
<Compile Remove="IZxingService.cs" />
<Compile Remove="Library.Utility.cs" />
<Compile Remove="ProgressUtils.cs" />
<Compile Remove="Services\IImageHelper.cs" />
<Compile Remove="Services\IToggleSleep.cs" />
<Compile Remove="SplashPage.cs" />
<Compile Remove="Yokuwakaran\HomeTabbedPage.xaml.cs" />
<Compile Remove="Yokuwakaran\MainMasterDetailPage.xaml.cs" />
<Compile Remove="Yokuwakaran\SettingsTabbedPage.xaml.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="Yokuwakaran\HomeTabbedPage.xaml" />
<EmbeddedResource Remove="Yokuwakaran\MainMasterDetailPage.xaml" />
<EmbeddedResource Remove="Yokuwakaran\SettingsTabbedPage.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Com.Airbnb.Xamarin.Forms.Lottie" Version="2.7.1" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.14.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.14.0" />
<PackageReference Include="Toasts.Forms.Plugin" Version="3.3.2" />
<PackageReference Include="Torutek.Microsoft.ProjectOxford.Face" Version="1.2.0" NoWarn="NU1701" />
<PackageReference Include="UXDivers.GorillaPlayer.SDK" Version="1.5.0" NoWarn="NU1701" />
<PackageReference Include="Xam.Plugin.Battery" Version="4.0.0.10-beta" />
<PackageReference Include="Xam.Plugin.Media" Version="4.2.0-beta" />
<PackageReference Include="Xam.Plugins.Forms.ImageCircle" Version="3.1.1.1-beta" />
<PackageReference Include="Xam.Plugins.Forms.ProgressRing" Version="0.1.2" NoWarn="NU1701" />
<PackageReference Include="Xamarin.Essentials" Version="1.1.0" />
<PackageReference Include="Xamarin.Forms" Version="4.0.0.346134-pre9" />
<PackageReference Include="Xamarin.Forms.Visual.Material" Version="4.0.0.346134-pre9" />
<PackageReference Include="Xamarin.Plugin.FilePicker" Version="2.1.14-beta" />
<PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
<PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="Mono.Android">
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v8.1\Mono.Android.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="AppShell.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Yokuwakaran\Clock.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Yokuwakaran\GradientLabelPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Yokuwakaran\Page1.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Yokuwakaran\PopUpFromTheBottom.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Yokuwakaran\SettingPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Update="App.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="MainPage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\GamePage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\GeneratePage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\HomeTabbedPage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\ListPage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\MainMasterDetailPage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\MovieListPage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\MoviePage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\ScanPage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="View\SettingsPage.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
</ItemGroup>
<ItemGroup>
<Compile Update="Yokuwakaran\BatteryPage.xaml.cs">
<DependentUpon>BatteryPage.xaml</DependentUpon>
</Compile>
<Compile Update="Yokuwakaran\PopUpFromTheBottom.xaml.cs">
<DependentUpon>PopUpFromTheBottom.xaml</DependentUpon>
</Compile>
</ItemGroup>
</Project> | 40.165517 | 174 | 0.697974 |
7d8487c47c5cf0e311adfa2522498222ff5bdebc | 450 | xml | XML | pkiObjects/mod_algo_strength/PO_CERT_PATH_ALGO_STRENGTH_02.xml | mtg-ag/cpt | e93da8294afa0c94d0298fb3774ef02687f04fb2 | [
"Apache-2.0"
] | 12 | 2018-04-24T16:02:08.000Z | 2021-10-12T02:06:08.000Z | pkiObjects/mod_algo_strength/PO_CERT_PATH_ALGO_STRENGTH_02.xml | mtg-ag/cpt | e93da8294afa0c94d0298fb3774ef02687f04fb2 | [
"Apache-2.0"
] | null | null | null | pkiObjects/mod_algo_strength/PO_CERT_PATH_ALGO_STRENGTH_02.xml | mtg-ag/cpt | e93da8294afa0c94d0298fb3774ef02687f04fb2 | [
"Apache-2.0"
] | 1 | 2021-03-31T11:21:10.000Z | 2021-03-31T11:21:10.000Z | <PKIObjects>
<Certificate id="CERT_PATH_ALGO_STRENGTH_02_ROOT_CA" refid="CERT_PATH_COMMON_01_ROOT_CA" type="TA"/>
<Certificate id="CERT_PATH_ALGO_STRENGTH_02_SUB_CA" refid="CERT_PATH_COMMON_01_SUB_CA">
</Certificate>
<Certificate id="CERT_PATH_ALGO_STRENGTH_02_EE" refid="CERT_PATH_COMMON_01_EE" type="TC">
<SerialNumber>50002</SerialNumber>
<Signature>1.2.840.113549.1.1.4</Signature>
</Certificate>
</PKIObjects> | 50 | 104 | 0.755556 |
84117b77751253f74d4c28bc6aadfc25958a3cff | 4,809 | csproj | XML | tests/extensions/Wyam.TextGeneration.Tests/Wyam.TextGeneration.Tests.csproj | rpriest1260/Wyam | 325fef9806da449d9fbed44157bb1b07e13fb19a | [
"MIT"
] | null | null | null | tests/extensions/Wyam.TextGeneration.Tests/Wyam.TextGeneration.Tests.csproj | rpriest1260/Wyam | 325fef9806da449d9fbed44157bb1b07e13fb19a | [
"MIT"
] | null | null | null | tests/extensions/Wyam.TextGeneration.Tests/Wyam.TextGeneration.Tests.csproj | rpriest1260/Wyam | 325fef9806da449d9fbed44157bb1b07e13fb19a | [
"MIT"
] | null | null | null | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\core\Wyam.Common\Wyam.Common.csproj" />
<ProjectReference Include="..\..\..\src\extensions\Wyam.TextGeneration\Wyam.TextGeneration.csproj" />
<ProjectReference Include="..\..\..\src\core\Wyam.Testing\Wyam.Testing.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.2.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.0" />
<PackageReference Include="Microsoft.Win32.Primitives" Version="4.3.0" />
<PackageReference Include="NETStandard.Library" Version="2.0.1" />
<PackageReference Include="NSubstitute" Version="2.0.2" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="System.AppContext" Version="4.3.0" />
<PackageReference Include="System.Collections" Version="4.3.0" />
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
<PackageReference Include="System.Console" Version="4.3.0" />
<PackageReference Include="System.Diagnostics.Debug" Version="4.3.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.3.1" />
<PackageReference Include="System.Diagnostics.Tools" Version="4.3.0" />
<PackageReference Include="System.Diagnostics.Tracing" Version="4.3.0" />
<PackageReference Include="System.Globalization" Version="4.3.0" />
<PackageReference Include="System.Globalization.Calendars" Version="4.3.0" />
<PackageReference Include="System.IO" Version="4.3.0" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Linq.Expressions" Version="4.3.0" />
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.3" />
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
<PackageReference Include="System.ObjectModel" Version="4.3.0" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
<PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
<PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" />
<PackageReference Include="System.Runtime" Version="4.3.0" />
<PackageReference Include="System.Runtime.Extensions" Version="4.3.0" />
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageReference Include="System.Runtime.Numerics" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Encoding" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.0" />
<PackageReference Include="System.Text.Encoding" Version="4.3.0" />
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.0" />
<PackageReference Include="System.Threading" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
<PackageReference Include="System.Threading.Timer" Version="4.3.0" />
<PackageReference Include="System.Xml.ReaderWriter" Version="4.3.0" />
<PackageReference Include="System.Xml.XDocument" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project> | 67.732394 | 106 | 0.711167 |
d94fc65d466cf559e3c05bd34be4bed94ac06e94 | 1,618 | xml | XML | tools/export_to_path/export_to_path.xml | wverastegui/galaxytools | 95aa7106676770077d027cc67ea35ec3c15f71ea | [
"MIT"
] | null | null | null | tools/export_to_path/export_to_path.xml | wverastegui/galaxytools | 95aa7106676770077d027cc67ea35ec3c15f71ea | [
"MIT"
] | null | null | null | tools/export_to_path/export_to_path.xml | wverastegui/galaxytools | 95aa7106676770077d027cc67ea35ec3c15f71ea | [
"MIT"
] | null | null | null | <tool id="export_to_path" name="export to path" version="0.0.2">
<macros>
<import>macros.xml</import>
</macros>
<expand macro="creator"/>
<description>on a filesystem accessible to compute node</description>
<requirements>
<requirement type="package" version="3.6">python</requirement>
</requirements>
<command detect_errors="aggressive"><![CDATA[
python '$__tool_directory__/export_to_path.py'
-p '$remote_path'
#if $mzml_dataset
'${mzml_dataset}' '${mzml_dataset.ext}'
#end if
#if $json_metadata
'${json_metadata}' '${json_metadata.ext}'
#end if
#if $txt_metadata
'${txt_metadata}' '${txt_metadata.ext}'
#end if
> '$log'
]]></command>
<inputs>
<param name="mzml_dataset" type="data" format="mzml" label="mzML Dataset to export" optional="true"/>
<param name="json_metadata" type="data" format="json" label="JSON metadata to export" optional="true"/>
<param name="txt_metadata" type="data" format="txt" label="TXT metadata to export" optional="true"/>
<param name="remote_path" type="text" value="" label="Remote path of the new mzML dataset."
help="Full absolute path to the new mzml dataset to export.">
<validator type="empty_field"/>
<sanitizer sanitize="false"/>
</param>
</inputs>
<outputs>
<data name="log" format="txt"/>
</outputs>
<tests>
</tests>
<help>
<![CDATA[
@HELP@
]]>
</help>
<citations/>
</tool>
| 32.36 | 111 | 0.5822 |
ed0632eecc8e35c29da3393e69c3c32e691dc932 | 14,888 | storyboard | XML | arcgis-ios-sdk-samples/Maps/Display device location with autopan modes/DisplayLocation.storyboard | pgruenler/arcgis-runtime-samples-ios | ee1bbe9b20a009770c12a3f2fb048edf552115e9 | [
"Apache-2.0"
] | 292 | 2015-01-06T19:14:21.000Z | 2022-03-23T02:35:38.000Z | arcgis-ios-sdk-samples/Maps/Display device location with autopan modes/DisplayLocation.storyboard | pgruenler/arcgis-runtime-samples-ios | ee1bbe9b20a009770c12a3f2fb048edf552115e9 | [
"Apache-2.0"
] | 542 | 2015-01-05T23:15:30.000Z | 2022-03-22T17:13:59.000Z | arcgis-ios-sdk-samples/Maps/Display device location with autopan modes/DisplayLocation.storyboard | pgruenler/arcgis-runtime-samples-ios | ee1bbe9b20a009770c12a3f2fb048edf552115e9 | [
"Apache-2.0"
] | 359 | 2015-01-10T13:55:34.000Z | 2022-03-16T14:29:34.000Z | <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="7bF-ka-HyJ">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17126"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Display Location View Controller-->
<scene sceneID="BZU-4v-YmB">
<objects>
<viewController id="7bF-ka-HyJ" customClass="DisplayLocationViewController" customModule="ArcGIS_Runtime_SDK_Samples" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="N4Q-lw-UZo">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nvk-wZ-Lky" customClass="AGSMapView">
<rect key="frame" x="0.0" y="44" width="414" height="769"/>
</view>
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LDK-Xg-bOg">
<rect key="frame" x="0.0" y="813" width="414" height="49"/>
<items>
<barButtonItem style="plain" systemItem="flexibleSpace" id="P3R-iT-gSr"/>
<barButtonItem title="Location Settings" id="RXE-rx-uYE">
<connections>
<segue destination="kuI-jh-DYE" kind="popoverPresentation" popoverAnchorBarButtonItem="RXE-rx-uYE" id="Unt-Dv-HAB">
<popoverArrowDirection key="popoverArrowDirection" up="YES" down="YES" left="YES" right="YES"/>
<popoverPassthroughViews>
<view reference="Nvk-wZ-Lky"/>
</popoverPassthroughViews>
</segue>
</connections>
</barButtonItem>
<barButtonItem style="plain" systemItem="flexibleSpace" id="yP3-Z6-jvR"/>
</items>
</toolbar>
</subviews>
<viewLayoutGuide key="safeArea" id="baf-FC-TSM"/>
<color key="backgroundColor" systemColor="tertiarySystemBackgroundColor"/>
<constraints>
<constraint firstItem="Nvk-wZ-Lky" firstAttribute="top" secondItem="baf-FC-TSM" secondAttribute="top" id="2FE-Ba-Tlh"/>
<constraint firstItem="LDK-Xg-bOg" firstAttribute="trailing" secondItem="N4Q-lw-UZo" secondAttribute="trailing" id="3qr-sy-dV2"/>
<constraint firstItem="Nvk-wZ-Lky" firstAttribute="leading" secondItem="N4Q-lw-UZo" secondAttribute="leading" id="6uN-vu-ki9"/>
<constraint firstItem="Nvk-wZ-Lky" firstAttribute="top" secondItem="N4Q-lw-UZo" secondAttribute="top" id="7Rd-Lq-Db4"/>
<constraint firstItem="LDK-Xg-bOg" firstAttribute="top" secondItem="Nvk-wZ-Lky" secondAttribute="bottom" id="W4C-N2-3oS"/>
<constraint firstItem="Nvk-wZ-Lky" firstAttribute="trailing" secondItem="N4Q-lw-UZo" secondAttribute="trailing" id="XaB-bF-dpg"/>
<constraint firstItem="LDK-Xg-bOg" firstAttribute="leading" secondItem="N4Q-lw-UZo" secondAttribute="leading" id="Xkl-dR-Q3q"/>
<constraint firstItem="LDK-Xg-bOg" firstAttribute="bottom" secondItem="baf-FC-TSM" secondAttribute="bottom" id="wie-yO-NX1"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="7Rd-Lq-Db4"/>
</mask>
</variation>
</view>
<connections>
<outlet property="mapView" destination="Nvk-wZ-Lky" id="Vfv-Zn-ibS"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="swP-N6-fBb" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-178.125" y="509.15492957746477"/>
</scene>
<!--Settings-->
<scene sceneID="C6X-uo-NAR">
<objects>
<tableViewController id="MYj-pI-K7g" customClass="DisplayLocationSettingsViewController" customModule="ArcGIS_Runtime_SDK_Samples" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="chr-QH-hI5">
<rect key="frame" x="0.0" y="0.0" width="414" height="842"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<sections>
<tableViewSection id="goQ-tW-SUx">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" textLabel="va5-al-4dZ" style="IBUITableViewCellStyleDefault" id="hME-Gi-UKT">
<rect key="frame" x="0.0" y="28" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="hME-Gi-UKT" id="dUa-OR-ahm">
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Show Location" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" adjustsFontForContentSizeCategory="YES" id="va5-al-4dZ">
<rect key="frame" x="20" y="0.0" width="374" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
<connections>
<outlet property="accessoryView" destination="1Ue-FK-RJ2" id="nep-pm-96S"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" textLabel="fTE-lg-gh4" detailTextLabel="FHN-Mo-30G" style="IBUITableViewCellStyleValue1" id="6Hr-zA-SBu">
<rect key="frame" x="0.0" y="72" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="6Hr-zA-SBu" id="weB-y7-acx">
<rect key="frame" x="0.0" y="0.0" width="383" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Auto-Pan Mode" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" adjustsFontForContentSizeCategory="YES" id="fTE-lg-gh4">
<rect key="frame" x="20" y="12" width="119.5" height="20.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Detail" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" adjustsFontForContentSizeCategory="YES" id="FHN-Mo-30G">
<rect key="frame" x="331" y="12" width="44" height="20.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
</sections>
<connections>
<outlet property="dataSource" destination="MYj-pI-K7g" id="zZe-8b-9fb"/>
<outlet property="delegate" destination="MYj-pI-K7g" id="7KU-yZ-e5Z"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Settings" id="8Xf-8J-uQv"/>
<connections>
<outlet property="autoPanModeCell" destination="6Hr-zA-SBu" id="Gz1-ZJ-9db"/>
<outlet property="showSwitch" destination="1Ue-FK-RJ2" id="lbX-CY-mGa"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="cBp-aA-6OZ" userLabel="First Responder" sceneMemberID="firstResponder"/>
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" id="1Ue-FK-RJ2">
<rect key="frame" x="0.0" y="0.0" width="51" height="31"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<connections>
<action selector="showLocationSwitchAction:" destination="MYj-pI-K7g" eventType="valueChanged" id="cqe-QY-boD"/>
</connections>
</switch>
</objects>
<point key="canvasLocation" x="1279" y="509"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="Cma-Mu-kjo">
<objects>
<navigationController id="kuI-jh-DYE" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="m4K-6o-PBX">
<rect key="frame" x="0.0" y="0.0" width="414" height="56"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="MYj-pI-K7g" kind="relationship" relationship="rootViewController" id="XGA-lv-r6M"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="WFT-co-H2u" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="548" y="509"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="tertiarySystemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
| 86.057803 | 380 | 0.530159 |
ed12817ddba259dcf66fb71b21eb7a7acead6d11 | 5,054 | launch | XML | navigation/launch/tiago_navigation_AIP.launch | NicoBGithub/projet-integration-sri-2020-2021 | 4ee2b06fae69a575648567576297f0186b4b5361 | [
"Apache-2.0"
] | null | null | null | navigation/launch/tiago_navigation_AIP.launch | NicoBGithub/projet-integration-sri-2020-2021 | 4ee2b06fae69a575648567576297f0186b4b5361 | [
"Apache-2.0"
] | null | null | null | navigation/launch/tiago_navigation_AIP.launch | NicoBGithub/projet-integration-sri-2020-2021 | 4ee2b06fae69a575648567576297f0186b4b5361 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg name="namespace" default="/"/>
<arg name="public_sim" default="false"/>
<arg name="robot" default="titanium"/>
<arg name="arm" default="$(eval {'iron': False}.get(arg('robot'), True))"/>
<arg name="end_effector" default="$(eval {'iron': 'false', 'steel': 'pal-gripper', 'titanium': 'pal-hey5'}.get(arg('robot'), 'pal-gripper'))"/>
<arg name="ft_sensor" default="$(eval {'titanium': 'schunk-ft'}.get(arg('robot'), 'false'))"/>
<arg name="laser_model" default="sick-571"/>
<arg name="camera_model" default="orbbec-astra"/>
<arg name="world" default="salle_groix"/>
<arg name="tuck_arm" default="true"/>
<arg name="lost" default="false"/>
<arg name="gzpose" default="-x 0.0 -y 0.0 -z 0.0 -R 0.0 -P 0.0 -Y 0.0" unless="$(arg lost)"/>
<arg name="gzpose" default="-x 0.78 -y -11.1 -z -0.003 -R 0.0 -P 0.0 -Y 70.0" if="$(arg lost)"/>
<arg name="planner" default="base"/>
<arg name="global_planner" default="global_planner"/>
<arg name="local_planner" default="$(eval 'teb' if arg('public_sim') else 'pal')"/>
<arg name="localization" default="amcl"/>
<arg name="map" default="$(env HOME)/tiago_public_ws/src/projet-integration-sri-2020-2021/navigation/data/$(arg world)"/>
<arg name="rviz" default="true"/>
<arg name="gzclient" default="true"/>
<arg name="recording" default="false"/>
<arg name="extra_gazebo_args" default=""/>
<arg name="advanced_navigation" default="false"/> <!-- Requires extra software from PAL Robotics-->
<arg name="sim_sufix" value="_public_sim" if="$(arg public_sim)"/>
<arg name="sim_sufix" value="" unless="$(arg public_sim)"/>
<env name="PAL_HOST" value="tiago" />
<node name="update_maps_link" pkg="pal_navigation_sm" type="base_maps_symlink.sh" args="tiago_maps"/>
<group ns="$(arg namespace)">
<include file="$(find tiago_gazebo)/launch/tiago_gazebo.launch">
<arg name="world" value="$(arg world)"/>
<arg name="arm" value="$(arg arm)"/>
<arg name="end_effector" value="$(arg end_effector)"/>
<arg name="ft_sensor" value="$(arg ft_sensor)"/>
<arg name="laser_model" value="$(arg laser_model)"/>
<arg name="camera_model" value="$(arg camera_model)"/>
<arg name="gzpose" value="$(arg gzpose)"/>
<arg name="tuck_arm" value="$(arg tuck_arm)"/>
<arg name="gui" value="$(arg gzclient)"/>
<arg name="public_sim" value="$(arg public_sim)"/>
<arg name="recording" value="$(arg recording)"/>
<arg name="extra_gazebo_args" value="$(arg extra_gazebo_args)"/>
<arg if="$(eval local_planner == 'teb')" name="use_dynamic_footprint" value="true"/>
</include>
<include file="$(find tiago_2dnav_gazebo)/launch/navigation.launch">
<arg name="state" value="localization"/>
<arg name="planner" value="$(arg planner)"/>
<arg name="global_planner" value="$(arg global_planner)"/>
<arg name="local_planner" value="$(arg local_planner)"/>
<arg name="localization" value="$(arg localization)"/>
<arg name="map" value="$(arg map)"/>
<arg name="public_sim" value="$(arg public_sim)"/>
<arg name="rgbd_sensors" value="$(arg advanced_navigation)"/>
<arg name="laser_model" value="$(arg laser_model)"/>
</include>
<group if="$(arg advanced_navigation)">
<node name="rviz" pkg="rviz" type="rviz" if="$(arg rviz)"
args="-d $(find tiago_2dnav)/config/rviz/advanced_navigation.rviz"/>
</group>
<group unless="$(arg advanced_navigation)">
<node name="rviz" pkg="rviz" type="rviz" if="$(arg rviz)"
args="-d $(find tiago_2dnav)/config/rviz/navigation$(arg sim_sufix).rviz"/>
</group>
</group>
<group unless="$(arg public_sim)">
<include file="$(find pal_loc_measure)/launch/pal_loc_measure.launch">
<arg name="training" value="False"/>
</include>
</group>
<!-- pointcloud to laserscan-->
<group if="$(arg public_sim)">
<include file="$(find tiago_laser_sensors)/launch/rgbd_cloud_laser.launch">
<arg name="cloud" value="/xtion/depth_registered/points"/>
</include>
</group>
<group if="$(arg advanced_navigation)">
<!-- Advanced navigation -->
<include file="$(find pal_head_manager)/launch/tiago_head_manager.launch"/>
<node pkg="tiago_2dnav" type="navigation_camera_mgr.py" name="navigation_camera_mgr" />
<node pkg="pal_zoi_detector" type="zoi_detector_node" name="zoi_detector" />
<include file="$(find pal_waypoint)/launch/pal_waypoint.launch"/>
<include file="$(find pal_navigation_manager)/launch/poi_navigation_server.launch"/>
<include file="$(find tiago_laser_sensors)/launch/rgbd_cloud_laser.launch">
<arg name="cloud" value="/xtion/depth_registered/points"/>
</include>
<include file="$(find pal_map_utils)/launch/map_configuration_server.launch">
<env name="PAL_HOST" value="tiagoc"/>
</include>
</group>
</launch>
| 46.366972 | 146 | 0.63336 |
cae36779516b5be099ee8c34cafb4bc0f1976be1 | 273 | xml | XML | older/wyklad9-sh/shdbunitsample/src/test/resources/addPersonData.xml | pantadeusz/tau-dzienne | cc57c605f5679c1ffebb5c4ca8359a96f6af5c27 | [
"MIT"
] | 1 | 2018-03-12T12:07:34.000Z | 2018-03-12T12:07:34.000Z | older/wyklad9-sh/shdbunitsample/src/test/resources/addPersonData.xml | pantadeusz/tau-dzienne | cc57c605f5679c1ffebb5c4ca8359a96f6af5c27 | [
"MIT"
] | null | null | null | older/wyklad9-sh/shdbunitsample/src/test/resources/addPersonData.xml | pantadeusz/tau-dzienne | cc57c605f5679c1ffebb5c4ca8359a96f6af5c27 | [
"MIT"
] | 7 | 2018-03-03T13:09:04.000Z | 2019-10-19T18:59:30.000Z | <?xml version='1.0' encoding='UTF-8'?>
<dataset>
<PERSON FIRSTNAME="Kaziu" PIN="8754" REGISTRATIONDATE="2015-05-20"/>
<PERSON FIRSTNAME="Lolek" PIN="4321" REGISTRATIONDATE="2015-05-20"/>
<PERSON FIRSTNAME="Bolek" PIN="1234" REGISTRATIONDATE="2015-05-20"/>
</dataset>
| 39 | 70 | 0.699634 |
315587a9a4d1ac81673bf460097e280d555e5d59 | 15,191 | xml | XML | AKN_Framework/samples/acts/us_Act_2011-11-29.xml | gravitythread/AkomaNtoso | baf7cb8975a613aec43101fa109e311516f18c16 | [
"MIT"
] | null | null | null | AKN_Framework/samples/acts/us_Act_2011-11-29.xml | gravitythread/AkomaNtoso | baf7cb8975a613aec43101fa109e311516f18c16 | [
"MIT"
] | 5 | 2019-06-17T16:41:51.000Z | 2019-06-17T17:04:28.000Z | AKN_Framework/samples/acts/us_Act_2011-11-29.xml | gravitythread/AkomaNtoso | baf7cb8975a613aec43101fa109e311516f18c16 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<akomaNtoso xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://docs.oasis-open.org/legaldocml/ns/akn/3.0 ../schemas/akomantoso30.xsd "
xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0"
xmlns:mods="http://www.loc.gov/standards/mods/v3/mods-3-6.xsd"
xmlns:gpo="http://www.loc.gov/presentation/v1">
<!-- Level 5 of compliance -->
<act contains="originalVersion" name="publicLaw">
<meta>
<identification source="#palmirani">
<FRBRWork>
<FRBRthis value="/akn/us/act/2011-11-29/112-61/!main"/>
<FRBRuri value="/akn/us/act/2011-11-29/112-61"/>
<FRBRdate date="2011-11-29" name="Generation"/>
<FRBRauthor href="#congress" as="#author"/>
<FRBRcountry value="us"/>
<FRBRnumber value="112-61"/>
<FRBRname value="publicLaw"/>
<FRBRprescriptive value="true"/>
<FRBRauthoritative value="true"/>
</FRBRWork>
<FRBRExpression>
<FRBRthis value="/akn/us/act/2011-11-29/112-61/eng@/!main"/>
<FRBRuri value="/akn/us/act/2011-11-29/112-61/eng@"/>
<FRBRdate date="2012-05-09" name="Generation"/>
<FRBRauthor href="#palmirani" as="#editor"/>
<FRBRlanguage language="eng"/>
</FRBRExpression>
<FRBRManifestation>
<FRBRthis
value="/akn/us/act/2011-11-29/112-61/eng@/!main.xml"/>
<FRBRuri value="/akn/us/act/2011-11-29/112-61/eng@.akn"/>
<FRBRdate date="2012-05-09" name="Generation"/>
<FRBRauthor href="#palmirani" as="#editor"/>
<preservation>
<mods:physicalDescription
xmlns:exslt="http://exslt.org/common">
<mods:note type="source content type"
>deposited</mods:note>
<mods:digitalOrigin>born
digital</mods:digitalOrigin>
<mods:extent>3 p.</mods:extent>
</mods:physicalDescription>
</preservation>
<FRBRformat value="xml"/>
</FRBRManifestation>
</identification>
<publication name="gpo" date="2011-11-29" showAs="GPO"
number="125 STAT."/>
<classification source="#palmirani">
<keyword value="maritimeLaw" showAs="Maritime Law"
dictionary="US"/>
</classification>
<lifecycle source="#palmirani">
<eventRef eId="eref_1" date="2011-11-29" source="#ro1"
type="generation" refersTo="#enterInForce"/>
</lifecycle>
<references source="#palmirani">
<original eId="ro1" href="/akn/us/act/2003-12-10/8/eng@/!main"
showAs="Original"/>
<activeRef eId="ra1" href="/akn/us/act/1997-08-22/3/!main"
showAs="Act on ALFA"/>
<activeRef eId="ra2" href="/akn/us/act/2002-12-12/5/!main"
showAs="Act on BETA"/>
<TLCPerson eId="palmirani"
href="/akn/ontology/person/akn/palmirani" showAs="Palmirani"/>
<TLCOrganization eId="congress"
href="/akn/ontology/organization/akn/usa.parliament"
showAs="Congress of USA"/>
<TLCRole eId="editor" href="/akn/ontology/role/editor"
showAs="Editor"/>
<TLCRole eId="author" href="/akn/ontology/role/author"
showAs="Author"/>
<TLCConcept eId="commencement"
href="/akn/ontology/concept/commencement"
showAs="Date of Commencement"/>
<TLCConcept eId="enactingFormula"
href="/akn/ontology/concept/enactingFormula"
showAs="Enacting Formula"/>
<TLCConcept eId="americanCup"
href="/akn/ontology/concept/americanCup"
showAs="34 American'sCup"/>
<TLCConcept eId="americanCupRaceManagement"
href="/akn/ontology/concept/americanCupRaceManagement"
showAs="American Cup Race Management"/>
<TLCConcept eId="eligibilityCertification"
href="/akn/ontology/concept/eligibilityCertification"
showAs="Eligibility Certification"/>
<TLCConcept eId="eligibleVessel"
href="/akn/ontology/concept/eligibleVessel"
showAs="Eligible Vessel"/>
<TLCConcept eId="statutePublicationRef"
href="/akn/ontology/concept/statutePublicationRef"
showAs="United States Statutes at Large"/>
</references>
<notes source="#palmirani">
<note eId="note_1" class="side" refersTo="#publicationNote">
<p>NOTE: Nov. 29, 2011 </p>
<p>[H.R. 3321] </p>
</note>
<note eId="note_2" class="side" refersTo="#publicationNote">
<p> America's Cup Act of 2011.</p>
</note>
<note eId="note_3" class="bottomDocument"
refersTo="#publicationNote">
<p> LEGISLATIVE HISTORY--H.R. 3321 (S. 1759):</p>
<p>---------------------------------------------------------------------------</p>
<p>CONGRESSIONAL RECORD, Vol. 157 (2011):</p>
<p> Nov. 4, considered and passed House.</p>
<p> Nov. 17, considered and passed Senate, amended.</p>
<p> Nov. 18, House concurred in Senate amendment.</p>
</note>
</notes>
<presentation source="#gpo">
<gpo:firstPage class="right">
<p>125 STAT. 753</p>
</gpo:firstPage>
<gpo:secondPage class="left">
<p>125 STAT. 754</p>
</gpo:secondPage>
<gpo:thirdPage class="right">
<p>125 STAT. 755</p>
</gpo:thirdPage>
<gpo:oddPageHeading>
<gpo:left class="left">
<p>
<legislature>112th Congress</legislature>
<docType>Public Law</docType> 61</p>
<p>
<docDate date="2011-11-29">NOV. 29, 2011</docDate>
</p>
</gpo:left>
</gpo:oddPageHeading>
<gpo:evenPageHeading>
<gpo:right class="right">
<p>
<legislature>112th Congress</legislature>
<docType>Public Law</docType> 61</p>
<p>
<docDate date="2011-11-29">NOV. 29, 2011</docDate>
</p>
</gpo:right>
</gpo:evenPageHeading>
</presentation>
</meta>
<preface>
<p>
<legislature>112th Congress</legislature>
<docType>Public Law</docType> 61</p>
<p>
<docDate date="2011-11-29">NOV. 29, 2011</docDate>
</p>
<p class="page">
<docketNumber refersTo="#statutePublicationRef">125 STAT.
753</docketNumber> Public Law <docNumber>112-61</docNumber>
</p>
<p>
<legislature>112th Congress</legislature>
</p>
<p> An <docType>Act</docType>
<docTitle>To facilitate the hosting in the United States of the
34th America's Cup by authorizing certain eligible vessels
to participate in activities related to the competition, and
for other purposes.</docTitle>
<noteRef href="#note_1"/>
</p>
</preface>
<preamble>
<formula eId="formula" name="enactingFormula">
<p>Be it enacted by the Senate and House of Representatives of
the United States of America in Congress assembled, </p>
</formula>
</preamble>
<body>
<section eId="sec_1">
<num>SECTION 1. </num>
<heading eId="sec_1__heading">SHORT TITLE.<noteRef
href="#note_2"/>
</heading>
<content eId="sec_1_content">
<p>This Act may be cited as the ``<shortTitle>America's Cup
Act of 2011</shortTitle> ''.</p>
</content>
</section>
<section eId="sec_2">
<num> SEC. 2. </num>
<heading eId="sec_2__heading">DEFINITIONS. </heading>
<list eId="sec_2__list_1">
<intro eId="sec_2__intro">
<p> In this Act:</p>
</intro>
<point eId="sec_2__list_1__point_1">
<num>(1) </num>
<intro eId="sec_2__list_1__point_1__intro">
<p>
<def refersTo="#americaCup" class="definition"
>34th america's cup.</def>--The term ``34th
America's Cup''--</p>
</intro>
<list eId="sec_2__list_1__point_1__list_1">
<point eId="sec_2__list_1__point_1_list_1__point_a">
<num>(A) </num>
<content
eId="sec_2__list_1__point_1_list_1__point_a__content">
<p>means the sailing competitions,
commencing in 2011, to be held in the
United States in response to the
challenge to the defending team from the
United States, in accordance with the
terms of the America's Cup governing
Deed of Gift, dated October 24, 1887;
and </p>
</content>
</point>
<point eId="sec_2__list_1__point_1_list_1__point_b">
<num>(B)</num>
<content
eId="sec_2__list_1__point_1_list_1__point_b__content">
<p> if a United States yacht club
successfully defends the America's Cup,
includes additional sailing competitions
conducted by America's Cup Race
Management during the 1-year period
beginning on the last date of such
defense. </p>
</content>
</point>
</list>
</point>
<point eId="sec_2__list_1__point_2">
<num>(2) </num>
<content eId="sec_2__list_1__point_2__content">
<p>
<def refersTo="#americaCupRaceManagement"
class="definition">America's cup race
management.</def>--The term ``America<eol
breakAt="4" breakWith="-"/>'s Cup Race
Management'' means the entity established to
provide for independent, professional, and
neutral race management of the America's Cup
sailing competitions. </p>
</content>
</point>
<point eId="sec_2__list_1__point_3">
<num>(3) </num>
<content eId="sec_2__list_1__point_3__content">
<p>
<def refersTo="#eligibilityCertification"
class="definition">Eligibility
certification.</def>--The term ``Eligibility
Certification'' means a certification issued
under section 4.</p>
</content>
</point>
<point eId="sec_2__list_1__point_4">
<num>(4) </num>
<list eId="sec_2__list_1__point_4__list_1">
<intro eId="sec_2__list_1__point_4__list_1__intro">
<p>
<def refersTo="#eligibleVessel"
class="definition">Eligible
vessel.</def>--The term ``eligible
vessel'' means a competing vessel or
supporting vessel of any registry that--
</p>
</intro>
<point eId="sec_2__list_1__point_4__list_1__point_a">
<num>(A) </num>
<content
eId="sec_2__list_1__point_4__list_1__point_a__content">
<p>is recognized by America's Cup Race
Management as an official competing
vessel, or supporting vessel of, the
34th America's Cup, as evidenced in
writing to the Administrator of the
Maritime Administration of the
Department of Transportation; </p>
</content>
</point>
<point eId="sec_2__list_1__point_4__list_1__point_b">
<num>(B) </num>
<content
eId="sec_2__list_1__point_4__list_1__point_b__content">
<p>transports not more than 25 individuals,
in addition to the crew;</p>
</content>
</point>
<point eId="sec_2__list_1__point_4__list_1__point_c">
<num>(C) </num>
<content
eId="sec_2__list_1__point_4__list_1__point_c__content">
<p>is not a ferry (as defined under section
2101(10b) of title 46, United States
Code);</p>
</content>
</point>
<point eId="sec_2__list_1__point_4__list_1__point_d">
<num>(D) </num>
<content
eId="sec_2__list_1__point_4__list_1__point_d__content">
<p>does not transport individuals in
point-to-point service for hire; and</p>
</content>
</point>
<point eId="sec_2__list_1__point_4__list_1__point_e">
<num>(E) </num>
<content
eId="sec_2__list_1__point_4__list_1__point_e__content">
<p>does not transport merchandise between
ports in the United States.</p>
</content>
</point>
</list>
</point>
</list>
</section>
<section eId="sec_3">
<num> SEC. 3 .</num>
<heading eId="sec_3__heading">AUTHORIZATION OF ELIGIBLE
VESSELS.</heading>
<content eId="sec_3__content">
<p>Notwithstanding <mref eId="mref_1">
<ref eId="mref_1__ref_1"
href="/akn/us/usc/eng/main#title46-55102"
>sections 55102</ref>, <ref eId="mref_1__ref_2"
href="/akn/us/usc/eng/main#title46-55103"
>55103</ref>, and <ref eId="mref1-ref3"
href="/akn/us/usc/eng/main#title46-55111"
>55111</ref> of title 46, United States
Code</mref>, an eligible vessel, operating only in
preparation for, or in connection with, the 34th
America's Cup competition, may position competing
vessels and may transport individuals and equipment and
supplies utilized for the staging, operations, or
broadcast of the competition from and around the ports
in the United States.</p>
</content>
</section>
<section eId="sec_4">
<num> SEC. 4 .</num>
<heading eId="sec_4__heading">CERTIFICATION.</heading>
<list eId="sec_4__list_1">
<point eId="sec_4__point_a">
<num>(a) </num>
<content eId="sec_4__point_a__content">
<p>Requirement.--A vessel may not operate under
section 3 unless the vessel has received an
Eligibility Certification. </p>
</content>
</point>
<point eId="sec_4__point_b">
<num> (b) </num>
<content eId="sec_4__point_b__content">
<p> Issuance.--The Administrator of the Maritime
Administration of the Department of
Transportation is authorized to issue an
Eligibility Certification with respect to any
vessel that the Administrator determines, in his
or her sole discretion, meets the requirements
set forth in section 2(4).</p>
</content>
</point>
</list>
</section>
<section eId="sec_5">
<num> SEC. 5 .</num>
<heading eId="sec_5__heading">ENFORCEMENT.</heading>
<content eId="sec_5__content">
<p>Notwithstanding <mref eId="mref_2">
<ref eId="mref_2__ref_1"
href="/akn/us/usc/eng/main#title46-55102"
>sections 55102</ref>, <ref eId="mref_2__ref_2"
href="/akn/us/usc/eng/main#title46-55103"
>55103</ref>, and <ref eId="mref2-ref3"
href="/akn/us/usc/eng/main#title46-55111"
>55111</ref> of title 46, United States
Code</mref>, an Eligibility Certification shall be
conclusive evidence to the Secretary of the Department
of Homeland Security of the qualification of the vessel
for which it has been issued to participate in the 34th
America's Cup as a competing vessel or a supporting
vessel.</p>
</content>
</section>
<section eId="sec_6">
<num> SEC. 6 .</num>
<heading eId="sec_6__heading">PENALTY.</heading>
<content eId="sec_6__content">
<p>Any vessel participating in the 34th America's Cup as a
competing vessel or supporting vessel that has not
received an Eligibility Certification or is not in
compliance with section 12112 of title 46, United States
Code, shall be subject to the applicable penalties
provided in chapters 121 and 551 of title 46, United
States Code.</p>
</content>
</section>
<!-- omissis -->
</body>
<conclusions>
<formula eId="formula_2" class="finalFormula" name="closingFormula">
<p>Approved <date date="2011-11-29">November 29,
2011</date>.</p>
</formula>
<p>
<noteRef href="#note_3"/>
</p>
</conclusions>
</act>
</akomaNtoso>
| 36.961071 | 99 | 0.629517 |
959762b778b3f4a3ba233251e9c5e9edd1504d14 | 6,965 | xml | XML | vault-sync/pom.xml | hboutemy/jackrabbit-filevault | 5645920727c53fca5c62429efa0debb42b1a5d84 | [
"Apache-2.0"
] | null | null | null | vault-sync/pom.xml | hboutemy/jackrabbit-filevault | 5645920727c53fca5c62429efa0debb42b1a5d84 | [
"Apache-2.0"
] | null | null | null | vault-sync/pom.xml | hboutemy/jackrabbit-filevault | 5645920727c53fca5c62429efa0debb42b1a5d84 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<!-- ====================================================================== -->
<!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<parent>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>parent</artifactId>
<relativePath>../parent/pom.xml</relativePath>
<version>3.6.1-SNAPSHOT</version>
</parent>
<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>vault-sync</artifactId>
<name>Apache Jackrabbit FileVault Sync Service</name>
<description>Apache Jackrabbit FileVault supplemental bundle which allows to sync the repository with some folder on the filesystem</description>
<properties>
<!-- downgrade dependencies to make compatible with the minimum supported version -->
<jackrabbit.version>2.14.0</jackrabbit.version>
<!-- http://maven.apache.org/ref/3.6.3/maven-model-builder/index.html#Inheritance_Assembly -->
<project.directory>vault-sync</project.directory>
</properties>
<!-- ====================================================================== -->
<!-- B U I L D D E F I N I T I O N -->
<!-- ====================================================================== -->
<build>
<plugins>
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>sling-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-baseline-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-resolver-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<!-- ====================================================================== -->
<!-- D E P E N D E N C I E S -->
<!-- ====================================================================== -->
<dependencies>
<!-- for resolving against a target OSGi container the target OSGi container must be built first -->
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>org.apache.jackrabbit.vault.target-osgi-environment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>org.apache.jackrabbit.vault</artifactId>
<version>3.1.38</version><!-- minimum version this bundle is compatible with -->
</dependency>
<!-- JCR Stuff -->
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-spi</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-spi-commons</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jci-fam</artifactId>
<version>1.0</version>
</dependency>
<!-- OSGi Annotations: @Version -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
</dependency>
<!-- Declarative Service Annotations -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
</dependency>
<!-- Metatype Annotations -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.metatype.annotations</artifactId>
</dependency>
<!-- sling -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.api</artifactId>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.osgi</artifactId>
<version>2.0.6</version>
</dependency>
<!-- SLF4j / Log4j -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>
| 42.469512 | 202 | 0.524623 |
aea4bc38b85b99c792053af500dd98bc55a36b64 | 18,267 | xml | XML | concept-annotation/NCBITaxon/NCBITaxon/knowtator/15560850.txt.knowtator.xml | bill-baumgartner/CRAFT | a074dbbc133040f8fb455d5fb2efaaea54dcd299 | [
"CC-BY-3.0"
] | 61 | 2018-05-24T08:36:17.000Z | 2022-02-21T20:21:28.000Z | concept-annotation/NCBITaxon/NCBITaxon/knowtator/15560850.txt.knowtator.xml | bill-baumgartner/CRAFT | a074dbbc133040f8fb455d5fb2efaaea54dcd299 | [
"CC-BY-3.0"
] | 11 | 2018-08-31T14:54:56.000Z | 2022-02-15T14:23:11.000Z | concept-annotation/NCBITaxon/NCBITaxon/knowtator/15560850.txt.knowtator.xml | bill-baumgartner/CRAFT | a074dbbc133040f8fb455d5fb2efaaea54dcd299 | [
"CC-BY-3.0"
] | 16 | 2018-06-12T11:30:10.000Z | 2021-05-28T21:05:04.000Z | <?xml version="1.0" encoding="UTF-8"?>
<annotations textSource="15560850.txt">
<annotation>
<mention id="organism_Instance_170379" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="3175" end="3182" />
<spannedText>Animals</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_170384" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="3184" end="3188" />
<spannedText>Mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_170409" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="5457" end="5464" />
<spannedText>Animals</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_170428" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="9640" end="9644" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32086" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="354" end="359" />
<spannedText>human</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32090" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="627" end="631" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32094" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="739" end="743" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32098" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="925" end="929" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32102" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="1025" end="1029" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32106" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="1161" end="1165" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32110" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="1271" end="1275" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32114" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="1288" end="1292" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32118" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="2875" end="2880" />
<spannedText>human</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32122" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="2953" end="2958" />
<spannedText>human</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32126" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="3280" end="3286" />
<spannedText>animal</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32130" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="3504" end="3509" />
<spannedText>mouse</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32134" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="4110" end="4114" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32138" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="4180" end="4184" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32142" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="4471" end="4475" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32146" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="4574" end="4578" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32150" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="4592" end="4596" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32154" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="4944" end="4950" />
<spannedText>rabbit</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32158" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="5169" end="5180" />
<spannedText>horseradish</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32162" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="5326" end="5332" />
<spannedText>rabbit</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32166" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="6838" end="6845" />
<spannedText>animals</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32170" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="7001" end="7006" />
<spannedText>mouse</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32174" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="7102" end="7106" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32178" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="7398" end="7402" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32182" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="7548" end="7552" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32186" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="7565" end="7569" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32190" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="8235" end="8239" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32194" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="8566" end="8570" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32198" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="8700" end="8704" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32202" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="8911" end="8915" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32206" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="9016" end="9020" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32210" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="9129" end="9133" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32218" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="9744" end="9751" />
<spannedText>animals</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32222" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="9980" end="9987" />
<spannedText>animals</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32226" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="10387" end="10394" />
<spannedText>animals</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32230" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="11489" end="11494" />
<spannedText>mouse</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32234" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="12761" end="12766" />
<spannedText>human</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32238" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="14173" end="14177" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32242" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="14334" end="14338" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32246" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="14460" end="14464" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32250" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="14516" end="14520" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32254" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="14662" end="14666" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32258" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="14824" end="14828" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32262" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="14946" end="14950" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32266" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="15395" end="15400" />
<spannedText>mouse</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32270" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="15546" end="15550" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32274" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="15777" end="15781" />
<spannedText>mice</spannedText>
</annotation>
<annotation>
<mention id="organism_Instance_32278" />
<annotator id="organism_Instance_10001">Mike Bada</annotator>
<span start="15865" end="15869" />
<spannedText>mice</spannedText>
</annotation>
<classMention id="organism_Instance_32190">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32194">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32198">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32202">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32206">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32210">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_170428">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_170409">
<mentionClass id="NCBITaxon:33208">Metazoa</mentionClass>
</classMention>
<classMention id="organism_Instance_32162">
<mentionClass id="NCBITaxon:9986">Oryctolagus cuniculus</mentionClass>
</classMention>
<classMention id="organism_Instance_32166">
<mentionClass id="NCBITaxon:33208">Metazoa</mentionClass>
</classMention>
<classMention id="organism_Instance_32170">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32174">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32178">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32182">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32186">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32250">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32254">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32258">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32262">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32266">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32270">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32274">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32278">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32218">
<mentionClass id="NCBITaxon:33208">Metazoa</mentionClass>
</classMention>
<classMention id="organism_Instance_32222">
<mentionClass id="NCBITaxon:33208">Metazoa</mentionClass>
</classMention>
<classMention id="organism_Instance_32226">
<mentionClass id="NCBITaxon:33208">Metazoa</mentionClass>
</classMention>
<classMention id="organism_Instance_32230">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32234">
<mentionClass id="NCBITaxon:9606">Homo sapiens</mentionClass>
</classMention>
<classMention id="organism_Instance_32238">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32242">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32246">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32086">
<mentionClass id="NCBITaxon:9606">Homo sapiens</mentionClass>
</classMention>
<classMention id="organism_Instance_32090">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32094">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32098">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32102">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32106">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32130">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32134">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32138">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32142">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32146">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32150">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32154">
<mentionClass id="NCBITaxon:9986">Oryctolagus cuniculus</mentionClass>
</classMention>
<classMention id="organism_Instance_32158">
<mentionClass id="NCBITaxon:3704">Armoracia rusticana</mentionClass>
</classMention>
<classMention id="organism_Instance_32110">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32114">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32118">
<mentionClass id="NCBITaxon:9606">Homo sapiens</mentionClass>
</classMention>
<classMention id="organism_Instance_170379">
<mentionClass id="NCBITaxon:33208">Metazoa</mentionClass>
</classMention>
<classMention id="organism_Instance_32122">
<mentionClass id="NCBITaxon:9606">Homo sapiens</mentionClass>
</classMention>
<classMention id="organism_Instance_170384">
<mentionClass id="NCBITaxon:10088">Mus</mentionClass>
</classMention>
<classMention id="organism_Instance_32126">
<mentionClass id="NCBITaxon:33208">Metazoa</mentionClass>
</classMention>
</annotations>
| 38.61945 | 75 | 0.698965 |
5985e4fc02d406caf9cd2bf1c2b734c6589ef2d4 | 662 | xml | XML | scanner/src/main/AndroidManifest.xml | JLesuperb/Temp | 7f2fe8df0ee1a7db104e8b7623928c82d2dc6966 | [
"MIT"
] | null | null | null | scanner/src/main/AndroidManifest.xml | JLesuperb/Temp | 7f2fe8df0ee1a7db104e8b7623928c82d2dc6966 | [
"MIT"
] | null | null | null | scanner/src/main/AndroidManifest.xml | JLesuperb/Temp | 7f2fe8df0ee1a7db104e8b7623928c82d2dc6966 | [
"MIT"
] | null | null | null | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tutorials.scanner" >
<uses-feature
android:name="android.hardware.camera"
android:required="true"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application android:allowBackup="true">
<activity
android:name=".ScanActivity"
android:theme="@android:style/Theme.Holo.Light.DarkActionBar">
</activity>
</application>
</manifest>
| 34.842105 | 79 | 0.693353 |
da0cf629717946d24c313e246d32caf625afcc84 | 360 | xml | XML | src/chrome/content/rules/IsoHunt.xml | jpds/https-everywhere | 429738b4f0b32642c8f474b906f4ff89f9cf5650 | [
"MIT"
] | 117 | 2015-01-01T08:05:22.000Z | 2022-02-21T19:45:25.000Z | src/chrome/content/rules/IsoHunt.xml | paulirish/https-everywhere | 95affd35c1b88981a99511aeae85d6868740737a | [
"MIT"
] | 21 | 2015-01-05T15:34:10.000Z | 2020-08-15T04:10:11.000Z | src/chrome/content/rules/IsoHunt.xml | paulirish/https-everywhere | 95affd35c1b88981a99511aeae85d6868740737a | [
"MIT"
] | 34 | 2015-01-08T01:15:24.000Z | 2022-01-20T19:26:39.000Z | <!--
s3.amazonaws.com/TN-SITES/2695/
Nonfunctional subdomains:
- tickets
-->
<ruleset name="IsoHunt" platform="mixedcontent">
<target host="isohunt.com" />
<target host="*.isohunt.com" />
<securecookie host="^(.*\.)?isohunt\.com$" name=".*" />
<rule from="^http://(ca\.|www\.)?isohunt\.com/"
to="https://$1isohunt.com/" />
</ruleset>
| 15.652174 | 56 | 0.597222 |
0a48c1dee86c45a856ec9d53362db3e56d39a1bb | 1,825 | xml | XML | app/src/main/res/layout/dialod_service_select.xml | MadhiJay/ReGrant | 7fbc92b9ff3f8f4b7118ec426601188b063c19f8 | [
"MIT"
] | null | null | null | app/src/main/res/layout/dialod_service_select.xml | MadhiJay/ReGrant | 7fbc92b9ff3f8f4b7118ec426601188b063c19f8 | [
"MIT"
] | null | null | null | app/src/main/res/layout/dialod_service_select.xml | MadhiJay/ReGrant | 7fbc92b9ff3f8f4b7118ec426601188b063c19f8 | [
"MIT"
] | 1 | 2021-01-15T04:22:32.000Z | 2021-01-15T04:22:32.000Z | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Spinner
android:id="@+id/spinner"
android:layout_width="300dp"
android:layout_height="50dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="87dp"
/>
<TextView
android:id="@+id/textView4"
android:layout_width="300dp"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="19dp"
android:textAlignment="center"
android:text="You can select a service category from dropdown menu in below or you can view all services available near your current location." />
<Button
android:id="@+id/button3"
android:layout_width="300dp"
android:layout_height="40dp"
android:layout_below="@+id/spinner"
android:layout_centerHorizontal="true"
android:layout_marginTop="29dp"
android:background="@drawable/my_btn"
android:textColor="@color/colorPrimaryDark"
android:text="Click here to view all services" />
<TextView
android:id="@+id/textView5"
android:layout_width="300dp"
android:layout_height="wrap_content"
android:layout_below="@+id/button3"
android:textAlignment="center"
android:layout_centerHorizontal="true"
android:layout_marginTop="23dp"
android:text="To view selected services available near your location click SEARCH button bellow." />
</RelativeLayout> | 38.020833 | 154 | 0.67726 |
8c432659267a6f22d1497d5b95a68f88a7717fb9 | 15,689 | xml | XML | docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml | kenanlv/android-api-docs | 4e107f5aa5e1f0232f0b04e04273519015a1a93d | [
"CC-BY-4.0",
"MIT"
] | 20 | 2019-05-10T03:23:40.000Z | 2022-02-24T04:04:26.000Z | docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml | kenanlv/android-api-docs | 4e107f5aa5e1f0232f0b04e04273519015a1a93d | [
"CC-BY-4.0",
"MIT"
] | 20 | 2019-06-19T23:30:45.000Z | 2022-02-08T16:51:37.000Z | docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml | kenanlv/android-api-docs | 4e107f5aa5e1f0232f0b04e04273519015a1a93d | [
"CC-BY-4.0",
"MIT"
] | 6 | 2019-05-13T01:18:09.000Z | 2021-11-10T14:51:21.000Z | <Type Name="MidiManager+DeviceCallback" FullName="Android.Media.Midi.MidiManager+DeviceCallback">
<TypeSignature Language="C#" Value="public class MidiManager.DeviceCallback : Java.Lang.Object" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi beforefieldinit MidiManager/DeviceCallback extends Java.Lang.Object" />
<TypeSignature Language="DocId" Value="T:Android.Media.Midi.MidiManager.DeviceCallback" />
<TypeSignature Language="F#" Value="type MidiManager.DeviceCallback = class
 inherit Object" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Java.Lang.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>Android.Runtime.Register("android/media/midi/MidiManager$DeviceCallback", ApiSince=23, DoNotGenerateAcw=true)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/media/midi/MidiManager$DeviceCallback" title="Reference documentation">Android platform documentation</a>
</format>
</para>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DeviceCallback ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Media.Midi.MidiManager.DeviceCallback.#ctor" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Android.Runtime.Register(".ctor", "()V", "")</AttributeName>
</Attribute>
</Attributes>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected DeviceCallback (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(native int javaReference, valuetype Android.Runtime.JniHandleOwnership transfer) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Media.Midi.MidiManager.DeviceCallback.#ctor(System.IntPtr,Android.Runtime.JniHandleOwnership)" />
<MemberSignature Language="F#" Value="new Android.Media.Midi.MidiManager.DeviceCallback : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.Midi.MidiManager.DeviceCallback" Usage="new Android.Media.Midi.MidiManager.DeviceCallback (javaReference, transfer)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="javaReference" Type="System.IntPtr" />
<Parameter Name="transfer" Type="Android.Runtime.JniHandleOwnership" />
</Parameters>
<Docs>
<param name="javaReference">To be added.</param>
<param name="transfer">To be added.</param>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="JniPeerMembers">
<MemberSignature Language="C#" Value="public override Java.Interop.JniPeerMembers JniPeerMembers { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Java.Interop.JniPeerMembers JniPeerMembers" />
<MemberSignature Language="DocId" Value="P:Android.Media.Midi.MidiManager.DeviceCallback.JniPeerMembers" />
<MemberSignature Language="F#" Value="member this.JniPeerMembers : Java.Interop.JniPeerMembers" Usage="Android.Media.Midi.MidiManager.DeviceCallback.JniPeerMembers" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Java.Interop.JniPeerMembers</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="OnDeviceAdded">
<MemberSignature Language="C#" Value="public virtual void OnDeviceAdded (Android.Media.Midi.MidiDeviceInfo device);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnDeviceAdded(class Android.Media.Midi.MidiDeviceInfo device) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Media.Midi.MidiManager.DeviceCallback.OnDeviceAdded(Android.Media.Midi.MidiDeviceInfo)" />
<MemberSignature Language="F#" Value="abstract member OnDeviceAdded : Android.Media.Midi.MidiDeviceInfo -> unit
override this.OnDeviceAdded : Android.Media.Midi.MidiDeviceInfo -> unit" Usage="deviceCallback.OnDeviceAdded device" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Android.Runtime.Register("onDeviceAdded", "(Landroid/media/midi/MidiDeviceInfo;)V", "GetOnDeviceAdded_Landroid_media_midi_MidiDeviceInfo_Handler")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="device" Type="Android.Media.Midi.MidiDeviceInfo" />
</Parameters>
<Docs>
<param name="device">To be added.</param>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="OnDeviceRemoved">
<MemberSignature Language="C#" Value="public virtual void OnDeviceRemoved (Android.Media.Midi.MidiDeviceInfo device);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnDeviceRemoved(class Android.Media.Midi.MidiDeviceInfo device) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Media.Midi.MidiManager.DeviceCallback.OnDeviceRemoved(Android.Media.Midi.MidiDeviceInfo)" />
<MemberSignature Language="F#" Value="abstract member OnDeviceRemoved : Android.Media.Midi.MidiDeviceInfo -> unit
override this.OnDeviceRemoved : Android.Media.Midi.MidiDeviceInfo -> unit" Usage="deviceCallback.OnDeviceRemoved device" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Android.Runtime.Register("onDeviceRemoved", "(Landroid/media/midi/MidiDeviceInfo;)V", "GetOnDeviceRemoved_Landroid_media_midi_MidiDeviceInfo_Handler")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="device" Type="Android.Media.Midi.MidiDeviceInfo" />
</Parameters>
<Docs>
<param name="device">To be added.</param>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="OnDeviceStatusChanged">
<MemberSignature Language="C#" Value="public virtual void OnDeviceStatusChanged (Android.Media.Midi.MidiDeviceStatus status);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnDeviceStatusChanged(class Android.Media.Midi.MidiDeviceStatus status) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Media.Midi.MidiManager.DeviceCallback.OnDeviceStatusChanged(Android.Media.Midi.MidiDeviceStatus)" />
<MemberSignature Language="F#" Value="abstract member OnDeviceStatusChanged : Android.Media.Midi.MidiDeviceStatus -> unit
override this.OnDeviceStatusChanged : Android.Media.Midi.MidiDeviceStatus -> unit" Usage="deviceCallback.OnDeviceStatusChanged status" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Android.Runtime.Register("onDeviceStatusChanged", "(Landroid/media/midi/MidiDeviceStatus;)V", "GetOnDeviceStatusChanged_Landroid_media_midi_MidiDeviceStatus_Handler")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="status" Type="Android.Media.Midi.MidiDeviceStatus" />
</Parameters>
<Docs>
<param name="status">To be added.</param>
<summary>To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ThresholdClass">
<MemberSignature Language="C#" Value="protected override IntPtr ThresholdClass { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance native int ThresholdClass" />
<MemberSignature Language="DocId" Value="P:Android.Media.Midi.MidiManager.DeviceCallback.ThresholdClass" />
<MemberSignature Language="F#" Value="member this.ThresholdClass : nativeint" Usage="Android.Media.Midi.MidiManager.DeviceCallback.ThresholdClass" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.IntPtr</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ThresholdType">
<MemberSignature Language="C#" Value="protected override Type ThresholdType { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Type ThresholdType" />
<MemberSignature Language="DocId" Value="P:Android.Media.Midi.MidiManager.DeviceCallback.ThresholdType" />
<MemberSignature Language="F#" Value="member this.ThresholdType : Type" Usage="Android.Media.Midi.MidiManager.DeviceCallback.ThresholdType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
</Members>
</Type>
| 68.811404 | 493 | 0.714131 |
9790eece0abe9229f19b84edf0fdd1139b93f874 | 12,031 | xml | XML | app/src/main/assets/aboutj/members/members.xml | mrhsce/INR-androidStudio-version | c1c898bafb405175e3f63b1ca2ac97dfba96aadf | [
"MIT"
] | null | null | null | app/src/main/assets/aboutj/members/members.xml | mrhsce/INR-androidStudio-version | c1c898bafb405175e3f63b1ca2ac97dfba96aadf | [
"MIT"
] | null | null | null | app/src/main/assets/aboutj/members/members.xml | mrhsce/INR-androidStudio-version | c1c898bafb405175e3f63b1ca2ac97dfba96aadf | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<members>
<member name="عبدالرحمن پیرانی">
<father>محمد</father>
<birthday>۱۳۳۳/۷/۳</birthday>
<birthplace>کرمانشاه-روانسر</birthplace>
<livingplace>تهران-تهران</livingplace>
<job>آزاد </job>
<education>دانشجوی دکترای تخصصی شریعت گرایش حقوق </education>
<registrationDate>۱۳۵۷ </registrationDate>
<previousPosts>
<post>عضو مؤسس جماعت دعوت و اصلاح</post>
<post>مسؤول شهر روانسر</post>
<post>عضو شورای مرکزی در دورههای پیشین</post>
<post>دبیرکل جماعت در دورههای پیشین</post>
</previousPosts>
<currentPosts>
<post>دبیرکل جماعت و عضو کمیسیون تربیتی و کمیسیون علمای شورای مرکزی</post>
</currentPosts>
<otherActivities>
<activity>عضو مؤسس اتحادیه NGOهای دنیای اسلام</activity>
<activity>عضو شورای مرکزی اتحاد جهانی علمای مسلمین</activity>
<activity>تألیف و پژوهش و نیز همکاری در ترجمه قرآن کریم به فارسی</activity>
<activity>ارائه مقالات و سخنرانی در سمینارهای بینالمللی و داخلی</activity>
</otherActivities>
<email>Pirani.ir@gmail.com</email>
<picture>pirani.jpg</picture>
</member>
<member name="سعدالدین صدیقی">
<father>عبدالهادی</father>
<birthday>۱۳۴۷/۱۱/۱۸</birthday>
<birthplace>فارس-روستای کاریان، شهرستان لار</birthplace>
<livingplace>فارس-شیراز</livingplace>
<job>معاونت آموزشی معهد عالی جنوب </job>
<education>کارشناسی ارشد در رشته فقه و اصول دیپلم عالی علوم سیاسی</education>
<registrationDate>۱۳۶۸</registrationDate>
<previousPosts>
<post>مسؤول کمیتهی تربیتی استان</post>
<post>عضو شورای مرکزی در دو دورهی قبلی</post>
</previousPosts>
<currentPosts>
<post>قائم مقام دبیرکل و عضو کمیسیون تربیتی شورای مرکزی</post>
</currentPosts>
<otherActivities>
<activity>عضو اتحادیه جهانی علمای مسلمین</activity>
<activity>فعالیتهای اجتماعی و دعوی</activity>
<activity>مدرس دورههای عالی در مدارس علوم دینی جنوب</activity>
<activity>پژوهش و تألیف مقاله</activity>
</otherActivities>
<email>sidighi77@yahoo.com</email>
<picture>seddiqi.jpg</picture>
</member>
<member name="محمدعلی آریانژاد">
<father>نورمحمد</father>
<birthday>۱۳۳۸/۰۷/۲۸</birthday>
<birthplace>سیستان و بلوچستان-زاهدان</birthplace>
<livingplace>خراسان جنوبی-بیرجند</livingplace>
<job>آزاد - عمران و دامداری </job>
<education>کارشناسی فیزیک </education>
<registrationDate>۱۳۸۰</registrationDate>
<previousPosts>
<post>عضویت در کمیتهی تربیتی استان خراسان</post>
<post>عضویت در شورای مرکزی جماعت</post>
</previousPosts>
<currentPosts>
<post>عضو کمیسیون اجتماعی شورای مرکزی</post>
</currentPosts>
<otherActivities>
<activity>فعالیتهای دینی و دعوی</activity>
<activity>ترجمهی چند جلد کتاب از جمله فهم صحیح سنت، هجرت دو یار، مردی که خود را خرید، تحقیقی پیرامون اجتهاد ائمه و ...</activity>
</otherActivities>
<email>mo_al_ar@yahoo.com</email>
<picture>aryanejad.jpg</picture>
</member>
<member name="ستار آینهپور">
<father>احمد</father>
<birthday>۱۳۵۳/۰۶/۲۰</birthday>
<birthplace>کرمانشاه-سرپل ذهاب</birthplace>
<livingplace>کرمانشاه-کرمانشاه</livingplace>
<job>معلم</job>
<education>دکترای تخصصی تاریخ و تمدن ملل اسلامی</education>
<registrationDate>۱۳۸۰</registrationDate>
<previousPosts>
<post>عضو کمیسیون برنامهریزی و آموزش منهج تربیتی</post>
<post>مسؤول هیئت اجرایی شهر</post>
<post>عضو شورای مرکزی جماعت در دوره دوم</post>
</previousPosts>
<currentPosts>
<post>عضو کمیسیون تربیتی شورای مرکزی </post>
</currentPosts>
<otherActivities>
<activity>ترجمهی جند کتاب از جمله روزنهای به سوی روشنایی، زندگی امام غزالی و آثار و افکار او</activity>
<activity>فعالیتهای تربیتی و دعوی</activity>
</otherActivities>
<email>ayenehpor@yahoo.com</email>
<picture>ayenepour.jpg</picture>
</member>
<member name="محمدرسول ابوالمحمدی">
<father>کریم</father>
<birthday>۱۳۴۹/۰۴/۰۹</birthday>
<birthplace>کردستان-سقز</birthplace>
<livingplace>کردستان-سقز</livingplace>
<job>مدرس مدارس علوم دینی شهر، مدرس دانشگاه و خطیب </job>
<education>کارشناسی ارشد رشته فقه شافعی</education>
<registrationDate>۱۳۷۷</registrationDate>
<previousPosts>
<post>عضو کمیته مرکزی علماء و طلاب علوم دینی جماعت</post>
<post>مسؤول کمیته علمای شهر</post>
<post>عضو هیئت افتای استان کردستان، مسؤول کمیسیون افتاء و پژوهش استان</post>
</previousPosts>
<currentPosts>
<post>عضو کمیسیون اجتماعی شورای مرکزی جماعت</post>
</currentPosts>
<otherActivities>
<activity>مدرس مدرسه علوم دینی</activity>
<activity>مدرس دانشگاه</activity>
<activity>امام جماعت</activity>
<activity>خطیب</activity>
<activity>ارائهی ۱۰ مقاله در کنگرهها و سمینارها</activity>
</otherActivities>
<email>rasoul.saqez@gmail.com</email>
<picture>abulmohammadi.jpg</picture>
</member>
<member name="مصطفی اربابی">
<father>حسامالدین</father>
<birthday>۱۳۲۹/۰۷/۱۵</birthday>
<birthplace>خراسان رضوی-روستای سمیعآباد شهرستان تربتجام</birthplace>
<livingplace>خراسان رضوی-تربتجام</livingplace>
<job>سردفتر ازدواج</job>
<education>سطح ۲ حوزوی </education>
<registrationDate>۱۳۶۵</registrationDate>
<previousPosts>
<post>عضو شورای مرکزی جماعت در دورههای پیشین</post>
</previousPosts>
<currentPosts>
<post>عضو کمیسیون اداری شورای مرکزی جماعت</post>
</currentPosts>
<otherActivities>
<activity>سرپرستی دارالتحفیظ امام ابوحنیفه تربتجام</activity>
<activity>ایراد خطابه در نمازهای جمعه در منطقه</activity>
<activity>تألیفات و ترجمههای متعددی از جمله الرسول، زندگی امام حسن البنا، مجموعه رسایل امام حسن البنا، آمریکا از دیدگاه سیدقطب، سعادت دو جهان و ...</activity>
</otherActivities>
<email>mostafa.arba@yahoo.com</email>
<picture>arbabi.jpg</picture>
</member>
<member name="مقداد پیرصاحب">
<father>محمدسعید</father>
<birthday>۱۳۴۵/۰۹/۰۹</birthday>
<birthplace>کرمانشاه-پاوه</birthplace>
<livingplace>کرمانشاه-کرمانشاه</livingplace>
<job>استاد دانشگاه علوم پزشکی کرمانشاه</job>
<education>دکترای تخصصی بهداشت محیط </education>
<registrationDate>۱۳۶۴</registrationDate>
<previousPosts>
<post>مسؤولیت در بخش دانشجویی جماعت</post>
<post>مسؤول اداری جماعت در دورههای قبل</post>
</previousPosts>
<currentPosts>
<post>مسؤول اداری جماعت</post>
</currentPosts>
<otherActivities>
<activity>چاپ بیش از ۳۰ مقاله علمی</activity>
<activity>حضور در چندین کنفرانس و همایش ملی و بینالمللی</activity>
<activity>تدریس در دانشگاه علوم پزشکی کرمانشاه</activity>
<activity>عضویت در چند انجمن علمی - تحقیقاتی</activity>
</otherActivities>
<email> mpirsaheb@yahoo.com</email>
<picture>pirsaheb.jpg</picture>
</member>
<member name="حسین تیباش">
<father>ملاحسن</father>
<birthday>۱۳۴۶/۱۲/۲۰</birthday>
<birthplace>آذربایجان غربی-روستای سورکان شهر سیلوانه</birthplace>
<livingplace>آذربایجان غربی-ارومیه</livingplace>
<job> امام جمعه و سردفتر ازدواج و طلاق</job>
<education>دانشجوی کارشناسی ارشد الهیات گرایش فقه و مبانی حقوق</education>
<registrationDate>۱۳۶۸</registrationDate>
<previousPosts>
<post>مسؤول مالی و تربیتی شهر و استان</post>
<post>مسؤول هیئت اجرایی شهر ارومیه</post>
</previousPosts>
<currentPosts>
<post>عضو کمیسیون اجتماعی شورای مرکزی</post>
</currentPosts>
<otherActivities>
<activity>ترجمه چند جلد کتاب از جمله الإستیعاب، الإسلام والجنس و...</activity>
<activity>فعالیتهای اجتماعی</activity>
<activity>تدریس در مدارس علوم دینی</activity>
<activity>امام جمعه مسجد خاتم النبیین خانقاه شهرک شهریار</activity>
</otherActivities>
<email>benar.ht46@yahoo.com</email>
<picture>tibash.jpg</picture>
</member>
<member name="یوسف جمالی">
<father>احمد</father>
<birthday>۱۳۵۳/۵/۱</birthday>
<birthplace>هرمزگان-بندرعباس</birthplace>
<livingplace>هرمزگان-بندرعباس</livingplace>
<job>مدرس دوره عالی علوم دینی بندرعباس ،استاد دانشگاه پیام نور بندرعباس</job>
<education>کارشناسی ارشد فقه و اصول </education>
<registrationDate>۱۳۷۵</registrationDate>
<previousPosts>
<post>عضو هیئت اجرایی استان هرمزگان</post>
<post>عضو شورای مرکزی در دورههای قبل</post>
</previousPosts>
<currentPosts>
<post>عضو کمیسیون اجتماعی شورای مرکزی</post>
</currentPosts>
<otherActivities>
<activity>نماینده هیئت فتوای اهل سنت جنوب در بندرعباس</activity>
<activity>خطیب نماز جمعه</activity>
<activity>مدیر سایت هیئت فتوای اهل سنت جنوب</activity>
<activity>تألیف کتاب احکام شیرخوارگی در اسلام</activity>
<activity>تصحیح و تنظیم کتاب عقیده نسفی</activity>
</otherActivities>
<email> yjamaliq2010@yahoo.com</email>
<picture>jamali.jpg</picture>
</member>
<member name="کشفالدین محمدیان">
<father>هلال</father>
<birthday>۱۳۳۹/۱۲/۰۱</birthday>
<birthplace>گیلان-تالش</birthplace>
<livingplace>گیلان-تالش</livingplace>
<job>مدرس حوزه، سردفتر ازدواج و طلاق </job>
<education>سطح ۳ حوزه در رشته فقه و اصول</education>
<registrationDate>۱۳۶۳</registrationDate>
<previousPosts>
<post>مسؤولیت کمیتهی مالی شهرستان</post>
<post>مسؤول کمیته علماء استان</post>
<post>مسؤول هیئت اجرایی استان گیلان - اردبیل</post>
<post>عضو هیئت مدیره مؤسسه خیریه محسنین تالش</post>
<post>عضو شورای مدیریت حوزه علمیه محمدیه تالش</post>
</previousPosts>
<currentPosts>
<post>عضو کمیسیون اجتماعی</post>
</currentPosts>
<otherActivities>
<activity>امام جماعت و خطیب نماز جمعه، مدرس حوزه علمیه محمدیه، سردفتر ازدواج و طلاق، امام جمعه مسجد فاروق اعظم (رض)، عضویت هیئت میدره مؤسسه خیریه محسنین تالش</activity>
</otherActivities>
<email> KashfaddinMohammadi@yahoo.com</email>
<picture>mohammadian.jpg</picture>
</member>
<member name="داوود نارویی">
<father>گل بیک</father>
<birthday>۱۳۵۹/۰۵/۰۱</birthday>
<birthplace>سیستان و بلوچستان-زاهدان</birthplace>
<livingplace>تهران-تهران</livingplace>
<job>نویسنده و مترجم </job>
<education>سطح دو حوزه در رشته فقه و اصول</education>
<registrationDate>۱۳۷۵</registrationDate>
<previousPosts>
<post>مسؤول هیئت اجرایی شهر</post>
<post>عضو ستاد اداری</post>
</previousPosts>
<currentPosts>
<post>دبیر و عضو کمیسیون اجتماعی شورای مرکزی</post>
</currentPosts>
<otherActivities>
<activity>تألیف و ترجمه بیش از ۱۰ عنوان کتاب از جمله رسول خاتم، شرحی بر گزیده صحیح مسلم، نگرشی نو در فهم قرآن، نگرشی نو در فهم احادیث نبوی و ...</activity>
<activity>ویراستاری</activity>
</otherActivities>
<email>daoudnarouei@yahoo.com</email>
<picture>narooei.jpg</picture>
</member>
</members>
| 43.121864 | 180 | 0.622891 |
341231611180314209bc3faa79f54b6bd9c2c45f | 2,506 | xml | XML | input/ER/9278.xml | felixlohmeier/noah-rub-journals | 3c61e78f17c208fe4ad23264b9e707658856476c | [
"MIT"
] | null | null | null | input/ER/9278.xml | felixlohmeier/noah-rub-journals | 3c61e78f17c208fe4ad23264b9e707658856476c | [
"MIT"
] | null | null | null | input/ER/9278.xml | felixlohmeier/noah-rub-journals | 3c61e78f17c208fe4ad23264b9e707658856476c | [
"MIT"
] | null | null | null | <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd"><id>9278</id>
<dc:title xml:lang="en-US">The Shifting Terms of Religious Authority in North Atlantic Politics and Culture</dc:title>
<dc:creator>Hoover, Stewart M.</dc:creator>
<dc:subject xml:lang="en-US">Religion</dc:subject>
<dc:subject xml:lang="en-US">politics</dc:subject>
<dc:subject xml:lang="en-US">media</dc:subject>
<dc:subject xml:lang="en-US">nationalism</dc:subject>
<dc:description xml:lang="en-US">
Religion continues to evolve on both sides of the North Atlantic. In both contexts, traditional ways of understanding religion are confronted by new realities. The emerging and growing influence of modern media and media institutions are important causes of these changes. It is no longer possible to think of ‘religion’ and ‘secular’ as separate categories when ‘secular’ media increasingly define and deploy religious images, interests, and networks, displacing the influence of traditional authorities. The role of media in these trends is especially obvious in relation the emerging politics of populism, nationalism, and retrenchment. The media operate in a number of registers in these relations, including their textual, institutional, and practical dimensions.
</dc:description>
<dc:publisher xml:lang="en-US">Ruhr-Universität Bochum</dc:publisher>
<dc:date>2021-11-03</dc:date>
<dc:type>info:eu-repo/semantics/article</dc:type>
<dc:type>info:eu-repo/semantics/publishedVersion</dc:type>
<dc:type xml:lang="en-US">Peer-reviewed Article</dc:type>
<dc:format>application/pdf</dc:format>
<dc:format>text/html</dc:format>
<dc:identifier>https://er.ceres.rub.de/index.php/ER/article/view/9278</dc:identifier>
<dc:identifier>10.46586/er.11.2020.9278</dc:identifier>
<dc:source xml:lang="en-US">Entangled Religions; Vol. 11 No. 3: Religion, Media, and Materiality</dc:source>
<dc:source>2363-6696</dc:source>
<dc:language>eng</dc:language>
<dc:relation>https://er.ceres.rub.de/index.php/ER/article/view/9278/8828</dc:relation>
<dc:relation>https://er.ceres.rub.de/index.php/ER/article/view/9278/8829</dc:relation>
<dc:rights xml:lang="en-US">Copyright (c) 2021 Stewart M. Hoover</dc:rights>
<dc:rights xml:lang="en-US">http://creativecommons.org/licenses/by/4.0</dc:rights>
</oai_dc:dc> | 92.814815 | 768 | 0.762969 |
f62b8675b62cdf61bc6c2f7e268685ae58907bb4 | 936 | xaml | XML | ToastNotification/MainWindow.xaml | budougumi0617/DIPluginWIthPrism | e2477e9a862f89cbd02f3315695207991c6adca6 | [
"MIT"
] | null | null | null | ToastNotification/MainWindow.xaml | budougumi0617/DIPluginWIthPrism | e2477e9a862f89cbd02f3315695207991c6adca6 | [
"MIT"
] | null | null | null | ToastNotification/MainWindow.xaml | budougumi0617/DIPluginWIthPrism | e2477e9a862f89cbd02f3315695207991c6adca6 | [
"MIT"
] | 1 | 2021-08-19T06:07:43.000Z | 2021-08-19T06:07:43.000Z | <Window x:Name="NotifcationZone" x:Class="ToastNotification.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:ToastNotification"
mc:Ignorable="d"
Title="MainWindow" Left="{Binding LeftPostion, Mode=OneWay}" ResizeMode="NoResize" Top="{Binding TopPostion}" Width="300" Height="95">
<Window.DataContext>
<local:MainWindowViewModel/>
</Window.DataContext>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="0*"/>
<RowDefinition Height="0*"/>
<RowDefinition Height="0*"/>
<RowDefinition/>
</Grid.RowDefinitions>
</Grid>
</Window>
| 42.545455 | 143 | 0.633547 |
98c1193297cdbc6d83f84e559a54c7251c840267 | 1,301 | xml | XML | WeatherApp/app/src/main/res/drawable/ic_mist.xml | rafgasinski/Weather-App | 0646e6e8d36455a25f202a9c4369f2329d079a1e | [
"MIT"
] | null | null | null | WeatherApp/app/src/main/res/drawable/ic_mist.xml | rafgasinski/Weather-App | 0646e6e8d36455a25f202a9c4369f2329d079a1e | [
"MIT"
] | null | null | null | WeatherApp/app/src/main/res/drawable/ic_mist.xml | rafgasinski/Weather-App | 0646e6e8d36455a25f202a9c4369f2329d079a1e | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="30dp"
android:height="30dp"
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="@color/cloud"
android:pathData="M8 5 A 1.0001 1.0001 0 1 0 8 7L11 7 A 1.0001 1.0001 0 1 0 11 5L8 5 z M 15 5 A 1.0001 1.0001 0 1 0 15 7L18 7 A 1.0001 1.0001 0 1 0 18 5L15 5 z M 22 5 A 1.0001 1.0001 0 1 0 22 7L25 7 A 1.0001 1.0001 0 1 0 25 5L22 5 z M 5 11 A 1.0001 1.0001 0 1 0 5 13L8 13 A 1.0001 1.0001 0 1 0 8 11L5 11 z M 12 11 A 1.0001 1.0001 0 1 0 12 13L15 13 A 1.0001 1.0001 0 1 0 15 11L12 11 z M 19 11 A 1.0001 1.0001 0 1 0 19 13L22 13 A 1.0001 1.0001 0 1 0 22 11L19 11 z M 8 17 A 1.0001 1.0001 0 1 0 8 19L11 19 A 1.0001 1.0001 0 1 0 11 17L8 17 z M 15 17 A 1.0001 1.0001 0 1 0 15 19L18 19 A 1.0001 1.0001 0 1 0 18 17L15 17 z M 22 17 A 1.0001 1.0001 0 1 0 22 19L25 19 A 1.0001 1.0001 0 1 0 25 17L22 17 z M 5 23 A 1.0001 1.0001 0 1 0 5 25L8 25 A 1.0001 1.0001 0 1 0 8 23L5 23 z M 12 23 A 1.0001 1.0001 0 1 0 12 25L15 25 A 1.0001 1.0001 0 1 0 15 23L12 23 z M 19 23 A 1.0001 1.0001 0 1 0 19 25L22 25 A 1.0001 1.0001 0 1 0 22 23L19 23 z"
tools:ignore="VectorPath" />
</vector> | 100.076923 | 930 | 0.657187 |
5257739a00ff1443d3ecc582c77c6f43f80d2f5d | 51,251 | storyboard | XML | FlixApp/Base.lproj/Main.storyboard | xurxo-riesco/FlixApp | 0c44ae9151e85f74868d9d54f85bbab876b48b7c | [
"Apache-2.0"
] | null | null | null | FlixApp/Base.lproj/Main.storyboard | xurxo-riesco/FlixApp | 0c44ae9151e85f74868d9d54f85bbab876b48b7c | [
"Apache-2.0"
] | 1 | 2020-06-27T09:47:53.000Z | 2020-06-27T09:47:53.000Z | FlixApp/Base.lproj/Main.storyboard | xurxo-riesco/FlixApp | 0c44ae9151e85f74868d9d54f85bbab876b48b7c | [
"Apache-2.0"
] | 1 | 2021-06-25T14:49:39.000Z | 2021-06-25T14:49:39.000Z | <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Ryk-IX-Clh">
<device id="retina5_9" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="collection view cell content view" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Movies-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="MoviesViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="188" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="uCm-jX-rsi">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<gestureRecognizers/>
<searchBar key="tableHeaderView" contentMode="redraw" searchBarStyle="minimal" placeholder="Search" translucent="NO" id="KcP-Ek-9yz">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="barTintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<textInputTraits key="textInputTraits"/>
</searchBar>
<activityIndicatorView key="tableFooterView" hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="medium" id="Joj-I5-iYz">
<rect key="frame" x="0.0" y="785" width="375" height="44"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</activityIndicatorView>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="MovieCell" rowHeight="188" id="UkY-HO-3fZ" customClass="MovieCell">
<rect key="frame" x="0.0" y="72" width="375" height="188"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="UkY-HO-3fZ" id="S2m-E4-ZIA">
<rect key="frame" x="0.0" y="0.0" width="375" height="188"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="KTX-lH-t3N">
<rect key="frame" x="0.0" y="0.0" width="139" height="188"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DAc-Z1-F5C">
<rect key="frame" x="147" y="48" width="233" height="129"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<string key="text">An intriguing and sinful exploration of seduction, forbidden love, and redemption, Gabriel's Inferno is a captivating and wildly passionate tale of one man's escape from his own personal hell as he tries to earn the impossible--forgiveness and love.</string>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Gabriel's Inferno" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5Ae-KE-cVH">
<rect key="frame" x="147" y="11" width="247" height="40"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="24"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="0.40204115316901406" colorSpace="custom" customColorSpace="displayP3"/>
<connections>
<outlet property="posterView" destination="KTX-lH-t3N" id="JR5-zq-we2"/>
<outlet property="synopsisLabel" destination="DAc-Z1-F5C" id="4CU-0N-ab9"/>
<outlet property="titleLabel" destination="5Ae-KE-cVH" id="c3R-cm-0EH"/>
<segue destination="7EI-wb-GyK" kind="show" id="oHn-qK-0jd"/>
</connections>
</tableViewCell>
</prototypes>
</tableView>
<navigationItem key="navigationItem" title="Movies" id="6N7-16-qWA">
<barButtonItem key="rightBarButtonItem" title="Log In" id="MPY-Dj-eNF">
<connections>
<segue destination="4bD-GL-v1s" kind="show" id="XzM-XR-l2H"/>
</connections>
</barButtonItem>
</navigationItem>
<connections>
<outlet property="activityIndicator" destination="Joj-I5-iYz" id="Hn9-fn-0ig"/>
<outlet property="searchBar" destination="KcP-Ek-9yz" id="ZxH-kq-0TI"/>
<outlet property="tableView" destination="uCm-jX-rsi" id="Um4-cH-E6s"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1020" y="24"/>
</scene>
<!--Superheroes-->
<scene sceneID="uX8-ab-OYd">
<objects>
<navigationController id="9sf-6S-hNQ" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Superheroes" image="superhero_tabbar_item" id="PR5-HC-MRU"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="il4-Oa-R72">
<rect key="frame" x="0.0" y="44" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="ODj-NY-E9K" kind="relationship" relationship="rootViewController" id="w6w-dy-N6M"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Wbv-fx-oMY" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="175" y="903"/>
</scene>
<!--Superheroes-->
<scene sceneID="w3M-hq-Jjj">
<objects>
<viewController id="ODj-NY-E9K" customClass="MoviesGridViewController" sceneMemberID="viewController">
<collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="E73-oh-327">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="ahA-hT-RsE">
<size key="itemSize" width="179" height="248"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="MovieCollectionCell" id="D1n-qI-jWP" customClass="MovieCollectionCell">
<rect key="frame" x="0.0" y="0.0" width="179" height="248"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="hLf-Y5-CMA">
<rect key="frame" x="0.0" y="0.0" width="179" height="248"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8fg-Cl-qXF">
<rect key="frame" x="0.0" y="0.0" width="179" height="248"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES" flexibleMaxY="YES"/>
</imageView>
</subviews>
</collectionViewCellContentView>
<size key="customSize" width="179" height="248"/>
<connections>
<outlet property="posterView" destination="8fg-Cl-qXF" id="sKz-NP-507"/>
<segue destination="f0l-e2-JrN" kind="show" id="MX2-xt-YIy"/>
</connections>
</collectionViewCell>
</cells>
</collectionView>
<navigationItem key="navigationItem" title="Superheroes" id="kUl-V9-G4F"/>
<connections>
<outlet property="collectionView" destination="E73-oh-327" id="r7F-eH-R9J"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Niz-hE-mzk" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1162.4000000000001" y="893.3497536945813"/>
</scene>
<!--Similar Movies View Controller-->
<scene sceneID="oe7-jv-r9M">
<objects>
<viewController id="gVd-7w-jOE" customClass="SimilarMoviesViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="hYj-Zc-FVN">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="L4W-j8-F6f">
<rect key="frame" x="0.0" y="0.0" width="375" height="729"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="fAJ-hS-MXk">
<size key="itemSize" width="165" height="220"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="SimilarMovieCollectionCell" id="drF-of-5RN" customClass="SimilarMovieCollectionCell">
<rect key="frame" x="0.0" y="0.0" width="179" height="248"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="y5B-xq-yXk">
<rect key="frame" x="0.0" y="0.0" width="179" height="248"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ygd-qJ-e0o">
<rect key="frame" x="0.0" y="0.0" width="179" height="259"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES" flexibleMaxY="YES"/>
</imageView>
</subviews>
</collectionViewCellContentView>
<size key="customSize" width="179" height="248"/>
<connections>
<outlet property="posterView" destination="Ygd-qJ-e0o" id="1rp-dS-bTy"/>
</connections>
</collectionViewCell>
</cells>
</collectionView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="kNM-dz-T0f"/>
</view>
<navigationItem key="navigationItem" id="oBY-vF-sTV"/>
<connections>
<outlet property="collectionView" destination="L4W-j8-F6f" id="xFa-0e-nHK"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="n77-52-MNb" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2912.8000000000002" y="885.96059113300498"/>
</scene>
<!--Details Grid View Controller-->
<scene sceneID="O2f-gh-a4K">
<objects>
<viewController id="f0l-e2-JrN" customClass="DetailsGridViewController" sceneMemberID="viewController">
<scrollView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" alwaysBounceVertical="YES" id="dgi-d5-aah">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="aVy-Vk-9w5">
<rect key="frame" x="0.0" y="0.0" width="375" height="215"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wWA-CM-WGm">
<rect key="frame" x="16" y="170" width="120" height="171"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bcQ-KM-8Js">
<rect key="frame" x="16" y="349" width="343" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" weight="light" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7vW-GK-t7Y">
<rect key="frame" x="144" y="241" width="215" height="29"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="32"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<viewLayoutGuide key="safeArea" id="Wgd-ub-eM2"/>
<viewLayoutGuide key="contentLayoutGuide" id="3K4-IY-AqN"/>
<viewLayoutGuide key="frameLayoutGuide" id="MEH-tE-kaC"/>
</scrollView>
<navigationItem key="navigationItem" id="yZP-sA-1a7"/>
<connections>
<outlet property="backdropView" destination="aVy-Vk-9w5" id="v0b-4e-hLE"/>
<outlet property="posterView" destination="wWA-CM-WGm" id="Om0-BM-AuO"/>
<outlet property="scrollView" destination="dgi-d5-aah" id="ew4-eR-hjJ"/>
<outlet property="synopsisLabel" destination="bcQ-KM-8Js" id="nl2-nd-eZA"/>
<outlet property="titleLabel" destination="7vW-GK-t7Y" id="6AV-3X-5Bv"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="o7e-u9-e55" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2072.8000000000002" y="885.96059113300498"/>
</scene>
<!--Details View Controller-->
<scene sceneID="m8a-fx-OoP">
<objects>
<viewController id="7EI-wb-GyK" customClass="DetailsViewController" sceneMemberID="viewController">
<scrollView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" alwaysBounceVertical="YES" id="jER-IF-4kJ">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="C9T-eU-qxu">
<rect key="frame" x="0.0" y="0.0" width="375" height="232"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<gestureRecognizers/>
<connections>
<outletCollection property="gestureRecognizers" destination="SQy-4N-IH4" appends="YES" id="Dfo-ii-3oV"/>
</connections>
</imageView>
<imageView clipsSubviews="YES" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XUn-JJ-pdI">
<rect key="frame" x="16" y="184" width="116" height="157"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<gestureRecognizers/>
<connections>
<outletCollection property="gestureRecognizers" destination="YjC-cg-Tf4" appends="YES" id="ZEX-Kn-Bee"/>
</connections>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zw2-By-6rE">
<rect key="frame" x="16" y="374" width="343" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="F5B-vk-kGM">
<rect key="frame" x="26" y="336" width="97" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Watch Trailer">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<connections>
<segue destination="UZm-g5-YIw" kind="presentation" id="xOk-FX-BHn"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0a2-li-rFW">
<rect key="frame" x="148" y="335" width="107" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Similar Movies">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<connections>
<segue destination="gVd-7w-jOE" kind="show" id="qPn-Ef-Eir"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FL4-gr-1D4">
<rect key="frame" x="329" y="336" width="30" height="28"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<state key="normal" title="Button">
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</state>
<connections>
<segue destination="UXe-M4-x1P" kind="presentation" id="hYJ-Is-zOb"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="7" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jol-QF-lUk">
<rect key="frame" x="286" y="333" width="50" height="33"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="22"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gma-qz-l5V">
<rect key="frame" x="140" y="240" width="188" height="29"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="28"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<viewLayoutGuide key="safeArea" id="tb7-pc-oQJ"/>
<viewLayoutGuide key="contentLayoutGuide" id="pxL-Z0-XmG"/>
<viewLayoutGuide key="frameLayoutGuide" id="cI5-Bp-V9O"/>
</scrollView>
<navigationItem key="navigationItem" id="uzE-0f-MT1"/>
<connections>
<outlet property="backdropView" destination="C9T-eU-qxu" id="Q1p-zD-TwU"/>
<outlet property="posterView" destination="XUn-JJ-pdI" id="1mV-QD-hAF"/>
<outlet property="ratingLabel" destination="jol-QF-lUk" id="eBe-1H-Iqn"/>
<outlet property="reviewButton" destination="FL4-gr-1D4" id="rOH-BJ-Wq7"/>
<outlet property="scrollView" destination="jER-IF-4kJ" id="GPg-h9-TcK"/>
<outlet property="similarButton" destination="0a2-li-rFW" id="jje-yB-Yv6"/>
<outlet property="synopsysLabel" destination="zw2-By-6rE" id="M5Y-In-k55"/>
<outlet property="titleLabel" destination="Gma-qz-l5V" id="JXp-lp-5iS"/>
<outlet property="trailerButton" destination="F5B-vk-kGM" id="gHu-YA-QbR"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="LHZ-d5-HAf" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
<tapGestureRecognizer id="YjC-cg-Tf4">
<connections>
<segue destination="isU-jg-EjW" kind="show" id="12S-er-uwk"/>
</connections>
</tapGestureRecognizer>
<tapGestureRecognizer id="SQy-4N-IH4">
<connections>
<segue destination="UZm-g5-YIw" kind="presentation" id="vvF-IH-pOP"/>
</connections>
</tapGestureRecognizer>
</objects>
<point key="canvasLocation" x="1805.5999999999999" y="23.645320197044335"/>
</scene>
<!--Trailer View Controller-->
<scene sceneID="OOG-9q-f5v">
<objects>
<viewController id="UZm-g5-YIw" customClass="TrailerViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="L5Z-BF-SPv">
<rect key="frame" x="0.0" y="0.0" width="375" height="758"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<wkWebView contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lJK-vp-blK">
<rect key="frame" x="0.0" y="0.0" width="375" height="758"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<wkWebViewConfiguration key="configuration">
<audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
<wkPreferences key="preferences"/>
</wkWebViewConfiguration>
</wkWebView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="Gex-YK-UDG"/>
</view>
<connections>
<outlet property="webView" destination="lJK-vp-blK" id="h6j-Wh-KdQ"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="k9g-lH-8O9" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2628" y="23.645320197044335"/>
</scene>
<!--Reviews View Controller-->
<scene sceneID="Z6w-IM-QM2">
<objects>
<viewController id="UXe-M4-x1P" customClass="ReviewsViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="53X-EO-DHh">
<rect key="frame" x="0.0" y="0.0" width="375" height="758"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<wkWebView contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XGp-Ep-qVV">
<rect key="frame" x="0.0" y="0.0" width="375" height="758"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<wkWebViewConfiguration key="configuration">
<audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
<wkPreferences key="preferences"/>
</wkWebViewConfiguration>
</wkWebView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="dzM-kr-5bf"/>
</view>
<connections>
<outlet property="webView" destination="XGp-Ep-qVV" id="uFx-cM-FfX"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="71R-1P-ekE" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3588" y="304.43349753694582"/>
</scene>
<!--Large Poster View Controller-->
<scene sceneID="nXV-N5-deL">
<objects>
<viewController id="isU-jg-EjW" customClass="LargePosterViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="s25-bc-wqy">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="X2U-l8-ENx">
<rect key="frame" x="0.0" y="88" width="375" height="724"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="VWN-x0-qim"/>
</view>
<navigationItem key="navigationItem" id="hnM-zo-hDA"/>
<connections>
<outlet property="largePosterView" destination="X2U-l8-ENx" id="4XH-Ff-cfj"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="YsN-kv-M5d" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3498.4000000000001" y="-400.49261083743846"/>
</scene>
<!--Favorites-->
<scene sceneID="DqN-Xr-foc">
<objects>
<viewController title="Favorites" id="6Sg-QI-bvv" customClass="FavoritesViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="m7G-ro-jou">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="vWT-UV-qA7">
<rect key="frame" x="-14" y="0.0" width="389" height="729"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="f1J-5i-6bR">
<size key="itemSize" width="169" height="228"/>
<size key="headerReferenceSize" width="0.0" height="0.0"/>
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="FavoritesCollectionViewCell" id="cm7-jL-nZg" customClass="FavoritesCollectionViewCell">
<rect key="frame" x="0.0" y="0.0" width="169" height="228"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="zhC-Ut-58b">
<rect key="frame" x="0.0" y="0.0" width="169" height="228"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6uX-ff-HDb">
<rect key="frame" x="0.0" y="0.0" width="168" height="226"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES" flexibleMaxY="YES"/>
</imageView>
</subviews>
</collectionViewCellContentView>
<size key="customSize" width="169" height="228"/>
<connections>
<outlet property="posterView" destination="6uX-ff-HDb" id="X5Q-5f-ee0"/>
</connections>
</collectionViewCell>
</cells>
</collectionView>
<searchBar contentMode="redraw" fixedFrame="YES" searchBarStyle="minimal" placeholder="List Number" translatesAutoresizingMaskIntoConstraints="NO" id="Uev-rw-f8Z">
<rect key="frame" x="0.0" y="88" width="375" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<textInputTraits key="textInputTraits"/>
</searchBar>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="bvd-Vw-4vy"/>
</view>
<navigationItem key="navigationItem" title="Favorites" id="Uqh-7c-By2"/>
<connections>
<outlet property="collectionView" destination="vWT-UV-qA7" id="yzN-13-C3t"/>
<outlet property="searchBar" destination="Uev-rw-f8Z" id="BBI-ae-XXC"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="2Ve-Zt-kKu" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="5802.3999999999996" y="-92.364532019704441"/>
</scene>
<!--Tab Bar Controller-->
<scene sceneID="AIR-p8-jT1">
<objects>
<tabBarController id="Ryk-IX-Clh" sceneMemberID="viewController">
<tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="A0F-A1-yC2">
<rect key="frame" x="0.0" y="0.0" width="414" height="49"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tabBar>
<connections>
<segue destination="27e-cn-6gz" kind="relationship" relationship="viewControllers" id="YBd-Xd-aHp"/>
<segue destination="9sf-6S-hNQ" kind="relationship" relationship="viewControllers" id="fn9-Vb-rWG"/>
<segue destination="oMl-6Y-7Id" kind="relationship" relationship="viewControllers" id="ylg-S4-JKH"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="3kE-Mo-NNW" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1047" y="-760"/>
</scene>
<!--Log In View Controller-->
<scene sceneID="u1w-9g-TiK">
<objects>
<viewController id="4bD-GL-v1s" customClass="LogInViewController" sceneMemberID="viewController">
<wkWebView key="view" contentMode="scaleToFill" id="E2q-Ar-LjG">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<wkWebViewConfiguration key="configuration">
<audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
<wkPreferences key="preferences"/>
</wkWebViewConfiguration>
</wkWebView>
<navigationItem key="navigationItem" id="MFr-ub-Qql"/>
<connections>
<outlet property="webView" destination="E2q-Ar-LjG" id="BOz-Zd-6Z9"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="lUP-uh-CGr" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2246" y="-665"/>
</scene>
<!--Now Playing-->
<scene sceneID="B0C-NK-Ocm">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="27e-cn-6gz" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Now Playing" image="now_playing_tabbar_item" id="K1F-j2-4Fq"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Wz3-JF-918">
<rect key="frame" x="0.0" y="44" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="uQ2-Pm-DBJ"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="9Yb-zw-LoY" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="110" y="24"/>
</scene>
<!--Favorites-->
<scene sceneID="heB-eP-FVi">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="oMl-6Y-7Id" sceneMemberID="viewController">
<tabBarItem key="tabBarItem" title="Favorites" image="reel_tabbar_icon" id="Y4r-BI-6t0"/>
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="kDU-oa-Ajo">
<rect key="frame" x="0.0" y="44" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="6Sg-QI-bvv" kind="relationship" relationship="rootViewController" id="qZl-sH-ToE"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Yfg-a8-rld" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="4860" y="-92.364532019704441"/>
</scene>
</scenes>
<inferredMetricsTieBreakers>
<segue reference="vvF-IH-pOP"/>
</inferredMetricsTieBreakers>
<resources>
<image name="now_playing_tabbar_item" width="21" height="21"/>
<image name="reel_tabbar_icon" width="25" height="25"/>
<image name="superhero_tabbar_item" width="21" height="23"/>
</resources>
</document>
| 86.71912 | 390 | 0.551189 |
3b9e68a6c7b79f7298e0956fa577a1835a672c08 | 40,628 | xml | XML | fin_reports/2017/data-20190226-structure-20180110/VO_OTKRDAN5_9965_9965_20190225_affbefbb-0fec-4bef-ae90-7912ab94aae2.xml | Karmanoid/Open-Tax-Data | 074b60078ca61720de26c7a4a9174d97615065ec | [
"MIT"
] | null | null | null | fin_reports/2017/data-20190226-structure-20180110/VO_OTKRDAN5_9965_9965_20190225_affbefbb-0fec-4bef-ae90-7912ab94aae2.xml | Karmanoid/Open-Tax-Data | 074b60078ca61720de26c7a4a9174d97615065ec | [
"MIT"
] | null | null | null | fin_reports/2017/data-20190226-structure-20180110/VO_OTKRDAN5_9965_9965_20190225_affbefbb-0fec-4bef-ae90-7912ab94aae2.xml | Karmanoid/Open-Tax-Data | 074b60078ca61720de26c7a4a9174d97615065ec | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?><Файл ИдФайл="VO_OTKRDAN5_9965_9965_20190225_affbefbb-0fec-4bef-ae90-7912ab94aae2" ВерсФорм="4.01" ВерсПрог="1.0" ТипИнф="ОТКРДАННЫЕ5" КолДок="149"><ИдОтпр><ФИООтв Фамилия="_" Имя="_"/></ИдОтпр><Документ ИдДок="757c5696-4fa1-4d39-a0d4-c28d554405a0" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АЭРОТЕЛ"" ИННЮЛ="8602236921"/><СведДохРасх СумДоход="59268000.00" СумРасход="38996000.00"/></Документ><Документ ИдДок="dea25483-fab8-4bfe-b480-331a603dbdcb" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ФАБРИКА УРАЛТЕКСТИЛЬ"" ИННЮЛ="6658360370"/><СведДохРасх СумДоход="74167000.00" СумРасход="72246000.00"/></Документ><Документ ИдДок="d7f89f30-b218-4546-a117-95570f0f51bd" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ССК-ГАРАНТ"" ИННЮЛ="6501242876"/><СведДохРасх СумДоход="4095000.00" СумРасход="5006000.00"/></Документ><Документ ИдДок="896aa486-f60e-4cf2-b9ff-73a0cbc7d4df" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СТРОИТЕЛЬНЫЕ ТЕХНОЛОГИИ"" ИННЮЛ="7709791796"/><СведДохРасх СумДоход="0.00" СумРасход="89000.00"/></Документ><Документ ИдДок="9a4eb020-10fa-42b7-bc2d-818de6cf72d1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ДОМОСТРОИТЕЛЬ"" ИННЮЛ="6501242883"/><СведДохРасх СумДоход="326000.00" СумРасход="109000.00"/></Документ><Документ ИдДок="a15a2966-5387-4f01-ad51-9258ff3a6760" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТАНДЕМ"" ИННЮЛ="6501167040"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="e182109e-0713-414b-8014-9738aaa12c3c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ТОРГОВАЯ КОМПАНИЯ "ПРОГРЕСС"" ИННЮЛ="6501242890"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="e0bb019d-65a6-4c09-a8be-e8258c72e346" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПРИБОРСЕРВИС"" ИННЮЛ="8602237019"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="b9e8689b-66d8-4d1c-8a36-456456433ab8" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ИВЕР`C"" ИННЮЛ="8602236865"/><СведДохРасх СумДоход="23800000.00" СумРасход="17158000.00"/></Документ><Документ ИдДок="19f6166a-63a2-4077-9ae5-dd895b268da2" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЭСТРИН И К"" ИННЮЛ="7733654631"/><СведДохРасх СумДоход="25150000.00" СумРасход="23546000.00"/></Документ><Документ ИдДок="652bb12f-cfc0-48d3-96a3-2bca308a30d2" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ИСТОРИЧЕСКИЕ РЕКОНСТРУКЦИИ"" ИННЮЛ="7703646390"/><СведДохРасх СумДоход="49106000.00" СумРасход="42853000.00"/></Документ><Документ ИдДок="f70e8fc1-2946-4a69-921c-e6511b3c83a5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТОРГОВАЯ КОМПАНИЯ "СПЭЙС"" ИННЮЛ="6658360412"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="11cabd7e-3410-49a8-9134-dc64b541a9ff" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ГОНИ МОРДЕН"" ИННЮЛ="7736566327"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="b37bd2e5-d8dc-4aa3-8306-79527fc86a63" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОН И К"" ИННЮЛ="6501167065"/><СведДохРасх СумДоход="11456000.00" СумРасход="13398000.00"/></Документ><Документ ИдДок="ef646b22-08fb-4e23-80d0-fedd76355b42" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СОДРУЖЕСТВО"" ИННЮЛ="0250009856"/><СведДохРасх СумДоход="342000.00" СумРасход="0.00"/></Документ><Документ ИдДок="445780c2-a822-4f47-8290-1818051d80e5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "САДЫКОВ И К"" ИННЮЛ="6658360437"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="021de3a8-32e1-47fb-bca0-53a799c9acca" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "НОВО-ТРОИЦКОЕ"" ИННЮЛ="0250009863"/><СведДохРасх СумДоход="26685000.00" СумРасход="24050000.00"/></Документ><Документ ИдДок="f56e3fd9-e723-4677-8d63-d6687313f953" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЮВЕР"" ИННЮЛ="8602237160"/><СведДохРасх СумДоход="1264000.00" СумРасход="1363000.00"/></Документ><Документ ИдДок="3d101262-b56e-4f03-870f-79aceb1a016c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВПО"" ИННЮЛ="6658360444"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="858664b8-ec73-49b6-b22f-3d229df1f7b9" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "БЕРЕЗНЯКИ"" ИННЮЛ="6501167072"/><СведДохРасх СумДоход="58967000.00" СумРасход="47378000.00"/></Документ><Документ ИдДок="bf5db6a8-2136-4f7f-b977-a193819664c7" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АКВАМАРИН ГРУПП"" ИННЮЛ="6658337075"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="c38375fe-6008-426f-a6fa-f923cd0c1404" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОМПАНИЯ "АЛТИС"" ИННЮЛ="6658337082"/><СведДохРасх СумДоход="17658000.00" СумРасход="17181000.00"/></Документ><Документ ИдДок="f807542d-9221-4563-be39-5ea125591d0d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ГРАВ"" ИННЮЛ="6501167121"/><СведДохРасх СумДоход="9435000.00" СумРасход="13678000.00"/></Документ><Документ ИдДок="499e99c6-8e51-4e39-9794-91ad3045fa64" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВОСТОК-ТУР"" ИННЮЛ="4703035734"/><СведДохРасх СумДоход="135000.00" СумРасход="121000.00"/></Документ><Документ ИдДок="92b4aa9a-7224-49ac-8f3d-70c3145486cb" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ГЕНЕЗИС М"" ИННЮЛ="6658336995"/><СведДохРасх СумДоход="389312000.00" СумРасход="375541000.00"/></Документ><Документ ИдДок="c4f8e1c2-9b37-4aed-93a0-489c97a933d3" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОРО"" ИННЮЛ="4703021202"/><СведДохРасх СумДоход="39328000.00" СумРасход="39187000.00"/></Документ><Документ ИдДок="dbc04a49-3b93-4f3c-bbba-49c5dad0c1fa" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АВТОТРАНССЕРВИС"" ИННЮЛ="6501167107"/><СведДохРасх СумДоход="640000.00" СумРасход="166000.00"/></Документ><Документ ИдДок="71d26f10-e3b5-4a7c-b182-883f1bf53acc" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ИЗОФЛЕКС СПБ"" ИННЮЛ="4703049335"/><СведДохРасх СумДоход="1700000.00" СумРасход="1596000.00"/></Документ><Документ ИдДок="16efff04-4ca2-4fa6-a9be-905be631d154" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СМК - 7"" ИННЮЛ="4703035212"/><СведДохРасх СумДоход="30476000.00" СумРасход="29700000.00"/></Документ><Документ ИдДок="854e1f82-bbfb-4d6b-b30c-dbcc869ec7be" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЧИШМЫЭНЕРГО"" ИННЮЛ="0250009976"/><СведДохРасх СумДоход="1693000.00" СумРасход="1969000.00"/></Документ><Документ ИдДок="dfbba9ca-c418-4718-b8f9-bdd05ef412db" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ"ДАЛЬНЕЕ"" ИННЮЛ="6501243020"/><СведДохРасх СумДоход="53349000.00" СумРасход="66703000.00"/></Документ><Документ ИдДок="0d3fa88e-c735-4882-ac0a-900558f96558" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ГОРОДСКОЕ АГЕНТСТВО ВОЗДУШНЫХ СООБЩЕНИЙ"" ИННЮЛ="6501167178"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="f643d2cd-735b-41b0-b837-b80dc5a883c5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АТЛАНТИК ТРЕВЕЛ"" ИННЮЛ="7702732706"/><СведДохРасх СумДоход="3856000.00" СумРасход="3242000.00"/></Документ><Документ ИдДок="6daa8ba9-6953-4534-81e9-c1b27490108e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОЛТУШСКИЙ СТРОИТЕЛЬНЫЙ КОМБИНАТ"" ИННЮЛ="4703037690"/><СведДохРасх СумДоход="21000000.00" СумРасход="9385000.00"/></Документ><Документ ИдДок="778686bc-7d32-432d-be49-7aa11e7ea648" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ИСКРА"" ИННЮЛ="0250010033"/><СведДохРасх СумДоход="1764000.00" СумРасход="1664000.00"/></Документ><Документ ИдДок="8d1be560-089e-40d0-8bab-3cef4b5fd0e3" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ДЕЛЬТА"" ИННЮЛ="7723759385"/><СведДохРасх СумДоход="16874000.00" СумРасход="13718000.00"/></Документ><Документ ИдДок="269d49e0-c3ad-4eff-94f5-3650192a35aa" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СТРОЙСИТИ"" ИННЮЛ="6658337205"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="80f026d1-bab7-4c4c-a8cc-aa05bc23974c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПЛЕМПТИЦЕФАБРИКА "ЮБИЛЕЙНАЯ"" ИННЮЛ="0250010026"/><СведДохРасх СумДоход="14108000.00" СумРасход="16430000.00"/></Документ><Документ ИдДок="53025adc-87b1-4a2c-9ea3-eb64ccc0e91e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ГЛОБУС"" ИННЮЛ="8602237315"/><СведДохРасх СумДоход="0.00" СумРасход="12000.00"/></Документ><Документ ИдДок="ef857f45-caa0-46b3-911f-e2964b12258d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОМПАНИЯ "ДЕМЕТРА"" ИННЮЛ="6501243083"/><СведДохРасх СумДоход="1237213000.00" СумРасход="1207362000.00"/></Документ><Документ ИдДок="b4a6d385-4696-4e76-bdd0-2de3b89a7a28" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ФИРМА РОДНИК"" ИННЮЛ="2342002117"/><СведДохРасх СумДоход="70000.00" СумРасход="65000.00"/></Документ><Документ ИдДок="a97073da-0238-4954-8888-bc57f9b82a85" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "РЕНКО-САХ"" ИННЮЛ="6501167227"/><СведДохРасх СумДоход="195482000.00" СумРасход="203869000.00"/></Документ><Документ ИдДок="d30934a8-dada-41bb-880d-015bffd5715a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПРОМЭКС"" ИННЮЛ="8602237298"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="d0fb6750-d574-45e9-8d00-7a04ed150da0" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТАЙГЕР ИМПЭКС"" ИННЮЛ="6501243090"/><СведДохРасх СумДоход="80359000.00" СумРасход="69943000.00"/></Документ><Документ ИдДок="415bf643-3ef4-4293-b1f5-17f773cda658" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "РУСОНЛАЙН"" ИННЮЛ="7714714821"/><СведДохРасх СумДоход="2339000.00" СумРасход="2080000.00"/></Документ><Документ ИдДок="2d140622-fc44-4567-ab24-3cba04b01551" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПАСИФИК ИМПЭКС"" ИННЮЛ="6501243100"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="9a5ef2ad-48b1-4f8e-9c5f-e2937fe53001" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "БАШКИР-АГРОИНВЕСТ"" ИННЮЛ="0250010107"/><СведДохРасх СумДоход="1851838000.00" СумРасход="1746227000.00"/></Документ><Документ ИдДок="79801b79-ce28-44ee-8c19-fcfe5cea6f94" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "САХСТРОЙСЕРВИС"" ИННЮЛ="6501167259"/><СведДохРасх СумДоход="21216000.00" СумРасход="21808000.00"/></Документ><Документ ИдДок="055515d6-0dda-4433-ac5c-b7812cfcc001" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АДЭС"" ИННЮЛ="6501243076"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="24345ac2-ad0e-433b-9bc8-50e55d44c1e1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АВОКАДО"" ИННЮЛ="2342012612"/><СведДохРасх СумДоход="14988000.00" СумРасход="14893000.00"/></Документ><Документ ИдДок="83192c33-394a-42e1-bc31-01d0031ea9c3" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ФИРМА "МАРНИК"" ИННЮЛ="4703004895"/><СведДохРасх СумДоход="655000.00" СумРасход="651000.00"/></Документ><Документ ИдДок="1de0ea00-3969-41e8-87ae-b4e18d3a7980" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ДЮНА"" ИННЮЛ="6501167266"/><СведДохРасх СумДоход="20610000.00" СумРасход="20364000.00"/></Документ><Документ ИдДок="24b2729c-938c-496a-9601-596514afbd6a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ДОРОЖНО-ЭКСПЛУАТАЦИОННОЕ ПРЕДПРИЯТИЕ"" ИННЮЛ="8602237192"/><СведДохРасх СумДоход="58350000.00" СумРасход="124755000.00"/></Документ><Документ ИдДок="97637fc0-1efe-407b-af25-3cfdc4f641d3" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТЕХДИВИЖН"" ИННЮЛ="7725619383"/><СведДохРасх СумДоход="2783000.00" СумРасход="1047000.00"/></Документ><Документ ИдДок="96695aab-bb8a-4b5f-8e15-bec2b7456070" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТОКАРЬ"" ИННЮЛ="6501243189"/><СведДохРасх СумДоход="3865000.00" СумРасход="3158000.00"/></Документ><Документ ИдДок="0417dfe8-2c1c-4ed2-bd97-b6812786564e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ОСТРОВ"" ИННЮЛ="6501167280"/><СведДохРасх СумДоход="24316000.00" СумРасход="24293000.00"/></Документ><Документ ИдДок="80cb174f-9d20-47c9-b994-836ca3d698bd" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПЛЮС УДАЧА"" ИННЮЛ="6501167298"/><СведДохРасх СумДоход="25516000.00" СумРасход="25438000.00"/></Документ><Документ ИдДок="b69bd7e9-bc42-4bfe-94a4-764e50c85e03" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ФЛАГМАН"" ИННЮЛ="0250010160"/><СведДохРасх СумДоход="0.00" СумРасход="158000.00"/></Документ><Документ ИдДок="00f51f73-9b60-4ff5-b35d-7dd8d978aecd" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЦЕНТР ПОДДЕРЖКИ МИГРАНТОВ"" ИННЮЛ="6501243132"/><СведДохРасх СумДоход="1042000.00" СумРасход="1022000.00"/></Документ><Документ ИдДок="ff717d28-94f2-4c9b-a542-b09efb94e9ee" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВИЗИТ"" ИННЮЛ="0250010178"/><СведДохРасх СумДоход="9153000.00" СумРасход="9178000.00"/></Документ><Документ ИдДок="973d3f99-6b14-4060-b5d2-ce603b9ccfdb" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПРОФ КОСМЕТИКА"" ИННЮЛ="8602237227"/><СведДохРасх СумДоход="469864000.00" СумРасход="456950000.00"/></Документ><Документ ИдДок="5ec45b25-9bee-4173-b737-513434bc6ad4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВАСАТ"" ИННЮЛ="4703063033"/><СведДохРасх СумДоход="602000.00" СумРасход="570000.00"/></Документ><Документ ИдДок="fa8d65f8-7610-4b42-a030-72b79d5bec4a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "САЛОН КРАСОТЫ ШАРМ"" ИННЮЛ="7707663781"/><СведДохРасх СумДоход="424000.00" СумРасход="959000.00"/></Документ><Документ ИдДок="8bc39e88-1401-4b54-8ee3-7e5c71efaf74" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "БИТРЕНД"" ИННЮЛ="6501243196"/><СведДохРасх СумДоход="5279000.00" СумРасход="24479000.00"/></Документ><Документ ИдДок="8444bcb0-6e66-44f6-831e-0f6b5d9b7d5e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОМП АС"" ИННЮЛ="6501167315"/><СведДохРасх СумДоход="38680000.00" СумРасход="32993000.00"/></Документ><Документ ИдДок="69ee7979-f773-4a31-82bb-62564d353c34" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО "ДОПУСК-0"" ИННЮЛ="4703040460"/><СведДохРасх СумДоход="7525000.00" СумРасход="158210000.00"/></Документ><Документ ИдДок="d0d53f4d-9373-410c-8452-be3df11c12f8" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ДОРОЖНИК"" ИННЮЛ="0250010210"/><СведДохРасх СумДоход="3833000.00" СумРасход="3723000.00"/></Документ><Документ ИдДок="36e6053e-9c74-48dc-878d-8f7b59764df1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО "ПСЕБАЙСКИЙ ЗАВОД СТРОИТЕЛЬНЫХ МАТЕРИАЛОВ"" ИННЮЛ="2342005848"/><СведДохРасх СумДоход="8148000.00" СумРасход="8092000.00"/></Документ><Документ ИдДок="d35ffcd6-f8f8-42e8-a77d-20a0650ba677" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ФОРЕСТ ХАНТЕР"" ИННЮЛ="6501243220"/><СведДохРасх СумДоход="62900000.00" СумРасход="41704000.00"/></Документ><Документ ИдДок="f4640ab7-d01e-492c-a4f8-3b8984cb6e97" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "БОЗОН"" ИННЮЛ="7731650350"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="42d798ca-01aa-4a21-8a72-1f65421b4d72" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ТОРГОВО ПРОМЫШЛЕННАЯ КОМПАНИЯ "СТРОЙПРОМ"" ИННЮЛ="8602237361"/><СведДохРасх СумДоход="1334000.00" СумРасход="1332000.00"/></Документ><Документ ИдДок="f361513b-950b-4a1b-9367-bc28227a7b66" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО "НОВАЯ ЭНЕРГЕТИЧЕСКАЯ КОМПАНИЯ "НОВОЭНЕРГО"" ИННЮЛ="7704688241"/><СведДохРасх СумДоход="54022000.00" СумРасход="318947000.00"/></Документ><Документ ИдДок="6d0a1924-a750-4be1-8e00-6f7e1ba73373" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ТОРГОВАЯ КОМПАНИЯ "НОВИК"" ИННЮЛ="6501243252"/><СведДохРасх СумДоход="11852000.00" СумРасход="9855000.00"/></Документ><Документ ИдДок="cf8250f1-2528-485e-a81b-3c4b9d8512ab" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "НОРДИКА-М"" ИННЮЛ="7727650773"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="c91a1bca-c6e3-4c20-b866-d154fd4caadc" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АГЕНТСТВО НЕДВИЖИМОСТИ "ВЕНСКОЕ"" ИННЮЛ="6658337477"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="26351e3e-f4ee-440b-b80d-b3cfb085e2e4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "НАВИГАТОР"" ИННЮЛ="6501243260"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="2b8455eb-6f97-4cba-a332-c9c547f4feaf" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОНТИНЕНТ-СЕРВИС"" ИННЮЛ="6501243277"/><СведДохРасх СумДоход="2200000.00" СумРасход="2463000.00"/></Документ><Документ ИдДок="2707fb9f-4ddf-4f6a-9426-fe475dcc2852" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КАРЬЕРОУПРАВЛЕНИЕ "КВАРЦ"" ИННЮЛ="4703064326"/><СведДохРасх СумДоход="1135000.00" СумРасход="1000000.00"/></Документ><Документ ИдДок="59f73742-723e-4e11-9bd4-d19676a70b58" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОНУС"" ИННЮЛ="6501167435"/><СведДохРасх СумДоход="102015000.00" СумРасход="34115000.00"/></Документ><Документ ИдДок="13b66249-20df-41c0-8298-9f8cdf9f966f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "САХАЛИНДОРСТРОЙ-Л"" ИННЮЛ="6501167442"/><СведДохРасх СумДоход="52857000.00" СумРасход="51684000.00"/></Документ><Документ ИдДок="11824b71-2f2d-4603-8ec8-585fd917e4bf" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО "С-КЛУБ"" ИННЮЛ="7734584465"/><СведДохРасх СумДоход="234508000.00" СумРасход="376471000.00"/></Документ><Документ ИдДок="4179e1f2-d300-4113-9613-b5c08ff0818f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПРОТЕКТ-УРАЛ"" ИННЮЛ="6658337445"/><СведДохРасх СумДоход="14381000.00" СумРасход="14022000.00"/></Документ><Документ ИдДок="fa740b4a-ce48-4515-a9c9-35e1082af8ac" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЧАСТНОЕ ОХРАННОЕ ПРЕДПРИЯТИЕ "СА БЕЗОПАСНОСТЬ"" ИННЮЛ="7715670430"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="c9f62293-dac1-45c7-8f66-e6e657c4001a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВУРСТ"" ИННЮЛ="6501243301"/><СведДохРасх СумДоход="28358000.00" СумРасход="28014000.00"/></Документ><Документ ИдДок="eccd88ae-1b17-4a81-94a0-fa9cd05551df" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНОЕ ОХРАННОЕ ПРЕДПРИЯТИЕ "КОНТРОЛЬ 24"" ИННЮЛ="7722626456"/><СведДохРасх СумДоход="207000.00" СумРасход="162000.00"/></Документ><Документ ИдДок="42463274-a896-4bdd-8098-742b138ba1dc" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ГАРАНТ"" ИННЮЛ="0250010315"/><СведДохРасх СумДоход="5858000.00" СумРасход="5346000.00"/></Документ><Документ ИдДок="c009a594-3215-4bef-85eb-fe1ffb5fd8d5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВИТРО-ВИКТОРИЯ"" ИННЮЛ="8602237330"/><СведДохРасх СумДоход="0.00" СумРасход="5000.00"/></Документ><Документ ИдДок="1d5c5faa-ba42-4c85-8043-5a604223ec6e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЯКТАШЛАР"" ИННЮЛ="0250010347"/><СведДохРасх СумДоход="7454000.00" СумРасход="6374000.00"/></Документ><Документ ИдДок="441ffc68-6128-4bc5-8833-943dd1b1feb3" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "МЕДЭКСПРЕСС КОНСАЛТИНГ"" ИННЮЛ="7709854213"/><СведДохРасх СумДоход="12163000.00" СумРасход="12178000.00"/></Документ><Документ ИдДок="c35b6eab-3328-4cf6-be09-c9e16e2e0b6c" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ПМК "ВСЕВОЛОЖСКИНДСТРОЙ"" ИННЮЛ="4703008064"/><СведДохРасх СумДоход="0.00" СумРасход="341000.00"/></Документ><Документ ИдДок="fc665521-4dcb-4a32-ae60-3d88936fc4a4" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ММП СТРОЙТЕХРЕСУРС"" ИННЮЛ="2342001787"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="539c36a2-7827-40fc-8e8b-8eb3f6c22dca" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ТРЕСТ "ВСЕВОЛОЖСКИНДСТРОЙ"" ИННЮЛ="4703001277"/><СведДохРасх СумДоход="51000.00" СумРасход="51000.00"/></Документ><Документ ИдДок="93cc7f4f-2b6a-4fdf-b036-d0df3c20615e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "НАШ ДОМ"" ИННЮЛ="4703056572"/><СведДохРасх СумДоход="520000.00" СумРасход="548000.00"/></Документ><Документ ИдДок="8497377f-0a9c-4343-a3ca-2ee2af98dab6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "УПРАВЛЯЮЩАЯ КОМПАНИЯ "БИЗНЕС-ЛОГИСТИК"" ИННЮЛ="7708670446"/><СведДохРасх СумДоход="4285000.00" СумРасход="4212000.00"/></Документ><Документ ИдДок="ca341160-206a-4a10-a780-6c0f98a70aa6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "КОМПАНЬОН"" ИННЮЛ="6658337371"/><СведДохРасх СумДоход="24810000.00" СумРасход="22514000.00"/></Документ><Документ ИдДок="a1b0801e-41e0-4175-be66-d6f90f7fb20f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СТРОЙТОРГСЕРВИС"" ИННЮЛ="6501243340"/><СведДохРасх СумДоход="1547000.00" СумРасход="419000.00"/></Документ><Документ ИдДок="a9afb974-c796-4b43-9427-67bfb9395f41" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО "НОВАЯ ХИМИЧЕСКАЯ КОМПАНИЯ "НОВОХИМ"" ИННЮЛ="7704688259"/><СведДохРасх СумДоход="0.00" СумРасход="12364000.00"/></Документ><Документ ИдДок="70181b81-c6f2-4dd1-8ba5-aecb34e4bfdd" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СТРОЙПРОГРЕСС"" ИННЮЛ="7717618731"/><СведДохРасх СумДоход="103755000.00" СумРасход="102978000.00"/></Документ><Документ ИдДок="73d302bc-3f3e-4606-9f02-172906516a79" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ АГЕНТСТВО НЕДВИЖИМОСТИ "СЕВЕРНЫЙ ДОМ"" ИННЮЛ="8602237379"/><СведДохРасх СумДоход="17264000.00" СумРасход="13951000.00"/></Документ><Документ ИдДок="2a7f55d3-f91b-4641-98ce-ce2513ce75a9" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "РЕНО"" ИННЮЛ="6501243380"/><СведДохРасх СумДоход="934000.00" СумРасход="922000.00"/></Документ><Документ ИдДок="9da5d47f-ff73-4d92-94ad-594263aa3d04" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ФФ СТАЙЛ"" ИННЮЛ="7724660935"/><СведДохРасх СумДоход="1790902000.00" СумРасход="1787722000.00"/></Документ><Документ ИдДок="d5638d11-cc14-47af-ab9e-d4191de1ace6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЦЕНТР ЭКОЛОГИЧЕСКОЙ ПОЖАРНОЙ БЕЗОПАСНОСТИ "ЭКО-СТАНДАРТС"" ИННЮЛ="7719751094"/><СведДохРасх СумДоход="3022000.00" СумРасход="2811000.00"/></Документ><Документ ИдДок="33736abf-4c80-4e04-b422-9d33014678be" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "САХОЙЛТРЕЙД"" ИННЮЛ="6501243414"/><СведДохРасх СумДоход="3121000.00" СумРасход="3036000.00"/></Документ><Документ ИдДок="9bad1b22-f9e1-46e1-bf8c-246e3236ef7b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЯНТАРЬ"" ИННЮЛ="2342005238"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="cac7f697-f566-4973-aa30-48688f18d11f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВИХРЬ"" ИННЮЛ="6501243421"/><СведДохРасх СумДоход="1587000.00" СумРасход="1087000.00"/></Документ><Документ ИдДок="6eb2d534-5cc1-4c85-a247-cd6045299917" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЕДИНЫЕ ТЕХНОЛОГИИ"" ИННЮЛ="6658337533"/><СведДохРасх СумДоход="115000.00" СумРасход="0.00"/></Документ><Документ ИдДок="f3df54df-455c-4f1d-80f1-d222a6e6d549" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "БАЙКАЛ"" ИННЮЛ="4703034709"/><СведДохРасх СумДоход="881000.00" СумРасход="820000.00"/></Документ><Документ ИдДок="51b032ba-e643-4ba1-b241-8c5ce91012d5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СОВРЕМЕННЫЕ ТЕХНОЛОГИИ"" ИННЮЛ="7714714839"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="05dcebc2-97b8-4b49-af3b-1af83d3f5c46" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПАНОРАМА"" ИННЮЛ="8602237481"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="95ea6537-7ba3-46bd-b05b-83a400c1844e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "МУЗЫКАЛЬНАЯ СТУДИЯ МАТВИЕНКО"" ИННЮЛ="7721620980"/><СведДохРасх СумДоход="2810000.00" СумРасход="3847000.00"/></Документ><Документ ИдДок="4eda7ac7-cfbf-4171-8f30-10185d021431" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="АКЦИОНЕРНОЕ ОБЩЕСТВО "ПАССАЖИРСКАЯ КОМПАНИЯ "САХАЛИН"" ИННЮЛ="6501243453"/><СведДохРасх СумДоход="1382893000.00" СумРасход="1244177000.00"/></Документ><Документ ИдДок="0c000e1e-3a73-4bca-a807-99bd11cabdaf" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТРИУМФ"" ИННЮЛ="8602237555"/><СведДохРасх СумДоход="291000.00" СумРасход="407000.00"/></Документ><Документ ИдДок="8684db81-6a07-4a9b-84cd-a747a0ed9720" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СИТИСЕРВИС+"" ИННЮЛ="7722718241"/><СведДохРасх СумДоход="824450000.00" СумРасход="836936000.00"/></Документ><Документ ИдДок="03eab700-fee0-4975-a90d-eefd4ea439e6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АВТО-ГАЗ-СЕРВИС"" ИННЮЛ="2342013743"/><СведДохРасх СумДоход="250343000.00" СумРасход="243887000.00"/></Документ><Документ ИдДок="2f12da61-2dce-40bb-8561-4fbdeb25b879" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ХАРД"" ИННЮЛ="0253016428"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="156a87db-2461-4983-96ff-8e87d31fe0e2" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТЕХНОЛОГИЯ ЗДОРОВЬЯ"" ИННЮЛ="6501243580"/><СведДохРасх СумДоход="23150000.00" СумРасход="22374000.00"/></Документ><Документ ИдДок="f28bf4fb-d80b-4353-af41-9aaa19a98c08" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "НЕОН"" ИННЮЛ="8602237562"/><СведДохРасх СумДоход="16000.00" СумРасход="452000.00"/></Документ><Документ ИдДок="92b3844a-42db-4fda-b44f-03026fcac28f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ УПРАВЛЯЮЩАЯ КОМПАНИЯ "УПРАВДОМ"" ИННЮЛ="6501243573"/><СведДохРасх СумДоход="58556000.00" СумРасход="50863000.00"/></Документ><Документ ИдДок="d799a215-dcf0-406e-a10c-ffdebcc778e5" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СТРОЙТЕХНОЛОГИЯ"" ИННЮЛ="2342014338"/><СведДохРасх СумДоход="183512000.00" СумРасход="153940000.00"/></Документ><Документ ИдДок="0e0b218b-bfbc-48cb-9680-60445e2fff0d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО "ВИНДЕКСФАРМ"" ИННЮЛ="7710716930"/><СведДохРасх СумДоход="3468000.00" СумРасход="2955000.00"/></Документ><Документ ИдДок="b07c2e4c-ff09-4041-be01-c65d3363b73a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СОК"" ИННЮЛ="6501243527"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="bd15c79e-f92e-4658-9717-7a3442c55971" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СМАРТ"" ИННЮЛ="6501243510"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="fd61aa35-c1fc-466a-80bb-61deaa33c1a2" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТЕРРА-ТЕХНО"" ИННЮЛ="6501243502"/><СведДохРасх СумДоход="2792000.00" СумРасход="2633000.00"/></Документ><Документ ИдДок="6105789b-1874-4340-97a3-49e4d37d9705" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПАРТНЁР"" ИННЮЛ="6501243492"/><СведДохРасх СумДоход="0.00" СумРасход="10000.00"/></Документ><Документ ИдДок="0c8db356-610c-48f6-a382-3ba56a4b00be" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "РЕАЛ"" ИННЮЛ="6501243460"/><СведДохРасх СумДоход="0.00" СумРасход="123000.00"/></Документ><Документ ИдДок="35e73655-ade1-4842-9edc-4039a261970a" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТАЕЛС"" ИННЮЛ="7728736769"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="b9f5854e-9593-4c82-a8c9-952119315542" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АТП"ЗАПОЛЯРЬЕ"" ИННЮЛ="2342014480"/><СведДохРасх СумДоход="4863000.00" СумРасход="5792000.00"/></Документ><Документ ИдДок="69bb8479-8a5f-4cb5-89a6-4fe8a922c73f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОТКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО "ТЕРМИНАЛ"" ИННЮЛ="0253016516"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="25bb525f-e3c1-4fad-8b92-7671da301961" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "НВ-ЮГ"" ИННЮЛ="2634078586"/><СведДохРасх СумДоход="5100000.00" СумРасход="4085000.00"/></Документ><Документ ИдДок="306dafcc-d62f-4e39-9911-1c5433efec6e" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ПРОДЮСЕРСКИЙ ЦЕНТР И.МАТВИЕНКО"" ИННЮЛ="7721620998"/><СведДохРасх СумДоход="25185000.00" СумРасход="14191000.00"/></Документ><Документ ИдДок="26a17315-feb2-4ee2-a406-299714b1194f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ШЕНСАХ"" ИННЮЛ="6501243615"/><СведДохРасх СумДоход="1864000.00" СумРасход="1892000.00"/></Документ><Документ ИдДок="111985d1-6f3c-4a27-8593-aa784af019e2" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СТАНДАРТ+"" ИННЮЛ="2635107159"/><СведДохРасх СумДоход="15946000.00" СумРасход="15597000.00"/></Документ><Документ ИдДок="9689b48c-f0fe-4933-8b3e-b46916df5946" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ДИЗАЙН БЭНД"" ИННЮЛ="7702732720"/><СведДохРасх СумДоход="20263000.00" СумРасход="19301000.00"/></Документ><Документ ИдДок="f46cffc0-d7e6-4936-a9cd-5b91a29e90df" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ЭСТЕТИК-ДЕНТА"" ИННЮЛ="7710867859"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="403ae2af-d0ab-406f-a7ba-deff91c3c450" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ДЕ НИ"" ИННЮЛ="8602237650"/><СведДохРасх СумДоход="4809000.00" СумРасход="3339000.00"/></Документ><Документ ИдДок="6b39abc1-6446-4910-a3fe-10e7e96cfdf6" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "МЕГИНОГАЗСТРОЙСЕРВИС"" ИННЮЛ="1415012326"/><СведДохРасх СумДоход="850000.00" СумРасход="850000.00"/></Документ><Документ ИдДок="cdf2894e-867e-4935-9ab6-c097d6152412" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СТАВРОПОЛЬЕ-СТ"" ИННЮЛ="2635107173"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="652296c0-0755-4d08-99ae-c4a1bcebd3b3" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "А"" ИННЮЛ="4703064051"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="c399842f-cb1c-4f1a-a594-f9ce07e584d1" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "РУСИНВЕСТ"" ИННЮЛ="7728658415"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="1b75473c-7927-4d7e-8965-888c4b54048f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТРАНСАЛЬЯНС"" ИННЮЛ="7723660033"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="a1375f5e-adb4-4eac-bccb-9f6c8c74d74b" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "АЛЬЯНС АВТО"" ИННЮЛ="8602237629"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="abdc1d9d-141a-41e0-95db-8e110b71618f" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ГЕРМЕС"" ИННЮЛ="8602237604"/><СведДохРасх СумДоход="0.00" СумРасход="0.00"/></Документ><Документ ИдДок="f2ceefe8-6cc8-43c3-938a-412b7060fdba" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВОСТОЧНО-СИБИРСКАЯ СЫРЬЕВАЯ КОМПАНИЯ"" ИННЮЛ="1415012372"/><СведДохРасх СумДоход="45134000.00" СумРасход="50593000.00"/></Документ><Документ ИдДок="5b094c47-9205-4dfd-bd25-f5f8ff5162d9" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ТИМОСЛАВ"" ИННЮЛ="2634078730"/><СведДохРасх СумДоход="4914000.00" СумРасход="2503000.00"/></Документ><Документ ИдДок="e3917501-f58d-4c9c-945e-8f7ae462394d" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "СУБАРУМ"" ИННЮЛ="7726653980"/><СведДохРасх СумДоход="2516000.00" СумРасход="2621000.00"/></Документ><Документ ИдДок="e16ebe67-ec2a-42a1-852f-441107ed60c0" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "МИАТРОН"" ИННЮЛ="2634078748"/><СведДохРасх СумДоход="552000.00" СумРасход="809000.00"/></Документ><Документ ИдДок="23b3ee5c-9ad5-4f7c-8480-14438d17d779" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ИЛИН"" ИННЮЛ="1427010404"/><СведДохРасх СумДоход="5455000.00" СумРасход="5455000.00"/></Документ><Документ ИдДок="33072145-2f83-4d3e-acad-f89dddd59e46" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ ЧАСТНОЕ ОХРАННОЕ ПРЕДПРИЯТИЕ "ГАРАНТ - ОХРАНА"" ИННЮЛ="8602237717"/><СведДохРасх СумДоход="36972000.00" СумРасход="36949000.00"/></Документ><Документ ИдДок="ed97d77d-6011-42a4-93a4-48ae1703d374" ДатаДок="25.02.2019" ДатаСост="31.12.2017"><СведНП НаимОрг="ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ "ВЕСТ АВТО"" ИННЮЛ="6658337798"/><СведДохРасх СумДоход="1866000.00" СумРасход="1828000.00"/></Документ></Файл>
| 20,314 | 40,627 | 0.785813 |
3bc0888e78c0ea61e666e9574ad62d8313ef0eff | 1,260 | xml | XML | android/library/src/main/res/drawable/ic_fluent_clipboard_more_24_regular.xml | jamesblasco/fluentui-system-icons | d12abd02219ca93bad20ab8285c8f4f454232ad6 | [
"MIT"
] | 3,870 | 2020-06-24T06:03:06.000Z | 2022-03-31T15:20:52.000Z | android/library/src/main/res/drawable/ic_fluent_clipboard_more_24_regular.xml | jamesblasco/fluentui-system-icons | d12abd02219ca93bad20ab8285c8f4f454232ad6 | [
"MIT"
] | 216 | 2020-06-24T05:55:45.000Z | 2022-03-30T20:34:01.000Z | android/library/src/main/res/drawable/ic_fluent_clipboard_more_24_regular.xml | jamesblasco/fluentui-system-icons | d12abd02219ca93bad20ab8285c8f4f454232ad6 | [
"MIT"
] | 349 | 2020-06-24T15:45:34.000Z | 2022-03-29T10:11:46.000Z | <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:pathData="M13.75 2c1.158 0 2.112 0.875 2.236 2h1.764C18.993 4 20 5.007 20 6.25V18.5c-0.19 0.142-0.358 0.31-0.5 0.5-0.258-0.343-0.602-0.618-1-0.792V6.25c0-0.414-0.336-0.75-0.75-0.75h-2.129c-0.404 0.603-1.091 1-1.871 1h-3.5c-0.78 0-1.467-0.397-1.871-1H6.25C5.836 5.5 5.5 5.836 5.5 6.25v13.5c0 0.414 0.336 0.75 0.75 0.75H11c0 0.563 0.186 1.082 0.5 1.5H6.25C5.007 22 4 20.993 4 19.75V6.25C4 5.007 5.007 4 6.25 4h1.764c0.124-1.125 1.078-2 2.236-2h3.5zm2.245 2.096L16 4.25c0-0.052-0.002-0.103-0.005-0.154zM13.75 3.5h-3.5C9.836 3.5 9.5 3.836 9.5 4.25S9.836 5 10.25 5h3.5c0.414 0 0.75-0.336 0.75-0.75S14.164 3.5 13.75 3.5z" android:fillColor="@color/fluent_default_icon_tint"/>
<path android:pathData="M17.5 22c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5c0.384 0 0.735 0.144 1 0.382 0.307 0.275 0.5 0.674 0.5 1.118 0 0.828-0.672 1.5-1.5 1.5zm-4 0c-0.828 0-1.5-0.672-1.5-1.5s0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5-0.672 1.5-1.5 1.5zm8 0c0.828 0 1.5-0.672 1.5-1.5S22.328 19 21.5 19 20 19.672 20 20.5s0.672 1.5 1.5 1.5z" android:fillColor="@color/fluent_default_icon_tint"/>
</vector>
| 252 | 687 | 0.688889 |
7377b2e16b165f3dd78fd504fbbf1b8ce509ace6 | 300 | xml | XML | app/src/main/res/values/strings.xml | grdaimap/QZshare | 9b4679aea867c432677193251fad0203e0bd9fc0 | [
"MIT"
] | null | null | null | app/src/main/res/values/strings.xml | grdaimap/QZshare | 9b4679aea867c432677193251fad0203e0bd9fc0 | [
"MIT"
] | null | null | null | app/src/main/res/values/strings.xml | grdaimap/QZshare | 9b4679aea867c432677193251fad0203e0bd9fc0 | [
"MIT"
] | null | null | null | <resources>
<string name="app_name">QZshare</string>
<string name="url">网址</string>
<string name="pics">图片</string>
<string name="title">标题</string>
<string name="retry">重试</string>
<string name="balabala">使用步骤:1.复制网址,2.打开这个app,3.跳转到浏览器进行QQ空间分享。</string>
</resources>
| 33.333333 | 77 | 0.646667 |
7908c6cad138de9d5c98a3725dd6c0bfd3c9974f | 144 | xml | XML | data/webqueries/train/query_271/query_271_document_9_textmeta.xml | eigenfoo/svm2plus | 090fe34b21e0d0a0587139f89ec3b9ce57b45713 | [
"MIT"
] | null | null | null | data/webqueries/train/query_271/query_271_document_9_textmeta.xml | eigenfoo/svm2plus | 090fe34b21e0d0a0587139f89ec3b9ce57b45713 | [
"MIT"
] | null | null | null | data/webqueries/train/query_271/query_271_document_9_textmeta.xml | eigenfoo/svm2plus | 090fe34b21e0d0a0587139f89ec3b9ce57b45713 | [
"MIT"
] | null | null | null | Thu Jan 5 2006 Ben Affleck pimps for Pampers
Ben Affleck proves that he s a really great
Jennifer Garner / Jossip
Ben Affleck Poker
| 28.8 | 47 | 0.736111 |
a7f7478155b117982be334d4877116fe581cf1e7 | 29,419 | xml | XML | nmon/default/data/ui/views/Howto_DISK_DG_spl.xml | guilhemmarchand/nmon-for-splunk | bbd84d7bd1397abb07ebb05ac3a777d7dae0006a | [
"Apache-2.0"
] | 23 | 2015-02-27T20:32:59.000Z | 2021-09-05T05:41:07.000Z | nmon/default/data/ui/views/Howto_DISK_DG_spl.xml | guilhemmarchand/nmon-for-splunk | bbd84d7bd1397abb07ebb05ac3a777d7dae0006a | [
"Apache-2.0"
] | 124 | 2015-07-29T19:15:46.000Z | 2021-08-28T15:34:37.000Z | nmon/default/data/ui/views/Howto_DISK_DG_spl.xml | guilhemmarchand/nmon-for-splunk | bbd84d7bd1397abb07ebb05ac3a777d7dae0006a | [
"Apache-2.0"
] | 13 | 2015-03-09T22:52:40.000Z | 2022-02-18T20:37:00.000Z | <form stylesheet="howto.css,ui_simple.css" hideEdit="True" isVisible="true">
<label>HOWTO DISK extended (DG): Generate stats and charts with Splunk Search Processing Language (SPL)</label>
<description>This collection of request samples will help you generating your own reports, dashboards and alerts for Nmon Performance data using the native Search Processing Language</description>
<row>
<panel>
<html>
<div class="imgheader">
<img src="../../static/app/nmon/icons/grey_theme/drive.png" alt="Drive"/>
<h2><a href="UI_data_dictionary?form.osfilter=AIX%3Dtrue&form.osfilter=Linux%3Dtrue&form.osfilter=Solaris%3Dtrue&form.itemfilter=DISKS%20STATISTICS&form.itemfilter=FILESYSTEMS%20STATISTICS" target="_blank">Disks and Filesystems Statistics</a></h2>
<br />
<br />
<p>
Linux disks extended statistics (DG* sections) are comparable to standard disks statistics (DISK* section) at the difference that it will manage the disk partition duplication under Linux systems.
<br />
<br />
When available, you should prefer to use the disks extended data instead of standard disks data to prevent from reporting the main disk and the sub disk systems in the same time. (which can generate wrong results)
</p>
<h4>
<a data-toggle="modal" data-target="#Help_modal">Help, information and related links for disks statistics</a>
</h4>
</div>
<!-- Modal -->
<div class="modal custom-modal-60 fade" id="Help_modal" tabindex="-1" role="dialog" aria-labelledby="Help_modal_Label">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"/>
</button>
<div style="text-align: left;">
<h4 class="modal-title" id="Help_modal_Label">Integrated Navigation:</h4>
</div>
</div>
<div class="modal-body">
<div style="text-align: center;">
<img src="../../static/app/nmon/icons/grey_theme/drive.png" alt="drive"/>
<h1>Disks extended statistics (DG*)</h1>
</div>
<div style="text-align: left;">
<h1>Main metrics/fields:</h1>
<div class="list">
<lu>
<li><b>disk_backlog_time_ms:</b> Disk Group Backlog time (ms) - DGBACKLOG </li>
<li><b>disk_busy_time_pct:</b> Disk Group Busy (% of time) - DGBUSY </li>
<li><b>disk_block_size_KB:</b> Disk Group Block Size KB - DGSIZE</li>
<li><b>disk_in_flight_io:</b> Disk Group in flight IO (I/O per sec) - DGINFLIGHT</li>
</lu>
<br />
</div>
<div class="list">
<lu>
<li><b>disk_read_KB_per_sec:</b> Disk Group Read KB/s - DGREAD </li>
<li><b>disk_read_sec:</b> Disk Group read/s - DGREADS </li>
<li><b>disk_read_service_time_ms:</b> Disk Group read service time (SUM ms) - DGREADSERV </li>
<li><b>disk_read_iops:</b> Disk Group Read Transfers/s (DGREAD divided by DGSIZE) </li>
</lu>
<br />
</div>
<div class="list">
<lu>
<li><b>disk_write_KB_per_sec:</b> Disk Group Write KB/s - DGWRITE </li>
<li><b>disk_write_service_time_ms:</b> Disk Group write service time (SUM ms) - DGWRITESERV </li>
<li><b>disk_write_iops:</b> Disk Group Write Transfers/s (DGWRITE divided by DGSIZE) </li>
<li><b>disk_write_sec:</b> Disk Group write/s - DGWRITES</li>
</lu>
<br />
</div>
<div class="list">
<lu>
<li><b>disk_merge_write_sec:</b> Disk Group merged write/s - DGWRITEMERGE </li>
<li><b>disk_merge_read_sec:</b> Disk Group merged read/s - DGREADMERGE</li>
<li><b>disk_total_iops:</b> Disk Group Transfers/s - DGXFER </li>
<li><b>disk_time_spent_for_io_ms:</b> Disk Group time spent for IO (ms) - DGIOTIME </li>
</lu>
<br />
</div>
</div>
<div style="text-align:left;">
<h1>Related links:</h1>
</div>
<div style="text-align: center;" class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon:performance:storage%20type%3DDG*" class="tryitbtnxl">Explore RAW DATA »
</a>
<a target="_blank" href="Howto_DISK_spl" class="tryitbtnxl">HOWTO Interface for disks»
</a>
<a target="_blank" href="pivot?model=%2FservicesNS%2Fnobody%2Fnmon%2Fdatamodel%2Fmodel%2FNMON_Data_disks_dg" class="tryitbtnxl">PIVOT Data model »
</a>
<a target="_blank" href="UI_data_dictionary?&form.itemfilter=DISKS%20STATISTICS" class="tryitbtnxl">Disks Data Dictionary »
</a>
</div>
<div style="text-align:left;">
<h1>Related metrics:</h1>
</div>
<div style="text-align: center;" class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon:performance:storage%20type%3DDISK*" class="tryitbtnxl">Explore DISK* RAW DATA »
</a>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</html>
</panel>
<panel>
<title>Optionally preset frameID,host,device and press Enter:</title>
<input type="text" token="frameID" searchWhenChanged="true">
<label>frameID:</label>
<default>*</default>
</input>
<input type="text" token="host" searchWhenChanged="true">
<label>host:</label>
<default>*</default>
</input>
<input type="text" token="device" searchWhenChanged="true">
<label>Device:</label>
<default>*</default>
</input>
</panel>
</row>
<row>
<panel>
<html>
<h2>From the Nmon FAQ: <a target="_blank" href="http://nmon.sourceforge.net/pmwiki.php?n=Site.NmonFAQ" >http://nmon.sourceforge.net/pmwiki.php?n=Site.NmonFAQ</a> </h2>
<br />
<div class="list">
<lu>
<li><b>DGBUSY</b> highlights which disks are slowing you down</li>
<li><b>DGREAD</b> and <b>DGWRITE</b> highlights how much data you are shifting</li>
<li><b>DGXFER</b> highlight is you are approaching the Disk seek limits and adapter operation limits</li>
<li><b>DGSIZE</b> highlights if your application is doing silly small boxes</li>
</lu>
<br />
</div>
</html>
</panel>
</row>
<row>
<panel>
<title>Time oriented and statistics oriented charts:</title>
<html>
<div>
<h2>Time Oriented Charts:</h2>
<br />
</div>
<div style="text-align: left;">
<br />
<img src="../../static/app/nmon/various/mini/minichart.png" alt="minichart"/>
<br />
<br />
</div>
<div>
<h2>IOPS: Average Total, read and write IOPS (Number of Input / Output operations per second on disks) aggregated per server over last 24 hours (with protection against data duplicates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| stats values(disk_read_KB_per_sec) AS disk_read_KB_per_sec, values(disk_write_KB_per_sec) as disk_write_KB_per_sec, values(disk_block_size_KB) as disk_block_size_KB, values(disk_total_iops) as disk_total_iops by _time,frameID,host,device
| eval disk_read_iops=(disk_read_KB_per_sec/disk_block_size_KB), disk_write_iops=(disk_write_KB_per_sec/disk_block_size_KB)
| timechart `nmon_span` useother=f limit=0 avg(disk_total_iops) as disk_total_iops, avg(disk_read_iops) as disk_read_iops, avg(disk_write_iops) as disk_write_iops by host</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20stats%20values(disk_read_KB_per_sec)%20AS%20disk_read_KB_per_sec%2C%20values(disk_write_KB_per_sec)%20as%20disk_write_KB_per_sec%2C%20values(disk_block_size_KB)%20as%20disk_block_size_KB%2C%20values(disk_total_iops)%20as%20disk_total_iops%20by%20_time%2CframeID%2Chost%2Cdevice%0A%7C%20eval%20disk_read_iops%3D(disk_read_KB_per_sec%2Fdisk_block_size_KB)%2C%20disk_write_iops%3D(disk_write_KB_per_sec%2Fdisk_block_size_KB)%0A%7C%20timechart%20%60nmon_span%60%20useother%3Df%20limit%3D0%20avg(disk_total_iops)%20as%20disk_total_iops%2C%20avg(disk_read_iops)%20as%20disk_read_iops%2C%20avg(disk_write_iops)%20as%20disk_write_iops%20by%20host&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now&display.visualizations.charting.axisTitleY.text=I%2FO%20per%20sec" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div>
<h2>IOPS: Average Total IOPS (Number of Input / Output operations per second on disks) per server/disks over last 24 hours (with protection against data duplicates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| stats values(disk_read_KB_per_sec) AS disk_read_KB_per_sec, values(disk_write_KB_per_sec) as disk_write_KB_per_sec, values(disk_block_size_KB) as disk_block_size_KB, values(disk_total_iops) as disk_total_iops by _time,frameID,host,device
| eval disk_read_iops=(disk_read_KB_per_sec/disk_block_size_KB), disk_write_iops=(disk_write_KB_per_sec/disk_block_size_KB)
| eval key=host+":"+device
| timechart `nmon_span` useother=f limit=0 avg(disk_total_iops) as disk_total_iops, avg(disk_read_iops) as disk_read_iops, avg(disk_write_iops) as disk_write_iops by host</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20stats%20values(disk_read_KB_per_sec)%20AS%20disk_read_KB_per_sec%2C%20values(disk_write_KB_per_sec)%20as%20disk_write_KB_per_sec%2C%20values(disk_block_size_KB)%20as%20disk_block_size_KB%2C%20values(disk_total_iops)%20as%20disk_total_iops%20by%20_time%2CframeID%2Chost%2Cdevice%0A%7C%20eval%20disk_read_iops%3D(disk_read_KB_per_sec%2Fdisk_block_size_KB)%2C%20disk_write_iops%3D(disk_write_KB_per_sec%2Fdisk_block_size_KB)%0A%7C%20eval%20key%3Dhost%2B"%3A"%2Bdevice%0A%7C%20timechart%20%60nmon_span%60%20useother%3Df%20limit%3D0%20avg(disk_total_iops)%20as%20disk_total_iops%2C%20avg(disk_read_iops)%20as%20disk_read_iops%2C%20avg(disk_write_iops)%20as%20disk_write_iops%20by%20key&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now&display.visualizations.charting.axisTitleY.text=I%2FO%20per%20sec" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div>
<h2>BUSY DISKS: Average percentage of time the disk was busy aggregated per server over last 24 hours (with protection against data duplicates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| timechart `nmon_span` useother=f limit=0 avg(disk_busy_time_pct) as disk_busy_time_pct by host</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20timechart%20%60nmon_span%60%20useother%3Df%20limit%3D0%20avg(disk_busy_time_pct)%20as%20disk_busy_time_pct%20by%20host&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now&display.visualizations.charting.axisTitleY.text=%25%20of%20time" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div>
<h2>BUSY DISKS: Average percentage of time the disk was busy per server/disks over last 24 hours (with protection against data duplicates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| eval key=host+":"+device
| timechart `nmon_span` useother=f limit=0 avg(disk_busy_time_pct) as disk_busy_time_pct by host</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20eval%20key%3Dhost%2B"%3A"%2Bdevice%0A%7C%20timechart%20%60nmon_span%60%20useother%3Df%20limit%3D0%20avg(disk_busy_time_pct)%20as%20disk_busy_time_pct%20by%20key&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now&display.visualizations.charting.axisTitleY.text=%25%20of%20time" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div>
<h2>READ / WRITE VOLUME: Average read/write KB aggregated per server over last 24 hours (with protection against data duplicates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| timechart `nmon_span` useother=f limit=0 avg(disk_read_KB_per_sec) as disk_read_KB_per_sec, avg(disk_write_KB_per_sec) as disk_write_KB_per_sec by host</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20timechart%20%60nmon_span%60%20useother%3Df%20limit%3D0%20avg(disk_busy_time_pct)%20as%20disk_busy_time_pct%20by%20host&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now&display.visualizations.charting.axisTitleY.text=Kylobytes/sec%20(KB/s)" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div>
<h2>READ / WRITE VOLUME: Average read/write (KB/sec) per server/disks over last 24 hours (with protection against data duplicates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| eval key=host+":"+device
| timechart `nmon_span` useother=f limit=0 avg(disk_busy_time_pct) as disk_busy_time_pct by key</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20eval%20key%3Dhost%2B"%3A"%2Bdevice%0A%7C%20timechart%20%60nmon_span%60%20useother%3Df%20limit%3D0%20avg(disk_busy_time_pct)%20as%20disk_busy_time_pct%20by%20key&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now&display.visualizations.charting.axisTitleY.text=Kylobytes/sec%20(KB/s)" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div>
<h2>BLOCKSIZE: Average block size (KB) per transfer aggregated per server over last 24 hours (with protection against data duplicates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| timechart `nmon_span` useother=f limit=0 avg(disk_block_size_KB) as disk_block_size_KB by host</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20timechart%20%60nmon_span%60%20useother%3Df%20limit%3D0%20avg(disk_block_size_KB)%20as%20disk_block_size_KB%20by%20host&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now&display.visualizations.charting.axisTitleY.text=Kylobytes%20(KB)" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div>
<h2>BLOCKSIZE: Average block size (KB) per transfer per server/disks over last 24 hours (with protection against data duplicates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| eval key=host+":"+device
| timechart `nmon_span` useother=f limit=0 avg(disk_block_size_KB) as disk_block_size_KB by key</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20eval%20key%3Dhost%2B"%3A"%2Bdevice%0A%7C%20timechart%20%60nmon_span%60%20useother%3Df%20limit%3D0%20avg(disk_block_size_KB)%20as%20disk_block_size_KB%20by%20key&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now&display.visualizations.charting.axisTitleY.text=Kylobytes%20(KB)" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div>
<h2>Stats oriented Charts:</h2>
<br />
</div>
<div style="text-align: left;">
<br />
<img src="../../static/app/nmon/various/mini/minisingle.png" alt="minisingle"/>
<br />
<br />
</div>
<div>
<h2>Single form of 5 minute real time window for Average main Disks Statistics (Average main Disks Statistics for Busy Time, Data Transfer, IOPS, Read and Write Data Rates)</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| stats sum(disk_total_iops) as disk_total_iops, avg(disk_busy_time_pct) AS disk_busy_time_pct, avg(disk_block_size_KB) AS disk_block_size_KB, avg(disk_read_KB_per_sec) AS disk_read_KB_per_sec, avg(disk_write_KB_per_sec) AS disk_write_KB_per_sec by _time,frameID,host
| stats avg(*) AS "*"
| foreach disk_* [ eval <<FIELD>>=round('<<FIELD>>', 2) ]
| eval stats=disk_busy_time_pct + "% Busy time / " + disk_block_size_KB + " KB Data Transfer / " + disk_total_iops + " Total iops / " + disk_read_KB_per_sec + " KBps, " + disk_write_KB_per_sec + " KBps - Read, Write Data Rates"
| fields stats</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20stats%20sum(disk_total_iops)%20as%20disk_total_iops%2C%20avg(disk_busy_time_pct)%20AS%20disk_busy_time_pct%2C%20avg(disk_block_size_KB)%20AS%20disk_block_size_KB%2C%20avg(disk_read_KB_per_sec)%20AS%20disk_read_KB_per_sec%2C%20avg(disk_write_KB_per_sec)%20AS%20disk_write_KB_per_sec%20by%20_time%2CframeID%2Chost%0A%7C%20stats%20avg(*)%20AS%20"*"%0A%7C%20foreach%20disk_*%20%5B%20eval%20<<FIELD>>%3Dround(%27<<FIELD>>%27%2C%202)%20%5D%20%0A%7C%20eval%20stats%3Ddisk_busy_time_pct%20%20%2B%20"%25%20Busy%20time%20%2F%20"%20%20%2B%20disk_block_size_KB%20%2B%20"%20KB%20Data%20Transfer%20%2F%20"%20%2B%20disk_total_iops%20%2B%20"%20Total%20iops%20%2F%20"%20%2B%20disk_read_KB_per_sec%20%2B%20"%20KBps%2C%20"%20%2B%20disk_write_KB_per_sec%20%2B%20"%20KBps%20-%20Read%2C%20Write%20Data%20Rates"%0A%7C%20fields%20stats&display.page.search.tab=visualizations&display.general.type=visualizations&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=rt-5m&latest=rt&display.visualizations.charting.axisTitleY.text=Kbytes%2Fsec&display.visualizations.type=singlevalue&display.visualizations.singlevalue.underLabel=Average%20main%20Disks%20Statistics%20for%20Busy%20Time%2C%20Data%20Transfer%2C%20IOPS%2C%20Read%20and%20Write%20Data%20Rates" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
</html>
</panel>
</row>
<row>
<panel>
<title>Table Statistics:</title>
<html>
<div style="text-align: left;">
<br />
<img src="../../static/app/nmon/various/mini/minitable.png" alt="minitable"/>
<br />
<br />
</div>
<div>
<h2>Report Average Disk Busy time, Data Transfer size, total IOPS, Read and Write data rates in a formated table statistics over last 24 hours per frameID, host</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| fields _time,frameID,host,device,disk_total_iops,disk_busy_time_pct,disk_block_size_KB,disk_read_KB_per_sec,disk_write_KB_per_sec
| stats sum(disk_total_iops) AS disk_total_iops, avg(disk_*) AS "disk_*" by _time,frameID,host
| stats avg(*) AS "Avg *" by frameID,host | foreach Avg* [ eval <<FIELD>>=round('<<FIELD>>', 2) ]
| sort frameID,host
| fields frameID,host,*</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20fields%20_time%2CframeID%2Chost%2Cdevice%2Cdisk_total_iops%2Cdisk_busy_time_pct%2Cdisk_block_size_KB%2Cdisk_read_KB_per_sec%2Cdisk_write_KB_per_sec%0A%7C%20stats%20sum(disk_total_iops)%20AS%20disk_total_iops%2C%20avg(disk_*)%20AS%20"disk_*"%20by%20_time%2CframeID%2Chost%0A%7C%20stats%20avg(*)%20AS%20"Avg%20*"%20by%20frameID%2Chost%20%7C%20foreach%20Avg*%20%5B%20eval%20<<FIELD>>%3Dround(%27<<FIELD>>%27%2C%202)%20%5D%0A%7C%20sort%20frameID%2Chost%0A%7C%20fields%20frameID%2Chost%2C*&display.page.search.tab=statistics&display.general.type=statistics&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
<div style="text-align: left;">
<br />
<img src="../../static/app/nmon/various/mini/minitable.png" alt="minitable"/>
<br />
<br />
</div>
<div>
<h2>Report Average Disk Busy time, Data Transfer size, total IOPS, Read and Write data rates in a formated table statistics over last 24 hours per frameID, host, disks</h2>
<pre>eventtype=nmon:performance type=DG* frameID=$frameID$ host=$host$ device=$device$
| dedup _time,type,frameID,host,device
| fields _time,frameID,host,device,disk_total_iops,disk_busy_time_pct,disk_block_size_KB,disk_read_KB_per_sec,disk_write_KB_per_sec
| stats sum(disk_total_iops) AS disk_total_iops, avg(disk_*) AS "disk_*" by _time,frameID,host,device
| stats avg(*) AS "Avg *" by frameID,host,device | foreach Avg* [ eval <<FIELD>>=round('<<FIELD>>', 2) ]
| sort frameID,host,device
| fields frameID,host,device,*</pre>
</div>
<div>
<div class="cat_title">
<a target="_blank" href="search?q=search%20eventtype%3Dnmon%3Aperformance%20type%3DDG*%20frameID%3D$frameID$%20host%3D$host$%20device%3D$device$%0A%7C%20dedup%20_time%2Ctype%2CframeID%2Chost%2Cdevice%0A%7C%20fields%20_time%2CframeID%2Chost%2Cdevice%2Cdisk_total_iops%2Cdisk_busy_time_pct%2Cdisk_block_size_KB%2Cdisk_read_KB_per_sec%2Cdisk_write_KB_per_sec%0A%7C%20stats%20sum(disk_total_iops)%20AS%20disk_total_iops%2C%20avg(disk_*)%20AS%20"disk_*"%20by%20_time%2CframeID%2Chost%2Cdevice%0A%7C%20stats%20avg(*)%20AS%20"Avg%20*"%20by%20frameID%2Chost%2Cdevice%20%7C%20foreach%20Avg*%20%5B%20eval%20<<FIELD>>%3Dround(%27<<FIELD>>%27%2C%202)%20%5D%0A%7C%20sort%20frameID%2Chost%2Cdevice%0A%7C%20fields%20frameID%2Chost%2Cdevice%2C*&display.page.search.tab=statistics&display.general.type=statistics&display.visualizations.charting.axisY.minimumNumber=0&display.visualizations.charting.chart=line&display.visualizations.charting.axisY.maximumNumber=&display.visualizations.charting.legend.placement=top&earliest=-24h%40h&latest=now" class="tryitbtn-blue">Open in search »
</a>
</div>
<br />
</div>
</html>
</panel>
</row>
</form> | 67.942263 | 1,769 | 0.667698 |
9ecd350b4f1ca7825f038112bdf2d8fd1ec1014e | 729 | xml | XML | starters/bootstrap-4/src/template/footer/footer.xml | blogspot-template-development/bloggerpack | 8290a23c57ea476ce329f3b518ed668ff1ce3b22 | [
"MIT"
] | 47 | 2020-05-19T10:15:45.000Z | 2022-03-30T04:00:07.000Z | starters/bootstrap-4/src/template/footer/footer.xml | blogspot-template-development/bloggerpack | 8290a23c57ea476ce329f3b518ed668ff1ce3b22 | [
"MIT"
] | 14 | 2020-05-16T19:34:07.000Z | 2022-03-30T06:55:50.000Z | starters/bootstrap-4/src/template/footer/footer.xml | blogspot-template-development/bloggerpack | 8290a23c57ea476ce329f3b518ed668ff1ce3b22 | [
"MIT"
] | 22 | 2020-05-22T23:27:22.000Z | 2022-03-23T09:53:35.000Z | <bp:template>
<b:comment>Show footer if the `footer-section` has any widgets or has any visible widgets.</b:comment>
<b:if cond='data:widgets any (w => w.sectionId == "footer-section")'>
<footer class='footer bg-dark text-white py-4 py-lg-5' id='footer'>
<div class='container-md'>
<b:section class='footer-section' id='footer-section' maxwidgets='2' name='Footer section' showaddelement='no'>
{% template "./widgets/LinkList2.xml" %}
{% template "./widgets/HTML1.xml" %}
</b:section>
</div>
</footer>
</b:if>
</bp:template>
<bp:sass>
//
// Widget
//
.footer-section > .widget {
margin-bottom: $spacer;
&:last-child {
margin-bottom: 0;
}
}
</bp:sass>
| 26.035714 | 119 | 0.610425 |
48f71cdb331a75fffaf76ad987fc31de43a4546b | 1,043 | xml | XML | libraries/colors/aggregated/basic_english/breakfast.xml | est/nodebox-gl | f1909a7a4ebc55c8ba254f92e25acb26e8cf1f1d | [
"BSD-3-Clause"
] | 1 | 2015-09-29T14:22:49.000Z | 2015-09-29T14:22:49.000Z | libraries/colors/aggregated/basic_english/breakfast.xml | est/nodebox-gl | f1909a7a4ebc55c8ba254f92e25acb26e8cf1f1d | [
"BSD-3-Clause"
] | 1 | 2015-09-29T14:23:35.000Z | 2015-09-30T02:33:13.000Z | libraries/colors/aggregated/basic_english/breakfast.xml | est/nodebox-gl | f1909a7a4ebc55c8ba254f92e25acb26e8cf1f1d | [
"BSD-3-Clause"
] | null | null | null | <colors query="breakfast">
<color name="orange" weight="0.329461604117">
<shade name="light" weight="0.815174226339" />
<shade name="fresh" weight="0.120816991541" />
<shade name="bright" weight="0.0640077137149" />
</color>
<color name="pink" weight="0.308129557807">
<shade name="light" weight="0.815174226339" />
<shade name="fresh" weight="0.120816991541" />
<shade name="bright" weight="0.0640077137149" />
</color>
<color name="green" weight="0.234889532144">
<shade name="light" weight="0.815174226339" />
<shade name="fresh" weight="0.120816991541" />
<shade name="bright" weight="0.0640077137149" />
</color>
<color name="red" weight="0.0839060488183">
<shade name="light" weight="0.815174226339" />
<shade name="fresh" weight="0.120816991541" />
<shade name="bright" weight="0.0640077137149" />
</color>
<color name="yellow" weight="0.0436121835666">
<shade name="light" weight="0.815174226339" />
<shade name="fresh" weight="0.120816991541" />
<shade name="bright" weight="0.0640077137149" />
</color>
</colors> | 31.606061 | 49 | 0.692234 |
f78d4e9b81c44df54724d39fd8da3a6992ecf522 | 3,862 | xib | XML | imitationOfBSBDJ/imitationOfBSBDJ/Classes/XYSEssence/Controller/XYSVideoPlayViewController.xib | XuYeS/simulateBS | 5d633b37aaa6d96b38a10cb412712e5cf4b4e9bd | [
"Apache-2.0"
] | 1 | 2016-07-17T15:17:39.000Z | 2016-07-17T15:17:39.000Z | imitationOfBSBDJ/imitationOfBSBDJ/Classes/XYSEssence/Controller/XYSVideoPlayViewController.xib | XuYeS/simulateBS | 5d633b37aaa6d96b38a10cb412712e5cf4b4e9bd | [
"Apache-2.0"
] | null | null | null | imitationOfBSBDJ/imitationOfBSBDJ/Classes/XYSEssence/Controller/XYSVideoPlayViewController.xib | XuYeS/simulateBS | 5d633b37aaa6d96b38a10cb412712e5cf4b4e9bd | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="XYSVideoPlayViewController">
<connections>
<outlet property="videoView" destination="pDB-Ve-OcE" id="VSg-nP-UPD"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5OB-wz-d4f" userLabel="backBtn">
<rect key="frame" x="20" y="20" width="35" height="35"/>
<animations/>
<constraints>
<constraint firstAttribute="width" constant="35" id="cl0-wI-Wo1"/>
<constraint firstAttribute="height" constant="35" id="eg7-Av-9oi"/>
</constraints>
<state key="normal" backgroundImage="show_image_back_icon"/>
<connections>
<action selector="back" destination="-1" eventType="touchUpInside" id="FM8-V4-sjq"/>
</connections>
</button>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pDB-Ve-OcE" userLabel="videoView">
<rect key="frame" x="0.0" y="150" width="600" height="300"/>
<animations/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
</subviews>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="pDB-Ve-OcE" secondAttribute="bottom" constant="150" id="2zW-hQ-mFn"/>
<constraint firstItem="pDB-Ve-OcE" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="4A4-3T-y7d"/>
<constraint firstItem="5OB-wz-d4f" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="20" id="65P-Zn-hzV"/>
<constraint firstItem="pDB-Ve-OcE" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Hj2-HI-yPS"/>
<constraint firstItem="5OB-wz-d4f" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="20" id="IVw-5Z-b3g"/>
<constraint firstItem="pDB-Ve-OcE" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="150" id="k0E-Sy-Rst"/>
<constraint firstAttribute="trailing" secondItem="pDB-Ve-OcE" secondAttribute="trailing" id="uNK-cn-ADv"/>
</constraints>
</view>
</objects>
<resources>
<image name="show_image_back_icon" width="35" height="35"/>
</resources>
</document>
| 71.518519 | 248 | 0.624288 |
248c12863c1758039d44b4824e692d76a609c244 | 4,449 | xml | XML | frame/Position_on_a_scale.xml | cltl/DutchFrameNet | 4f18f4a6aa89bef653e0a50af0629232a6245b9a | [
"CC-BY-3.0"
] | null | null | null | frame/Position_on_a_scale.xml | cltl/DutchFrameNet | 4f18f4a6aa89bef653e0a50af0629232a6245b9a | [
"CC-BY-3.0"
] | null | null | null | frame/Position_on_a_scale.xml | cltl/DutchFrameNet | 4f18f4a6aa89bef653e0a50af0629232a6245b9a | [
"CC-BY-3.0"
] | null | null | null | <?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="frame.xsl"?>
<frame xmlns="http://framenet.icsi.berkeley.edu" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" cBy="JKR" cDate="04/05/2001 02:25:41 PDT Thu" name="Position_on_a_scale" ID="95" xsi:schemaLocation="../schema/frame.xsd">
<definition><def-root>This frame contains words that describe an <fen>Item</fen>'s static position on a scale with respect to some property <fen>Variable</fen>.
<ex></ex>
<ex><fex name="Item">Dried fruits</fex> <m>are</m> especially <t>high</t> <fex name="Variable">in fibre</fex>, as are pulses.</ex>
<ex>Despite the fact that <fex name="Item">the local land</fex> <m>was</m> <t><fex name="Value">rich</fex></t> <fex name="Variable">in silver</fex>, by 1865 most of the mining traffic through Las Vegas was of propectors headed to California or Northern Nevada in search of gold.</ex></def-root></definition>
<FE bgColor="FF0000" fgColor="FFFFFF" coreType="Core" cBy="JKR" cDate="04/05/2001 02:26:16 PDT Thu" abbrev="Item" name="Item" ID="455">
<definition><def-root><fen>Item</fen> identifies the entity whose scalar property is specified.
<ex><fex name="Item">Bacon</fex> is <t>high</t> <fex name="Variable">in fat</fex>.</ex>
</def-root></definition>
</FE>
<FE bgColor="9400D3" fgColor="FFFFFF" coreType="Core" cBy="JKR" cDate="04/05/2001 02:26:48 PDT Thu" abbrev="Var" name="Variable" ID="456">
<definition><def-root><fen>Variable</fen> is the scalar property that the <fen>Item</fen> possesses.
<fex name="Item">Soda</fex> is <t>high</t> <fex name="Variable">in sugar</fex>.</def-root></definition>
</FE>
<FE bgColor="00008B" fgColor="FFFFFF" coreType="Core-Unexpressed" cBy="ACW" cDate="06/23/2003 01:34:00 PDT Mon" abbrev="Val" name="Value" ID="4655">
<definition><def-root>The <fen>Value</fen> is the position or range of positions on the scale that the Item occupies. This is normally implicit in the LU.
<ex>This car is <fex name="Value"><t>high</t></fex> in price.</ex></def-root></definition>
</FE>
<FE bgColor="FF69B4" fgColor="FFFFFF" coreType="Peripheral" cBy="MRLP" cDate="02/25/2004 05:51:01 PST Wed" abbrev="" name="Degree" ID="5976">
<definition><def-root>This FE identifies the <fen>Degree</fen> to which the scalar property of an <fen>Item</fen> holds with respect to some <fen>Variable</fen>.
<ex>Bacon is <fex name="Degree">very</fex> <t>high</t> in fat.</ex></def-root></definition>
<semType name="Degree" ID="172"/>
</FE>
<FE bgColor="008000" fgColor="FFFFFF" coreType="Peripheral" cBy="AlK" cDate="04/19/2010 05:27:21 PDT Mon" abbrev="" name="Domain" ID="13825">
<definition><def-root><fen>Domain</fen> describes the set of <fen>Item</fen>s for which the <fen>Variable</fen> 's position is determined. <ex>Interest rates are <t>high</t> in <fex name="Domain">West Germany</fex>.</ex></def-root></definition>
</FE>
<frameRelation type="Inherits from">
<relatedFrame ID="1015">Gradable_attributes</relatedFrame>
</frameRelation>
<frameRelation type="Is Inherited by">
<relatedFrame ID="1532">Used_up</relatedFrame>
<relatedFrame ID="342">Sufficiency</relatedFrame>
<relatedFrame ID="353">Evaluative_comparison</relatedFrame>
<relatedFrame ID="358">Surpassing</relatedFrame>
</frameRelation>
<frameRelation type="Perspective on"/>
<frameRelation type="Is Perspectivized in"/>
<frameRelation type="Uses"/>
<frameRelation type="Is Used by">
<relatedFrame ID="1680">Delimitation_of_diversity</relatedFrame>
<relatedFrame ID="2360">Probability</relatedFrame>
</frameRelation>
<frameRelation type="Subframe of"/>
<frameRelation type="Has Subframe(s)"/>
<frameRelation type="Precedes"/>
<frameRelation type="Is Preceded by"/>
<frameRelation type="Is Inchoative of"/>
<frameRelation type="Is Causative of"/>
<frameRelation type="See also"/>
</frame>
| 78.052632 | 385 | 0.698359 |
721bf12fc2ab06a346f6ab45e6245482f5cccfd1 | 2,875 | filters | XML | plugins/ftp/DirList.vcxproj.filters | MKadaner/FarManager | c99a14c12e3481dd25ce71451ecd264656f631bb | [
"BSD-3-Clause"
] | 1,256 | 2015-07-07T12:19:17.000Z | 2022-03-31T18:41:41.000Z | plugins/ftp/DirList.vcxproj.filters | MKadaner/FarManager | c99a14c12e3481dd25ce71451ecd264656f631bb | [
"BSD-3-Clause"
] | 305 | 2017-11-01T18:58:50.000Z | 2022-03-22T11:07:23.000Z | plugins/ftp/DirList.vcxproj.filters | MKadaner/FarManager | c99a14c12e3481dd25ce71451ecd264656f631bb | [
"BSD-3-Clause"
] | 183 | 2017-10-28T11:31:14.000Z | 2022-03-30T16:46:24.000Z | <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="lib\def.vc.def">
<Filter>Source Files</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="lib\All.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\Main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\cms.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\dos.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\eplf.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\mvs.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\netware.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\os2.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\os400.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\pctcp.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\skirdin.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\tcpc.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\unix.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\vms.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lib\DirList\vx.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="lib\DirList.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="lib\DirList\Int.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="lib\DirList\res.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project> | 35.060976 | 105 | 0.64487 |
68e2f0c6d2e888e504d9349ccdaf13bcbd5dff44 | 317 | xml | XML | captions/xml/522486784_978021d537.xml | kevint2u/audio-collector | 8401bc6673b97b558191e3e757a8211a0817b27c | [
"MIT"
] | null | null | null | captions/xml/522486784_978021d537.xml | kevint2u/audio-collector | 8401bc6673b97b558191e3e757a8211a0817b27c | [
"MIT"
] | null | null | null | captions/xml/522486784_978021d537.xml | kevint2u/audio-collector | 8401bc6673b97b558191e3e757a8211a0817b27c | [
"MIT"
] | null | null | null | <readable><title>522486784_978021d537</title><content>
A black dog and a brown dog close together .
A brown dog and a black dog on a dirt path .
One brown and one mostly black dog are either playing or fighting .
Two dogs are playing together outside .
Two dogs , face to face , on a dirt road .
</content></readable> | 45.285714 | 67 | 0.757098 |
7d63bc7edd1da19b63d8aa70593a17681b5c643b | 21,901 | csproj | XML | OneShot.com/OneShot.com.csproj | Miso-0/oneShot.com | 1bb94999c91b0718a66b4647673e69bfb09976e9 | [
"Apache-2.0"
] | 1 | 2022-01-18T11:38:50.000Z | 2022-01-18T11:38:50.000Z | OneShot.com/OneShot.com.csproj | Miso-0/oneShot.com | 1bb94999c91b0718a66b4647673e69bfb09976e9 | [
"Apache-2.0"
] | null | null | null | OneShot.com/OneShot.com.csproj | Miso-0/oneShot.com | 1bb94999c91b0718a66b4647673e69bfb09976e9 | [
"Apache-2.0"
] | null | null | null | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8E433361-F378-4B8A-9D49-0DF168CB4617}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OneShot.com</RootNamespace>
<AssemblyName>OneShot.com</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort>44316</IISExpressSSLPort>
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
<HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="account.aspx" />
<Content Include="Addmanager.aspx" />
<Content Include="addonpromo.aspx" />
<Content Include="addproduct.aspx" />
<Content Include="cart.aspx" />
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.CategoryTbl.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.ColumnGraphData.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.Item.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.LineGraphData.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.PieChartData.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.Promotion.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.User.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.CustomerMessage.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.Order.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.ItemReview.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.ItemOnPromotion.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="admin.Master" />
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.CustomerList.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.onCart.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.Transaction.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<Content Include="Connected Services\ServiceReference1\OneShot.com.ServiceReference1.PromoCode.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</Content>
<None Include="Connected Services\ServiceReference1\OneShotService.disco" />
<None Include="Connected Services\ServiceReference1\configuration91.svcinfo" />
<None Include="Connected Services\ServiceReference1\configuration.svcinfo" />
<None Include="Connected Services\ServiceReference1\OneShotService3.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\ServiceReference1\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<Content Include="css\oneshot.css" />
<Content Include="css\oneshotB.css" />
<Content Include="css\oneShotResponsive.css" />
<Content Include="css\oneshott.css" />
<Content Include="css\oneshot_a_.css" />
<Content Include="css\oneshot_c_.css" />
<Content Include="css\onshopbootstrap.css" />
<Content Include="Customersupport.aspx" />
<Content Include="dashboard.aspx" />
<Content Include="delivery.aspx" />
<Content Include="helpermethodspage.aspx" />
<Content Include="images\castle-removebg-preview.png" />
<Content Include="images\coffe-removebg-preview.png" />
<Content Include="images\coke-removebg-preview.png" />
<Content Include="images\logoshortcut-removebg-preview.png" />
<Content Include="images\Online-Free-Delivery-Website-Banner.jpg" />
<Content Include="images\photo-1632776350300-11016768b521.jpg" />
<Content Include="images\tropika-removebg-preview.png" />
<Content Include="index.aspx" />
<Content Include="item.aspx" />
<Content Include="js\main.js" />
<Content Include="js\mainslider.js" />
<Content Include="Login.aspx" />
<Content Include="messagesview.aspx" />
<Content Include="mylist.aspx" />
<Content Include="myorders.aspx" />
<Content Include="newpromotion.aspx" />
<Content Include="onlinecustomermessages.aspx" />
<Content Include="onlinesupport.aspx" />
<Content Include="orders.aspx" />
<Content Include="products.aspx" />
<Content Include="promotions.aspx" />
<Content Include="Registerfirststep.aspx" />
<Content Include="Registerlaststep.aspx" />
<Content Include="Registersteptwo.aspx" />
<Content Include="selectproduct.aspx" />
<Content Include="Shopall.aspx" />
<Content Include="Track.aspx" />
<Content Include="transactions.aspx" />
<Content Include="updateaddress.aspx" />
<Content Include="users.aspx" />
<Content Include="Vieworder.aspx" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="account.aspx.cs">
<DependentUpon>account.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="account.aspx.designer.cs">
<DependentUpon>account.aspx</DependentUpon>
</Compile>
<Compile Include="Addmanager.aspx.cs">
<DependentUpon>Addmanager.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Addmanager.aspx.designer.cs">
<DependentUpon>Addmanager.aspx</DependentUpon>
</Compile>
<Compile Include="addonpromo.aspx.cs">
<DependentUpon>addonpromo.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="addonpromo.aspx.designer.cs">
<DependentUpon>addonpromo.aspx</DependentUpon>
</Compile>
<Compile Include="addproduct.aspx.cs">
<DependentUpon>addproduct.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="addproduct.aspx.designer.cs">
<DependentUpon>addproduct.aspx</DependentUpon>
</Compile>
<Compile Include="admin.Master.cs">
<DependentUpon>admin.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="admin.Master.designer.cs">
<DependentUpon>admin.Master</DependentUpon>
</Compile>
<Compile Include="cart.aspx.cs">
<DependentUpon>cart.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="cart.aspx.designer.cs">
<DependentUpon>cart.aspx</DependentUpon>
</Compile>
<Compile Include="Connected Services\ServiceReference1\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Customersupport.aspx.cs">
<DependentUpon>Customersupport.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Customersupport.aspx.designer.cs">
<DependentUpon>Customersupport.aspx</DependentUpon>
</Compile>
<Compile Include="dashboard.aspx.cs">
<DependentUpon>dashboard.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="dashboard.aspx.designer.cs">
<DependentUpon>dashboard.aspx</DependentUpon>
</Compile>
<Compile Include="delivery.aspx.cs">
<DependentUpon>delivery.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="delivery.aspx.designer.cs">
<DependentUpon>delivery.aspx</DependentUpon>
</Compile>
<Compile Include="EncryptIDStrings.cs" />
<Compile Include="helperClass.cs" />
<Compile Include="helpermethodspage.aspx.cs">
<DependentUpon>helpermethodspage.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="helpermethodspage.aspx.designer.cs">
<DependentUpon>helpermethodspage.aspx</DependentUpon>
</Compile>
<Compile Include="index.aspx.cs">
<DependentUpon>index.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="index.aspx.designer.cs">
<DependentUpon>index.aspx</DependentUpon>
</Compile>
<Compile Include="index.Master.cs">
<DependentUpon>index.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="index.Master.designer.cs">
<DependentUpon>index.Master</DependentUpon>
</Compile>
<Compile Include="item.aspx.cs">
<DependentUpon>item.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="item.aspx.designer.cs">
<DependentUpon>item.aspx</DependentUpon>
</Compile>
<Compile Include="Login.aspx.cs">
<DependentUpon>Login.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Login.aspx.designer.cs">
<DependentUpon>Login.aspx</DependentUpon>
</Compile>
<Compile Include="messagesview.aspx.cs">
<DependentUpon>messagesview.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="messagesview.aspx.designer.cs">
<DependentUpon>messagesview.aspx</DependentUpon>
</Compile>
<Compile Include="mylist.aspx.cs">
<DependentUpon>mylist.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="mylist.aspx.designer.cs">
<DependentUpon>mylist.aspx</DependentUpon>
</Compile>
<Compile Include="myorders.aspx.cs">
<DependentUpon>myorders.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="myorders.aspx.designer.cs">
<DependentUpon>myorders.aspx</DependentUpon>
</Compile>
<Compile Include="newpromotion.aspx.cs">
<DependentUpon>newpromotion.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="newpromotion.aspx.designer.cs">
<DependentUpon>newpromotion.aspx</DependentUpon>
</Compile>
<Compile Include="onlinecustomermessages.aspx.cs">
<DependentUpon>onlinecustomermessages.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="onlinecustomermessages.aspx.designer.cs">
<DependentUpon>onlinecustomermessages.aspx</DependentUpon>
</Compile>
<Compile Include="onlinesupport.aspx.cs">
<DependentUpon>onlinesupport.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="onlinesupport.aspx.designer.cs">
<DependentUpon>onlinesupport.aspx</DependentUpon>
</Compile>
<Compile Include="orders.aspx.cs">
<DependentUpon>orders.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="orders.aspx.designer.cs">
<DependentUpon>orders.aspx</DependentUpon>
</Compile>
<Compile Include="products.aspx.cs">
<DependentUpon>products.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="products.aspx.designer.cs">
<DependentUpon>products.aspx</DependentUpon>
</Compile>
<Compile Include="promotions.aspx.cs">
<DependentUpon>promotions.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="promotions.aspx.designer.cs">
<DependentUpon>promotions.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="QueryStringModule.cs" />
<Compile Include="Registerfirststep.aspx.cs">
<DependentUpon>Registerfirststep.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Registerfirststep.aspx.designer.cs">
<DependentUpon>Registerfirststep.aspx</DependentUpon>
</Compile>
<Compile Include="Registerlaststep.aspx.cs">
<DependentUpon>Registerlaststep.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Registerlaststep.aspx.designer.cs">
<DependentUpon>Registerlaststep.aspx</DependentUpon>
</Compile>
<Compile Include="Registersteptwo.aspx.cs">
<DependentUpon>Registersteptwo.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Registersteptwo.aspx.designer.cs">
<DependentUpon>Registersteptwo.aspx</DependentUpon>
</Compile>
<Compile Include="Secrecy.cs" />
<Compile Include="selectproduct.aspx.cs">
<DependentUpon>selectproduct.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="selectproduct.aspx.designer.cs">
<DependentUpon>selectproduct.aspx</DependentUpon>
</Compile>
<Compile Include="Shopall.aspx.cs">
<DependentUpon>Shopall.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Shopall.aspx.designer.cs">
<DependentUpon>Shopall.aspx</DependentUpon>
</Compile>
<Compile Include="Track.aspx.cs">
<DependentUpon>Track.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Track.aspx.designer.cs">
<DependentUpon>Track.aspx</DependentUpon>
</Compile>
<Compile Include="transactions.aspx.cs">
<DependentUpon>transactions.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="transactions.aspx.designer.cs">
<DependentUpon>transactions.aspx</DependentUpon>
</Compile>
<Compile Include="updateaddress.aspx.cs">
<DependentUpon>updateaddress.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="updateaddress.aspx.designer.cs">
<DependentUpon>updateaddress.aspx</DependentUpon>
</Compile>
<Compile Include="users.aspx.cs">
<DependentUpon>users.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="users.aspx.designer.cs">
<DependentUpon>users.aspx</DependentUpon>
</Compile>
<Compile Include="Vieworder.aspx.cs">
<DependentUpon>Vieworder.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Vieworder.aspx.designer.cs">
<DependentUpon>Vieworder.aspx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="index.Master" />
<None Include="Connected Services\ServiceReference1\OneShotService.wsdl" />
<None Include="Connected Services\ServiceReference1\OneShotService.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\ServiceReference1\OneShotService1.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\ServiceReference1\OneShotService2.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Connected Services\ServiceReference1\" />
</ItemGroup>
<ItemGroup>
<Folder Include="ItemImages\" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>57307</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>https://localhost:44316/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
</Target>
<!-- 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> | 44.971253 | 359 | 0.720058 |
50feedb92e9e315e6b4daf68985564544cacc5e0 | 1,721 | xml | XML | data/1867/02/26/DDD_ddd_010138588_mpeg21/DDD_010138588_0047_articletext.xml | KBNLresearch/mcc | 25a9db197103e9c67fbe866a61944ab3cf421100 | [
"Apache-2.0"
] | null | null | null | data/1867/02/26/DDD_ddd_010138588_mpeg21/DDD_010138588_0047_articletext.xml | KBNLresearch/mcc | 25a9db197103e9c67fbe866a61944ab3cf421100 | [
"Apache-2.0"
] | null | null | null | data/1867/02/26/DDD_ddd_010138588_mpeg21/DDD_010138588_0047_articletext.xml | KBNLresearch/mcc | 25a9db197103e9c67fbe866a61944ab3cf421100 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<text>
<title>Granenmarkt.</title>
<p>Tarwe zonder handel. Rogge tot vorige prijzen met weinig handel; puike o. Pruis, ƒ230; Petersb. ƒ215; Galatz ƒ204, 205,' 206, 208, alles per 2100 kilo; op levering iets lager; Maart ƒ192, 1.3, 194, 193; Mei ƒ197, 198; Oct. ƒlBB, 189. Boekweit onveranderd in prijs, doch met minder omgang. Puike Holsteinsche ƒ 237 per 21C0 kilo. Koolzaad & 1 lager, op 9 vat in April c_ 66, Oct. <£ (_._.. Lijnzaad (prijshoudend; 103,104 fi? Koningsberger ƒ 270,111,112 15 Petersb. ƒ 400; 104, 105 ffi dito ƒ375. Raapolie dadelijk en 00 levering wederom belangrijk lager afgegeven lop 6/W. f 37W; vlieg, ƒ 36V*; op I°. Mei/353/4, 36 a 36%, Sept., Oct., Nov. en Dec. ƒ3Bl/4 a 38. Lijnolie dadelijk onveranderd, op levering iets lager; op 6/w. ƒ373/*; vliegt 361/2; l'°. Maart ƒ 36V4 a 36, April ƒ 363/4, Mei ƒ37; Sept., Oct,, Nov. en Dec./36Vs- Hennepolie op 6/w. ƒ4ll/4; vlieg. ƒ4O. Raapkoeken ƒ74 a 78. Lijnkoeken ƒ 111/2 a 15. Petroleum per 100 kilo in cons. ƒ 25 a 27 naar kwal. Tegen Woensdag 27 dezer zijn in publieke veiling aangeslagen: 24 last Poolsche Tarwe van 122 a 124 ffi en 6 last besch. dito, alles per 2400 kilo. Gisteren zijn ter li'(feeten-Sociëteit verhandeld : Ned.Werk. Sch. 2Vs pCt'. 541/4, % % Dito Coup. ƒ 2 Via • Ned. Handelm. op rese. ] 39'/. % Turkije Alg. Schuld 5 pCt. 29% Oost. Metall. 5 pCt. 463/_ 1% • Noord-Amerika 1882 6 pCt. 767/16. Dlto Nat. 1854 5 pCt. 53. Deb. Atl. Gr. W. Spw. 8 pCt. 301/2. Dito 1866 in 0. W. 5 pCt. 46, Via. Gecons. Dito 7 pCt. 23%., Grieken 1825 5 pCt. 15 Via. k'»_', Weinig affaire, Oostenr. iets vaster, met vraag voor Duitsche rekening, _</p>
</text>
| 286.833333 | 1,633 | 0.70308 |
55eff54edba18a17ddb0a63ea91018b58b368361 | 169 | xml | XML | clearth-modules/clearth-xml/src/test/resources/messages/commonFieldsGroup.xml | exactpro/clearth | 71b6a48b6ea6eb6653f903b8010c418de70a28d5 | [
"Apache-2.0"
] | 23 | 2019-12-18T05:32:58.000Z | 2021-12-02T14:51:12.000Z | clearth-modules/clearth-xml/src/test/resources/messages/commonFieldsGroup.xml | Exactpro/clearth | a22a859e94c63b54a3596eefb608d91ca79e0e6d | [
"Apache-2.0"
] | 1 | 2020-08-07T09:55:41.000Z | 2020-08-11T12:18:36.000Z | clearth-modules/clearth-xml/src/test/resources/messages/commonFieldsGroup.xml | Exactpro/clearth | a22a859e94c63b54a3596eefb608d91ca79e0e6d | [
"Apache-2.0"
] | 8 | 2019-12-18T05:32:59.000Z | 2021-07-18T05:57:03.000Z | <?xml version="1.0" encoding="UTF-8"?>
<commonFieldsGroup>
<group>
<a>12</a>
<b>34</b>
</group>
<c>56</c>
<d>78</d>
</commonFieldsGroup>
| 16.9 | 38 | 0.497041 |
2b9e16c1e0db843b5ae84b236cee558ed8561676 | 3,318 | xml | XML | app/src/main/res/values/dimens.xml | SamuelaAnastasi/Popular-Movies-Stage2 | d19defebe22ef2f04ddf007c8fa247640d26c72e | [
"MIT"
] | null | null | null | app/src/main/res/values/dimens.xml | SamuelaAnastasi/Popular-Movies-Stage2 | d19defebe22ef2f04ddf007c8fa247640d26c72e | [
"MIT"
] | null | null | null | app/src/main/res/values/dimens.xml | SamuelaAnastasi/Popular-Movies-Stage2 | d19defebe22ef2f04ddf007c8fa247640d26c72e | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<resources><dimen name="app_bar_layout_height">280dp</dimen>
<!-- Generic layout dimens -->
<dimen name="layout_padding_horizontal">16dp</dimen>
<dimen name="layout_padding_vertical">16dp</dimen>
<dimen name="content_padding_horizontal">16dp</dimen>
<dimen name="header_title_padding_horizontal">40dp</dimen>
<!-- List item dimens -->
<dimen name="list_item_info_height">68dp</dimen>
<dimen name="list_item_info_min_height">68dp</dimen>
<dimen name="card_corner_radius">0dp</dimen>
<dimen name="item_info_top_padding">8dp</dimen>
<dimen name="list_item_info_padding_horizontal">16dp</dimen>
<dimen name="item_title_text_size">16sp</dimen>
<dimen name="item_genres_text_size">12sp</dimen>
<!-- Bottom nav dimens -->
<dimen name="bottom_nav_height">56dp</dimen>
<dimen name="bottom_nav_min_width">240dp</dimen>
<dimen name="no_favorites_top_margin">36dp</dimen>
<dimen name="no_favorites_header_text_size">24sp</dimen>
<dimen name="no_favorites_message_text_size">16sp</dimen>
<!-- Details activity dimens -->
<dimen name="header_padding_vertical">6dp</dimen>
<dimen name="details_title_padding_vertical">32dp</dimen>
<dimen name="overview_padding_vertical">40dp</dimen>
<dimen name="trailers_container_padding_top">16dp</dimen>
<dimen name="review_padding_vertical">16dp</dimen>
<dimen name="overview_content_padding_bottom">32dp</dimen>
<dimen name="overview_label_padding_bottom">8dp</dimen>
<dimen name="label_padding_right">16dp</dimen>
<dimen name="fab_margin_right">16dp</dimen>
<dimen name="movie_title_text_size">32sp</dimen>
<dimen name="headers_text_size">22sp</dimen>
<dimen name="content_text_size">16sp</dimen>
<dimen name="review_title_size">18sp</dimen>
<dimen name="review_text_size">14sp</dimen>
<!-- Review dimens -->
<dimen name="review_container_margin_top">1dp</dimen>
<dimen name="author_name_margin_horizontal">8dp</dimen>
<dimen name="review_padding_bottom">16dp</dimen>
<dimen name="reviews_container_padding_top">32dp</dimen>
<dimen name="reviews_label_padding_bottom">4dp</dimen>
<!-- CollapsingToolBar dimens -->
<dimen name="expanded_title_margin">24dp</dimen>
<dimen name="expanded_title_margin_start">24dp</dimen>
<!-- Trailer dimens new -->
<dimen name="trailer_card_corner">2dp</dimen>
<dimen name="trailer_image_padding">0dp</dimen>
<dimen name="trailer_card_margin_horizontal">8dp</dimen>
<dimen name="trailer_card_padding">0dp</dimen>
<dimen name="trailer_card_margin_vertical">8dp</dimen>
<!-- No internet dimens -->
<dimen name="no_internet_padding_vertical">16dp</dimen>
<dimen name="no_internet_padding_horizontal">24dp</dimen>
<dimen name="no_internet_image_width">240dp</dimen>
<dimen name="no_internet_padding">16dp</dimen>
<dimen name="no_internet_img_dimens_land">200dp</dimen>
<dimen name="no_internet_text_margin_top">8dp</dimen>
<dimen name="trailer_card_width">320dp</dimen>
<dimen name="trailer_card_height">280dp</dimen>
<dimen name="trailer_image_width">320dp</dimen>
<dimen name="trailer_image_height">240dp</dimen>
<dimen name="play_button_size">48dp</dimen>
</resources> | 44.837838 | 64 | 0.72604 |
847a138c5ce4a5a91217b2721c1995d777486beb | 161,118 | xml | XML | data/downloaded/2009/BA900-2009-10-31xml/416053.xml | t1nak/ba900 | c2fdc71553ab20127b7cdcdc7ea382d7c6c0ac4b | [
"MIT"
] | null | null | null | data/downloaded/2009/BA900-2009-10-31xml/416053.xml | t1nak/ba900 | c2fdc71553ab20127b7cdcdc7ea382d7c6c0ac4b | [
"MIT"
] | null | null | null | data/downloaded/2009/BA900-2009-10-31xml/416053.xml | t1nak/ba900 | c2fdc71553ab20127b7cdcdc7ea382d7c6c0ac4b | [
"MIT"
] | null | null | null | <SARBForms Type="BA900" Description="BA900 Forms" TheYear="2009" TheMonth="10" TheDay="31" InstitutionCode="416053" InstitutionDescription="FIRSTRAND BANK LIMITED " LastModified="20130502"><SARBForm><Table TableNumber="1" TableDescription="LIABILITIES AT MONTH-END Table 1"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Cheque"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Savings"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Up to 1 day"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="More than 1 day to 1 month"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="More than 1 month to 6 months"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="More than 6 months"/><ColumnHeader ColumnNumber="7" ColumnCode="7" ColumnDescription="TOTAL"/><ColumnHeader ColumnNumber="8" ColumnCode="8" ColumnDescription="NCDs/PNs i (incl in col 7)"/><Row RowNumber="1" ItemNumber="1" ItemDescription="DEPOSITS (total of items 2 and 32)"><Column ColumnNumber="0001" Value="103063051.1000000" Format="#,###"/><Column ColumnNumber="0002" Value="1801485.8300000" Format="#,###"/><Column ColumnNumber="0003" Value="86278655.8100000" Format="#,###"/><Column ColumnNumber="0004" Value="43214947.5700000" Format="#,###"/><Column ColumnNumber="0005" Value="72614883.7500000" Format="#,###"/><Column ColumnNumber="0006" Value="86147543.2200000" Format="#,###"/><Column ColumnNumber="0007" Value="393120567.2700000" Format="#,###"/><Column ColumnNumber="0008" Value="41490351.5300000" Format="#,###"/></Row><Row RowNumber="2" ItemNumber="2" ItemDescription="DEPOSITS DENOMINATED IN RAND (total of items 3,6,12,13 and 29)"><Column ColumnNumber="0001" Value="103054021.7400000" Format="#,###"/><Column ColumnNumber="0002" Value="1801485.8300000" Format="#,###"/><Column ColumnNumber="0003" Value="78754348.6500000" Format="#,###"/><Column ColumnNumber="0004" Value="41618485.5400000" Format="#,###"/><Column ColumnNumber="0005" Value="71445341.6900000" Format="#,###"/><Column ColumnNumber="0006" Value="85529294.1700000" Format="#,###"/><Column ColumnNumber="0007" Value="382202977.6300000" Format="#,###"/><Column ColumnNumber="0008" Value="41490351.5300000" Format="#,###"/></Row><Row RowNumber="3" ItemNumber="3" ItemDescription="SA Bank (total of items 4 and 5)"><Column ColumnNumber="0001" Value="3069971.1400000" Format="#,###"/><Column ColumnNumber="0002" Value="3.6200000" Format="#,###"/><Column ColumnNumber="0003" Value="1382941.2600000" Format="#,###"/><Column ColumnNumber="0004" Value="1072586.6800000" Format="#,###"/><Column ColumnNumber="0005" Value="6049044.9200000" Format="#,###"/><Column ColumnNumber="0006" Value="18213344.6000000" Format="#,###"/><Column ColumnNumber="0007" Value="29787892.2300000" Format="#,###"/><Column ColumnNumber="0008" Value="11317665.4800000" Format="#,###"/></Row><Row RowNumber="4" ItemNumber="4" ItemDescription="NCD's/PN's"><Column ColumnNumber="0001" Value="" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="207175.4800000" Format="#,###"/><Column ColumnNumber="0005" Value="4495375.4200000" Format="#,###"/><Column ColumnNumber="0006" Value="6865368.1600000" Format="#,###"/><Column ColumnNumber="0007" Value="11567919.0700000" Format="#,###"/><Column ColumnNumber="0008" Value="11317665.4800000" Format="#,###"/></Row><Row RowNumber="5" ItemNumber="5" ItemDescription="Other deposits"><Column ColumnNumber="0001" Value="3069971.1400000" Format="#,###"/><Column ColumnNumber="0002" Value="3.6200000" Format="#,###"/><Column ColumnNumber="0003" Value="1382941.2600000" Format="#,###"/><Column ColumnNumber="0004" Value="865411.2000000" Format="#,###"/><Column ColumnNumber="0005" Value="1553669.4900000" Format="#,###"/><Column ColumnNumber="0006" Value="11347976.4400000" Format="#,###"/><Column ColumnNumber="0007" Value="18219973.1600000" Format="#,###"/><Column ColumnNumber="0008" Value="" Format="#,###"/></Row><Row RowNumber="6" ItemNumber="6" ItemDescription="Central and Provincial government sector deposits (total of items 7,10 and 11)"><Column ColumnNumber="0001" Value="4294318.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="3765.2900000" Format="#,###"/><Column ColumnNumber="0003" Value="7693240.5500000" Format="#,###"/><Column ColumnNumber="0004" Value="2377812.4200000" Format="#,###"/><Column ColumnNumber="0005" Value="1848257.4600000" Format="#,###"/><Column ColumnNumber="0006" Value="1779056.6100000" Format="#,###"/><Column ColumnNumber="0007" Value="17996450.6200000" Format="#,###"/><Column ColumnNumber="0008" Value="2104896.7400000" Format="#,###"/></Row><Row RowNumber="7" ItemNumber="7" ItemDescription="Central government of the Republic - excluding social security funds (total of items 8 and 9)"><Column ColumnNumber="0001" Value="1988699.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="386.6100000" Format="#,###"/><Column ColumnNumber="0003" Value="7077581.7700000" Format="#,###"/><Column ColumnNumber="0004" Value="1145234.4800000" Format="#,###"/><Column ColumnNumber="0005" Value="1549382.3700000" Format="#,###"/><Column ColumnNumber="0006" Value="1274130.8500000" Format="#,###"/><Column ColumnNumber="0007" Value="13035415.0800000" Format="#,###"/><Column ColumnNumber="0008" Value="2104896.7400000" Format="#,###"/></Row><Row RowNumber="8" ItemNumber="8" ItemDescription="Tax and loan account"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="5310827.9000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0007" Value="5310827.9000000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="9" ItemNumber="9" ItemDescription="Other"><Column ColumnNumber="0001" Value="1988699.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="386.6100000" Format="#,###"/><Column ColumnNumber="0003" Value="1766753.8800000" Format="#,###"/><Column ColumnNumber="0004" Value="1145234.4800000" Format="#,###"/><Column ColumnNumber="0005" Value="1549382.3700000" Format="#,###"/><Column ColumnNumber="0006" Value="1274130.8500000" Format="#,###"/><Column ColumnNumber="0007" Value="7724587.1900000" Format="#,###"/><Column ColumnNumber="0008" Value="2104896.7400000" Format="#,###"/></Row><Row RowNumber="10" ItemNumber="10" ItemDescription="Provincial governments"><Column ColumnNumber="0001" Value="2305595.3900000" Format="#,###"/><Column ColumnNumber="0002" Value="3376.0600000" Format="#,###"/><Column ColumnNumber="0003" Value="366303.0300000" Format="#,###"/><Column ColumnNumber="0004" Value="78151.7500000" Format="#,###"/><Column ColumnNumber="0005" Value="298875.0900000" Format="#,###"/><Column ColumnNumber="0006" Value="501681.4300000" Format="#,###"/><Column ColumnNumber="0007" Value="3553982.7400000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="11" ItemNumber="11" ItemDescription="Social security funds"><Column ColumnNumber="0001" Value="23.9000000" Format="#,###"/><Column ColumnNumber="0002" Value="2.6200000" Format="#,###"/><Column ColumnNumber="0003" Value="249355.7500000" Format="#,###"/><Column ColumnNumber="0004" Value="1154426.1900000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="3244.3400000" Format="#,###"/><Column ColumnNumber="0007" Value="1407052.8000000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="12" ItemNumber="12" ItemDescription="Other monetary institutions"><Column ColumnNumber="0001" Value="2648.4200000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="57197.2100000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="13.0200000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0007" Value="59858.6400000" Format="#,###"/><Column ColumnNumber="0008" Value="151506.1400000" Format="#,###"/></Row><Row RowNumber="13" ItemNumber="13" ItemDescription="Other domestic parties (total of items 14 to 20, 25, 26, 27 and 28)"><Column ColumnNumber="0001" Value="94235838.3900000" Format="#,###"/><Column ColumnNumber="0002" Value="1719584.9900000" Format="#,###"/><Column ColumnNumber="0003" Value="68314330.4100000" Format="#,###"/><Column ColumnNumber="0004" Value="35420978.6800000" Format="#,###"/><Column ColumnNumber="0005" Value="62313438.3200000" Format="#,###"/><Column ColumnNumber="0006" Value="65292672.3100000" Format="#,###"/><Column ColumnNumber="0007" Value="327296843.1000000" Format="#,###"/><Column ColumnNumber="0008" Value="27895867.3300000" Format="#,###"/></Row><Row RowNumber="14" ItemNumber="14" ItemDescription="Local government"><Column ColumnNumber="0001" Value="1437117.9500000" Format="#,###"/><Column ColumnNumber="0002" Value="177.2300000" Format="#,###"/><Column ColumnNumber="0003" Value="1503483.5700000" Format="#,###"/><Column ColumnNumber="0004" Value="2253994.0400000" Format="#,###"/><Column ColumnNumber="0005" Value="954185.8300000" Format="#,###"/><Column ColumnNumber="0006" Value="402101.0500000" Format="#,###"/><Column ColumnNumber="0007" Value="6551059.6900000" Format="#,###"/><Column ColumnNumber="0008" Value="66043.9400000" Format="#,###"/></Row><Row RowNumber="15" ItemNumber="15" ItemDescription="Public financial corporate sector d (such as IDC, DBSA)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="100416.7100000" Format="#,###"/><Column ColumnNumber="0004" Value="109160.7700000" Format="#,###"/><Column ColumnNumber="0005" Value="101605.5900000" Format="#,###"/><Column ColumnNumber="0006" Value="75907.2500000" Format="#,###"/><Column ColumnNumber="0007" Value="387090.3300000" Format="#,###"/><Column ColumnNumber="0008" Value="50586.1000000" Format="#,###"/></Row><Row RowNumber="16" ItemNumber="16" ItemDescription="Public Investment Corporation (PIC)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="312482.6100000" Format="#,###"/><Column ColumnNumber="0004" Value="1633618.0800000" Format="#,###"/><Column ColumnNumber="0005" Value="5090872.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="5643205.1100000" Format="#,###"/><Column ColumnNumber="0007" Value="12680177.8000000" Format="#,###"/><Column ColumnNumber="0008" Value="7908205.4700000" Format="#,###"/></Row><Row RowNumber="17" ItemNumber="17" ItemDescription="Public non-financial corporate sector (such as Transnet, Eskom and Telkom)"><Column ColumnNumber="0001" Value="203085.1300000" Format="#,###"/><Column ColumnNumber="0002" Value="9.5700000" Format="#,###"/><Column ColumnNumber="0003" Value="725868.6000000" Format="#,###"/><Column ColumnNumber="0004" Value="2506894.6700000" Format="#,###"/><Column ColumnNumber="0005" Value="1882344.6700000" Format="#,###"/><Column ColumnNumber="0006" Value="325812.4200000" Format="#,###"/><Column ColumnNumber="0007" Value="5644015.0700000" Format="#,###"/><Column ColumnNumber="0008" Value="1105734.5100000" Format="#,###"/></Row><Row RowNumber="18" ItemNumber="18" ItemDescription="Insurers f"><Column ColumnNumber="0001" Value="3669326.3000000" Format="#,###"/><Column ColumnNumber="0002" Value="34.4600000" Format="#,###"/><Column ColumnNumber="0003" Value="3215097.9200000" Format="#,###"/><Column ColumnNumber="0004" Value="1271757.1000000" Format="#,###"/><Column ColumnNumber="0005" Value="2520827.2300000" Format="#,###"/><Column ColumnNumber="0006" Value="4777285.2600000" Format="#,###"/><Column ColumnNumber="0007" Value="15454328.2700000" Format="#,###"/><Column ColumnNumber="0008" Value="1188018.7700000" Format="#,###"/></Row><Row RowNumber="19" ItemNumber="19" ItemDescription="Pension funds"><Column ColumnNumber="0001" Value="1361930.3200000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="1001415.6000000" Format="#,###"/><Column ColumnNumber="0004" Value="513375.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="2653806.8100000" Format="#,###"/><Column ColumnNumber="0006" Value="3200528.2800000" Format="#,###"/><Column ColumnNumber="0007" Value="8731056.0200000" Format="#,###"/><Column ColumnNumber="0008" Value="2685026.7800000" Format="#,###"/></Row><Row RowNumber="20" ItemNumber="20" ItemDescription="Private financial corporate sector e (total of items 21 to 24)"><Column ColumnNumber="0001" Value="16297243.7600000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="7686177.8600000" Format="#,###"/><Column ColumnNumber="0004" Value="8732293.7000000" Format="#,###"/><Column ColumnNumber="0005" Value="23315282.1100000" Format="#,###"/><Column ColumnNumber="0006" Value="29915435.6500000" Format="#,###"/><Column ColumnNumber="0007" Value="85946433.0800000" Format="#,###"/><Column ColumnNumber="0008" Value="13229008.8600000" Format="#,###"/></Row><Row RowNumber="21" ItemNumber="21" ItemDescription="Money-market unit trusts"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="151509.3300000" Format="#,###"/><Column ColumnNumber="0004" Value="2636696.8000000" Format="#,###"/><Column ColumnNumber="0005" Value="11458182.7700000" Format="#,###"/><Column ColumnNumber="0006" Value="5529240.4200000" Format="#,###"/><Column ColumnNumber="0007" Value="19775629.3200000" Format="#,###"/><Column ColumnNumber="0008" Value="6373454.7100000" Format="#,###"/></Row><Row RowNumber="22" ItemNumber="22" ItemDescription="Non-money market unit trusts"><Column ColumnNumber="0001" Value="37662.8600000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="727968.6800000" Format="#,###"/><Column ColumnNumber="0004" Value="1398306.1500000" Format="#,###"/><Column ColumnNumber="0005" Value="3100312.4500000" Format="#,###"/><Column ColumnNumber="0006" Value="3882068.8700000" Format="#,###"/><Column ColumnNumber="0007" Value="9146319.0100000" Format="#,###"/><Column ColumnNumber="0008" Value="2048379.6600000" Format="#,###"/></Row><Row RowNumber="23" ItemNumber="23" ItemDescription="Fund-managers"><Column ColumnNumber="0001" Value="4995049.3800000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="2400673.1100000" Format="#,###"/><Column ColumnNumber="0004" Value="36184.0800000" Format="#,###"/><Column ColumnNumber="0005" Value="982567.7600000" Format="#,###"/><Column ColumnNumber="0006" Value="2838444.2200000" Format="#,###"/><Column ColumnNumber="0007" Value="11252918.5500000" Format="#,###"/><Column ColumnNumber="0008" Value="293383.8500000" Format="#,###"/></Row><Row RowNumber="24" ItemNumber="24" ItemDescription="Other g"><Column ColumnNumber="0001" Value="11264531.5200000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="4406026.7500000" Format="#,###"/><Column ColumnNumber="0004" Value="4661106.6600000" Format="#,###"/><Column ColumnNumber="0005" Value="7774219.1400000" Format="#,###"/><Column ColumnNumber="0006" Value="17665682.1400000" Format="#,###"/><Column ColumnNumber="0007" Value="45771566.2100000" Format="#,###"/><Column ColumnNumber="0008" Value="4513790.6400000" Format="#,###"/></Row><Row RowNumber="25" ItemNumber="25" ItemDescription="Private non-financial corporate sector"><Column ColumnNumber="0001" Value="35915713.4700000" Format="#,###"/><Column ColumnNumber="0002" Value="22069.1900000" Format="#,###"/><Column ColumnNumber="0003" Value="26775024.8400000" Format="#,###"/><Column ColumnNumber="0004" Value="10392856.8700000" Format="#,###"/><Column ColumnNumber="0005" Value="7154747.7300000" Format="#,###"/><Column ColumnNumber="0006" Value="12971630.3400000" Format="#,###"/><Column ColumnNumber="0007" Value="93232042.4400000" Format="#,###"/><Column ColumnNumber="0008" Value="1616384.5100000" Format="#,###"/></Row><Row RowNumber="26" ItemNumber="26" ItemDescription="Unincorporated business enterprises of households"><Column ColumnNumber="0001" Value="6530594.4700000" Format="#,###"/><Column ColumnNumber="0002" Value="261247.6500000" Format="#,###"/><Column ColumnNumber="0003" Value="5580641.3300000" Format="#,###"/><Column ColumnNumber="0004" Value="1151027.0800000" Format="#,###"/><Column ColumnNumber="0005" Value="1249482.7100000" Format="#,###"/><Column ColumnNumber="0006" Value="752569.5200000" Format="#,###"/><Column ColumnNumber="0007" Value="15525562.7600000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="27" ItemNumber="27" ItemDescription="Households"><Column ColumnNumber="0001" Value="25800808.7900000" Format="#,###"/><Column ColumnNumber="0002" Value="1069993.2700000" Format="#,###"/><Column ColumnNumber="0003" Value="18898915.7600000" Format="#,###"/><Column ColumnNumber="0004" Value="4705614.2300000" Format="#,###"/><Column ColumnNumber="0005" Value="15907768.3000000" Format="#,###"/><Column ColumnNumber="0006" Value="6855333.0500000" Format="#,###"/><Column ColumnNumber="0007" Value="73238433.4000000" Format="#,###"/><Column ColumnNumber="0008" Value="405.9800000" Format="#,###"/></Row><Row RowNumber="28" ItemNumber="28" ItemDescription="Non-profit organisations serving households and other"><Column ColumnNumber="0001" Value="3020018.2100000" Format="#,###"/><Column ColumnNumber="0002" Value="366053.6200000" Format="#,###"/><Column ColumnNumber="0003" Value="2514805.6000000" Format="#,###"/><Column ColumnNumber="0004" Value="2150387.1400000" Format="#,###"/><Column ColumnNumber="0005" Value="1482515.3300000" Format="#,###"/><Column ColumnNumber="0006" Value="372864.3400000" Format="#,###"/><Column ColumnNumber="0007" Value="9906644.2400000" Format="#,###"/><Column ColumnNumber="0008" Value="46452.4200000" Format="#,###"/></Row></Table><Table TableNumber="2" TableDescription="LIABILITIES AT MONTH-END Table 2"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Cheque"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Savings"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Up to 1 day"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="More than 1 day to 1 month"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="More than 1 month to 6 months"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="More than 6 months"/><ColumnHeader ColumnNumber="7" ColumnCode="7" ColumnDescription="TOTAL"/><ColumnHeader ColumnNumber="8" ColumnCode="8" ColumnDescription="NCDs/PNs i (included in col. 7)"/><Row RowNumber="29" ItemNumber="29" ItemDescription="Foreign sector (total of items 30 and 31)"><Column ColumnNumber="0001" Value="1451245.5000000" Format="#,###"/><Column ColumnNumber="0002" Value="78131.9300000" Format="#,###"/><Column ColumnNumber="0003" Value="1306639.2100000" Format="#,###"/><Column ColumnNumber="0004" Value="2747107.7600000" Format="#,###"/><Column ColumnNumber="0005" Value="1234587.9800000" Format="#,###"/><Column ColumnNumber="0006" Value="244220.6400000" Format="#,###"/><Column ColumnNumber="0007" Value="7061933.0300000" Format="#,###"/><Column ColumnNumber="0008" Value="20415.8500000" Format="#,###"/></Row><Row RowNumber="30" ItemNumber="30" ItemDescription="Banks - including foreign group funding"><Column ColumnNumber="0001" Value="42.2100000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="111048.5600000" Format="#,###"/><Column ColumnNumber="0004" Value="2239379.7000000" Format="#,###"/><Column ColumnNumber="0005" Value="718184.6100000" Format="#,###"/><Column ColumnNumber="0006" Value="145624.1600000" Format="#,###"/><Column ColumnNumber="0007" Value="3214279.2400000" Format="#,###"/><Column ColumnNumber="0008" Value="20415.8500000" Format="#,###"/></Row><Row RowNumber="31" ItemNumber="31" ItemDescription="Other non-residents"><Column ColumnNumber="0001" Value="1451203.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="78131.9300000" Format="#,###"/><Column ColumnNumber="0003" Value="1195590.6500000" Format="#,###"/><Column ColumnNumber="0004" Value="507728.0600000" Format="#,###"/><Column ColumnNumber="0005" Value="516403.3800000" Format="#,###"/><Column ColumnNumber="0006" Value="98596.4800000" Format="#,###"/><Column ColumnNumber="0007" Value="3847653.7800000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="32" ItemNumber="32" ItemDescription="DEPOSITS DENOMINATED IN FOREIGN CURRENCY (total of items 33 to 38)"><Column ColumnNumber="0001" Value="9029.3600000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="7524307.1600000" Format="#,###"/><Column ColumnNumber="0004" Value="1596462.0300000" Format="#,###"/><Column ColumnNumber="0005" Value="1169542.0600000" Format="#,###"/><Column ColumnNumber="0006" Value="618249.0500000" Format="#,###"/><Column ColumnNumber="0007" Value="10917589.6500000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="33" ItemNumber="33" ItemDescription="SA banks b"><Column ColumnNumber="0001" Value="19.8100000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="576531.6500000" Format="#,###"/><Column ColumnNumber="0004" Value="321435.7600000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0007" Value="897987.2100000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="34" ItemNumber="34" ItemDescription="Central and provincial government"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="72699.2500000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0007" Value="72699.2500000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="35" ItemNumber="35" ItemDescription="Household sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0007" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="36" ItemNumber="36" ItemDescription="Financial corporate sector c"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="266162.2600000" Format="#,###"/><Column ColumnNumber="0004" Value="23262.1500000" Format="#,###"/><Column ColumnNumber="0005" Value="52834.9200000" Format="#,###"/><Column ColumnNumber="0006" Value="21910.6400000" Format="#,###"/><Column ColumnNumber="0007" Value="364169.9700000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="37" ItemNumber="37" ItemDescription="Non-financial corporate sector and other d"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="4882547.8700000" Format="#,###"/><Column ColumnNumber="0004" Value="773882.8300000" Format="#,###"/><Column ColumnNumber="0005" Value="1148.3400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0007" Value="5657579.0300000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="38" ItemNumber="38" ItemDescription="Foreign sector (total of items 39 and 40)"><Column ColumnNumber="0001" Value="9009.5500000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="1726366.1400000" Format="#,###"/><Column ColumnNumber="0004" Value="477881.2900000" Format="#,###"/><Column ColumnNumber="0005" Value="1115558.8000000" Format="#,###"/><Column ColumnNumber="0006" Value="596338.4100000" Format="#,###"/><Column ColumnNumber="0007" Value="3925154.1800000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="39" ItemNumber="39" ItemDescription="Banks"><Column ColumnNumber="0001" Value="9009.5500000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="1352439.4900000" Format="#,###"/><Column ColumnNumber="0004" Value="471829.6500000" Format="#,###"/><Column ColumnNumber="0005" Value="1037959.6800000" Format="#,###"/><Column ColumnNumber="0006" Value="524348.4400000" Format="#,###"/><Column ColumnNumber="0007" Value="3395586.8100000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="40" ItemNumber="40" ItemDescription="Other non-residents"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="373926.6500000" Format="#,###"/><Column ColumnNumber="0004" Value="6051.6400000" Format="#,###"/><Column ColumnNumber="0005" Value="77599.1100000" Format="#,###"/><Column ColumnNumber="0006" Value="71989.9700000" Format="#,###"/><Column ColumnNumber="0007" Value="529567.3700000" Format="#,###"/><Column ColumnNumber="0008" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="3" TableDescription="LIABILITIES AT MONTH-END"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Short-term"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Medium-term"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Long-term"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="TOTAL"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="Of which : in foreign currency"/><Row RowNumber="41" ItemNumber="41" ItemDescription="OTHER BORROWED FUNDS (total of items 42,51 and 57)"><Column ColumnNumber="0001" Value="33067980.8700000" Format="#,###"/><Column ColumnNumber="0002" Value="5345170.3200000" Format="#,###"/><Column ColumnNumber="0003" Value="3862912.8700000" Format="#,###"/><Column ColumnNumber="0004" Value="42276064.0500000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="42" ItemNumber="42" ItemDescription="Loans received under repurchase transactions (total of items 43 to 50)"><Column ColumnNumber="0001" Value="30682485.6100000" Format="#,###"/><Column ColumnNumber="0002" Value="2292003.5100000" Format="#,###"/><Column ColumnNumber="0003" Value="236370.7200000" Format="#,###"/><Column ColumnNumber="0004" Value="33210859.8400000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="43" ItemNumber="43" ItemDescription="SA Reserve Bank and Corporation for Public Deposits"><Column ColumnNumber="0001" Value="2301332.6900000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="2301332.6900000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="44" ItemNumber="44" ItemDescription="SA banks b"><Column ColumnNumber="0001" Value="7138726.5300000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="7138726.5300000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="45" ItemNumber="45" ItemDescription="Insurers g"><Column ColumnNumber="0001" Value="2609164.4100000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="2609164.4100000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="46" ItemNumber="46" ItemDescription="Pension funds"><Column ColumnNumber="0001" Value="2022428.1800000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="2022428.1800000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="47" ItemNumber="47" ItemDescription="Other financial corporate sector c"><Column ColumnNumber="0001" Value="9373642.1900000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="9373642.1900000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="48" ItemNumber="48" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="4932688.3400000" Format="#,###"/><Column ColumnNumber="0002" Value="363839.7300000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="5296528.0800000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="49" ItemNumber="49" ItemDescription="Foreign sector"><Column ColumnNumber="0001" Value="2304503.2700000" Format="#,###"/><Column ColumnNumber="0002" Value="1928163.7700000" Format="#,###"/><Column ColumnNumber="0003" Value="236370.7200000" Format="#,###"/><Column ColumnNumber="0004" Value="4469037.7700000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="50" ItemNumber="50" ItemDescription="Other"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="51" ItemNumber="51" ItemDescription="Collateralised borrowing (total of items 52 to 56)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="52" ItemNumber="52" ItemDescription="SA Banks"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="53" ItemNumber="53" ItemDescription="Financial corporate sector e"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="54" ItemNumber="54" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="55" ItemNumber="55" ItemDescription="Foreign sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="56" ItemNumber="56" ItemDescription="Other"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="57" ItemNumber="57" ItemDescription="Other"><Column ColumnNumber="0001" Value="2385495.2500000" Format="#,###"/><Column ColumnNumber="0002" Value="3053166.8100000" Format="#,###"/><Column ColumnNumber="0003" Value="3626542.1400000" Format="#,###"/><Column ColumnNumber="0004" Value="9065204.2100000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="58" ItemNumber="58" ItemDescription="FOREIGN CURRENCY FUNDING (total of items 59 to 63 and 66)"><Column ColumnNumber="0001" Value="1510.8700000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="8846343.7800000" Format="#,###"/><Column ColumnNumber="0004" Value="8847854.6500000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="59" ItemNumber="59" ItemDescription="SA Reserve Bank and Corporation for Public Deposits"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="60" ItemNumber="60" ItemDescription="SA banks b"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="61" ItemNumber="61" ItemDescription="Financial corporate sector d"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="62" ItemNumber="62" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="63" ItemNumber="63" ItemDescription="Foreign sector: Other foreign funding"><Column ColumnNumber="0001" Value="1510.8700000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="8846343.7800000" Format="#,###"/><Column ColumnNumber="0004" Value="8847854.6500000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="64" ItemNumber="64" ItemDescription="Original maturity of one year and less"><Column ColumnNumber="0001" Value="158.4300000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="158.4300000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="65" ItemNumber="65" ItemDescription="Original maturity of more than one year"><Column ColumnNumber="0001" Value="1352.4400000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="8846343.7800000" Format="#,###"/><Column ColumnNumber="0004" Value="8847696.2200000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="66" ItemNumber="66" ItemDescription="Other"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row></Table><Table TableNumber="4" TableDescription="LIABILITIES AT MONTH-END"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Short-term"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Medium-term"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Long-term"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="TOTAL"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="Of which : in foreign currency"/><Row RowNumber="67" ItemNumber="67" ItemDescription="OTHER LIABILITIES TO THE PUBLIC (total of items 68,73,74 and 77)"><Column ColumnNumber="0001" Value="165931.8800000" Format="#,###"/><Column ColumnNumber="0002" Value="363351.1400000" Format="#,###"/><Column ColumnNumber="0003" Value="8009669.1800000" Format="#,###"/><Column ColumnNumber="0004" Value="8538952.2000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="68" ItemNumber="68" ItemDescription="Debt securities : subordinated (total of items 69 to 72)"><Column ColumnNumber="0001" Value="165931.8800000" Format="#,###"/><Column ColumnNumber="0002" Value="363351.1400000" Format="#,###"/><Column ColumnNumber="0003" Value="8006056.8200000" Format="#,###"/><Column ColumnNumber="0004" Value="8535339.8400000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="69" ItemNumber="69" ItemDescription="SA Banks"><Column ColumnNumber="0001" Value="27315.9400000" Format="#,###"/><Column ColumnNumber="0002" Value="363351.1400000" Format="#,###"/><Column ColumnNumber="0003" Value="7011979.9400000" Format="#,###"/><Column ColumnNumber="0004" Value="7402647.0300000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="70" ItemNumber="70" ItemDescription="Financial corporate sector c"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="972866.7600000" Format="#,###"/><Column ColumnNumber="0004" Value="972866.7600000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="71" ItemNumber="71" ItemDescription="Non-financial corporate sector and other"><Column ColumnNumber="0001" Value="138615.9400000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="21210.1200000" Format="#,###"/><Column ColumnNumber="0004" Value="159826.0600000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="72" ItemNumber="72" ItemDescription="Foreign sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="73" ItemNumber="73" ItemDescription="Credits in transit"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="74" ItemNumber="74" ItemDescription="Other (total of items 75 and 76)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="3612.3600000" Format="#,###"/><Column ColumnNumber="0004" Value="3612.3600000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="75" ItemNumber="75" ItemDescription="Financial corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="3612.3600000" Format="#,###"/><Column ColumnNumber="0004" Value="3612.3600000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="76" ItemNumber="76" ItemDescription="Non-financial corporate sector and other"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="77" ItemNumber="77" ItemDescription="Foreign sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="78" ItemNumber="78" ItemDescription="TOTAL LIABILITIES TO THE PUBLIC (total of items 1, 41, 58 and 67)"><Column ColumnNumber="0001" Value="267593563.9300000" Format="#,###"/><Column ColumnNumber="0002" Value="78323405.2100000" Format="#,###"/><Column ColumnNumber="0003" Value="106866469.0300000" Format="#,###"/><Column ColumnNumber="0004" Value="452783438.1700000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="79" ItemNumber="79" ItemDescription="OUTSTANDING LIABILITIES ON BEHALF OF CLIENTS, per contra item 268"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="80" ItemNumber="80" ItemDescription="OTHER LIABILITIES (total of items 81,85,86,90,91 and 94)"><Column ColumnNumber="0001" Value="22814874.8200000" Format="#,###"/><Column ColumnNumber="0002" Value="13933479.9500000" Format="#,###"/><Column ColumnNumber="0003" Value="27685535.7100000" Format="#,###"/><Column ColumnNumber="0004" Value="64433890.4800000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="81" ItemNumber="81" ItemDescription="Liabilities i.r.o derivative instruments: to domestic sector (total of items 82 to 84)"><Column ColumnNumber="0001" Value="1784440.9000000" Format="#,###"/><Column ColumnNumber="0002" Value="7940317.3600000" Format="#,###"/><Column ColumnNumber="0003" Value="15443814.8900000" Format="#,###"/><Column ColumnNumber="0004" Value="25168573.1500000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="82" ItemNumber="82" ItemDescription="SA Banks"><Column ColumnNumber="0001" Value="1023169.7600000" Format="#,###"/><Column ColumnNumber="0002" Value="3805420.0900000" Format="#,###"/><Column ColumnNumber="0003" Value="10627386.8400000" Format="#,###"/><Column ColumnNumber="0004" Value="15455976.6900000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="83" ItemNumber="83" ItemDescription="Financial corporate sector c"><Column ColumnNumber="0001" Value="326605.2600000" Format="#,###"/><Column ColumnNumber="0002" Value="3080471.3100000" Format="#,###"/><Column ColumnNumber="0003" Value="2423689.5700000" Format="#,###"/><Column ColumnNumber="0004" Value="5830766.1500000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="84" ItemNumber="84" ItemDescription="Non-financial corporate sector and other"><Column ColumnNumber="0001" Value="434665.8800000" Format="#,###"/><Column ColumnNumber="0002" Value="1054425.9500000" Format="#,###"/><Column ColumnNumber="0003" Value="2392738.4800000" Format="#,###"/><Column ColumnNumber="0004" Value="3881830.3100000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="85" ItemNumber="85" ItemDescription="Liabilities i.r.o derivative instruments : to foreign sector"><Column ColumnNumber="0001" Value="897223.5500000" Format="#,###"/><Column ColumnNumber="0002" Value="4303188.6800000" Format="#,###"/><Column ColumnNumber="0003" Value="9246251.7200000" Format="#,###"/><Column ColumnNumber="0004" Value="14446663.9500000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="86" ItemNumber="86" ItemDescription="Other trading liabilities (excl.derivatives): to domestic sector (total of items 87 to 89)"><Column ColumnNumber="0001" Value="14744741.2400000" Format="#,###"/><Column ColumnNumber="0002" Value="544185.7100000" Format="#,###"/><Column ColumnNumber="0003" Value="883404.3300000" Format="#,###"/><Column ColumnNumber="0004" Value="16172331.2800000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="87" ItemNumber="87" ItemDescription="SA Banks"><Column ColumnNumber="0001" Value="10660142.5100000" Format="#,###"/><Column ColumnNumber="0002" Value="391787.3900000" Format="#,###"/><Column ColumnNumber="0003" Value="873452.5600000" Format="#,###"/><Column ColumnNumber="0004" Value="11925382.4600000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="88" ItemNumber="88" ItemDescription="Financial corporate sector c"><Column ColumnNumber="0001" Value="5502.1700000" Format="#,###"/><Column ColumnNumber="0002" Value="152398.3200000" Format="#,###"/><Column ColumnNumber="0003" Value="9951.7700000" Format="#,###"/><Column ColumnNumber="0004" Value="167852.2600000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="89" ItemNumber="89" ItemDescription="Non-financial corporate sector and other"><Column ColumnNumber="0001" Value="4079096.5600000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="4079096.5600000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="90" ItemNumber="90" ItemDescription="Other trading liabilities (excluding derivatives): to foreign sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="91" ItemNumber="91" ItemDescription="Other liabilities : to domestic sector (total of items 92 and 93)"><Column ColumnNumber="0001" Value="5363454.3900000" Format="#,###"/><Column ColumnNumber="0002" Value="1145788.2000000" Format="#,###"/><Column ColumnNumber="0003" Value="2112064.7700000" Format="#,###"/><Column ColumnNumber="0004" Value="8621307.3600000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="92" ItemNumber="92" ItemDescription="Tax (current and deferred)"><Column ColumnNumber="0001" Value="757810.9800000" Format="#,###"/><Column ColumnNumber="0002" Value="418683.0400000" Format="#,###"/><Column ColumnNumber="0003" Value="622464.0300000" Format="#,###"/><Column ColumnNumber="0004" Value="1798958.0400000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="93" ItemNumber="93" ItemDescription="Other"><Column ColumnNumber="0001" Value="4605643.4100000" Format="#,###"/><Column ColumnNumber="0002" Value="727105.1600000" Format="#,###"/><Column ColumnNumber="0003" Value="1489600.7500000" Format="#,###"/><Column ColumnNumber="0004" Value="6822349.3200000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="94" ItemNumber="94" ItemDescription="Other liabilities : to foreign sector"><Column ColumnNumber="0001" Value="25014.7400000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="25014.7400000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row><Row RowNumber="95" ItemNumber="95" ItemDescription="TOTAL LIABILITIES (total of items 78 to 80)"><Column ColumnNumber="0001" Value="290408438.7500000" Format="#,###"/><Column ColumnNumber="0002" Value="92256885.1600000" Format="#,###"/><Column ColumnNumber="0003" Value="134552004.7400000" Format="#,###"/><Column ColumnNumber="0004" Value="517217328.6500000" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/></Row></Table><Table TableNumber="5" TableDescription="EQUITY AT MONTH-END"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="TOTAL"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which: liabilities to foreign sector"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Of which: in foreign currency (included in total col 1 )"/><Row RowNumber="96" ItemNumber="96" ItemDescription="TOTAL EQUITY (total of items 97 and 101)"><Column ColumnNumber="0001" Value="34220150.4600000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/></Row><Row RowNumber="97" ItemNumber="97" ItemDescription="Share capital (total of items 98 to 100)"><Column ColumnNumber="0001" Value="13968851.9900000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/></Row><Row RowNumber="98" ItemNumber="98" ItemDescription="Banks b"><Column ColumnNumber="0001" Value="13968851.9900000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/></Row><Row RowNumber="99" ItemNumber="99" ItemDescription="Financial corporate sector c"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/></Row><Row RowNumber="100" ItemNumber="100" ItemDescription="Non-financial corporate sector and other"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/></Row><Row RowNumber="101" ItemNumber="101" ItemDescription="Other reserves"><Column ColumnNumber="0001" Value="20251298.4800000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/></Row><Row RowNumber="102" ItemNumber="102" ItemDescription="TOTAL EQUITY AND LIABILITIES (total of items 95 and 96)"><Column ColumnNumber="0001" Value="551437479.1100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/></Row></Table><Table TableNumber="6" TableDescription="ASSETS AT MONTH-END IN R'000"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : In foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency (included in col 3)"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="103" ItemNumber="103" ItemDescription="CENTRAL BANK MONEY AND GOLD (total of items 104,105 and 106)"><Column ColumnNumber="0001" Value="13085787.2600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="13085787.2600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="104" ItemNumber="104" ItemDescription="South African bank notes and subsidiary coin"><Column ColumnNumber="0001" Value="2522043.6400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="2522043.6400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="105" ItemNumber="105" ItemDescription="Gold coin and bullion"><Column ColumnNumber="0001" Value="60.8800000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="60.8800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="106" ItemNumber="106" ItemDescription="Domestic currency deposits with SA Reserve Bank (total of items 107 to 109)"><Column ColumnNumber="0001" Value="10563682.7400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="10563682.7400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="107" ItemNumber="107" ItemDescription="Cash reserve deposits: Interest bearing"><Column ColumnNumber="0001" Value="" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="108" ItemNumber="108" ItemDescription="Cash reserve deposits: Non-Interest bearing"><Column ColumnNumber="0001" Value="10563682.7400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="10563682.7400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="109" ItemNumber="109" ItemDescription="Other deposits"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="110" ItemNumber="110" ItemDescription="DEPOSITS, LOANS AND ADVANCES (total of items 111,117,118,126,135,139,150,166,171,180 less 194)"><Column ColumnNumber="0001" Value="388992147.7900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="19307581.9000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="408299729.6900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="111" ItemNumber="111" ItemDescription="SA Banks b (total of items 112 and 116)"><Column ColumnNumber="0001" Value="13752283.4000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="13752283.4000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="112" ItemNumber="112" ItemDescription="NCDs/PNs c issued by banks including those within the same group as the reporting bank with an unexpired maturity of:(total of items 113 to 115)"><Column ColumnNumber="0001" Value="7377467.2800000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="7377467.2800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="113" ItemNumber="113" ItemDescription="Up to 1 month"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="114" ItemNumber="114" ItemDescription="More than 1 month to 6 months (unexpired maturity)"><Column ColumnNumber="0001" Value="879562.1700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="879562.1700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="115" ItemNumber="115" ItemDescription="More than 6 months (unexpired maturity)"><Column ColumnNumber="0001" Value="6497905.1100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6497905.1100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="116" ItemNumber="116" ItemDescription="Other deposits with and loans and advances to SA banks b"><Column ColumnNumber="0001" Value="6374816.1200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6374816.1200000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="7" TableDescription="ASSETS AT MONTH-END IN R'000"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="117" ItemNumber="117" ItemDescription="Deposits with and loans and advances to foreign banks, denominated in rand"><Column ColumnNumber="0001" Value="" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="507307.5400000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="507307.5400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="118" ItemNumber="118" ItemDescription="Loans granted under resale agreements to: (total of items 119 to 125)"><Column ColumnNumber="0001" Value="24085189.3600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="1808932.6000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="25894121.9600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="119" ItemNumber="119" ItemDescription="SA Reserve Bank"><Column ColumnNumber="0001" Value="4124152.7600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="4124152.7600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="120" ItemNumber="120" ItemDescription="Banks d"><Column ColumnNumber="0001" Value="4546507.9000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="1562706.8500000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6109214.7500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="121" ItemNumber="121" ItemDescription="Insurers"><Column ColumnNumber="0001" Value="434683.8500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="434683.8500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="122" ItemNumber="122" ItemDescription="Pension funds"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="123" ItemNumber="123" ItemDescription="Other financial corporate sector b"><Column ColumnNumber="0001" Value="8020903.9100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="246225.7600000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="8267129.6600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="124" ItemNumber="124" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="125" ItemNumber="125" ItemDescription="Other"><Column ColumnNumber="0001" Value="6958940.9400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6958940.9400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="126" ItemNumber="126" ItemDescription="Foreign currency loans and advances (total of items 127 to 130,133 and 134)"><Column ColumnNumber="0001" Value="698174.0200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="12370084.6600000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="13068258.6900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="127" ItemNumber="127" ItemDescription="Foreign currency notes and coin"><Column ColumnNumber="0001" Value="" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="301936.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="301936.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="128" ItemNumber="128" ItemDescription="Deposits with and advances to SA Reserve Bank"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="129" ItemNumber="129" ItemDescription="Deposits with and advances to SA Banks d"><Column ColumnNumber="0001" Value="1011.0300000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1011.0300000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="130" ItemNumber="130" ItemDescription="Other advances to: (total of items 131 and 132)"><Column ColumnNumber="0001" Value="697163.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="697163.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="131" ItemNumber="131" ItemDescription="Financial corporate sector"><Column ColumnNumber="0001" Value="22451.5600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="22451.5600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="132" ItemNumber="132" ItemDescription="Non-financial corporate sector and other"><Column ColumnNumber="0001" Value="674711.4300000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="674711.4300000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="133" ItemNumber="133" ItemDescription="Deposits with and advances to foreign banks"><Column ColumnNumber="0001" Value="" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="10732798.7100000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="10732798.7100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="134" ItemNumber="134" ItemDescription="Other advances to foreign sector"><Column ColumnNumber="0001" Value="" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="1335349.9600000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1335349.9600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="135" ItemNumber="135" ItemDescription="Redeemable preference shares issued by: (total items 136 to 138)"><Column ColumnNumber="0001" Value="22237436.1200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="1961276.9600000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="24198713.0800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="136" ItemNumber="136" ItemDescription="Banks d"><Column ColumnNumber="0001" Value="1973958.5900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="1468967.9900000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="3442926.5800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="137" ItemNumber="137" ItemDescription="Financial corporate sector c"><Column ColumnNumber="0001" Value="6731294.3800000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="247.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6731541.3800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="138" ItemNumber="138" ItemDescription="Non-financial corporate sector and other"><Column ColumnNumber="0001" Value="13532183.1600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="492061.9700000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="14024245.1200000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="8" TableDescription="ASSETS AT MONTH-END IN R'000"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="139" ItemNumber="139" ItemDescription="Instalment debtors, suspensive sales and leases (total of items 140 and 145)"><Column ColumnNumber="0001" Value="73663430.8000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="73663430.8000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="140" ItemNumber="140" ItemDescription="Instalment sales (total of items 141 to 144)"><Column ColumnNumber="0001" Value="54135566.0600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="54135566.0600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="141" ItemNumber="141" ItemDescription="Financial corporate sector"><Column ColumnNumber="0001" Value="464872.7900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="464872.7900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="142" ItemNumber="142" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="15544346.8900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="15544346.8900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="143" ItemNumber="143" ItemDescription="Household sector"><Column ColumnNumber="0001" Value="38101969.6200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="38101969.6200000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="144" ItemNumber="144" ItemDescription="Other b"><Column ColumnNumber="0001" Value="24376.7500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="24376.7500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="145" ItemNumber="145" ItemDescription="Leasing transactions (total of items 146 to 149)"><Column ColumnNumber="0001" Value="19527864.7400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="19527864.7400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="146" ItemNumber="146" ItemDescription="Financial corporate sector"><Column ColumnNumber="0001" Value="616663.4500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="616663.4500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="147" ItemNumber="147" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="4999784.5700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="4999784.5700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="148" ItemNumber="148" ItemDescription="Household sector"><Column ColumnNumber="0001" Value="13852431.7100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="13852431.7100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="149" ItemNumber="149" ItemDescription="Other b"><Column ColumnNumber="0001" Value="58985.0100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="58985.0100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="150" ItemNumber="150" ItemDescription="Mortgage advances (total of items 151,155 and 159)"><Column ColumnNumber="0001" Value="151069148.1400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="312395.3300000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="151381543.4700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="151" ItemNumber="151" ItemDescription="Farm mortgages: (total of items 152 to 154)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="152" ItemNumber="152" ItemDescription="Corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="153" ItemNumber="153" ItemDescription="Household sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="154" ItemNumber="154" ItemDescription="Other b"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="155" ItemNumber="155" ItemDescription="Residential mortgages : (total of items 156 to 158)"><Column ColumnNumber="0001" Value="141544025.8600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="312395.3300000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="141856421.1900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="156" ItemNumber="156" ItemDescription="Corporate sector"><Column ColumnNumber="0001" Value="14000316.5700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="14000316.5700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="157" ItemNumber="157" ItemDescription="Household sector"><Column ColumnNumber="0001" Value="127543709.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="312395.3300000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="127856104.6200000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="158" ItemNumber="158" ItemDescription="Other b"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="159" ItemNumber="159" ItemDescription="Commercial - and other mortgage advances: (total of items 160 to 165)"><Column ColumnNumber="0001" Value="9525122.2800000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="9525122.2800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="160" ItemNumber="160" ItemDescription="Public financial corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="161" ItemNumber="161" ItemDescription="Public non-financial corporate sector"><Column ColumnNumber="0001" Value="133718.5700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="133718.5700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="162" ItemNumber="162" ItemDescription="Private financial corporate sector"><Column ColumnNumber="0001" Value="879.5400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="879.5400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="163" ItemNumber="163" ItemDescription="Private non-financial corporate sector"><Column ColumnNumber="0001" Value="9334430.8700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="9334430.8700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="164" ItemNumber="164" ItemDescription="Household sector"><Column ColumnNumber="0001" Value="56093.3000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="56093.3000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="165" ItemNumber="165" ItemDescription="Other b"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="9" TableDescription="ASSETS AT MONTH-END IN R'000"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="166" ItemNumber="166" ItemDescription="Credit-card debtors (total of items 167 to 170)"><Column ColumnNumber="0001" Value="11644142.4200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="11644142.4200000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="167" ItemNumber="167" ItemDescription="Financial corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="168" ItemNumber="168" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="448580.0800000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="448580.0800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="169" ItemNumber="169" ItemDescription="Household sector"><Column ColumnNumber="0001" Value="11195562.3500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="11195562.3500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="170" ItemNumber="170" ItemDescription="Other b"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="171" ItemNumber="171" ItemDescription="Overdrafts, loans and advances: public sector (total of items 172 to 179)"><Column ColumnNumber="0001" Value="6280824.3000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6280824.3000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="172" ItemNumber="172" ItemDescription="Central government of the Republic (excl. social security funds)"><Column ColumnNumber="0001" Value="1019028.6900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1019028.6900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="173" ItemNumber="173" ItemDescription="Social security funds"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="174" ItemNumber="174" ItemDescription="Provincial governments"><Column ColumnNumber="0001" Value="356118.0900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="356118.0900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="175" ItemNumber="175" ItemDescription="Local government"><Column ColumnNumber="0001" Value="2024605.3400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="2024605.3400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="176" ItemNumber="176" ItemDescription="Land Bank"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="177" ItemNumber="177" ItemDescription="Other public financial corporate sector (such as IDC) c"><Column ColumnNumber="0001" Value="208.5700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="208.5700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="178" ItemNumber="178" ItemDescription="Public non-financial corporate sector (such as Transnet, Eskom and Telkom)"><Column ColumnNumber="0001" Value="2880863.6100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="2880863.6100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="179" ItemNumber="179" ItemDescription="Foreign public sector"><Column ColumnNumber="0001" Value="" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="180" ItemNumber="180" ItemDescription="Overdrafts, loans and advances: private sector (total of items 181, 187 and 188)"><Column ColumnNumber="0001" Value="96112161.0100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="2350403.5700000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="98462564.5800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="181" ItemNumber="181" ItemDescription="Overdrafts, including overdrafts under cash-management schemes: (total of items 182 to 186)"><Column ColumnNumber="0001" Value="23334980.0500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="13715.7400000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="23348695.7900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="182" ItemNumber="182" ItemDescription="Financial corporate sector"><Column ColumnNumber="0001" Value="2764483.2600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="2764483.2600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="183" ItemNumber="183" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="15726650.7600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="3688.3100000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="15730339.0800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="184" ItemNumber="184" ItemDescription="Unincorporated business enterprises of households"><Column ColumnNumber="0001" Value="3232259.7500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="155.1300000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="3232414.8800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="185" ItemNumber="185" ItemDescription="Households"><Column ColumnNumber="0001" Value="1575146.4500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="9872.2600000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1585018.7100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="186" ItemNumber="186" ItemDescription="Non-profit organisations serving households"><Column ColumnNumber="0001" Value="36439.8300000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0400000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="36439.8700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="187" ItemNumber="187" ItemDescription="Factoring debtors"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="188" ItemNumber="188" ItemDescription="Other loans and advances: (total of items 189 to 193)"><Column ColumnNumber="0001" Value="72777180.9600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="2336687.8300000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="75113868.7900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="189" ItemNumber="189" ItemDescription="Financial corporate sector"><Column ColumnNumber="0001" Value="12060893.4200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="655169.6500000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="12716063.0800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="190" ItemNumber="190" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="51560088.4200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="1678952.1000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="53239040.5100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="191" ItemNumber="191" ItemDescription="Unincorporated business enterprises of households"><Column ColumnNumber="0001" Value="115083.1100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="2.2900000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="115085.4000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="192" ItemNumber="192" ItemDescription="Households"><Column ColumnNumber="0001" Value="9040465.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="2563.7900000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="9043029.0900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="193" ItemNumber="193" ItemDescription="Non-profit organisations serving households"><Column ColumnNumber="0001" Value="650.7200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="650.7200000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="194" ItemNumber="194" ItemDescription="Less: Credit impairments in respect of loans and advances"><Column ColumnNumber="0001" Value="10550641.7800000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="2818.7600000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="10553460.5400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="10" TableDescription="ASSETS AT MONTH-END IN R'000"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="195" ItemNumber="195" ItemDescription="INVESTMENTS AND BILLS including trading portfolio assets (total of items 196,207,213,217,221,225,229,233,237,241,246 less 245)"><Column ColumnNumber="0001" Value="100761726.1600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="16125852.8800000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="116887579.0500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="196" ItemNumber="196" ItemDescription="Interest-bearing central/provincial government securities (total of items 197, 198, 203 to 206)"><Column ColumnNumber="0001" Value="32161772.8600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="32161772.8600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="197" ItemNumber="197" ItemDescription="Non-marketable RSA government stock"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="198" ItemNumber="198" ItemDescription="Marketable RSA government stock (total of item 199 and 201)"><Column ColumnNumber="0001" Value="31616817.5000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="31616817.5000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="199" ItemNumber="199" ItemDescription="Unexpired maturity of up to 3 years"><Column ColumnNumber="0001" Value="7771538.6400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="7771538.6400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="200" ItemNumber="200" ItemDescription="Memo: Nominal value of such stock"><Column ColumnNumber="0001" Value="4464432.1500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="4464432.1500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="201" ItemNumber="201" ItemDescription="Unexpired maturity of more than 3 years"><Column ColumnNumber="0001" Value="23845278.8500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="23845278.8500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="202" ItemNumber="202" ItemDescription="Memo: Nominal value of such stock"><Column ColumnNumber="0001" Value="21206937.7900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="21206937.7900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="203" ItemNumber="203" ItemDescription="Government loan levies"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="204" ItemNumber="204" ItemDescription="Securities of provincial governments"><Column ColumnNumber="0001" Value="103019.5500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="103019.5500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="205" ItemNumber="205" ItemDescription="Securities of social security funds"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="206" ItemNumber="206" ItemDescription="Securities of other central government institutions e"><Column ColumnNumber="0001" Value="441935.8100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="441935.8100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="207" ItemNumber="207" ItemDescription="Other public-sector interest-bearing securities (total of items 208 to 212)"><Column ColumnNumber="0001" Value="791494.5100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="791494.5100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="208" ItemNumber="208" ItemDescription="SA Reserve Bank debentures"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="209" ItemNumber="209" ItemDescription="Securities (including debentures) issued by the Land Bank"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="210" ItemNumber="210" ItemDescription="Securities issued by other public financial corporate sector b (such as IDC, DBSA)"><Column ColumnNumber="0001" Value="1200.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1200.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="211" ItemNumber="211" ItemDescription="Securities issued by public non-financial corporate sector (such as Transnet and Eskom)"><Column ColumnNumber="0001" Value="731139.7700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="731139.7700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="212" ItemNumber="212" ItemDescription="Securities of local authorities"><Column ColumnNumber="0001" Value="59154.7300000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="59154.7300000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="213" ItemNumber="213" ItemDescription="Debentures and other interest bearing security investments of private sector (total of items 214 to 216)"><Column ColumnNumber="0001" Value="3026230.9000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="18087.5900000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="3044318.4900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="214" ItemNumber="214" ItemDescription="Banks d"><Column ColumnNumber="0001" Value="1008171.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1008171.2900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="215" ItemNumber="215" ItemDescription="Financial corporate sector c"><Column ColumnNumber="0001" Value="179244.8700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="18087.5900000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="197332.4600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="216" ItemNumber="216" ItemDescription="Non-financial corporate sector and other"><Column ColumnNumber="0001" Value="1838814.7300000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1838814.7300000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="11" TableDescription="ASSETS AT MONTH-END IN R'000"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="217" ItemNumber="217" ItemDescription="Equity holdings in subsidiaries (total of items 218 to 220)"><Column ColumnNumber="0001" Value="279402.3600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="279402.3600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="218" ItemNumber="218" ItemDescription="Banks c"><Column ColumnNumber="0001" Value="0.0100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="219" ItemNumber="219" ItemDescription="Financial corporate sector b"><Column ColumnNumber="0001" Value="279402.3500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="279402.3500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="220" ItemNumber="220" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="221" ItemNumber="221" ItemDescription="Equity holdings in associates including joint ventures (total of items 222 to 224)"><Column ColumnNumber="0001" Value="1579310.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1579310.2900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="222" ItemNumber="222" ItemDescription="Banks c"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="223" ItemNumber="223" ItemDescription="Financial corporate sector b"><Column ColumnNumber="0001" Value="793739.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="793739.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="224" ItemNumber="224" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="785571.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="785571.2900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="225" ItemNumber="225" ItemDescription="Listed equities (total of items 226 to 228)"><Column ColumnNumber="0001" Value="1042203.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="751846.3800000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1794049.6700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="226" ItemNumber="226" ItemDescription="Banks c"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="227" ItemNumber="227" ItemDescription="Financial corporate sector b"><Column ColumnNumber="0001" Value="408583.1400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="698707.1800000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1107290.3300000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="228" ItemNumber="228" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="633620.1400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="53139.2000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="686759.3400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="229" ItemNumber="229" ItemDescription="Unlisted equities (total of items 230 to 232)"><Column ColumnNumber="0001" Value="2502700.2600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="111268.6500000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="2613968.9000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="230" ItemNumber="230" ItemDescription="Banks c"><Column ColumnNumber="0001" Value="479731.9500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="479731.9500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="231" ItemNumber="231" ItemDescription="Financial corporate sector b"><Column ColumnNumber="0001" Value="1164583.9500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1164583.9500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="232" ItemNumber="232" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="858384.3500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="111268.6500000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="969653.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="233" ItemNumber="233" ItemDescription="Securitisation/ asset-backed securities: (total of items 234 to 236)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="234" ItemNumber="234" ItemDescription="Banks c"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="235" ItemNumber="235" ItemDescription="Financial corporate sector b"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="236" ItemNumber="236" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="237" ItemNumber="237" ItemDescription="Derivative instruments issued by: (total of items 238 to 240)"><Column ColumnNumber="0001" Value="28501054.9000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="15244650.2700000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="43745705.1600000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="238" ItemNumber="238" ItemDescription="Banks c"><Column ColumnNumber="0001" Value="11878991.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="14208164.9000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="26087155.9000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="239" ItemNumber="239" ItemDescription="Financial corporate sector b"><Column ColumnNumber="0001" Value="7596572.3800000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="911115.1500000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="8507687.5300000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="240" ItemNumber="240" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="9025491.5200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="125370.2200000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="9150861.7400000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="241" ItemNumber="241" ItemDescription="Other investments (total of items 242 to 244)"><Column ColumnNumber="0001" Value="1679184.1500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1679184.1500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="242" ItemNumber="242" ItemDescription="Banks c"><Column ColumnNumber="0001" Value="119215.1900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="119215.1900000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="243" ItemNumber="243" ItemDescription="Financial corporate sector b"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="244" ItemNumber="244" ItemDescription="Non-financial corporate sector"><Column ColumnNumber="0001" Value="1559968.9500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1559968.9500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="245" ItemNumber="245" ItemDescription="Less: Allowances for impairments i.r.o investments"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="12" TableDescription="ASSETS AT MONTH-END IN R'000"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="246" ItemNumber="246" ItemDescription="Acceptances, commercial paper, bills, promissory notes and similar acknowledgements of debt discounted or purchased (total of items 247,250 to 254 and 257)"><Column ColumnNumber="0001" Value="29198372.6700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="29198372.6700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="247" ItemNumber="247" ItemDescription="Bankers' acceptances (total of items 248 and 249)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="248" ItemNumber="248" ItemDescription="Own banker's acceptances"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="249" ItemNumber="249" ItemDescription="Other banker's acceptances"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="250" ItemNumber="250" ItemDescription="Treasury bills"><Column ColumnNumber="0001" Value="29198372.6700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="29198372.6700000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="251" ItemNumber="251" ItemDescription="SA Reserve Bank bills"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="252" ItemNumber="252" ItemDescription="Promissory notes"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="253" ItemNumber="253" ItemDescription="Commercial paper"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="254" ItemNumber="254" ItemDescription="Land Bank bills (total of items 255 and 256)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="255" ItemNumber="255" ItemDescription="Liquid"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="256" ItemNumber="256" ItemDescription="Non-liquid"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="257" ItemNumber="257" ItemDescription="Other"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="13" TableDescription="ASSETS AT MONTH-END IN R'000"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="258" ItemNumber="258" ItemDescription="NON-FINANCIAL ASSETS (total of items 259 and 264)"><Column ColumnNumber="0001" Value="6905820.5200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6905820.5200000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="259" ItemNumber="259" ItemDescription="Tangible assets (total of items 260 to 263)"><Column ColumnNumber="0001" Value="6733969.2500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6733969.2500000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="260" ItemNumber="260" ItemDescription="Premises of the bank"><Column ColumnNumber="0001" Value="852084.3200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="852084.3200000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="261" ItemNumber="261" ItemDescription="Other fixed property"><Column ColumnNumber="0001" Value="3391702.9900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="3391702.9900000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="262" ItemNumber="262" ItemDescription="Computer equipment, including peripherals"><Column ColumnNumber="0001" Value="1168826.2900000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1168826.2900000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="263" ItemNumber="263" ItemDescription="Other tangible assets, including vehicles, equipment, furniture and fittings"><Column ColumnNumber="0001" Value="1321355.6400000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="1321355.6400000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="264" ItemNumber="264" ItemDescription="Intangible assets (total of items 265 and 266)"><Column ColumnNumber="0001" Value="171851.2700000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="171851.2700000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="265" ItemNumber="265" ItemDescription="Computer software"><Column ColumnNumber="0001" Value="147219.6600000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="147219.6600000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="266" ItemNumber="266" ItemDescription="Other intangible assets including purchased goodwill"><Column ColumnNumber="0001" Value="24631.6100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="24631.6100000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="267" ItemNumber="267" ItemDescription="OTHER ASSETS (Total of items 268 to 272 and 276)"><Column ColumnNumber="0001" Value="6115587.1200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="142975.5800000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="6258562.7000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="268" ItemNumber="268" ItemDescription="Clients' liabilities per contra (total of items 280 to 283)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="269" ItemNumber="269" ItemDescription="Remittances in transit"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="270" ItemNumber="270" ItemDescription="Current income tax receivables and deferred income tax assets"><Column ColumnNumber="0001" Value="104772.4100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="104772.4100000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="271" ItemNumber="271" ItemDescription="Retirement benefit assets"><Column ColumnNumber="0001" Value="2632682.4800000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="2632682.4800000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="272" ItemNumber="272" ItemDescription="Assets acquired or bought in to protect an advance or investment (total of items 273 to 275)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="273" ItemNumber="273" ItemDescription="Fixed property"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="274" ItemNumber="274" ItemDescription="Shares"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="275" ItemNumber="275" ItemDescription="Vehicles and other assets"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="276" ItemNumber="276" ItemDescription="Other"><Column ColumnNumber="0001" Value="3378132.2200000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="142975.5800000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="3521107.8000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="277" ItemNumber="277" ItemDescription="TOTAL ASSETS (total of items 103,110,195,258 and 267)"><Column ColumnNumber="0001" Value="515861068.8500000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="35576410.3600000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="551437479.2100000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="14" TableDescription="ASSETS AT MONTH-END"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Domestic assets"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Foreign assets"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="Of which : in foreign currency"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="TOTAL ASSETS"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Of which: under repurchase agreements"/><Row RowNumber="278" ItemNumber="278" ItemDescription="DISAGGREGATED EXPOSURES"><Column ColumnNumber="0001" Value="" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="279" ItemNumber="279" ItemDescription="Details of client's liabilities-item 268 (total of items 280-283)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="280" ItemNumber="280" ItemDescription="Acceptances outstanding"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="281" ItemNumber="281" ItemDescription="Commercial paper endorsed"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="282" ItemNumber="282" ItemDescription="Bills endorsed"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="283" ItemNumber="283" ItemDescription="Promissory notes and similar acknowledgements of debt endorsed"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row><Row RowNumber="284" ItemNumber="284" ItemDescription="Total assets prior to netting and set-off"><Column ColumnNumber="0001" Value="567031626.9100000" Format="#,###"/><Column ColumnNumber="0002" Value="" Format="#,###"/><Column ColumnNumber="0003" Value="35717924.9600000" Format="#,###"/><Column ColumnNumber="0004" Value="" Format="#,###"/><Column ColumnNumber="0005" Value="602749551.8700000" Format="#,###"/><Column ColumnNumber="0006" Value="" Format="#,###"/></Row></Table><Table TableNumber="15" TableDescription="CONTINGENT LIABILITIES AND OTHER RISK EXPOSURES"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Total"/><Row RowNumber="285" ItemNumber="285" ItemDescription="Guarantees on behalf of clients"><Column ColumnNumber="0001" Value="22285250.1300000" Format="#,###"/></Row><Row RowNumber="286" ItemNumber="286" ItemDescription="Letters of credit"><Column ColumnNumber="0001" Value="5232262.9800000" Format="#,###"/></Row><Row RowNumber="287" ItemNumber="287" ItemDescription="Bankers acceptances"><Column ColumnNumber="0001" Value="290451.6600000" Format="#,###"/></Row><Row RowNumber="288" ItemNumber="288" ItemDescription="Committed undrawn facilities (incl.unutilised draw-down facilities)"><Column ColumnNumber="0001" Value="55028343.1900000" Format="#,###"/></Row><Row RowNumber="289" ItemNumber="289" ItemDescription="Underwriting exposures (incl. revolving underwriting exposures)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="290" ItemNumber="290" ItemDescription="Credit derivative instuments"><Column ColumnNumber="0001" Value="1020000.0000000" Format="#,###"/></Row><Row RowNumber="291" ItemNumber="291" ItemDescription="Committed capital expenditure"><Column ColumnNumber="0001" Value="1301189.7200000" Format="#,###"/></Row><Row RowNumber="292" ItemNumber="292" ItemDescription="Operating lease commitments"><Column ColumnNumber="0001" Value="1827918.1400000" Format="#,###"/></Row><Row RowNumber="293" ItemNumber="293" ItemDescription="Other contingent liabilities"><Column ColumnNumber="0001" Value="4686633.5000000" Format="#,###"/></Row><Row RowNumber="294" ItemNumber="294" ItemDescription=" of which: uncommitted undrawn facilities"><Column ColumnNumber="0001" Value="" Format="#,###"/></Row><Row RowNumber="295" ItemNumber="295" ItemDescription="Portfolios managed : For others where financing is provided"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="17" TableDescription=" SECURITISATION b ACTIVITY : As originator"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="New securitisationb during month"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Outstanding balancec i.r.o. securitisation"/><Row RowNumber="343" ItemNumber="343" ItemDescription="Private sector: Total (item 344 to 348)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="344" ItemNumber="344" ItemDescription="Mortgages"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="345" ItemNumber="345" ItemDescription="Instalment sales and leasing transactions"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="346" ItemNumber="346" ItemDescription="Foreign currency loans"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="347" ItemNumber="347" ItemDescription="Credit cards and overdrafts"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="348" ItemNumber="348" ItemDescription="Other"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="349" ItemNumber="349" ItemDescription="Public sector: Total (item 350)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="350" ItemNumber="350" ItemDescription="Loans and advances d"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="18" TableDescription="REVERSE TRANSACTION ASSETS: ASSETS TEMPORARILY ACQUIRED"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Total acquired"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Sold outright"/><ColumnHeader ColumnNumber="3" ColumnCode="3" ColumnDescription="Sold under repo"/><ColumnHeader ColumnNumber="4" ColumnCode="4" ColumnDescription="On-lent b"/><ColumnHeader ColumnNumber="5" ColumnCode="5" ColumnDescription="Pledged as security"/><ColumnHeader ColumnNumber="6" ColumnCode="6" ColumnDescription="Other (in hand)"/><Row RowNumber="351" ItemNumber="351" ItemDescription="Total assets temporarily acquired (total of items 352 and 369)"><Column ColumnNumber="0001" Value="25894121.9600000" Format="#,###"/><Column ColumnNumber="0002" Value="917.1100000" Format="#,###"/><Column ColumnNumber="0003" Value="24447677.8500000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="434683.8500000" Format="#,###"/><Column ColumnNumber="0006" Value="1010843.1500000" Format="#,###"/></Row><Row RowNumber="352" ItemNumber="352" ItemDescription="Under loans granted under resale agreements - (total of items 353, 356,359 and 366)"><Column ColumnNumber="0001" Value="25894121.9600000" Format="#,###"/><Column ColumnNumber="0002" Value="917.1100000" Format="#,###"/><Column ColumnNumber="0003" Value="24447677.8500000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="434683.8500000" Format="#,###"/><Column ColumnNumber="0006" Value="1010843.1500000" Format="#,###"/></Row><Row RowNumber="353" ItemNumber="353" ItemDescription="Listed equity instruments (total of items 354 and 355)"><Column ColumnNumber="0001" Value="917.1100000" Format="#,###"/><Column ColumnNumber="0002" Value="917.1100000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="354" ItemNumber="354" ItemDescription="Domestic (SA residents)"><Column ColumnNumber="0001" Value="917.1100000" Format="#,###"/><Column ColumnNumber="0002" Value="917.1100000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="355" ItemNumber="355" ItemDescription="Foreign (non-residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="356" ItemNumber="356" ItemDescription="Unlisted equity instruments (total of items 357 and 358)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="357" ItemNumber="357" ItemDescription="Domestic (SA residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="358" ItemNumber="358" ItemDescription="Foreign (non-residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="359" ItemNumber="359" ItemDescription="Debt securities (total of items 360 and 365)"><Column ColumnNumber="0001" Value="25893204.8500000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="24447677.8500000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="434683.8500000" Format="#,###"/><Column ColumnNumber="0006" Value="1010843.1500000" Format="#,###"/></Row><Row RowNumber="360" ItemNumber="360" ItemDescription="Domestic (SA residents) - (total of items 361 to 364)"><Column ColumnNumber="0001" Value="24240588.4100000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="22795061.4100000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="434683.8500000" Format="#,###"/><Column ColumnNumber="0006" Value="1010843.1500000" Format="#,###"/></Row><Row RowNumber="361" ItemNumber="361" ItemDescription="Banks"><Column ColumnNumber="0001" Value="4546507.9000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="3535664.7500000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="1010843.1500000" Format="#,###"/></Row><Row RowNumber="362" ItemNumber="362" ItemDescription="RSA government"><Column ColumnNumber="0001" Value="4558836.6100000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="4124152.7600000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="434683.8500000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="363" ItemNumber="363" ItemDescription="Public financial and non-financial corporate sector"><Column ColumnNumber="0001" Value="156316.1600000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="156316.1600000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="364" ItemNumber="364" ItemDescription="Other"><Column ColumnNumber="0001" Value="14978927.7400000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="14978927.7400000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="365" ItemNumber="365" ItemDescription="Foreign (non-residents)"><Column ColumnNumber="0001" Value="1652616.4400000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="1652616.4400000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="366" ItemNumber="366" ItemDescription="Other securities (total of items 367 and 368)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="367" ItemNumber="367" ItemDescription="Domestic (SA residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="368" ItemNumber="368" ItemDescription="Foreign (non-residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="369" ItemNumber="369" ItemDescription="Under securities-borrowing agreements (total of items 370,373 and 374)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="370" ItemNumber="370" ItemDescription="Equity instruments (total of items 371 and 372)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="371" ItemNumber="371" ItemDescription="Domestic (SA residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="372" ItemNumber="372" ItemDescription="Foreign (non-residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="373" ItemNumber="373" ItemDescription="RSA government securities"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="374" ItemNumber="374" ItemDescription="Other securities (total of items 375 and 376)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="375" ItemNumber="375" ItemDescription="Domestic (SA residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="376" ItemNumber="376" ItemDescription="Foreign (non-residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0003" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0004" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0005" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0006" Value="0.0000000" Format="#,###"/></Row></Table><Table TableNumber="19" TableDescription="REVERSE TRANSACTION ASSETS : ASSETS LENT TO OTHER PARTIES IN TERMS OF A SECURITIES-LENDING AGREEMENT"><ColumnHeader ColumnNumber="1" ColumnCode="1" ColumnDescription="Total lent to other parties"/><ColumnHeader ColumnNumber="2" ColumnCode="2" ColumnDescription="Of which: on-lentb"/><Row RowNumber="377" ItemNumber="377" ItemDescription="Total assets lent (total of items 378, 381 and 382)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="378" ItemNumber="378" ItemDescription="Equity instruments (total of items 379 to 380)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="379" ItemNumber="379" ItemDescription="Domestic sector (SA residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="380" ItemNumber="380" ItemDescription="Foreign sector (non-residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="381" ItemNumber="381" ItemDescription="RSA government securities"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="382" ItemNumber="382" ItemDescription="Other securities (total of items 383 to 384)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="383" ItemNumber="383" ItemDescription="Domestic sector (SA residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row><Row RowNumber="384" ItemNumber="384" ItemDescription="Foreign sector (non-residents)"><Column ColumnNumber="0001" Value="0.0000000" Format="#,###"/><Column ColumnNumber="0002" Value="0.0000000" Format="#,###"/></Row></Table></SARBForm></SARBForms> | 161,118 | 161,118 | 0.693175 |
d9917b9ef5499194a025b6cc5bbf1ac653a82e3a | 136,051 | xml | XML | 【第二季】Code Lyoko 虚幻勇士 至NET奇兵 中英双语字幕 高清收藏版【冰灵】/1.S2-027 新规律(Av2557637,P1).xml | BingLingGroup/code-lyoko-live-commenting-backup | aba7d4f23607258c8e81960bd7774810d355af41 | [
"WTFPL"
] | 2 | 2019-03-13T04:39:35.000Z | 2021-03-23T13:55:40.000Z | 【第二季】Code Lyoko 虚幻勇士 至NET奇兵 中英双语字幕 高清收藏版【冰灵】/1.S2-027 新规律(Av2557637,P1).xml | BingLingGroup/code-lyoko-live-commenting-backup | aba7d4f23607258c8e81960bd7774810d355af41 | [
"WTFPL"
] | null | null | null | 【第二季】Code Lyoko 虚幻勇士 至NET奇兵 中英双语字幕 高清收藏版【冰灵】/1.S2-027 新规律(Av2557637,P1).xml | BingLingGroup/code-lyoko-live-commenting-backup | aba7d4f23607258c8e81960bd7774810d355af41 | [
"WTFPL"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?><i><chatserver>chat.bilibili.com</chatserver><chatid>3995608</chatid><mission>0</mission><maxlimit>3000</maxlimit><state>0</state><real_name>0</real_name><source>k-v</source><d p="1188.49000,1,25,16777215,1628748175,0,8d0efbf8,53297532329353728,10">所以说别浪</d><d p="1100.77700,1,25,16777215,1626104792,0,435af92,51884912816947205,10">我我我我我</d><d p="320.53200,5,25,38979,1615846923,0,638ce14b,46506835365068807,10">狼蛛:感觉蛛生到达了巅峰</d><d p="721.89300,1,25,16777215,1610724769,0,fe4b7cf,43821351154745349,10">阴影真的是</d><d p="1093.38700,1,25,16777215,1609614160,0,a9b0b044,43239072472760327,10">这部动画的bgm也很棒,放到现在也不差</d><d p="858.02200,1,25,16777215,1609613807,0,a9b0b044,43238887484030979,10">我小时候也是,感觉这个屋子阴森森的,她爸爸也是怪怪的</d><d p="413.03600,1,25,16777215,1609613033,0,a9b0b044,43238481410916355,10">,不是荷兰的吗</d><d p="384.28700,1,25,16777215,1609612975,0,a9b0b044,43238450881101829,10">前面的你错过一整季啦</d><d p="391.70800,1,25,16777215,1609612944,0,a9b0b044,43238434682175493,10">我看YA也不错,女王配软妹</d><d p="245.91400,1,25,16777215,1607692951,0,a9b576e1,42231805409492997,10">不是英语国家引进然后找配音做的,所以很一般</d><d p="8.51000,5,25,41194,1605752011,0,f6c17305,41214193778032643,10">听说这集很甜</d><d p="1151.70000,1,25,16777215,1603626374,0,c098358a,40099747980115971,10">哈哈哈哈</d><d p="864.47000,1,25,16777215,1599728808,0,326758dd,38056300891865095,10">小时候我看也挺怕这屋子的。</d><d p="446.89100,1,25,16777215,1597106912,0,10d5a7bb,36681672414986247,10">不行我好喜欢odd的锁骨</d><d p="1231.31600,1,25,16777215,1595576796,0,2a8ac058,35879450673938439,10">这两人急死我了!</d><d p="1142.07700,1,25,16777215,1594314417,0,84c45389,35217600572555269,10">yoooooo</d><d p="1142.19400,1,25,16777215,1592050257,0,d2717036,34030528852131847,10">终于找到了!必须顶一下</d><d p="425.79800,1,25,16777215,1591993456,0,7e024def,34000748574408709,10">时空倒转了呀前面的,那些设定就都没啦</d><d p="306.32600,1,25,16777215,1589854067,0,43a383e1,32879092860715011,10">新一季的3D更流畅了~~</d><d p="1155.67200,1,25,16777215,1589734722,0,8c39b5cb,32816521635430407,10">看个动画也能虐狗</d><d p="878.77800,1,25,16777215,1587969318,0,954b4e5,31890941492592645,10">看过!超怕这种森林小屋什么的,这种氛围就很可怕</d><d p="1088.45400,1,25,16777215,1587839521,0,70a7e77,31822890159046661,10">英语点心就是dimsum,粤语译过去的</d><d p="162.87900,1,25,16777215,1587623701,0,112f27d1,31709738648469507,10">夏哥:老子升级了</d><d p="1153.53700,1,25,16777215,1586103658,0,7cb72ee7,30912798070931463,10">我小时候就记得这段了……</d><d p="1083.56000,1,25,16777215,1585998109,0,7cb72ee7,30857460316110853,10">劳模odd上线</d><d p="352.50600,1,25,16777215,1585997330,0,7cb72ee7,30857051721170949,10">脸突然变粗了</d><d p="42.63200,1,25,15772458,1585994346,0,7cb72ee7,30855487372656645,10">这季有交通工具了!</d><d p="778.41100,1,25,16777215,1585158888,0,6540af20,30417466628767749,10">威廉额头最正常</d><d p="873.60300,1,25,16777215,1583299657,0,97e62ae,29442694173949955,10">C调的曲子哪有黑键</d><d p="904.94300,1,25,16777215,1581946806,0,45be1dfe,28733410565423108,10">J一涉及到A就特别不冷静</d><d p="186.84700,1,25,16777215,1576334300,0,860cb3ae,25790841331646464,10">狼蛛最高光的一刻</d><d p="359.75000,1,25,16777215,1576100171,0,33f50284,25668090312261636,10">感觉每一季,a姐的2D形象都不一样,也是很神奇了23333</d><d p="1104.35800,1,25,16777215,1575272362,0,ec6a0407,25234079902859266,10">dim sum是广式早茶统称</d><d p="1094.05300,1,25,16777215,1575272352,0,ec6a0407,25234074497449988,10">tsui mai是烧卖</d><d p="1100.11000,1,25,16777215,1574950027,0,1eb2fc5a,25065083556069376,10">永远YU党 不大喜欢威廉</d><d p="1166.68100,1,25,16777215,1570514876,0,9018c369,22739786918789122,10">为了摆一个KAPPA的造型</d><d p="779.24200,1,25,14811775,1562422925,0,8793e7ef,18497274183680004,10">转头没哈哈哈</d><d p="430.48600,1,25,16777215,1562338170,0,3da7c964,18452838201950210,10">好奇她的学费</d><d p="1209.22200,1,25,16777215,1561112013,0,4970434a,17809978758791170,10">越来越默契了呢</d><d p="1178.76700,1,25,16777215,1560099464,0,20fe4696,17279111674200068,10">A妹有点小调皮真的好可爱呀!</d><d p="135.78600,1,25,16777215,1558274229,0,8e0a5af4,16322162586550336,10">画质建模飞一般地提高</d><d p="865.53000,5,25,15138834,1557378777,0,5e5279a5,15852688019816450,10">特别怕这个屋子的+2</d><d p="488.12300,5,25,15138834,1557378367,0,5e5279a5,15852472889245696,10">William小王子上线了!</d><d p="1148.72600,1,25,16777215,1556638682,0,1d3f206c,15464664691376132,10">干嘛靠一起啊,这样不会更燥热吗</d><d p="1393.19400,1,25,16777215,1555744572,0,37bf49de,14995893794635778,10">u!学学!!!爱因斯坦都比你会!!!</d><d p="1080.74500,1,25,16777215,1555467862,0,73e0066d,14850817897005056,10">刚才old说的点心是粤语</d><d p="421.09600,1,25,16777215,1555308920,0,6fa67a20,14767486626955264,10">阿丽塔,战斗天使</d><d p="1162.97900,1,25,16777215,1555218409,0,758f84b0,14720032822525956,10">狼蛛:阿伟输了</d><d p="1080.28000,1,25,16777215,1554660970,0,904f699a,14427774339514372,10">粤语,美国点心的单词</d><d p="283.47700,1,25,16777215,1554268230,0,8c33ba3e,14221865574203396,10">狼体描边大师</d><d p="68.57700,1,25,16777215,1552799492,0,861ab28,13451823504424964,10">恭喜交通工具终于上线</d><d p="1383.66100,5,25,16646914,1551263700,0,31ab9a1f,12646626262777860,10">里面有镜子</d><d p="795.34700,5,25,16646914,1551262977,0,31ab9a1f,12646247191019520,10">十年而不是二十年</d><d p="546.03800,1,25,16777215,1551241465,0,b41a4401,12634968966037504,10">学霸组的日常</d><d p="873.21600,1,25,16777215,1550728904,0,bb3686f4,12366239075139588,10">一直喜欢yumi的穿着</d><d p="614.82600,1,25,16777215,1550728489,0,bb3686f4,12366021868388356,10">学霸组</d><d p="1139.21800,1,25,6830715,1549646866,0,5ca0db69,11798939723366400,10">就是这里,记忆最深刻,找了五六年啊!!!</d><d p="46.51200,1,25,16777215,1549348484,0,848cc0e1,11642501620301826,10">感觉画面变厉害了</d><d p="1149.18300,1,25,16777215,1544931666,0,fa4844c,9326816868171776,10">我的手机突然掉到地上了md</d><d p="370.48200,1,25,16777215,1544328505,0,3a868e10,9010586951614464,10">发型像18号的</d><d p="1146.65100,1,25,16777215,1543476078,0,b64ac6cb,8563669332918272,10">我记得yumi的内裤是红色的</d><d p="95.70200,1,25,16777215,1542377443,0,5d1bc12e,7987668632207360,10">听这个习惯了就听不进国语版了</d><d p="424.90300,1,25,16777215,1542332353,0,bebee75f,7964028172238848,10">好喜欢这种单人宿舍啊,</d><d p="470.58000,1,25,15138834,1542272006,0,9b0365bd,7932389104812032,10">在lyoko里o可是比a高的</d><d p="1114.04900,5,25,16765698,1541838267,0,3adb1681,7704984849743872,10">在哪有第五季……</d><d p="1254.24300,1,25,16740868,1541659333,0,3adb1681,7611172250451968,10">秦王绕柱走</d><d p="424.27700,1,25,16777215,1541181710,0,31ab9a1f,7360760208949248,10">a加拿大人</d><d p="986.49700,1,25,16777215,1540804112,0,4271cb7c,7162790010683394,10">对对对,看来大家都印象深刻啊</d><d p="1190.81200,5,25,16707842,1540112420,0,467e5558,6800144190668802,10">surprise mother f***er</d><d p="271.24000,5,25,16707842,1540111584,0,467e5558,6799705748013056,10">倒悬开飞机</d><d p="408.85300,1,25,16777215,1539869357,0,bbf73608,6672709227380736,10">不是lyoko吗233</d><d p="468.75400,1,25,16777215,1537891840,0,2c9ebc70,5635920539680768,10">a妹的衣服好漂亮,想要同款~有的请告诉我</d><d p="1161.82200,1,25,15772458,1537191449,0,2bc58793,5268713829302272,10">这个是我的头像</d><d p="1129.75500,1,25,15772458,1537191408,0,2bc58793,5268692361281540,10">你俩这眉来眼去的</d><d p="867.62000,1,25,15772458,1537191074,0,2bc58793,5268517496029188,10">我贼喜欢A的裙子和鞋子</d><d p="165.65900,1,25,15772458,1537190272,0,2bc58793,5268096844038148,10">这个真的很难打</d><d p="57.64900,1,25,9599289,1537190111,0,2bc58793,5268012694241280,10">从这里开启装逼模式</d><d p="21.73000,1,25,16777215,1536769093,0,2bc58793,5047277636812800,10">超喜欢O的滑板</d><d p="1103.10700,1,25,41194,1536158852,0,cab17701,4727336042233856,10">看了两遍了 再温存第三遍</d><d p="643.16800,1,25,15138834,1534773982,0,8793e7ef,4001265295556612,10">醋王上线</d><d p="568.32900,1,25,16777215,1534773885,0,8793e7ef,4001214412357634,10">Wyu三角其实还蛮好吃的_(:3」∠ )_</d><d p="797.62700,1,25,16777215,1532250029,0,ab2b9ed7,2677986992062464,10">这不是爱因斯坦的家吗</d><d p="507.87200,5,25,16777215,1532093888,0,432bdc44,2596124035121152,10">威廉小王子由我承包!!</d><d p="1144.62900,1,25,16777215,1531920939,0,eae9162,2505448640479232,10">靠一起不更热了嘛</d><d p="960.64200,1,25,16777215,1531920821,0,eae9162,2505386907664388,10">这句公主殿下好苏</d><d p="792.36200,1,25,16777215,1531920661,0,eae9162,2505303267475456,10">威廉是坏人吗?</d><d p="459.82000,1,25,16777215,1531648906,0,ee3baf83,2362825266692096,10">我超喜欢这里的</d><d p="70.94000,1,25,16777215,1531282322,0,5508172b,2170629542903810,10">发现原来摩托只有一个轮子</d><d p="403.77200,1,25,16777215,1530455614,0,746f7970,1737196423348228,10">你以为实体化很容易的事情是吧</d><d p="823.84600,1,25,16777215,1529977449,0,b00c97e6,1486500264411136,10">真的有蛋蛋誒23333</d><d p="736.22700,1,25,16777215,1529977367,0,b00c97e6,1486457236619264,10">叫kiwi把你作業吃掉就好了</d><d p="450.70600,1,25,16777215,1529977189,0,b00c97e6,1486364340649984,10">旅行也要帶上狗 果然是真愛</d><d p="597.89800,5,25,16777215,1528349266,0,8c1c484f,632863614042112,10">能不能给J换个配音演员啊</d><d p="555.63800,5,25,11890,1528349201,0,8c1c484f,632829351821312,10">怪不得J喜欢A啊他俩太合适了</d><d p="170.52700,1,25,16777215,1527677519,0,1fa520b9,280674741256258,10">董美娃声音不应该是很可爱的吗orz</d><d p="859.16100,1,25,16777215,1525431727,0,a6be8838,4510149042,10">特别怕这个屋子的+1</d><d p="367.41400,1,25,16777215,1524973625,0,50b39da6,4495096403,10">这就是爱的力量,有爱的技术宅</d><d p="1188.37800,1,25,16777215,1524883271,0,ee3b12b1,4492116348,10">a不是女主</d><d p="1001.99300,1,25,16777215,1524382227,0,758f84b0,4479559268,10">xana总是在uy这一对出现危机的时候助攻啊噗</d><d p="861.81700,1,25,16777215,1523810410,0,52f00a4e,4464240960,10">喜欢a这套裙子加1</d><d p="77.92100,1,25,16777215,1523809555,0,52f00a4e,4464213967,10">交通工具首次上线</d><d p="12.72100,1,25,16777215,1523809469,0,52f00a4e,4464211063,10">日常感谢字幕组</d><d p="98.62100,1,25,16777215,1523640547,0,9b24357a,4458443818,10">u的声音真的超好听啊!!!</d><d p="1413.19000,1,25,16777215,1523291305,0,b06ddb10,4449873997,10">团宠董美娃</d><d p="890.51100,1,25,16711680,1522689150,0,96b7b7d1,4431836618,10">以前一直以为A妹的爸爸是坏人 觉得就是xana</d><d p="1293.04100,1,25,16777215,1522559518,0,b15ca658,4427921409,10">狼蛛嗷的声音好萌</d><d p="697.47600,1,25,16777215,1522276224,0,63f12e3b,4419809365,10">爱我的天太萌了</d><d p="809.34000,1,25,16777215,1522172347,0,7cc22fde,4417799730,10">这是董美娃原来的家吗?</d><d p="1139.09900,1,25,16777215,1519475085,0,61ef78bd,4340040720,10">这个戛然而止的bgm和突然地脸红是怎么肥四!</d><d p="1127.73900,1,25,16777215,1519146284,0,4b5c6c7d,4325603515,10">ich auch!</d><d p="1147.49800,1,25,16777215,1519049363,0,3f48d06b,4319397755,10">我爆炸了</d><d p="449.56000,4,25,16777215,1518486458,0,2a7dd10a,4293267903,10">带着老婆去春游</d><d p="151.80000,1,25,16777215,1518486146,0,2a7dd10a,4293256562,10">odd衣服上画着老婆</d><d p="1165.83000,1,25,16777215,1518269763,0,b4e2429a,4284337800,10">有了交通工具自信如斯</d><d p="1160.79800,1,25,16777215,1518269718,0,b4e2429a,4284334652,10">这眨眼萌一脸血</d><d p="986.22800,1,25,16777215,1518264040,0,52f00a4e,4283949681,10">记得这里是2个人脱衣服那集</d><d p="82.22100,1,25,16777215,1518262543,0,52f00a4e,4283858769,10">滑板炒鸡阔爱</d><d p="1141.75600,5,25,14811775,1517658141,0,fb9db55e,4250896230,10">(。>∀<。)(*σ´∀`)σ人家不好意思嘛</d><d p="833.99400,1,25,16777215,1517124432,0,2ab1709e,4221506591,10">还是习惯叫董美娃</d><d p="433.47800,1,25,16707842,1516787938,0,8643d0ac,4209613863,10">jimbo</d><d p="854.54100,1,25,16777215,1516761722,0,505bf5ab,4208445460,10">还是粉红色</d><d p="1408.13400,1,25,9487136,1516191997,0,a26d5d06,4188373957,10">哇这熟悉的bgm!</d><d p="1140.20600,1,25,9487136,1516191580,0,a26d5d06,4188355921,10">最记得国语“你脱吧,我不会看的”</d><d p="1103.08400,1,25,9487136,1516191459,0,a26d5d06,4188349852,10">滑板眯眼好萌</d><d p="1054.74200,1,25,9487136,1516191346,0,a26d5d06,4188344765,10">两个人都笑了233好甜</d><d p="1148.43900,1,25,9487136,1516191174,0,a26d5d06,4188352859,10">23333333</d><d p="876.08200,1,25,9487136,1516191066,0,a26d5d06,4188332144,10">同依然想要</d><d p="884.97400,1,25,16777215,1515776441,0,68cbd346,4176243109,10">小星星变奏曲</d><d p="1009.13700,5,25,16707842,1515554474,0,96910dc,4170199849,10">少侠好身手</d><d p="1368.89100,1,25,16777215,1514821322,0,64057c51,4149766132,10">霍兰</d><d p="989.93000,1,25,16777215,1514820773,0,64057c51,4149738900,10">我记得!两个人背对背脱衣服!</d><d p="555.20100,5,25,14811775,1514439419,0,4a6983c8,4118495120,10">神仙聊天23333333</d><d p="13.83900,5,25,38979,1514351493,0,4a6983c8,4063363198,10">武大孔雀绿又来和大家一块看啦</d><d p="881.32300,1,25,16777215,1511178641,0,4733a218,3978000319,10">右边木头??</d><d p="421.29200,1,25,16751052,1510850608,0,8d404983,3968705506,10">不是荷兰吗233</d><d p="394.99500,1,25,16751052,1510850570,0,8d404983,3968704590,10">用了一季实体化 哪里快了</d><d p="22.26500,1,25,16777215,1509805351,0,26bbfa0e,3941677872,10">终于有交通工具了</d><d p="781.21500,1,25,16777215,1509197624,0,35906142,3925887462,10">哈哈哈哈爽</d><d p="1063.58500,1,25,16777215,1507380021,0,48885962,3873834312,10">印象深刻的一集!!!!!</d><d p="1165.21900,1,25,16777215,1507223322,0,795319bb,3866697765,10">我记得我小时候看a娘很软的...</d><d p="392.05000,1,25,16777215,1506479041,0,15336bdc,3839831505,10">这动作。。。</d><d p="412.54000,1,25,16777215,1505660294,0,3ba10c30,3819912479,10">姓石头啊...滚石乐队(Rock)...</d><d p="764.11200,5,25,6750207,1504686530,0,2dcf86e6,3791706086,10">科普一下 这是ed《Break away》的一句歌词</d><d p="791.54000,1,25,16777215,1504458565,0,4386ef2c,3785958792,10">老家</d><d p="389.94400,1,25,16777215,1502713409,0,e0134bf6,3696318078,10">yumi大总攻(≧ω≦)/</d><d p="1115.51400,1,25,16777215,1501649062,0,fec7d8e1,3638474251,10">交通工具也有角色哈哈</d><d p="754.47700,1,25,16777215,1501648662,0,fec7d8e1,3638443575,10">不能暴露。。。</d><d p="220.86800,1,25,16777215,1501648026,0,fec7d8e1,3638396930,10">可以学学狼蛛的坐姿hhh</d><d p="784.44400,1,25,16777215,1501552187,0,d26be98a,3633180273,10">XDD</d><d p="1102.29300,1,25,16777215,1499605765,0,2ee3a608,3539762776,10">突然意识到……odd单挑二狼蛛哦????</d><d p="1121.24400,1,25,16777215,1499216970,0,b617fb93,3522552340,10">数据海好漂亮</d><d p="791.69200,1,25,16777215,1499216964,0,b617fb93,3522540934,10">回家了</d><d p="797.02700,1,25,16777215,1499216964,0,b617fb93,3522541118,10">233333333</d><d p="408.31400,1,25,16751103,1497190240,0,1a828344,3450788655,10">。-。你又换姓啦A妹</d><d p="905.48700,1,25,16777215,1497067945,0,42143e86,3445605090,10">A好黑啊</d><d p="1256.52600,5,25,16777215,1496307913,0,ddf89151,3423138959,10">暗中观察(A娘限定版)</d><d p="1256.66500,5,25,16777215,1496307912,0,ddf89151,3423139829,10">暗中观察(A娘限定版)</d><d p="1149.90900,1,25,16777215,1496221540,0,d22ff8b5,3421016725,10">玻璃不能砸吗</d><d p="687.27800,1,25,16777215,1495126860,0,ce910c66,3373174923,10">她是想到小时候在这里遇到过狼的事情。</d><d p="1083.46000,5,25,6830715,1494842796,0,cfd711c,3360699812,10">劳模Odd上线</d><d p="1326.17000,5,25,15138834,1494749049,0,44701c90,3355948162,10">汗津津</d><d p="1152.39000,5,25,15138834,1494749045,0,44701c90,3355929148,10">何以靠背</d><d p="916.96100,5,25,15138834,1494749041,0,44701c90,3355905604,10">↑你提醒了我</d><d p="311.48300,5,25,15138834,1494745428,0,44701c90,3355839116,10">狼蛛最牛逼的一次</d><d p="22.52800,1,25,14811775,1492491715,0,da23af2d,3239645102,10">童年啊想起了以前暗恋的男孩子一起讨论剧情QwQ</d><d p="443.96800,1,25,16777215,1492438200,0,4a2371a4,3237907412,10">卢西奥?</d><d p="44.27900,1,25,16777215,1491739720,0,d3ce9d4a,3205869480,10">还是比较喜欢以前的画风</d><d p="1202.24000,5,25,16777215,1491397760,0,49dd8402,3186485334,10">白胖次瞩目</d><d p="163.89600,1,25,16711680,1490850070,0,1aab8935,3155955008,10">新敌人:狼蛛</d><d p="1243.76000,1,25,16777215,1490847120,0,c35f1bf6,3155743762,10">叫声各种羞耻</d><d p="859.40700,1,25,16777215,1490843513,0,c35f1bf6,3155730088,10">神tm3D走位哈哈哈</d><d p="87.34100,1,25,16777215,1490843500,0,c35f1bf6,3155704596,10">来练英语听力了hhh</d><d p="1381.93000,1,25,38979,1490115672,0,6418f1fd,3127019408,10">主线好评</d><d p="1299.99000,1,25,16707842,1489989723,0,743f405e,3122076206,10">光顾着逗猫了!</d><d p="90.66600,1,25,16707842,1489986102,0,743f405e,3122031316,10">U好宠溺啊犯规!</d><d p="57.17300,1,25,14811775,1489986101,0,743f405e,3122028210,10">一上来就开挂!</d><d p="255.45700,5,25,16707842,1489759815,0,6f798539,3111077368,10">源氏开E了</d><d p="76.01000,1,25,16777215,1489651486,0,b526f0ee,3106854816,10">看见odd胸口的图案笑死我了</d><d p="550.43800,1,25,16777215,1488708397,0,a43f34d2,3072064894,10">学霸情侣组双重伤害</d><d p="1153.09000,1,25,16776960,1488099937,0,e98dcbb2,3049273626,10">哇哦</d><d p="532.40100,1,25,0,1488024486,0,a0dac2a6,3045305506,10">您的情敌威廉已上线</d><d p="855.87200,1,25,16777215,1487675278,0,c4e71893,3030846834,10">小时候特别怕这个屋子</d><d p="532.97600,5,25,41194,1487491449,0,96903b37,3023284290,10">他叫啥,,,好帅,搞事情的感觉。</d><d p="1101.20000,1,25,9599289,1487156856,0,336c5ceb,3007157828,10">我</d><d p="1161.40000,1,25,16777215,1487134903,0,277574a3,3006071632,10">OP里的那一幕招手,啊,心化了</d><d p="1111.12000,1,25,16777215,1487134901,0,277574a3,3006067760,10">画质感人,BGM燃爆,经费看来源源不绝</d><d p="785.68700,1,25,16777215,1487134895,0,277574a3,3006049190,10">如果YUMI对wiilian有好感的话,现在应起码该通知他一声</d><d p="666.67900,1,25,16777215,1487134893,0,277574a3,3006040674,10">不过按正常的道理来说,女生是会对更加成熟的男性产生爱意的</d><d p="415.79100,1,25,16777215,1487134888,0,277574a3,3006023728,10">不是说荷兰的 吗</d><d p="912.99000,5,25,38979,1486663339,0,54e6c0d0,2982530018,10">我在记号码</d><d p="796.79500,1,25,16777215,1486465658,0,c981662,2969794030,10">2017 2 7 两人正在看! 另一个小伙伴who are you !</d><d p="1416.07000,1,25,16777215,1485094237,0,e7bad40b,2884923262,10">卧槽好漂亮!</d><d p="1163.11000,1,25,16777215,1485094232,0,e7bad40b,2884895246,10">狼蛛:想想想!!!</d><d p="1129.51000,1,25,16777215,1485094231,0,e7bad40b,2884890956,10">好看!</d><d p="1176.15000,1,25,16777215,1484583163,0,9be133f5,2857142577,10">一招就没了啊飞行器</d><d p="781.86600,1,25,16777215,1484583156,0,9be133f5,2857119397,10">23333333</d><d p="628.48600,1,25,16777215,1484583153,0,9be133f5,2857110959,10">偷窥吗少年2333</d><d p="524.88900,1,25,16777215,1484583150,0,9be133f5,2857101301,10">这眉头皱的2333</d><d p="388.01800,1,25,16777215,1484583147,0,9be133f5,2857091541,10">你是没看上一季吗前面的?</d><d p="124.80600,1,25,16777215,1484039155,0,ccfc02dd,2833024627,10">国配和谐掉很多台词</d><d p="743.47000,1,25,16777215,1483535365,0,7d118048,2813704603,10">谁能告诉我爱因斯坦为什么把舌头缩回去了,以前不是吐着舌头的麽</d><d p="1137.27000,1,25,16777215,1483441642,0,c54f4260,2810394521,10">自从回温这部我就一直在找这一幕!!!!</d><d p="142.69200,1,25,16777215,1483441625,0,c54f4260,2810337397,10">感觉这一季3D效果更好了</d><d p="3.90500,1,25,16777215,1483434347,0,89ef0787,2810105979,10">不小心碰到mback两次退出了………………(´-ι_-`)</d><d p="1157.31000,1,25,16777215,1483366238,0,89ef0787,2808263711,10">既然热 为啥还要凑过去靠着啧啧啧</d><d p="60.78000,1,25,16777215,1483366221,0,89ef0787,2808193457,10">数据海似乎也正式上线了</d><d p="408.67700,1,25,16707842,1481991149,0,15235e0f,2758399435,10">第一季石山不是說Aelita是來自日本的涼子嗎</d><d p="18.02000,1,25,16777215,1481728291,0,3174e465,2749246419,10">可爱的字幕组君</d><d p="106.79000,1,25,16777215,1479910243,0,8c9314f4,2688193721,10">话说小时候我一直没分清ODD是男是女【笑哭脸】</d><d p="22.06200,1,25,16777215,1479910241,0,8c9314f4,2688185915,10">感谢字幕组!!!!</d><d p="1423.26000,1,25,16777215,1479701575,0,4953a7ca,2681220227,10">博士设计了lyoko吗</d><d p="1158.07000,1,25,16777215,1479701569,0,4953a7ca,2681199467,10">当时确实不宜</d><d p="1127.93000,1,25,16777215,1479701568,0,4953a7ca,2681197849,10">人在塔在</d><d p="857.42800,1,25,16777215,1479701562,0,4953a7ca,2681176229,10">好像看过这里</d><d p="720.21600,1,25,16777215,1479701559,0,4953a7ca,2681168677,10">真的?这里是</d><d p="1091.24000,1,25,16777215,1479701531,0,b7f9dbbd,2681096049,10">bgm!!!</d><d p="392.76800,1,25,16777215,1479675944,0,1c4e6671,2680752961,10">畫質...</d><d p="45.03900,1,25,38979,1479380874,0,6c4a04be,2668956045,10">哇偶,果然人好多</d><d p="877.59800,4,25,16777215,1477973559,0,ff6804bc,2619875493,10">雅培金装</d><d p="1111.23000,5,25,41194,1477198874,0,a5ec145d,2584201895,10">真的没人在意a妹3d皮肤是粉的么</d><d p="877.16200,1,25,16777215,1477198870,0,a5ec145d,2584181919,10">前面的,我跟我妈说过我要把头发弄成a妹的发型</d><d p="948.97100,1,25,16777215,1476345894,0,2dcf86e6,2549376541,10">U啊刚才你媳妇儿保护你你却只想着O酱好基友</d><d p="1087.18000,1,25,16777215,1475763055,0,d7fc3c54,2514304799,10">bgm帅!</d><d p="876.04700,1,25,16777215,1475763051,0,d7fc3c54,2514280805,10">一闪一闪亮晶晶</d><d p="721.35100,1,25,16777215,1475763048,0,d7fc3c54,2514261873,10">变红了</d><d p="4.94400,1,25,16777215,1475331002,0,de8673ff,2479866823,10">论情话十级的好处</d><d p="874.64500,1,25,16777215,1474899049,0,10bc67e3,2447081251,10">恐怖片</d><d p="875.45600,1,25,16777215,1473934005,0,a90e944d,2409430445,10">他爸</d><d p="789.95200,1,25,16777215,1473934001,0,a90e944d,2409408779,10">这是a 20年前的家</d><d p="748.82100,1,25,16777215,1473934000,0,a90e944d,2409404409,10">哈哈 o的笑容</d><d p="596.24500,1,25,16777215,1473933997,0,a90e944d,2409392641,10">真人版的o 好像五岁小孩一样 </d><d p="1410.21000,1,25,16777215,1473178374,0,a87910d8,2381626981,10">ed好帅!!!!超喜欢</d><d p="1169.42000,1,25,16777215,1473178370,0,a87910d8,2381620045,10">啊啊啊啊啊啊女神啊啊a</d><d p="1150.82000,1,25,16777215,1473178370,0,a87910d8,2381619543,10">趁热啊!!!</d><d p="962.44800,1,25,16777215,1473178367,0,a87910d8,2381614141,10">进去保证锁起来</d><d p="890.32600,1,25,16777215,1473178366,0,a87910d8,2381611903,10">这应该怎么说,很吓人</d><d p="927.98600,1,25,16777215,1473178366,0,a87910d8,2381613167,10">卧槽好吓人</d><d p="818.71900,1,25,16777215,1473178365,0,a87910d8,2381609799,10">鬼屋吗....</d><d p="783.05400,1,25,16777215,1473178364,0,a87910d8,2381608591,10">23333333333</d><d p="109.75600,1,25,16777215,1473178353,0,a87910d8,2381587155,10">滑板好可爱啊啊啊啊啊啊</d><d p="1167.47000,1,25,16777215,1473080974,0,e8e6bbe3,2378326697,10">啊啊啊Miss me?</d><d p="803.17800,1,25,16777215,1473080968,0,e8e6bbe3,2378304039,10">Aelita家吧</d><d p="319.02100,5,25,14811775,1472544263,0,8244b376,2354637709,10">狼蛛:md还有谁!!!</d><d p="1157.15000,1,25,16777215,1472421967,0,f3a93a18,2347349289,10">我也在找这集!对锅炉房那段印象太深刻了!那时我还是单纯的小朋友0<-<</d><d p="1299.62000,5,25,3407769,1471619498,0,c6af2fae,2295786773,10">哈哈哈哈哈哈逗猫</d><d p="1183.81000,5,25,3407769,1471619495,0,c6af2fae,2295770301,10">XANA:醒来后我大发雷霆四处破坏,</d><d p="929.76000,5,25,3407769,1471619488,0,c6af2fae,2295731281,10">Yumi那一推!啊啊啊啊</d><d p="887.61200,5,25,3407769,1471619487,0,c6af2fae,2295725521,10">大家不要怕,果绿君会保护你们的QwQ</d><d p="710.66200,5,25,255,1471572636,0,876bb221,2291265789,10">以前看到这里吓哭了……</d><d p="726.21100,5,25,255,1471572636,0,876bb221,2291266895,10">现在一脸淡定的宝宝……</d><d p="74.46300,5,18,41194,1471536742,0,876bb221,2290040155,10">我喜欢有交通工具的,这样他们赶路都不喘了</d><d p="1163.42000,1,25,16777215,1470845577,0,10bc9d37,2244870341,10">啊啊啊啊啊啊女神啊这句呜呜</d><d p="755.85500,1,25,16777215,1470492626,0,8cee114,2218355185,10">不造咋啦,就是怎么也喜欢不起来这个威廉</d><d p="758.99200,1,25,16777215,1470492625,0,8cee114,2218345469,10">不造咋啦,就是怎么也喜欢不起来这个男的,叫威廉吧</d><d p="1149.87000,1,25,16777215,1470333768,0,1919ebd8,2207761727,10">我的童年。。</d><d p="1141.67000,1,25,16777215,1470333768,0,1919ebd8,2207761357,10">卧槽强行福利?</d><d p="1274.15000,5,25,16737996,1470286866,0,6acf5678,2203548685,10">Y在第一季还公主抱了U呢!(等等,好像什么不对)</d><d p="25.13900,1,25,16707842,1470200470,0,4f736e43,2197800009,10">卧槽,弹幕一下子变多了</d><d p="650.25400,1,25,16777215,1469948621,0,6acf5678,2179869309,10">这一对相互傲娇了5季 - -</d><d p="1126.51000,1,25,16777215,1469542252,0,9dfa3da5,2152770127,10">后来a有翅膀会飞的~</d><d p="1145.14000,1,25,15138834,1469542223,0,ac5f3245,2152587341,10">哇哇!为什么小时候对这段没印象,果然太单纯</d><d p="1103.96000,1,25,15138834,1469542221,0,ac5f3245,2152575327,10">好可爱的粉红滑板</d><d p="1115.76000,1,25,16777215,1469257424,0,fa9047ce,2133081913,10">4v2</d><d p="822.13600,1,25,16777215,1469257415,0,fa9047ce,2133041029,10">狗蛋</d><d p="761.83900,5,25,15138834,1469110202,0,c6ee68d5,2124443615,10">不远处的身后有两对虐狗者夫妇。。。</d><d p="1167.87000,1,25,16777215,1468742696,0,3be8c0,2100705315,10">单眼好评</d><d p="1089.51000,1,25,16777215,1468742694,0,3be8c0,2100698847,10">a扫描的样子还是很漂亮ovo</d><d p="721.99100,1,25,16777215,1468742687,0,3be8c0,2100662459,10">要不是bgm..</d><d p="807.68700,1,25,16777215,1468652594,0,5b1b73ee,2094859523,10">失忆了。</d><d p="111.95700,5,25,16707842,1468498133,0,dc988139,2086055413,10">UO大法好!来吃我一计安利</d><d p="768.95800,1,25,16777215,1468167123,0,56a52153,2066965319,10">為啥看到威廉會有一種一瀨紅蓮的錯覺。。。。。</d><d p="977.32100,5,25,15772458,1468126891,0,c1c1780f,2063765209,10">增高鞋垫</d><d p="1136.81000,1,25,16777215,1467799580,0,54877f96,2045665837,10">啊啊啊啊啊啊</d><d p="1135.85000,1,25,16777215,1467795924,0,585abb95,2045421641,10">深呼吸</d><d p="1147.19000,1,25,16777215,1467795924,0,585abb95,2045423429,10">蜜汁脸红</d><d p="0.18200,1,25,6830715,1467713179,0,c26ad505,2040755683,10">19:16有美丽的A娘</d><d p="428.33000,1,25,41194,1467547703,0,65c3d058,2031974641,10">没中午饭</d><d p="843.26600,1,25,16777215,1467198437,0,37068cc3,2012887513,10">没什么女主不女主的,按道理a和u都是女主,u o j甚至xana都是男主</d><d p="381.30600,1,25,16777215,1467198429,0,37068cc3,2012853955,10">A妹怎么这么快实体化了,我没错过什么啊!</d><d p="1136.51000,1,25,16777215,1465891484,0,48afa299,1958301421,10">这个密室是干什么的</d><d p="1155.41000,1,25,16777215,1465891484,0,48afa299,1958302211,10">噢噢噢</d><d p="1100.69000,1,25,16777215,1465891483,0,48afa299,1958299317,10">坚持到第五季!</d><d p="1103.66000,1,25,16777215,1465891482,0,48afa299,1958297479,10">扫描配bgm超燃!</d><d p="234.11000,1,25,16777215,1465873916,0,d353438b,1957643665,10">这个狼蛛真是一点都不萌</d><d p="1105.23000,1,25,16777215,1465750873,0,6abd08fe,1953956535,10">滑板上有的> < 好可爱hhhhh</d><d p="620.58200,1,25,16777215,1465750865,0,6abd08fe,1953933131,10">J的配音我听了一季都无法习惯【</d><d p="1226.28000,1,25,16777215,1465643266,0,83b891ec,1949483583,10">胸肌好赞</d><d p="1136.63000,1,25,16777215,1465643265,0,83b891ec,1949477175,10">脱衣服</d><d p="1099.64000,1,25,16777215,1465643264,0,83b891ec,1949474549,10">我</d><d p="1117.70000,1,25,16777215,1465495361,0,92d9c1bb,1941781345,10">第九遍重温</d><d p="1022.72000,1,25,16777215,1465495359,0,92d9c1bb,1941779369,10">那是因为他们那时候还小还分不清楚一二季</d><d p="1115.45000,1,25,16777215,1465474139,0,68a9bd8d,1940559503,10">+1</d><d p="1163.35000,1,25,16777215,1464995260,0,a42f3a89,1921033713,10">←说莫娘的等等我</d><d p="27.06300,1,25,16777215,1464257178,0,596060a7,1891117767,10">这个新的开场动画看着头晕(=_=)</d><d p="1170.45000,1,25,16777215,1464095399,0,b00c97e6,1886953555,10">双足行走233</d><d p="1148.29000,1,25,16777215,1464095398,0,b00c97e6,1886950597,10">这儿童不宜啊233</d><d p="1106.27000,1,25,16777215,1464095397,0,b00c97e6,1886946799,10">举手</d><d p="1134.33000,1,25,16777215,1464095397,0,b00c97e6,1886948863,10">2333333333</d><d p="1030.03000,1,25,16777215,1464095395,0,b00c97e6,1886941137,10">少女的祈祷现实版</d><d p="42.37200,1,25,16777215,1464091728,0,b00c97e6,1886727549,10">交通工具!!</d><d p="783.92700,1,25,16777215,1464001629,0,fd86e2ef,1883900879,10">233333</d><d p="390.96400,1,25,16777215,1464001623,0,fd86e2ef,1883884541,10">女神请也挑我下巴!</d><d p="275.01500,1,25,16777215,1464001620,0,fd86e2ef,1883872221,10">3D还是前几季顺眼</d><d p="152.03000,1,25,16777215,1463998017,0,fd86e2ef,1883864635,10">男神波浪手萌萌哒</d><d p="394.32300,1,25,16777215,1463584315,0,bf260746,1860843849,10">YAYAYAYAYAYA</d><d p="740.70900,5,25,15772458,1463504477,0,623c8b13,1858759145,10">一直在拍老婆←_←</d><d p="390.78400,5,25,15772458,1463504470,0,623c8b13,1858750535,10">哈哈哈这CP我站!!YA</d><d p="1182.05000,1,25,16777215,1463475940,0,2f795820,1857505261,10"> 7_7</d><d p="827.30900,1,25,16777215,1463475933,0,2f795820,1857490483,10">x</d><d p="1214.17000,1,25,14811775,1463325118,0,7fcfd9a9,1853852937,10">男神胸肌真的好美</d><d p="1148.03000,1,25,16777215,1463325114,0,7fcfd9a9,1853840535,10">我的童年原來是如此過的</d><d p="1136.59000,1,25,16777215,1463325113,0,7fcfd9a9,1853838111,10">好想跟他一起被困</d><d p="1135.73000,1,25,14811775,1463325113,0,7fcfd9a9,1853836813,10">呀!!!男神身材好</d><d p="192.08200,1,25,14811775,1463325092,0,7fcfd9a9,1853769689,10">來擦一吓Team work</d><d p="1114.15000,1,25,16777215,1462961218,0,9bebc938,1839416147,10">moi aussi!</d><d p="1105.65000,1,25,16777215,1462942875,0,11ba71fa,1838774605,10">我是看了四季的人</d><d p="461.94400,1,25,16777215,1462939973,0,11ba71fa,1838716463,10">Wiliam就在這集出場吧</d><d p="4.92800,1,25,6830715,1462583388,0,e948218d,1826124087,10">感谢字幕组!这里luka会一直陪伴大家回忆童年!</d><d p="813.54900,5,18,16777215,1462461105,0,9376d713,1822430407,10">家。解锁了</d><d p="523.78400,5,18,16777215,1462461094,0,9376d713,1822397329,10">这哥们比扇娘高</d><d p="1141.28000,1,25,16777215,1462025415,0,fc89dee2,1805708803,10">说oa的别走,还有我</d><d p="1156.42000,1,25,16777215,1460790184,0,ed2c02af,1763828213,10">aelita好小一只23333</d><d p="1135.70000,1,25,16777215,1460790183,0,ed2c02af,1763826053,10">站OA的只有我?!</d><d p="663.10200,1,25,16777215,1460311320,0,f64cacf8,1750965709,10">William撩妹手段太高了!</d><d p="1073.64000,1,25,16750848,1459724860,0,cda48583,1730404283,10">刚刚odd说的那个是广式点心23333</d><d p="1089.32000,1,25,16750848,1459724860,0,cda48583,1730404841,10">A的发型吹起来还这么蓬松hhhh</d><d p="879.87100,1,25,16750848,1459724856,0,cda48583,1730401167,10">小星星~</d><d p="842.43000,1,25,16750848,1459724855,0,cda48583,1730400573,10">还没来得及买</d><d p="460.20700,1,25,16750848,1459724834,0,cda48583,1730384177,10">kiwi不是奇异果吗……</d><d p="128.77600,1,25,16750848,1459724828,0,cda48583,1730380249,10">翻车了吧哈哈哈哈</d><d p="66.55300,1,25,16750848,1459724827,0,cda48583,1730379437,10">交通工具上线!</d><d p="1118.21000,1,25,16777215,1459576929,0,f60bf828,1723996133,10">良心bgm</d><d p="1009.11000,1,25,16777215,1459576927,0,f60bf828,1723988555,10">体操小王子</d><d p="387.58400,1,25,16777215,1459573290,0,f60bf828,1723870825,10">幸福来得太突然</d><d p="34.47000,1,25,16777215,1458990447,0,29bf07ab,1708499171,10">天哪噜人好多!超开心</d><d p="1069.20000,1,25,16777215,1458130085,0,86288c26,1685925813,10">感受到了恋爱的酸臭味</d><d p="118.92900,1,25,16777215,1458126469,0,86288c26,1685890799,10">喜欢英语版……毕竟靠这个增长了很多装逼的单词</d><d p="1143.28000,1,25,16777215,1457856285,0,f4d3e2e2,1679664075,10">yoooooooooooo</d><d p="1136.64000,1,25,9487136,1457835013,0,1d3f206c,1678505901,10">妈呀</d><d p="1056.37000,1,25,14811775,1457835012,0,1d3f206c,1678502757,10">草绿君表示想变成UY粉红了</d><d p="1347.64000,5,25,15138834,1457766219,0,92d9c1bb,1676232427,10">其实是生物课啦</d><d p="815.88100,1,25,16777215,1457766209,0,92d9c1bb,1676206791,10">鬼屋</d><d p="862.61300,1,25,16777215,1457255121,0,8626d1b5,1663350613,10">前面等等,我梦寐以求她的鞋子</d><d p="1145.49000,1,25,16777215,1456635674,0,bf55c121,1645548255,10">羞耻play</d><d p="1161.45000,1,25,16777215,1456635674,0,bf55c121,1645550629,10">莫娘:did u miss me</d><d p="798.93200,1,25,16777215,1456635668,0,bf55c121,1645528751,10">女主的家</d><d p="18.47100,1,25,16777215,1456060150,0,43b09ea7,1624638337,10">真·童年</d><d p="1289.40000,1,25,16777215,1456052850,0,a256a936,1624175797,10">狼蛛:卧槽我干了什么?!</d><d p="884.21800,1,25,16777215,1456049218,0,a256a936,1624040873,10">柯南镜片反光技能get!</d><d p="503.86100,1,25,16777215,1456049205,0,a256a936,1623985731,10">威廉小王子上线!!!</d><d p="1387.51000,1,25,16777215,1456038221,0,3c1bfa85,1623238237,10">1块钱的手机</d><d p="1303.88000,1,25,16777215,1456038219,0,3c1bfa85,1623230179,10">好爽,先睡一觉再讨论后续的事</d><d p="1192.44000,1,25,16777215,1456038216,0,3c1bfa85,1623217365,10">女神别跑我来和你玩啦!</d><d p="1132.72000,1,25,16777215,1456038215,0,3c1bfa85,1623213419,10">暧昧的眼神</d><d p="940.44100,1,25,16777215,1456038212,0,3c1bfa85,1623200835,10">钢琴碎了o_O</d><d p="871.56700,1,25,16777215,1456038211,0,3c1bfa85,1623195469,10">现在依然想要A的裙子</d><d p="1128.01000,1,25,16777215,1455814874,0,9c209a20,1612831287,10">第二季比第一季好看许多啊!!啊啊我要中毒了!</d><d p="787.90700,1,25,16777215,1455811941,0,a78d661c,1612682709,10">hhhhhhhhhh</d><d p="1162.97000,1,25,16777215,1455609896,0,d4f03eec,1602607777,10">这嘲讽。。。这媚眼。。。</d><d p="1150.56000,1,25,16777215,1455609895,0,d4f03eec,1602604799,10">背靠背,而且特意凑过去。。。</d><d p="840.18100,1,25,16777215,1455609889,0,d4f03eec,1602581395,10">刚出来,还没来得及买</d><d p="585.32000,1,25,16777215,1455609882,0,d4f03eec,1602556321,10">真人版u、w都很帅,y也特别靓,o和a就......</d><d p="391.72500,1,25,16777215,1455181522,0,be0bf3e9,1581600579,10">撩妹</d><d p="1108.79000,1,25,16777215,1455166898,0,d3587c1f,1580784209,10">me!</d><d p="364.93300,1,25,16777215,1454897444,0,2fbc0aa9,1568378089,10">那女的咋那么像18号呢</d><d p="29.60000,1,25,16777215,1454324850,0,1d9b5d2f,1542335345,10">终于有交通工具啦</d><d p="1136.88000,1,25,16777215,1453971941,0,70ead599,1527782209,10">卧槽!!!!</d><d p="1156.35000,1,25,16777215,1453550894,0,3f19ec44,1512496919,10">我觉得你们也是够了 本来就没什么</d><d p="860.03200,1,25,16777215,1453550888,0,3f19ec44,1512472175,10">a三四季mvp谢谢</d><d p="787.24200,1,25,16777215,1453550887,0,3f19ec44,1512465899,10">他们只是在喘气好吗 怎么总有恶俗的货色内心猥琐</d><d p="719.61600,1,25,16777215,1453550885,0,3f19ec44,1512459299,10">那是a的回忆,她就是个人谢谢</d><d p="295.89800,1,25,16777215,1453403037,0,350bf700,1507517811,10">中配习惯了。。。。李奇的声音怀念啊</d><d p="802.40700,1,25,16777215,1453363478,0,aac039d6,1505927803,10">女主住的地方</d><d p="31.28800,1,25,16777215,1453363466,0,aac039d6,1505898187,10">交通工具上线了</d><d p="106.66000,1,25,16777215,1452917546,0,8cbc627d,1491933623,10">声音好棒_(:_」∠)_</d><d p="376.93800,1,25,16777215,1452856054,0,b640ffb4,1490195109,10">怎么这么快就有杀毒了</d><d p="876.81500,1,25,16777215,1452506767,0,212d5337,1481210795,10">以前的记忆w</d><d p="481.51800,1,25,16777215,1452503152,0,212d5337,1481178315,10">感觉A妹画风变了</d><d p="120.22000,1,25,16777215,1452503128,0,212d5337,1481137729,10">odd喘气简直</d><d p="1150.37000,1,25,16777215,1452427704,0,954369d6,1479515991,10">look!!!</d><d p="1112.26000,1,25,16777215,1452427704,0,954369d6,1479514489,10">我</d><d p="1128.47000,1,25,16777215,1452427704,0,954369d6,1479515015,10">學英語+1</d><d p="782.26600,1,25,16777215,1452427698,0,954369d6,1479499225,10">23333</d><d p="21.24800,5,25,52479,1452254881,0,ad68a2bd,1474250387,10">来补童年了,看到第几集都忘记了</d><d p="796.87400,1,25,16777215,1452247603,0,d443a50c,1474067917,10">hhhhh你们都好坏</d><d p="1188.92000,5,25,15138834,1450883484,0,52152455,1437059953,10">董美娃后期会丢光球。。</d><d p="975.31600,5,25,15138834,1450883480,0,52152455,1437051127,10">然后情侣档被困</d><d p="793.85400,5,25,15138834,1450883478,0,52152455,1437046873,10">董美娃其实本来就是现实世界的</d><d p="501.85400,5,25,15138834,1450883473,0,52152455,1437036231,10">情敌出现,也是ad武器大砍刀!</d><d p="1149.14000,1,25,16777215,1450163019,0,6b924a75,1419041403,10">噢噢噢!!</d><d p="417.55600,1,25,15138834,1450098591,0,6b924a75,1417817921,10">日本和荷兰哭晕在厕所哈哈哈哈哈哈哈</d><d p="343.03800,1,25,15138834,1450098590,0,6b924a75,1417813683,10">A妹衣服变了萌萌哒</d><d p="36.71300,1,25,15138834,1450098582,0,6b924a75,1417794597,10">交通工具!!</d><d p="1336.76000,1,25,16777215,1449843059,0,c6947c8,1410303021,10">化学老师兼职美术??</d><d p="393.91500,1,25,16777215,1449302659,0,6ab77de8,1396454467,10">哇</d><d p="1099.50000,1,25,16777215,1448766700,0,89edd25c,1382811403,10"> 高大上了许多。。变身总让我想笑</d><d p="365.46500,1,25,16777215,1448730111,0,940d824,1382238985,10">看到这套衣服噢我的天终于记起来了</d><d p="1105.31000,1,25,16777215,1448089385,0,313cb480,1359364321,10">www</d><d p="354.14800,1,25,52224,1447589304,0,e824dc9,1348088125,10">每次打新怪的时候都团灭</d><d p="445.55800,5,25,15597585,1447467055,0,b24af9d3,1344192149,10">红发妹子漂亮了!</d><d p="191.02900,5,25,15597585,1447467049,0,b24af9d3,1344180689,10">战德法分配错了吧啊喂</d><d p="771.57000,1,25,16777215,1446361399,0,700af593,1318203645,10">这BGM……</d><d p="864.26300,1,25,16777215,1446224477,0,9b449f1,1313854081,10">←喜欢A的裙子+1</d><d p="388.88900,5,25,16777215,1446221576,0,9b449f1,1313818721,10">妞,给爷笑个~</d><d p="1177.44000,1,25,16777215,1445955009,0,41348871,1307327339,10">擦,这坐骑最多就20点血啊</d><d p="970.57000,1,25,16777215,1445735364,0,b9f0c358,1301077407,10">地球重力都可以控制了- -,这还不简单?</d><d p="1084.82000,1,25,16777215,1445677545,0,5a4315b6,1299187167,10">新的bgm</d><d p="1385.51000,1,25,16777215,1445677521,0,6dd9897c,1299118777,10">手机,诺基亚</d><d p="1163.89000,1,25,16777215,1445677517,0,6dd9897c,1299105883,10">wink</d><d p="1141.56000,1,25,16777215,1445677515,0,6dd9897c,1299101943,10">OhOhOhOhOh!!!</d><d p="129.24000,1,25,16777215,1445673887,0,6dd9897c,1299021899,10">odd摔得疼么hhh</d><d p="849.10000,1,25,16777215,1445598454,0,151c8cdb,1296556911,10">A除了武力值不高之外,其他几乎万能,特别在3D神走位</d><d p="1147.33000,1,25,16777215,1445446860,0,89c58fbb,1293504083,10">y臉紅了</d><d p="1106.57000,1,25,16777215,1445443979,0,89c58fbb,1293503143,10">我!</d><d p="724.82400,1,25,16777215,1445342930,0,dc988139,1291328087,10">⬅️第一季</d><d p="805.44500,1,25,16777215,1445162784,0,8e4e0a0c,1287444683,10">这里是A家</d><d p="680.49200,1,25,16777215,1444888978,0,6b654b13,1279261121,10">迷路233</d><d p="1167.98000,1,25,16777215,1444493545,0,21d35522,1271044679,10">woooooooooooouuuu</d><d p="1095.23000,1,25,16777215,1444493544,0,21d35522,1271041097,10">bgm+1</d><d p="1044.61000,1,25,16777215,1444493543,0,21d35522,1271039161,10">闪光弹啊</d><d p="1102.58000,1,25,16777215,1444183824,0,f88ab4b7,1262697163,10">我是要杀到五季的人</d><d p="877.96300,1,25,16777215,1444183819,0,f88ab4b7,1262686875,10">他是霍兰…</d><d p="739.68600,1,25,16777215,1444183817,0,f88ab4b7,1262680433,10">痴汉上线hhhhh</d><d p="761.60800,1,25,16777215,1444183817,0,f88ab4b7,1262682153,10">为什么感觉w这时候也有点呆呆的233</d><d p="414.87000,1,25,16777215,1444028601,0,b7c5d2b1,1256295779,10">不是来自日本的Aelita Lyoko么。。。</d><d p="1096.33000,1,25,16777215,1443996410,0,7ac64c46,1255180893,10">╮(╯▽╰)╭</d><d p="802.66900,1,25,16777215,1443996405,0,7ac64c46,1255179465,10">主线!</d><d p="421.58800,1,25,16777215,1443056996,0,d83b36b5,1228295533,10">这个教练超可爱!</d><d p="13.04300,5,25,13434624,1442988177,0,383aec3e,1227151101,10">感谢制作组 辛苦了=w=</d><d p="949.91600,1,25,16777215,1442578114,0,80ef16a1,1216567669,10">变成鬼屋了</d><d p="1146.51000,1,25,16777215,1442315231,0,fae45eae,1211277583,10">wori</d><d p="1097.42000,1,25,16777215,1442059733,0,533bacf8,1205622539,10">燃燃der</d><d p="806.87300,1,25,16777215,1441170074,0,79d2cca2,1179268741,10">女主出生地</d><d p="1083.97000,1,25,16777215,1440846439,0,949a558e,1167405981,10">新bgm啊</d><d p="454.31900,1,25,16707842,1440446672,0,d8f202d3,1148479651,10">wow工程学有个维基管家(๑• . •๑)</d><d p="301.43700,1,25,16707842,1440446669,0,d8f202d3,1148478227,10">有时间生成载具,还不如生成武器</d><d p="1108.75000,1,25,16777215,1440418107,0,46fdca24,1147132845,10">我</d><d p="328.05900,1,25,16711680,1440403472,0,7ea48afc,1146214787,10">前面说英文原配音的,这片原配音是法语啊!</d><d p="1187.85000,1,25,16777215,1440256267,0,8c989863,1139892265,10">让我想起了一句话,无形装逼,最为致命</d><d p="29.81000,1,25,52479,1440223376,0,9d401f45,1137874739,10">收藏!有前52集的英文版</d><d p="1104.90000,1,25,16777215,1440219704,0,f1f5c92,1137603459,10">我</d><d p="209.55300,5,25,65433,1440136943,0,72414b06,1133336245,10">这叫的。。。。简直醉人</d><d p="1147.75000,1,25,16777215,1440123017,0,ad244e83,1132357221,10">粉色小背心23333</d><d p="872.39700,1,25,16777215,1440123013,0,ad244e83,1132342593,10">兰科博士终于登场了~~!</d><d p="814.90600,1,25,16777215,1440123012,0,ad244e83,1132339219,10">老爸兰科到底什么时候上线</d><d p="1111.92000,1,25,16777215,1440087140,0,17f7a9b7,1131599455,10">odd的滑板好萌</d><d p="411.27900,1,25,16777215,1440087128,0,17f7a9b7,1131558031,10">不是说是荷兰的吗你!</d><d p="335.20300,1,25,16777215,1440087126,0,17f7a9b7,1131552399,10">原来狼蛛的名字是你取的</d><d p="170.71300,1,25,16777215,1440072528,0,17f7a9b7,1130633637,10">我告诉你 它叫狼蛛</d><d p="92.64900,1,25,16777215,1440068863,0,17f7a9b7,1130313779,10">给坐骑了真好</d><d p="1284.39000,1,25,16777215,1439993446,0,5b7eee3,1126843557,10">狼蛛也是智急</d><d p="1174.56000,1,25,16777215,1439993445,0,5b7eee3,1126835767,10">狼蛛:哦哦女神</d><d p="1127.29000,1,25,16777215,1439993444,0,5b7eee3,1126831929,10">一个人对俩狼蛛 </d><d p="885.79800,1,25,16777215,1439993440,0,5b7eee3,1126813783,10">一闪一闪亮晶晶</d><d p="833.06200,1,25,16777215,1439993439,0,5b7eee3,1126809787,10">女主居然没有手机?</d><d p="849.31900,1,25,16777215,1439993439,0,5b7eee3,1126810987,10">诡异的bgm</d><d p="803.08900,1,25,16777215,1439993438,0,5b7eee3,1126807451,10">粉毛的女生都喜欢</d><d p="739.14400,1,25,16777215,1439993437,0,5b7eee3,1126802397,10">←我终于知道布卡图标像什么了</d><d p="708.69900,1,25,16777215,1439993436,0,5b7eee3,1126798247,10">头痛!?回忆杀!!</d><d p="659.04800,1,25,16777215,1439993435,0,5b7eee3,1126794415,10">总是需要个情敌角色</d><d p="553.16300,1,25,16777215,1439993434,0,5b7eee3,1126786273,10">学霸又秀恩爱</d><d p="415.24900,1,25,16777215,1439993431,0,5b7eee3,1126775599,10">诸君,我喜欢百合!!</d><d p="391.97500,1,25,16777215,1439993431,0,5b7eee3,1126773835,10">我喜欢百合</d><d p="1318.54000,5,25,16776960,1439975130,0,24e57722,1125457317,10">按回车</d><d p="1318.54000,5,25,16776960,1439975129,0,24e57722,1125455015,10">眼镜哥新三大爱好</d><d p="1237.61000,5,25,16776960,1439975128,0,24e57722,1125448841,10">姿势好销魂</d><d p="1185.63000,5,25,16776960,1439975126,0,24e57722,1125443491,10">机娘可以逆虚拟了</d><d p="1060.53000,5,25,16776960,1439967828,0,24e57722,1125041329,10">孤男寡女共处一室</d><d p="687.92600,5,25,16776960,1439967820,0,24e57722,1125010819,10">小的时候的我绝对没这么猥琐,很纯情的</d><d p="567.32100,5,25,16776960,1439967818,0,24e57722,1125001923,10">学霸的日常事后</d><d p="314.56700,5,25,16776960,1439967814,0,24e57722,1124985255,10">瞬间爆炸,完成3杀!</d><d p="244.44500,5,25,16776960,1439967812,0,24e57722,1124976319,10">老办法,戳他狗眼</d><d p="253.78200,5,25,16776960,1439967812,0,24e57722,1124977943,10">说暂停学姿势的</d><d p="224.06200,1,25,16777215,1439838181,0,24aa09f2,1118951365,10">吐槽声优的你们真是一点见识都没有....</d><d p="450.98800,1,25,16777215,1439798656,0,119a3bc4,1116579241,10">反过来就是wiki 维基了</d><d p="399.81900,1,25,16777215,1439787702,0,da847d84,1115959175,10">J的声音的确怪。。</d><d p="579.97200,1,25,16777215,1439704936,0,449f7f51,1111785059,10">我竟无言以对……</d><d p="485.77600,1,25,16777215,1439704934,0,449f7f51,1111777241,10">一本正经练习表白hhhhhh</d><d p="396.47100,1,25,16777215,1439704932,0,449f7f51,1111769631,10">尤美这一抬机娘的头瞬间出戏</d><d p="1131.05000,1,25,16777215,1439478677,0,e6c7cc34,1101608369,10">不不是练习听力</d><d p="1114.18000,1,25,16777215,1439478677,0,e6c7cc34,1101607191,10">用来学英语= =</d><d p="7.84900,1,25,16777215,1439428199,0,e6be858a,1098566839,10">童年番w现在看依旧好喜欢,3周目w</d><d p="1399.91000,1,25,16777215,1439402522,0,c3dac3ad,1098159549,10">恭喜两位嘉宾将获得爱琴海之旅</d><d p="748.11600,1,25,16777215,1439374005,0,39c4780c,1096597065,10">若基亚</d><d p="53.88200,1,25,16777215,1439352746,0,c74b98f3,1095174915,10">听到歌BGM 就激起活力</d><d p="1187.99000,1,25,16777215,1439212157,0,62bf1c09,1089695109,10">以后会有的←_←</d><d p="1101.27000,1,25,16777215,1439212155,0,62bf1c09,1089687703,10">举个爪\^O^/</d><d p="1182.60000,1,25,16777215,1439103809,0,4124a4b,1084467695,10">小时候一直很好奇为啥女主没技能</d><d p="1119.68000,1,25,16777215,1439103808,0,4124a4b,1084463903,10">以前觉得女主装扮美爆了</d><d p="1080.37000,1,25,16777215,1439103807,0,4124a4b,1084460097,10">准备</d><d p="858.11300,1,25,16777215,1439103803,0,4124a4b,1084447019,10">还记得当年梦寐以求女主的这套裙子...</d><d p="878.77800,1,25,16777215,1439103803,0,4124a4b,1084448287,10">小精灵你在哪</d><d p="791.19400,1,25,16777215,1439103802,0,4124a4b,1084442827,10">小时候好爱女主</d><d p="813.44600,1,25,16777215,1439103802,0,4124a4b,1084444301,10">还有个娃娃叫小精灵</d><d p="778.82800,1,25,16777215,1439103802,0,4124a4b,1084442015,10">喜欢3D部分</d><d p="800.94500,1,25,16777215,1439103802,0,4124a4b,1084443435,10">画纸上都是的</d><d p="411.77600,1,25,16777215,1439103795,0,4124a4b,1084418765,10">小时候最喜欢画这里的女生了</d><d p="1160.59000,1,25,16777215,1439053300,0,b9d23561,1082776865,10">wink</d><d p="1150.22000,1,25,16777215,1439053299,0,b9d23561,1082774783,10">噢噢噢</d><d p="1101.90000,1,25,16777215,1439053298,0,b9d23561,1082773065,10">me</d><d p="897.49700,1,25,16777215,1439053293,0,b9d23561,1082764253,10">仁杰:快把我的女朋友找回来w(゚Д゚)w</d><d p="782.18100,1,25,16777215,1439053291,0,b9d23561,1082759611,10">哈哈哈哈哈哈哈哈</d><d p="11.94500,1,25,16777215,1439053274,0,b9d23561,1082723731,10">简直了以前小时候超喜欢这个</d><d p="12.57400,1,25,16777215,1439032071,0,bd4a5388,1081500523,10">来看童年 感谢制作组> <</d><d p="779.94600,1,25,16777215,1438805070,0,46cccf39,1070762531,10">hhhhh</d><d p="511.71300,1,25,16777215,1438805064,0,46cccf39,1070760063,10">这站姿好少女</d><d p="483.71700,1,25,16777215,1438805063,0,46cccf39,1070759675,10">表白练习hhhh</d><d p="105.90400,1,25,16777215,1438787474,0,f17e7e82,1070185413,10">喜欢英语版的只有我一个吗</d><d p="730.56500,1,25,16777215,1438481424,0,b7ac765b,1055375613,10">布卡标志好像这个啊</d><d p="434.57400,1,25,16777215,1438481419,0,b7ac765b,1055359687,10">3个男生在女寝里</d><d p="1267.37000,1,25,16777215,1438344535,0,ac43e018,1049848971,10">前面说公主抱的憋走!!!</d><d p="1148.20000,1,25,16777215,1438344533,0,ac43e018,1049837699,10">娇 喘 好评!!!</d><d p="1092.18000,1,25,16777215,1438344531,0,ac43e018,1049828537,10">bgm换了呀~~</d><d p="1100.84000,1,25,16777215,1438344531,0,ac43e018,1049830775,10">按爪!!!</d><d p="1103.76000,1,25,16777215,1438326222,0,6a265ef,1048362523,10">我</d><d p="392.50200,1,25,16777215,1438312282,0,ac43e018,1047389425,10">瞬间转百合………</d><d p="415.38700,1,25,16777215,1438312282,0,ac43e018,1047392037,10">………口风</d><d p="250.22700,1,25,16777215,1438312279,0,ac43e018,1047380873,10">暂停学姿势……</d><d p="452.76800,1,25,16777215,1438171695,0,38736eff,1041639503,10">KIWI。。。。。WIKI。。。。。中文是叫基维么。。。。</d><d p="1351.33000,1,25,16777215,1438139488,0,3127b7ba,1039684441,10">法国不可能会有热带植物</d><d p="1135.90000,1,25,16777215,1438139485,0,3127b7ba,1039673833,10">演艺。。。。</d><d p="1108.52000,1,25,16777215,1438139484,0,3127b7ba,1039672573,10">moi!</d><d p="886.18200,1,25,16777215,1438139480,0,3127b7ba,1039661925,10">小时候最怕这集了。。童年阴影</d><d p="860.73300,1,25,16777215,1438139480,0,3127b7ba,1039660653,10">XANA上线</d><d p="816.17900,1,25,16777215,1438139479,0,3127b7ba,1039658453,10">诡异的BGM。。。。</d><d p="398.99600,1,25,16777215,1438139472,0,3127b7ba,1039638571,10">YA.............</d><d p="1085.42000,1,25,9599289,1438096292,0,d3a2b826,1038732945,10">Bgm也赞了很多</d><d p="1098.84000,5,25,65280,1438059670,0,305c5d61,1036407467,10">我</d><d p="1171.80000,1,25,16777215,1438053113,0,d2692a2b,1036135945,10">嘲讽被打脸</d><d p="856.86500,1,25,16777215,1438053109,0,d2692a2b,1036124583,10">鬼屋即视感</d><d p="1103.30000,1,25,16777215,1437736048,0,87637b33,1024072697,10">我要把所有的看完</d><d p="1046.19900,1,25,16777215,1437559563,0,5a2d5d68,1016505699,10">身处险境还放如此优雅的bgm 不愧是浪漫的法国人</d><d p="204.97100,1,25,16777215,1437552271,0,c76acecc,1016191841,10">我好喜欢这扇子</d><d p="1143.18000,1,25,16777215,1437534692,0,b49daac2,1015192045,10">前方福利</d><d p="1099.13000,1,25,16777215,1437476878,0,3196e05e,1013374407,10">WWW</d><d p="866.77000,1,25,16777215,1437476874,0,3196e05e,1013358427,10">女主么么哒</d><d p="411.37300,1,25,16777215,1437318667,0,5cdfea3d,1007103987,10">以前觉得安妮好漂亮...现在...</d><d p="1150.82000,1,25,16777215,1437138541,0,e26c6f72,999470687,10">我就在找这一集233333小时候的我多么单纯</d><d p="817.38300,1,25,16777215,1437134935,0,e26c6f72,999448143,10">连蛋和腚都画出来了(눈_눈)</d><d p="864.66600,1,25,16777215,1437102710,0,64b7a647,997648977,10">记得以前好像挺怕这一集的</d><d p="465.40200,5,25,16737945,1437063129,0,1af2d53,996809281,10">现在还是最喜欢陈迪</d><d p="1109.11000,1,25,16777215,1437048504,0,ac690bd8,995971665,10">+1</d><d p="1422.27000,1,25,16777215,1436857435,0,c1b73b73,988020847,10">信息量好大的ed</d><d p="1102.60000,1,25,16777215,1436796627,0,4c6e94a,986300297,10">我</d><d p="768.83700,1,25,16777215,1436796624,0,4c6e94a,986291621,10">烧了吧少年</d><d p="447.56000,1,25,16777215,1436796620,0,4c6e94a,986274909,10">chaodeng1</d><d p="538.07100,1,25,16707842,1436749743,0,da81ce31,983754835,10">老坛酸菜味hhhhhhhh</d><d p="1103.17000,1,25,16777215,1436731464,0,de6c11df,983645331,10">坚持</d><d p="466.76900,1,25,16777215,1436710245,0,f5d46b4d,982621895,10">没错。。。</d><d p="1102.99000,1,25,16777215,1436691919,0,84c5bcb7,981199755,10">我</d><d p="812.80900,1,25,16777215,1436691911,0,84c5bcb7,981175213,10">是的</d><d p="1187.69000,1,25,16777215,1436637769,0,54a62f76,979507511,10">放技能了!</d><d p="1103.87000,1,25,16777215,1436637767,0,54a62f76,979506063,10">毕竟童年我还是坚持到了这里</d><d p="794.99400,1,25,16777215,1436637761,0,54a62f76,979496291,10">然后这里有怪物</d><d p="803.23600,1,25,16777215,1436637761,0,54a62f76,979496645,10">好像这里是以前女主的家</d><d p="638.97200,1,25,16777215,1436637758,0,54a62f76,979493611,10">这集好像看过,后面他们被困在小屋子里去了</d><d p="463.02900,1,25,16777215,1436637755,0,54a62f76,979490309,10">声控表示受不了了</d><d p="162.16200,1,25,16777215,1436637750,0,54a62f76,979484575,10">董美娃这个样子我简直不能忍</d><d p="781.89000,1,25,16777215,1436620183,0,9bf59b67,978729099,10">hhhh</d><d p="517.94000,1,25,16777215,1436620182,0,9bf59b67,978724111,10">情敌上线</d><d p="1040.53000,1,25,52377,1436620145,0,62bf1c09,978586969,10">A:这是我家啊。</d><d p="1006.93000,1,25,52377,1436620144,0,62bf1c09,978584281,10">少侠好身手QWQ</d><d p="884.01100,1,25,16777215,1436620143,0,ae21a61a,978580515,10">发光的……</d><d p="859.82300,1,25,16777215,1436620142,0,ae21a61a,978576297,10">好恐怖 怕怕</d><d p="768.32300,1,25,16777215,1436620140,0,ae21a61a,978567775,10">偶像剧即视感</d><d p="431.25300,1,25,16777215,1436616539,0,ae21a61a,978564609,10">Jim的肚子好大2333</d><d p="726.53600,1,25,16777215,1436616539,0,62bf1c09,978564997,10">xana又来了</d><d p="761.54500,1,25,16777215,1436616539,0,62bf1c09,978566989,10">少年吃醋咯</d><d p="739.59400,1,25,16777215,1436616539,0,62bf1c09,978565781,10">2333333</d><d p="611.54600,1,25,16777215,1436616537,0,62bf1c09,978559263,10">为嘛爱因斯坦的声音总感觉怪怪的</d><d p="524.77200,1,25,16777215,1436616536,0,62bf1c09,978553597,10">odd:哇 一股浓厚的老坛酸菜味儿~</d><d p="497.00700,1,25,16777215,1436616534,0,62bf1c09,978548339,10">系统提示:您的情敌William已上线。</d><d p="423.68600,1,25,16777215,1436616532,0,62bf1c09,978541059,10">哈哈 毫无违和</d><d p="1095.99000,1,25,16777215,1436616523,0,936835ce,978510803,10">谁人坚持到这了</d><d p="263.00000,1,25,16777215,1436605557,0,b265a7f5,977969337,10">- -就我一个?</d><d p="152.74200,1,25,16777215,1623667216,0,cf973e7b,50606921197027333,9">期待身体互换的一集</d><d p="21.38100,1,25,16777215,1622000963,0,d8b04cbc,49733324313198595,9">感谢制作组!!</d><d p="327.73100,1,25,16777215,1585563004,0,a2da600e,30629339938684931,9">A妹变好看了</d><d p="300.52800,1,25,16777215,1582780642,0,bebce5ed,29170580533018631,9">这个死亡的效果也比以前好</d><d p="90.73500,1,25,16777215,1569686563,0,95d7a04b,22305512317517828,9">交通工具超帅</d><d p="16.40100,1,25,16777215,1551029386,0,b8a52f48,12523778180382724,9">你的天呐pq</d><d p="320.30300,1,25,16777215,1550734370,0,5d9a230f,12369104833347588,9">狼蛛可能使用了首次登场无敌套餐(滑稽</d><d p="1002.21900,1,25,16777215,1549813168,0,f8a01633,11886129765679106,9">……从地面走?</d><d p="1059.11300,1,25,16777215,1547378246,0,ccd06fbe,10609529585664002,9">对这集印象超级深!!!</d><d p="108.49300,1,25,16777215,1540504894,0,1793cf04,7005913585549312,9">哈哈哈可爱</d><d p="1413.03700,1,25,16777215,1531138652,0,daba9048,2095305006252034,9">其实Aelita的妈妈也是粉发也很漂亮啊</d><d p="314.19700,1,25,16777215,1530123653,0,835955a8,1563153514102788,9">狼蛛:团灭主角团,我能吹一年!</d><d p="208.73900,1,25,16777215,1524810030,0,a0b36bac,4490215292,9">这个配音。。。我还是选择国语好了</d><d p="988.85700,1,25,16777215,1523810546,0,52f00a4e,4464244929,9">对2个人脱衣服印象深刻</d><d p="489.71400,1,25,16777215,1519048978,0,3f48d06b,4319369622,9">这个告白练习了整整三季</d><d p="2.19600,1,25,11890,1518167412,0,1cad8f85,4279508522,9">感谢字幕组,我来补S2啦</d><d p="1.92000,1,25,9487136,1516189929,0,a26d5d06,4188282004,9">20180117(・ิϖ・ิ)っ青软</d><d p="1426.24000,1,25,16777215,1513083875,0,8c33ba3e,4031669427,9">前传也是这个时候做出来的。</d><d p="549.97100,1,25,16777215,1511784367,0,e023f92b,3992794392,9">情敌都是来送助攻的</d><d p="82.37800,1,25,16777215,1511688686,0,afa346b1,3990376514,9">一脚把他踢下地</d><d p="1007.07700,1,25,16777215,1509638731,0,c999c867,3936825895,9">过了十年我也记得这集!!!</d><d p="1323.92000,1,25,16777215,1506480422,0,15336bdc,3839852915,9">招牌动作按回车</d><d p="1013.98700,5,25,16777215,1504073045,0,21891678,3769164744,9">人民群众喜闻乐见</d><d p="527.82600,1,25,8700107,1502866440,0,f901789b,3704327057,9">O的声音...太棒了</d><d p="6.36300,1,25,16751103,1497190239,0,1a828344,3450784824,9">大咖好 我系粉字菌</d><d p="1256.90000,1,25,16777215,1496307915,0,ddf89151,3423141122,9">暗中观察(A娘限定版)</d><d p="1297.38600,5,25,11890,1495915490,0,b1fa4f73,3410500720,9">逗貓hhhhh</d><d p="1404.80000,1,25,16711680,1490850092,0,1aab8935,3156018006,9">片尾曲:Subdigitals-Break Away</d><d p="13.56800,1,25,16777215,1489651483,0,b526f0ee,3106847762,9">听到前奏鸡皮疙瘩都起来了</d><d p="167.05400,1,25,16777215,1486447331,0,74c9f0,2968204066,9">新敌人上线</d><d p="926.13500,1,25,16777215,1486433403,0,541c95f6,2967160058,9">恶魔城鬼家具</d><d p="547.87900,1,25,16777215,1484583150,0,9be133f5,2857103415,9">学霸组老是讨论知识</d><d p="480.64900,1,25,16777215,1484583148,0,9be133f5,2857097205,9">要告白吗?233333</d><d p="1389.51000,1,25,16707842,1481991169,0,15235e0f,2758458821,9">還以為是巧克力</d><d p="1200.66000,1,25,16777215,1479701569,0,4953a7ca,2681202359,9">、都没打多少就没了</d><d p="474.72100,1,25,16777215,1476471820,0,d5743c91,2554055883,9">国语叫基维,不叫维基</d><d p="268.52200,1,25,16777215,1473933975,0,a90e944d,2409309725,9">第五集的真人部分简直鸡肋</d><d p="1077.03000,1,25,16777215,1473178369,0,a87910d8,2381617423,9">好燃啊AA啊啊啊</d><d p="1246.56000,5,25,14811775,1472544280,0,8244b376,2354708941,9">odd也会日柱子,卢西奥既视感</d><d p="496.85400,5,18,41194,1471536749,0,876bb221,2290075323,9">哈哈哈哈哈哈哈</d><d p="1409.71000,1,25,16777215,1470848462,0,10bc9d37,2244885567,9">我擦……ed好帅</d><d p="712.43900,1,25,15138834,1469542211,0,ac5f3245,2152509425,9">神探夏洛克</d><d p="77.66000,1,25,15138834,1469512975,0,ac5f3245,2150039673,9">没错但年我们还用滑板,单车模仿过他们</d><d p="58.04200,5,25,15138834,1469106589,0,c6ee68d5,2124367411,9">这画质终于正常了</d><d p="56.42000,5,25,15138834,1466561426,0,8a0c00c,1984395819,9">画质感动哭</d><d p="28.21900,1,25,16777215,1466485301,0,9f17df4c,1981614205,9">好怀念啊!!</d><d p="14.88000,1,25,16777215,1466147018,0,fbb52fe2,1966953571,9">相约第三季!</d><d p="1293.32000,1,25,16777215,1465750877,0,6abd08fe,1953965069,9">狼蛛:牙白!顾着逗猫忘了正事了!</d><d p="48.72800,1,25,16777215,1465171716,0,bc7c5a1c,1928301321,9">刚补完第1季</d><d p="942.19100,1,25,16777215,1464095394,0,b00c97e6,1886938293,9">塞巴斯蒂安是你2333</d><d p="65.07700,1,25,16777215,1464091729,0,b00c97e6,1886730237,9">交通工具已上线</d><d p="650.88200,1,25,16777215,1464001626,0,fd86e2ef,1883893089,9">不是单箭头,很多地方看得出YU是相互喜欢的</d><d p="42.68700,1,25,16777215,1463998014,0,fd86e2ef,1883855573,9">以前小学放学作死的跑回家赶着看</d><d p="666.29000,1,25,16777215,1463839833,0,a9355fe4,1871092417,9">跟威廉小王子撩妹手段太高也有关hhhhhhhh</d><d p="503.30800,1,25,16777215,1463839828,0,a9355fe4,1871068847,9">贯穿几季的情敌出现了hhhhhh!ps我男神太帅</d><d p="168.50200,1,25,14811775,1463325091,0,7fcfd9a9,1853766755,9">刀郎這季更帥了!!!</d><d p="32.64100,1,25,14811775,1463325087,0,7fcfd9a9,1853751661,9">刀朗終於有車子了</d><d p="975.46900,5,18,16777215,1462461108,0,9376d713,1822438595,9">odd天使!!!</d><d p="1262.63000,5,25,16777215,1460498789,0,92d9c1bb,1755485853,9">谁规定非得是子弹数,可以是能量啊</d><d p="697.35500,1,25,16750848,1459724853,0,cda48583,1730398459,9">我小时候真的看过这么恐怖的一集?</d><d p="10.01800,1,25,16750848,1459724826,0,cda48583,1730378835,9">感谢字幕组!</d><d p="555.47700,1,25,16777215,1459573314,0,f60bf828,1723948187,9">学霸情侣的日常</d><d p="521.55700,1,25,16777215,1459573295,0,f60bf828,1723885083,9">卧槽William这身高</d><d p="73.22300,1,25,16777215,1458126468,0,86288c26,1685888687,9">交通工具帅死了!!!</d><d p="628.15800,1,25,9487136,1457835004,0,1d3f206c,1678486423,9">偷窥2333</d><d p="66.73000,1,25,16777215,1457255105,0,8626d1b5,1663302999,9">卧槽一开场就上交通工具啦</d><d p="353.83400,1,25,16777215,1455609876,0,d4f03eec,1602533021,9">而且a貌似长得更漂亮了</d><d p="5.82000,1,25,16777215,1455232041,0,11bd5ac4,1583913639,9">制作组辛苦了</d><d p="1309.47000,1,25,41194,1455181534,0,be0bf3e9,1581644375,9">前面事后那个你别走</d><d p="56.76600,1,25,16777215,1453547266,0,3f19ec44,1512389959,9">yep 这一季画面升级</d><d p="20.25400,1,25,16777215,1451830206,0,bc35c04e,1463953265,9">ODD男神!!!</d><d p="702.90200,1,25,16777215,1451710901,0,8436e21f,1459019197,9">这狼略帅啊</d><d p="193.14300,5,25,15138834,1450883464,0,52152455,1437016713,9">李琦是队长么卧槽。。。</d><d p="113.84700,1,25,16777215,1450717267,0,34654a0e,1433465013,9">已经不记得中配了。。。觉得英语听着也很带感~</d><d p="500.11400,1,25,16777215,1450350462,0,f68f0a52,1423237443,9">情敌出现,u你快主动点啊</d><d p="484.51000,1,25,16777215,1450162997,0,6b924a75,1418980547,9">告白练习哈哈哈哈哈哈</d><d p="25.72600,1,25,15138834,1450098582,0,6b924a75,1417793627,9">噢噢噢越来越帅!!</d><d p="28.08000,1,25,16777215,1449245542,0,ffb452b1,1394590539,9">感觉画风突变</d><d p="133.38600,5,25,15597585,1447467047,0,b24af9d3,1344175353,9">老师没教过你有些人是线索不是主要人物吗…</d><d p="98.52900,5,25,15597585,1447467045,0,b24af9d3,1344172367,9">骑摩的</d><d p="1065.25000,1,25,16777215,1444183823,0,f88ab4b7,1262695101,9">我不敢相信他们一直都没有在一起</d><d p="217.30000,1,25,16777215,1444050568,0,fb56d7c5,1257615021,9">后面还有坐飞船进入数据海到网络中战斗的。。</d><d p="98.93200,1,25,16777215,1443863128,0,804b1d3f,1249999331,9">好喜欢这个bgm!</d><d p="522.99100,1,25,16777215,1443513899,0,1319338e,1239005369,9"> hhhhhhhhh身高压制</d><d p="334.87200,1,25,16777215,1443513895,0,1319338e,1239000507,9">j的声优变了……</d><d p="620.60300,1,25,16777215,1442059725,0,533bacf8,1205597399,9">我重复一遍,Jeremy的配音一直都没换,只是CV换了发声方法而已</d><d p="559.72200,1,25,16777215,1440774690,0,8e47af54,1164389795,9">简直不能忍哈哈哈</d><d p="252.90500,1,25,16707842,1440446668,0,d8f202d3,1148477651,9">感觉换成日文配音会很舒服(๑• . •๑)</d><d p="141.21200,1,25,16777215,1440219687,0,f1f5c92,1137537253,9">陈迪衣服上的狗狗好萌</d><d p="43.42700,5,25,65433,1440136941,0,72414b06,1133325337,9">哎呀童年回忆!!!!!!!</d><d p="70.48900,1,25,16777215,1440119398,0,ad244e83,1132301741,9">交通工具!</d><d p="539.95800,1,25,16777215,1440087130,0,17f7a9b7,1131566629,9">一股醋味</d><d p="690.33100,1,25,16777215,1439993436,0,5b7eee3,1126796817,9">妹子这么萌?</d><d p="344.55800,1,25,16777215,1439993430,0,5b7eee3,1126770257,9">原来是你取得</d><d p="1250.28000,5,25,16776960,1439975128,0,24e57722,1125449713,9">都市丽人666</d><d p="644.32100,5,25,16776960,1439967820,0,24e57722,1125007821,9">小黑屋然后干了个爽</d><d p="253.78200,5,25,16776960,1439967812,0,24e57722,1124978931,9">请务必把你们学的图片发给我</d><d p="122.72800,5,25,16776960,1439967810,0,24e57722,1124967627,9">但现在还是喜欢英语的</d><d p="113.11500,5,25,16776960,1439967809,0,24e57722,1124966987,9">小时候看的国语</d><d p="29.61700,5,25,16776960,1439967808,0,24e57722,1124961657,9">少得可怜</d><d p="173.75800,5,25,16711680,1439899695,0,563f4bd0,1121825703,9">TYPE:UNKWOWN</d><d p="15.88300,1,25,16777215,1439781063,0,cdd95950,1115350599,9">简直良心</d><d p="607.27700,1,25,16777215,1439103799,0,4124a4b,1084431455,9">记得董美娃有个小娃娃叫小精灵对吗</d><d p="31.66100,1,25,16777215,1439096505,0,76377f50,1084077241,9">字幕组的各位辛苦啦~</d><d p="1398.73000,1,25,16777215,1438805081,0,46cccf39,1070767505,9">牵手成功</d><d p="663.69700,1,25,16777215,1438805068,0,46cccf39,1070761635,9">脸红技能已上线</d><d p="565.19800,1,25,16777215,1438805065,0,46cccf39,1070760675,9">学霸夫妇的日常</d><d p="1417.32000,1,25,16777215,1438344539,0,ac43e018,1049866287,9">ed巨燃啊啊啊啊啊啊!</d><d p="985.51400,1,25,16777215,1438344529,0,ac43e018,1049819621,9">超爱这集!!</d><d p="99.66600,1,25,16777215,1438056763,0,6ee9f5d4,1036302371,9">因为小时候看的是国语的</d><d p="11.47900,1,25,16777215,1437782927,0,3dd798fe,1025578039,9">卧槽童年!以前一直以为是国漫!!!</d><d p="515.54700,1,25,16777215,1437736037,0,87637b33,1024034819,9">情敌hhhh</d><d p="36.85000,1,25,16777215,1437390475,0,eec9ab2,1009845985,9">以前经常在家手这部动画</d><d p="512.20500,5,25,13369344,1437372164,0,fecd88f2,1008787475,9">练回口语吧。。。。</d><d p="181.39700,5,25,16737945,1437063127,0,1af2d53,996804111,9">英配笑死我了</d><d p="15.20000,1,25,16777215,1436796611,0,e715af9d,986239925,9">好怀念的啊!</d><d p="23.42300,1,25,16777215,1436746139,0,6722e659,983749605,9">童年最喜歡的動畫,沒有之一</d><d p="614.56900,1,25,39321,1436623809,0,ca98fd12,978824195,9">大概第三季就好了吧,因为前传就换配音了</d><d p="994.04900,1,25,16777215,1623465044,0,89ef0787,50500924696166403,8">这里让我印象深刻 脱衣服啥也没干 噢太纯情了</d><d p="276.36600,1,25,16777215,1604826581,0,44c8588b,40729002288611331,8">奥迪华尔兹</d><d p="45.64600,1,25,16777215,1604826304,0,44c8588b,40728856696455173,8">有坐骑了</d><d p="158.72400,1,25,16777215,1597856688,0,65facdfa,37074770879578115,8">这季3D和2D是质的变化</d><d p="1409.44900,1,25,16777215,1595414295,0,60c0d2,35794253273628677,8">熟悉的BGM</d><d p="566.19900,1,25,16777215,1586006840,0,21a9f452,30862037570027591,8">官方吐槽</d><d p="49.80800,1,25,16777215,1584704275,0,58fe2350,30179118800175111,8">这个专场</d><d p="10.39100,1,25,16777215,1583756395,0,5bce3688,29682156501991429,8">感谢字幕组!</d><d p="590.68300,1,25,16777215,1582781168,0,bebce5ed,29170856444297219,8">2d部分的质量也提升了</d><d p="86.37900,1,25,16777215,1582625388,0,c71077f5,29089182959271941,8">Ulrich骑车发带飘起来的样子超级帅</d><d p="584.30500,1,25,16777215,1582055264,0,e3c88fac,28790273906573316,8">ulrich真人版才帅</d><d p="582.05400,1,25,16777215,1564593211,0,261d8063,19635128749785092,8">我竟无言以对……</d><d p="307.04500,1,25,16777215,1558274400,0,8e0a5af4,16322252418056192,8">夫妻下线</d><d p="109.29900,1,25,16777215,1555217345,0,758f84b0,14719475106447362,8">萝卜青菜,各有所爱嘛各位~</d><d p="16.08700,1,25,16777215,1553325034,0,2dc44c8b,13727359108644866,8">感谢字幕组!</d><d p="555.95500,1,25,16777215,1551262714,0,31ab9a1f,12646109276012548,8">硬核秀恩爱</d><d p="983.10200,1,25,16777215,1542525278,0,1afe7a64,8065176427823104,8">啊啊啊这集要脱衣服了</d><d p="1254.24300,1,25,16740868,1541659318,0,3adb1681,7611164166979584,8">都市丽人hhhhhh</d><d p="238.12900,1,25,15772458,1537190360,0,2bc58793,5268143036956672,8">不,它会萌的</d><d p="64.85200,1,25,15138834,1531117079,0,a0ed6a85,2083994490372096,8">有工具了!</d><d p="665.81300,1,25,16777215,1529117957,0,d68d5e7,1035879098351620,8">这两位间的对话好成熟啊2333</d><d p="103.12200,1,25,16777215,1526813236,0,b855cd36,4551512936,8">国语odd好像是小鱼人的声优</d><d p="703.43700,1,25,16777215,1523641463,0,9b24357a,4458465627,8">不过真的在我看来u真的比w成熟 u只是在对待y的事情上比较别扭</d><d p="166.00800,1,25,16777215,1518953974,0,d5e1bba0,4315241449,8">狼蛛上线</d><d p="88.84900,1,25,16777215,1512892928,0,5986a567,4026873358,8">童年好像确实是从又交通工具开始的</d><d p="1387.94400,1,25,16777215,1511689839,0,afa346b1,3990423753,8">护身保命才是关键啊</d><d p="1233.23300,1,25,16777215,1511689667,0,afa346b1,3990416799,8">这集毁掉了我纯真的童年啊</d><d p="644.42500,1,25,16751052,1510850844,0,8d404983,3968711322,8">让你不告白</d><d p="34.39300,1,25,16777215,1505905369,0,d51ac381,3824990190,8">3D好了很多啊</d><d p="133.11800,1,25,16777215,1505817161,0,5535bee8,3823039386,8">喜欢优美的小飞船</d><d p="180.99000,1,25,16777215,1505041353,0,62c8a88a,3802981807,8">xana最喜欢的就是狼蛛了</d><d p="16.47800,1,25,16777215,1503278574,0,abd503e4,3726481522,8">感谢字幕组~</d><d p="695.60700,1,25,16777215,1499216962,0,b617fb93,3522537657,8">绝笔是dota天黑的音效</d><d p="1310.94800,1,25,16751103,1497190256,0,1a828344,3450842167,8">居然有圆塔锁定这句话了qaq</d><d p="18.22300,1,25,16751103,1497190239,0,1a828344,3450785469,8">感谢字幕组qaq</d><d p="149.43800,1,25,16777215,1495990884,0,594b8f2c,3413382917,8">才发现Odd身上那是Kiwi</d><d p="350.06100,1,25,16777215,1490368265,0,25edebfa,3135872924,8">狼蛛勇士,变形!</d><d p="983.26400,1,25,16777215,1487495119,0,52048eec,3023576580,8">哦哦,脱衣服那就</d><d p="569.77000,1,25,16777215,1487142236,0,e7e063e5,3006449922,8">官方吐槽</d><d p="479.81000,1,25,16777215,1486663332,0,54e6c0d0,2982513726,8">夫妻档上线</d><d p="6.18800,1,25,16707842,1485357091,0,e651ef7e,2900281230,8">感谢字幕组</d><d p="521.55700,1,25,16777215,1485198181,0,d907e63,2890868148,8">WY大法啊x人群中混入了我一个bg……</d><d p="164.54400,1,25,16777215,1484705451,0,ae522d35,2862150769,8">狼蛛上线</d><d p="35.01200,1,25,16777215,1484705447,0,ae522d35,2862140101,8">3D优化了</d><d p="1007.83000,1,25,16777215,1484583160,0,9be133f5,2857133209,8">Odd超帅~~~</d><d p="995.88100,1,25,16777215,1483366235,0,89ef0787,2808253619,8">嘿嘿嘿嘿嘿嘿嘿嘿我也记得</d><d p="211.43300,1,25,16777215,1483366224,0,89ef0787,2808208973,8">武器啥时候升级来着</d><d p="1240.04000,1,25,16777215,1480032531,0,c778e5f2,2691105633,8">自行防空炮233333</d><d p="173.25600,1,25,16777215,1479733757,0,c6dd91a5,2682504431,8">Aelita的英配一直都没怎么变感觉超好听的啊wwww</d><d p="1418.26000,1,25,16777215,1479701574,0,4953a7ca,2681218199,8">跟前传的片尾一样</d><d p="1253.46000,1,25,16777215,1479701571,0,4953a7ca,2681206319,8">想什么 开火机关枪(箭)</d><d p="985.36200,1,25,16777215,1479701564,0,4953a7ca,2681183675,8">这里我记得小时候看到内个..</d><d p="39.89000,1,25,16777215,1479531677,0,4953a7ca,2673859133,8">车车好帅</d><d p="23.50500,1,25,16777215,1479531676,0,4953a7ca,2673858107,8">这季质量是不是好点</d><d p="251.46700,1,25,16777215,1477476362,0,13eb7620,2598424569,8">一直觉得英配好听</d><d p="15.45900,5,25,14811775,1477015809,0,71161c24,2575415681,8">这一季好多弹幕</d><d p="212.20000,1,25,16777215,1476022212,0,e7419d63,2538772183,8">小乔的扇子 伤害爆炸啊</d><d p="4.94400,1,25,16777215,1475327398,0,de8673ff,2479846493,8">情敌flag</d><d p="29.44000,1,25,16777215,1474899032,0,10bc67e3,2447018293,8">3d技術提升了</d><d p="319.38100,1,25,16777215,1473933978,0,a90e944d,2409319723,8">全场最佳. 狼蛛</d><d p="64.00700,1,25,16777215,1473178352,0,a87910d8,2381585599,8">新地图!!!</d><d p="5.28400,1,25,16777215,1473178351,0,a87910d8,2381583621,8">感谢字幕组</d><d p="473.18100,5,25,14811775,1472544266,0,8244b376,2354650531,8">啊啊啊啊啊啊啊啊这个头发颜色,❤❤❤</d><d p="139.06000,5,25,14811775,1472544260,0,8244b376,2354623257,8">yumi的摩的是庞麦郎给的</d><d p="526.22400,5,25,3407769,1471619479,0,c6af2fae,2295675137,8">拒绝YW,果绿君表示心灵受到创伤</d><d p="542.85800,5,25,255,1471572633,0,876bb221,2291251657,8">突然出现情敌,心疼U</d><d p="13.27800,5,25,41194,1471536740,0,876bb221,2290031801,8">一直想不明白,国语的配音为啥总是哪么别扭</d><d p="55.65900,1,25,16707842,1470200471,0,4f736e43,2197804411,8">已经补完第一季</d><d p="43.07600,1,25,16777215,1468678257,0,9f75d36,2097280705,8">。画质棒棒的:-)</d><d p="221.06100,1,25,16777215,1468652585,0,5b1b73ee,2094818407,8">不习惯的别吵。。看看就习惯了</d><d p="13.21900,1,25,16777215,1466766435,0,ded470e5,1992815539,8">辛苦制作组!</d><d p="1052.12000,1,25,16777215,1465643263,0,83b891ec,1949471239,8">花式虐狗</d><d p="1076.56000,1,25,16777215,1464095396,0,b00c97e6,1886944493,8">点心好吃</d><d p="256.93000,1,25,16777215,1464091736,0,b00c97e6,1886749745,8">帅不过三秒</d><d p="1045.23000,1,25,14811775,1463325111,0,7fcfd9a9,1853830655,8">終於獨處了,快親!!</d><d p="539.69600,1,25,16777215,1463325099,0,7fcfd9a9,1853793695,8">這就是大家常説的 William</d><d p="322.98000,1,25,16711680,1463058583,0,6681a47a,1842390781,8">威廉上线,兰科都炸了</d><d p="23.82100,1,25,16777215,1463032927,0,4803773e,1841291901,8">終於看到二季</d><d p="1060.06000,5,18,16777215,1462461110,0,9376d713,1822443569,8">bgm换了?!</d><d p="1247.40000,1,25,16777215,1459576934,0,f60bf828,1724016281,8">都市丽人23333</d><d p="485.67400,1,25,16777215,1459573293,0,f60bf828,1723880599,8">措辞hhhhhh</d><d p="1068.84000,1,25,16777215,1458990465,0,29bf07ab,1708560817,8">这个bgm好燃</d><d p="75.05100,1,25,16777215,1458990448,0,29bf07ab,1708502415,8">有交通工具啦</d><d p="34.56700,1,25,16777215,1458990447,0,29bf07ab,1708500169,8">一堆人陪我补童年!</d><d p="1303.62000,1,25,16777215,1458734909,0,2caf65af,1702011397,8">咋这么快了呢</d><d p="507.78500,1,25,9487136,1457835001,0,1d3f206c,1678481261,8">威廉一直被XANA控制,都醉了</d><d p="54.69700,1,25,9487136,1457831393,0,1d3f206c,1678464849,8">跳OP的朋友你们好,我是萌萌的草绿君</d><d p="520.32000,1,25,16777215,1457766202,0,92d9c1bb,1676188689,8">这下更加墨迹了…心疼Uhhh</d><d p="332.31500,1,25,16777215,1456984975,0,d87f8ff3,1654135933,8">英文配音真的好赞</d><d p="118.42100,1,25,16777215,1453547276,0,3f19ec44,1512428567,8">儿童个what 很明显是面向青少年及更高年龄 那么优秀的想象力和理论构建</d><d p="11.32900,1,25,16777215,1453403032,0,350bf700,1507515551,8">感谢啊啊啊啊啊啊啊当年看到一半就不播了</d><d p="502.33600,1,25,16777215,1453345882,0,61dc52de,1505227643,8">被撬墙角了</d><d p="94.52100,1,25,16777215,1452917561,0,51f13008,1491979989,8">刀郎帅炸!</d><d p="1427.89000,1,25,16777215,1450354083,0,f68f0a52,1423284289,8">ed暴露剧情</d><d p="94.16300,1,25,15138834,1450098584,0,6b924a75,1417799401,8">妈的刀郎的声音本宝宝耳朵怀孕了男神憋走!!!!!</d><d p="337.50700,1,25,16777215,1449583853,0,da97ee8e,1404299263,8">A换了衣服啊 </d><d p="1009.17000,1,25,16777215,1445677507,0,6dd9897c,1299078835,8">少年好身手</d><d p="513.12500,1,25,16777215,1445342926,0,dc988139,1291318563,8">有人吃WU吗!</d><d p="499.83200,1,25,16777215,1444183812,0,f88ab4b7,1262668899,8">原来william那么早上线的吗</d><d p="933.97900,1,25,16777215,1444028603,0,85d2dc47,1256302591,8">我现在及其敬重日本的CV</d><d p="64.76200,1,25,16777215,1441167172,0,c48ba409,1179206401,8">因为ODD男神喜欢上滑板的有么!</d><d p="615.01200,1,25,16777215,1440126698,0,3ca3e83e,1132641083,8">爱因斯坦是换声优了?之前那个比较好</d><d p="1303.52000,1,25,16777215,1440087144,0,17f7a9b7,1131609969,8">一个姿势2333</d><d p="108.70100,1,25,16777215,1440050531,0,7f1f2e5b,1128939241,8">并不,英文也很带感,带我一个→_→</d><d p="672.78200,1,25,16777215,1439993436,0,5b7eee3,1126795425,8">为何脸红</d><d p="312.19000,1,25,16777215,1439993430,0,5b7eee3,1126767633,8">这番里的bgm百听不厌</d><d p="256.88100,1,25,16777215,1439993429,0,5b7eee3,1126763489,8">我想知道生命值有多少 100吗?</d><d p="154.61500,1,25,16777215,1439993427,0,5b7eee3,1126755509,8">其实女主也会滑板来着</d><d p="1318.54000,5,25,16776960,1439975129,0,24e57722,1125455761,8">和机娘约会</d><d p="1217.24000,5,25,16776960,1439975127,0,24e57722,1125447383,8">临死也先找到该恨谁</d><d p="22.98000,5,25,16776960,1439967808,0,24e57722,1124961323,8">终于有弹幕了</d><d p="173.75800,5,25,16711680,1439899696,0,563f4bd0,1121828087,8">WEAPONS:HIGH SPEED MACHINEGUN*2</d><d p="122.01900,1,25,16777215,1439212153,0,39ec0a9b,1089675171,8">想到疯狂原始人,肯定不止我一个。</d><d p="715.57700,1,25,16777215,1439103801,0,4124a4b,1084438169,8">好心人告诉我夏之那用超声波制造灾难是哪一集吗</d><d p="245.98700,1,25,16777215,1439103793,0,4124a4b,1084405507,8">董美娃,尤惠子,任杰,李奇,陈迪,夏之那...还有都不记得了</d><d p="196.90400,1,25,16777215,1438528285,0,bafbf88e,1058345397,8">翻跟斗意义何在,你看人家理你么</d><d p="13.06400,1,25,15138834,1438445556,0,525b2c49,1054558755,8">最爱的!!</d><d p="32.34200,1,25,16777215,1438384064,0,1aadd518,1051328187,8">还记得当年看tvb</d><d p="79.33800,1,25,16777215,1438351847,0,3cd92a,1050343839,8">补童年呀!小时候没看全,之后却没看到重播了,伤心(;′⌒`)</d><d p="71.44500,1,25,16777215,1438312276,0,ac43e018,1047369755,8">装备帅啊!!最喜欢滑板啦啦啦!!</d><d p="962.18500,1,25,16777215,1438139482,0,3127b7ba,1039665545,8">论XANA如何做到。。。。。。</d><d p="141.90200,1,25,16777215,1438135844,0,6710110c,1039558051,8">感觉第三第四季的虚拟造型好像更好一点_(:з」∠)_但是Odd依旧是那么萌萌哒</d><d p="283.21500,1,25,16777215,1437548619,0,5a2d5d68,1016026525,8">j和acv是一个人所以j听起来怪怪的</d><d p="560.69400,1,25,16777215,1437534682,0,b49daac2,1015163845,8">学霸的世界我们不懂</d><d p="103.69300,5,25,16737945,1437063126,0,1af2d53,996800807,8">还是喜欢中配怎么办</d><d p="548.63600,1,25,16777215,1436753439,0,7706412f,983916529,8">老坛酸菜简直够- -</d><d p="274.70800,1,25,16777215,1436695568,0,805fbf8d,981364103,8">算我一个</d><d p="6.13900,1,25,16777215,1436637746,0,54a62f76,979480217,8">虚幻勇士小时候的最爱啊</d><d p="528.67400,1,25,16777215,1436620147,0,ae21a61a,978596655,8">就是这个味!23333</d><d p="629.33800,1,25,16777215,1436616537,0,62bf1c09,978559629,8">偷窥组0 0</d><d p="497.56400,1,25,16777215,1436616533,0,62bf1c09,978545311,8">纠结组2333333</d><d p="111.91400,1,25,16777215,1626438510,0,71f8d528,52059877369446407,7">中配找不到,不过接受这版吧</d><d p="41.42800,1,25,16777215,1623667083,0,cf973e7b,50606851249668101,7">有交通工具啦</d><d p="525.29200,1,25,9487136,1603815707,0,1d3f206c,40199013228085251,7">心疼U的别忘了他跟Sissi亲过嘴了,还是这位老哥主动的</d><d p="996.80500,1,25,16777215,1594358119,0,793adc09,35240512879853571,7">要脱了!!!</d><d p="995.77900,1,25,16777215,1586835033,0,64dc8e97,31296249290293251,7">哇,原来是这集啊</d><d p="84.61000,1,25,16777215,1585664893,0,64dc8e97,30682758864961543,7">升级了23333</d><d p="113.41000,1,25,16777215,1582364843,0,3474b10b,28952582225395714,7">魅影危机既视感</d><d p="986.48000,1,25,16777215,1581946907,0,45be1dfe,28733463787470850,7">XANA真踏马是UY粉头</d><d p="333.02200,1,25,16777215,1575627160,0,2311f88d,25420095893798912,7">官方也做了英语版的啊,听别人说的..</d><d p="1398.20900,1,25,16777215,1561521058,0,7b5c8b41,18024436053049344,7">模范夫妻。</d><d p="470.52400,1,25,16777215,1561466949,0,7b5c8b41,17996067362045954,7">我刚一直觉得加拿大的表妹不对</d><d p="60.96700,1,25,16777215,1555466187,0,73e0066d,14849939944243204,7">画质提升了</d><d p="685.16500,1,25,16777215,1543475479,0,b64ac6cb,8563355534491648,7">爱因斯坦太太也会害怕……</d><d p="179.48800,1,25,16777215,1542866240,0,d5cc7d61,8243939030073344,7">等一个水母</d><d p="97.10900,1,25,16777215,1540790245,0,1793cf04,7155519798640640,7">四个版本我最喜欢英文的配音了</d><d p="167.69100,1,25,16777215,1539676206,0,db9a353a,6571442372083714,7">狼蛛上线</d><d p="314.33700,1,25,15772458,1537190456,0,2bc58793,5268193520123968,7">一个狼蛛团灭???</d><d p="91.75200,1,25,16777215,1534773248,0,8793e7ef,4000880534749184,7">No you don't好苏!!!!</d><d p="1201.52700,1,25,16777215,1531098585,0,ef3ae756,2074298467483648,7">由此可见狼蛛血量十个飞镖</d><d p="66.11600,1,25,16777215,1529976842,0,b00c97e6,1486181960253444,7">尬車模式已上線</d><d p="1409.74000,1,25,16777215,1528388986,0,31e403a3,653688514805760,7">可以啊 有ED了</d><d p="11.00800,1,25,16777215,1527677264,0,1fa520b9,280541075603458,7">op不一样了!!!!</d><d p="72.05900,1,25,16777215,1525788501,0,105fb4c,4521962646,7">开头燃炸了!</d><d p="1248.92300,1,25,16777215,1523810904,0,52f00a4e,4464256411,7">都市丽人233333</d><d p="303.32100,1,25,16777215,1523809806,0,52f00a4e,4464222296,7">还是喜欢国语配音的软妹a</d><d p="658.82200,1,25,16777215,1523641280,0,9b24357a,4458461611,7">可以看出uy是互有好感的 特别是第四季结束他俩的单独回忆233</d><d p="61.26800,1,25,15138834,1520139540,0,e16d723e,4364393283,7">苹果绿君变草绿了?</d><d p="102.22000,1,25,16777215,1519048753,0,3f48d06b,4319353346,7">声音真好听</d><d p="343.02500,1,25,16777215,1518262908,0,52f00a4e,4283880791,7">超喜欢我Aelita这个衣服</d><d p="979.96600,1,25,9487136,1516191178,0,a26d5d06,4188337957,7">原来在这集!</d><d p="553.74200,1,25,16777215,1506479278,0,15336bdc,3839835028,7">不愧是爱因斯坦夫妇</d><d p="485.49900,1,25,16777215,1502994893,0,4b611546,3711872932,7">维基……百科?</d><d p="314.55000,5,25,8700107,1502695936,0,f901789b,3695062131,7">上面红字真相了</d><d p="1078.52700,1,25,16777215,1497852131,0,4ffefeb3,3471614957,7">是烧卖</d><d p="71.50000,1,25,16777215,1497708615,0,880248b3,3466623512,7">回忆中的滑板</d><d p="20.13800,1,25,41194,1495047821,0,399f0404,3370056064,7">大家好!!</d><d p="692.67200,1,25,38979,1490112779,0,6418f1fd,3126994386,7">前面魔兽争霸等我,我第一反应也是要天黑的音效hhhh</d><d p="11.52000,1,25,16777215,1489986098,0,743f405e,3122023342,7">绿藻君上线</d><d p="54.52700,1,25,16777215,1489752527,0,6735d04f,3110643894,7">第二季的3D开始超级棒w</d><d p="27.77700,1,25,16777215,1486217444,0,3d20e2ed,2954626826,7">还有一个小伙伴陪我~20170204</d><d p="1335.90000,1,25,16777215,1484583167,0,9be133f5,2857152709,7">233333333</d><d p="663.19900,1,25,16777215,1484583154,0,9be133f5,2857113373,7">噢噢噢会撩~</d><d p="37.56000,1,25,16777215,1484583139,0,9be133f5,2857066847,7">OP动画变了呢~</d><d p="522.75000,1,25,16777215,1483366230,0,89ef0787,2808230965,7">身高上就输了…dude</d><d p="167.10000,1,25,16777215,1481728293,0,3174e465,2749254563,7">狼蛛上线</d><d p="19.49700,1,25,16777215,1479675937,0,1c4e6671,2680750729,7">畫質上升</d><d p="1403.30000,1,25,16777215,1477537918,0,d66d15ab,2600618063,7">蜜汁拥抱66666</d><d p="65.84300,1,25,16777215,1475763036,0,d7fc3c54,2514185763,7">有交通工具啦啦啦</d><d p="13.57000,1,25,16777215,1473829289,0,3d41cfba,2404017029,7">感谢字幕组</d><d p="1297.57000,1,25,16777215,1473178372,0,a87910d8,2381623695,7">狼蛛一脸蒙</d><d p="1059.55000,1,25,16777215,1473178369,0,a87910d8,2381616917,7">bgm好帅啊啊啊啊啊啊啊啊啊啊</d><d p="557.69200,1,25,16777215,1472044159,0,2e2ada64,2322616887,7"> 夫妻俩居然是同一个cv这种事情</d><d p="355.04800,5,25,3407769,1471619469,0,c6af2fae,2295618589,7">A最萌</d><d p="293.47600,5,25,3407769,1471619468,0,c6af2fae,2295612059,7">什么我不敢相信←有人说J和A是一个配音?</d><d p="563.71700,1,25,16777215,1470845567,0,10bc9d37,2244833999,7">好吐槽2333333</d><d p="1296.96000,1,25,16777215,1470535819,0,7d0ba0ef,2220275331,7">狼蛛:???</d><d p="170.83700,1,25,16777215,1470333751,0,1919ebd8,2207735187,7">总觉得3d模型更棒了</d><d p="27.46000,1,25,15138834,1469512972,0,ac5f3245,2150025505,7">我是从第一季来的樱桃红</d><d p="46.51100,1,25,16777215,1468858368,0,378dd928,2109429131,7">第五遍重温~</d><d p="473.27600,1,25,16777215,1468652588,0,5b1b73ee,2094833753,7">威廉啊啊啊啊啊啊啊</d><d p="1014.80000,1,25,16777215,1467544077,0,39e1e770,2031850173,7">夏之纳都不知助攻多少次了</d><d p="1333.90000,1,25,16777215,1465891487,0,48afa299,1958309485,7">总结哈哈哈哈哈</d><d p="216.16300,1,25,16777215,1465740628,0,f8dcb0cc,1953445037,7">为什么要大叫 可怕啊</d><d p="1430.84000,1,25,38979,1465495366,0,92d9c1bb,1941787593,7">←第二季结束了才出前传的请动动脑子</d><d p="596.26200,1,25,16777215,1465495351,0,92d9c1bb,1941770105,7">←盗版的还想有多清晰,嗯?</d><d p="21.49500,1,25,16777215,1465092607,0,cb13200b,1924761853,7">是当年的那个虚幻勇士么</d><d p="107.05300,1,25,16777215,1464091731,0,b00c97e6,1886733887,7">ODD尾巴是不是多几条纹了</d><d p="8.65900,5,25,15772458,1463504463,0,623c8b13,1858740727,7">大家好橙字君又来了</d><d p="1409.73000,1,25,14811775,1463328723,0,7fcfd9a9,1853865307,7">ed換了,有線索</d><d p="6.21800,5,18,16777215,1462457436,0,9376d713,1822208119,7">辛苦字幕组啦。第二季我来啦</d><d p="480.30800,1,25,16777215,1460307716,0,f64cacf8,1750961309,7">前方William上线</d><d p="27.40200,1,25,16777215,1460171476,0,c5eb8b25,1743953051,7">同年的回忆</d><d p="501.10500,1,25,16750848,1459724849,0,cda48583,1730395655,7">噢William上线!</d><d p="1341.01000,1,25,16777215,1459576937,0,f60bf828,1724025269,7">这学校的老师一共不超过五个</d><d p="490.53500,1,25,16777215,1458126475,0,86288c26,1685904551,7">你们磨叽了一季啊!!!!!</d><d p="0.00000,1,25,16777215,1458119120,0,2938bd6f,1685609027,7">感谢字幕组</d><d p="1273.80000,1,25,16777215,1457856287,0,f4d3e2e2,1679670797,7">卧槽公主抱在哪集</d><d p="619.58100,1,25,16777215,1457766205,0,92d9c1bb,1676194679,7">我再科普一遍,A和J的CV一直是同一个女生配的</d><d p="266.92200,1,25,16777215,1457255110,0,8626d1b5,1663316819,7">其实我觉得3d画风第五季不如之前帅</d><d p="45.53800,1,25,8700107,1457161397,0,197206d5,1659374657,7">算上童年三周目了qwq还会一直喜欢下去的!!16.3.4</d><d p="1198.20000,1,25,16777215,1456052842,0,a256a936,1624142437,7">卡牌游戏233</d><d p="535.34100,1,25,16777215,1456049206,0,a256a936,1623988939,7">W竟然比Y高!</d><d p="1392.81000,1,25,16777215,1456038222,0,3c1bfa85,1623240589,7">手机:五个上帝的鄙视——————</d><d p="15.80800,1,25,16777215,1454375347,0,1fc9f90,1544016555,7">找了好久了</d><d p="558.14400,1,25,16777215,1454324860,0,1d9b5d2f,1542375177,7">学霸与众不同的恋爱方式2333</d><d p="492.28000,1,25,16777215,1453971934,0,70ead599,1527759215,7">哈哈哈哈哈哈哈哈哈</d><d p="716.49700,1,25,16777215,1453363477,0,aac039d6,1505924655,7">想起以前的记忆了</d><d p="507.20800,1,25,16777215,1452247599,0,d443a50c,1474060333,7">哈哈哈哈哈修罗场</d><d p="1254.25000,5,25,15138834,1450883486,0,52152455,1437063577,7">10000你丫怎么射完的还是射一下1000!</d><d p="319.66800,5,25,15138834,1450883469,0,52152455,1437028281,7">完成三杀!</d><d p="629.04500,1,25,16777215,1450350465,0,f68f0a52,1423244007,7">u变成跟踪狂了</d><d p="256.59600,1,25,15138834,1450098588,0,6b924a75,1417809121,7">马丹我男神啊!!!!!!</d><d p="153.86800,1,25,15138834,1450098586,0,6b924a75,1417803703,7">阴影多了眼睛大了刀郎可以嫁了!!!!!</d><d p="133.38600,5,25,15597585,1447467047,0,b24af9d3,1344175937,7">非引战sorry</d><d p="701.18400,1,25,16777215,1446055346,0,2a09904f,1309595457,7">神探夏洛克</d><d p="35.28200,1,25,16777215,1445735390,0,f56bd84c,1301133105,7">卧槽童年啊!!</d><d p="98.11600,1,25,16777215,1445662901,0,f877ad17,1298496715,7">整个建模也变了</d><d p="35.11600,1,25,16777215,1445403719,0,59e2f90e,1292355721,7">看过,只是没有看完</d><d p="707.36500,1,25,16777215,1444888979,0,6b654b13,1279261555,7">远古记忆</d><d p="1063.27000,1,25,16777215,1444097407,0,b1a70749,1258864749,7">背景音乐好评</d><d p="70.40400,1,25,16777215,1443690327,0,1ff28db0,1243725979,7">有!就是odd让我喜欢上了滑板</d><d p="96.35200,5,25,13434624,1442988179,0,383aec3e,1227152789,7">Ulrich男神!!!</d><d p="137.16600,1,25,16777215,1441415375,0,702fdea,1189927719,7">完了,看到 你还好吗 的时候脑子里自动生成的是 大丈夫……</d><d p="1415.77000,1,25,16777215,1440508143,0,4ee570aa,1151294773,7">Break down - Subdigitals (Code Lyoko)</d><d p="942.38300,1,25,16777215,1439993441,0,5b7eee3,1126817959,7">卧槽XANA还能控制这个?</d><d p="917.56000,1,25,16777215,1439993440,0,5b7eee3,1126816107,7">尖叫声听不见?</d><d p="534.54700,1,25,16777215,1439993433,0,5b7eee3,1126784831,7">这个威廉是不是后来黑化了</d><d p="358.29400,1,25,16777215,1439993430,0,5b7eee3,1126771309,7">妹子换衣服了</d><d p="1190.26000,5,25,16776960,1439975126,0,24e57722,1125444267,7">就开始浪了</d><d p="324.17800,1,25,16777215,1439773743,0,b918ee9f,1115032233,7">只有我觉得英文原配音好吗_(:з」∠)_</d><d p="1054.35000,1,25,16777215,1439428198,0,ee684844,1098563495,7">其实ta是我女朋友</d><d p="1242.59000,1,25,16777215,1439398918,0,c3dac3ad,1098154387,7">前面说都市丽人的憋跑hhhhh</d><d p="111.68700,1,25,16777215,1439370322,0,a1709103,1096295597,7">你不是一个人</d><d p="676.50600,1,25,16777215,1439103800,0,4124a4b,1084435739,7">找了半天没看到眼熟的</d><d p="970.70300,1,25,16777215,1439053295,0,b9d23561,1082768627,7">odd!帅!</d><d p="1224.07000,1,25,16777215,1437559597,0,3196e05e,1016622961,7">运动内衣233</d><d p="552.68900,1,25,16777215,1437548626,0,5a2d5d68,1016048415,7">学霸的日常</d><d p="34.15200,1,25,16777215,1437063125,0,1af2d53,996797945,7">小时候的最爱</d><d p="11.94200,1,25,16777215,1436929910,0,aa936630,990567277,7">卧槽童年!!!!!</d><d p="3.05100,1,25,16777215,1436836165,0,a52aa7f6,987007049,7">这东西我都看完第5季了...</d><d p="7.76300,1,25,16777215,1436731448,0,de6c11df,983639713,7">童年啊啊来回顾下</d><d p="27.06000,1,25,16777215,1436695564,0,805fbf8d,981349155,7">现在看还是感觉好叼</d><d p="11.58100,1,25,16777215,1436627499,0,d8d052cc,979115781,7">当年看TVB</d><d p="120.50300,1,25,16777215,1436620180,0,9bf59b67,978719059,7">当时国语版女主翻译尤慧子</d><d p="1008.20000,1,25,16777215,1436620149,0,ae21a61a,978603941,7">少侠求爪机号码!</d><d p="228.75800,1,25,16777215,1436616529,0,62bf1c09,978530015,7">还是喜欢yumi第四季的造型QWQ</d><d p="322.82400,1,25,16777215,1612275542,0,40e039a6,44634403094134791,6">后期队员们成长起来狼蛛就显得弱了,现在还是强的</d><d p="312.86600,1,25,16777215,1604826636,0,44c8588b,40729030792577031,6">你们被一个怪三杀了</d><d p="1310.42500,1,25,16777215,1587969722,0,954b4e5,31891153331159047,6">这次很快hhh</d><d p="337.14900,1,25,16777215,1586070351,0,137b9410,30895335921942535,6">Aelita新衣服哈哈</d><d p="710.59100,1,25,16777215,1578407757,0,6044636d,26877929859317760,6">u不敢肯定y是喜欢自己啊,y也是总回避这个事情,u也是</d><d p="320.98600,1,25,16777215,1558274414,0,8e0a5af4,16322259716669440,6">三杀,厉害了</d><d p="50.60700,1,25,16711680,1556296501,0,7c80e28d,15285263645278210,6">新规则吧</d><d p="216.58700,1,25,16777215,1555466628,0,73e0066d,14850171136376832,6">法语版没那么夸张的声音的</d><d p="555.38400,1,25,16777215,1541658500,0,3adb1681,7610735389573122,6">神仙对话</d><d p="165.47800,1,25,16777215,1540790345,0,1793cf04,7155571917062144,6">a是跟o学的233</d><d p="92.99200,1,25,16777215,1540260959,0,4976761,6878021554274304,6">我当时因为他们疯狂喜欢滑板</d><d p="1254.37100,5,25,16707842,1540112508,0,467e5558,6800190257233920,6">王负剑!王负剑!</d><d p="1226.28600,1,25,16777215,1538109026,0,d114b0de,5749788406972420,6">这两真的是</d><d p="151.14700,1,25,15772458,1537190242,0,2bc58793,5268081337171972,6">U上滑板很滑稽的</d><d p="1005.37100,1,25,16777215,1535196963,0,9e09c8d4,4223028893319172,6">哈哈哈哈我也记得</d><d p="693.09900,1,25,16777215,1534958053,0,320927a8,4097771305435136,6">记忆碎片</d><d p="662.26200,1,25,16777215,1531920531,0,eae9162,2505235094306818,6">这两个人为什么一直不表明心迹呢,我看的都着急</d><d p="51.36000,1,25,16777215,1530512546,0,fbb5ccbb,1767045481365508,6">是童年!</d><d p="565.37600,1,25,16777215,1527689546,0,445b449a,286980494589954,6">他连爱因斯坦都不知道</d><d p="1415.60900,1,25,16777215,1523069411,0,b41a4401,4443283280,6">Aelita的父母</d><d p="510.17600,1,25,16777215,1520342129,0,84c45389,4370016416,6">修罗场!修罗场!</d><d p="33.94100,1,25,16777215,1518262477,0,52f00a4e,4283854790,6">经费多了</d><d p="979.30500,1,25,16777215,1516198243,0,34253406,4188677795,6">一股高米迪的既视感,高米迪应该是模仿这个的</d><d p="498.59600,1,25,9487136,1516190521,0,a26d5d06,4188307735,6">我了个...</d><d p="1072.90200,1,25,38979,1515608078,0,30dc45f,4171968203,6">點心2333</d><d p="21.79800,1,25,16777215,1510202130,0,974e438d,3951513182,6">感谢字幕组</d><d p="193.98300,1,25,16777215,1498572612,0,cc8f7f25,3497675811,6">源式拔刀</d><d p="137.98000,1,25,14811775,1497272956,0,59b538a1,3453030495,6">哈哈哈,yumi的小飞船</d><d p="105.37800,1,25,16777215,1495123964,0,ce910c66,3373132283,6">关闭弹幕食用更佳。</d><d p="47.95700,1,25,16777215,1491714101,0,619d8435,3203794792,6">卧槽……看完第一季来看第二季想哭</d><d p="1318.98000,1,25,16777215,1490335360,0,88327b84,3133985700,6">按回车23333</d><d p="33.00100,1,25,16777215,1490019018,0,ee79c9cc,3123488086,6">童年!!!!!!!!!!</d><d p="12.06200,1,25,16777215,1488708374,0,a43f34d2,3071982828,6">william!!!!</d><d p="6.55600,1,25,16777215,1486379249,0,c981662,2964479202,6">嗷呜~</d><d p="1245.43000,1,25,16777215,1484709070,0,ae522d35,2862211361,6">卧槽1000只箭?!</d><d p="521.17200,1,25,16777215,1484583149,0,9be133f5,2857100363,6"> 帅帅帅~站WY</d><d p="130.50500,1,25,16777215,1484583141,0,9be133f5,2857073923,6">哈哈哈哈</d><d p="11.20500,1,25,16777215,1484121862,0,58042569,2835785015,6">还没换op耶</d><d p="71.14500,1,25,16777215,1483366222,0,89ef0787,2808196617,6">小时候最喜欢U的摩托了 现在依旧!!!!</d><d p="51.93500,1,25,16777215,1481634562,0,55d82b37,2746208559,6">蓝字君来了~第一季直接过来~</d><d p="34.19900,1,25,16777215,1474344779,0,556b1f57,2426703375,6">童年啊!!!</d><d p="160.19200,1,25,16777215,1473933972,0,a90e944d,2409293903,6">狼蛛 ... !!</d><d p="1010.95000,1,25,16777215,1473178368,0,a87910d8,2381615501,6">卧槽好吓人啊啊啊啊</d><d p="31.60400,1,25,16777215,1473178351,0,a87910d8,2381584523,6">感觉渲染更好看了</d><d p="522.77300,1,25,16777215,1473080963,0,e8e6bbe3,2378286153,6">身高差2333</d><d p="545.25400,1,25,16777215,1469520285,0,6c2e7731,2150615919,6">一股醋味的那个。。。。正好我家里面醋洒了</d><d p="115.27500,1,25,16777215,1468742676,0,3be8c0,2100610633,6">粤语也很赞啊~~</d><d p="9.47100,1,25,15138834,1467983352,0,3d7c7e2e,2055877497,6">哇弹幕变多了</d><d p="666.53600,1,25,16777215,1464001627,0,fd86e2ef,1883894759,6">女神脸红个啥</d><d p="1300.18000,1,25,16777215,1463407817,0,9766ea88,1855904229,6">居然已经进化到能补充弹药了</d><d p="628.65600,1,25,16777215,1463325102,0,7fcfd9a9,1853801421,6">男神yumi好有愛</d><d p="481.73600,1,25,14811775,1463325098,0,7fcfd9a9,1853787711,6">男神可愛</d><d p="111.88200,1,25,14811775,1463325091,0,7fcfd9a9,1853762291,6">覺得刀郎這季聲音更好的只有我嗎?</d><d p="64.88200,1,25,14811775,1463325088,0,7fcfd9a9,1853756543,6">一開始就有車子了!!!好的興奮的</d><d p="58.65000,1,25,16777215,1463209407,0,952452fc,1847623349,6">3D明显比1代好了</d><d p="170.34600,1,25,16777215,1459573286,0,f60bf828,1723859091,6">狼蛛上线</d><d p="562.04600,5,25,16707842,1459328729,0,9705def4,1717398027,6">还是喜欢YU_(:_」∠)_</d><d p="551.71000,1,25,9487136,1457835002,0,1d3f206c,1678482819,6">学霸</d><d p="78.79400,1,25,16777215,1457766194,0,92d9c1bb,1676165087,6">前面11遍的等我!我第7遍!</d><d p="499.24200,1,25,16777215,1457255114,0,8626d1b5,1663329497,6">表白william男神!</d><d p="519.61200,1,25,16777215,1455609880,0,d4f03eec,1602545775,6">w第一次登场</d><d p="486.44100,5,25,15138834,1450883472,0,52152455,1437034901,6">后面李琦出现情敌2333333</d><d p="985.48500,1,25,16777215,1446224481,0,9b449f1,1313859059,6">夏之纳也要成为FFF!!!</d><d p="101.22300,1,25,16777215,1444888968,0,6b654b13,1279251137,6">要出车祸的感觉</d><d p="528.81600,1,25,16777215,1444493536,0,21d35522,1271022245,6">情敌出现</d><d p="582.41400,1,25,16777215,1444183813,0,f88ab4b7,1262673171,6">真人版ulrich很帅好不,william像某人翻版也没多帅</d><d p="227.69300,1,25,16777215,1444183807,0,f88ab4b7,1262658083,6">吐槽cv的还是看国漫去好吧</d><d p="258.84600,1,25,16777215,1444144294,0,b0be0374,1261885881,6">这动漫好熟 小时候好像在电视上看过</d><d p="21.81700,1,25,16777215,1444050565,0,fb56d7c5,1257601375,6">救命!!!!!!</d><d p="12.14500,1,25,16777215,1443996391,0,7ac64c46,1255175295,6">依旧最爱+1</d><d p="1064.00000,1,25,16777215,1442578116,0,80ef16a1,1216572881,6">新BGM好评</d><d p="166.42300,1,18,16777215,1442315246,0,1a8165a4,1211305193,6">???????????</d><d p="205.43000,1,25,16777215,1440951151,0,12c75ecd,1172804887,6">= =。。这叫声</d><d p="1249.30000,1,25,16777215,1440846442,0,949a558e,1167417961,6">等等,弹药是10000?!</d><d p="1309.29000,1,25,16777215,1440774703,0,8e47af54,1164440161,6">原来第二季才有这句话啊</d><d p="1388.49000,1,25,16777215,1440497192,0,8d718c88,1150710625,6">天下 get√</d><d p="18.99500,1,25,16777215,1440219684,0,f1f5c92,1137521581,6">来回顾童年</d><d p="249.58700,1,25,16777215,1440123001,0,ad244e83,1132310103,6">打夏之纳的标志!</d><d p="24.71500,1,25,16777215,1440119398,0,ad244e83,1132299687,6">第一集总是人最多的~</d><d p="645.13000,1,25,16777215,1440087132,0,17f7a9b7,1131573971,6">滋事份子233333</d><d p="576.00000,1,25,16777215,1440087131,0,17f7a9b7,1131568555,6">William真人版比ulrich帅多了</d><d p="121.65800,1,25,16777215,1440068864,0,17f7a9b7,1130315845,6">小时候看粤语和国语</d><d p="24.05500,1,25,16777215,1440068862,0,17f7a9b7,1130308745,6">补童年5周目!</d><d p="97.42100,1,25,16777215,1439993426,0,5b7eee3,1126751279,6">odd好萌</d><d p="4.54700,5,25,16776960,1439967807,0,24e57722,1124959471,6">第二季见的在这</d><d p="4.54700,1,25,16777215,1439967807,0,24e57722,1124957269,6">这侧弹幕有300多呢</d><d p="5.25000,1,25,16777215,1439787689,0,da847d84,1115899371,6">冰灵~</d><d p="176.90400,1,25,16777215,1439478673,0,91a9b4b1,1101593371,6">哇,终于找到这部动漫了</d><d p="1239.59000,1,25,16777215,1439103810,0,4124a4b,1084471135,6">难不成还穿都市丽人吗</d><d p="87.52100,1,25,16777215,1439053277,0,b9d23561,1082730215,6">听惯了中文的听这个感觉有点不习惯...</d><d p="474.31600,1,25,16777215,1438312284,0,ac43e018,1047396559,6">颜表立~</d><d p="21.93600,1,25,16777215,1438171687,0,38736eff,1041609145,6">这玩意不是法国的么。。。。。</d><d p="1055.40000,1,25,16777215,1438139483,0,3127b7ba,1039670045,6">YU。。。。。。。。。。。哦哦哦哦哦哦哦</d><d p="107.52200,1,25,16777215,1438056770,0,305c5d61,1036329685,6">小时候看TVB的粤语配音</d><d p="182.24200,1,25,16777215,1437800480,0,a711861b,1026208857,6">这个狼蛛好好笑啊哈哈哈哈哈哈哈哈</d><d p="1418.68000,1,25,16777215,1437282089,0,9c9b9a0f,1004914623,6">为什么又换成和前传一样的ed了?</d><d p="38.68600,1,25,16777215,1437145869,0,9c3c5164,999959295,6">那个妹子不要跑</d><d p="40.08300,1,25,16777215,1436796611,0,e715af9d,986241605,6">20150713另一个小伙伴你好!</d><d p="28.76200,1,25,16777215,1436763715,0,d2287403,984479603,6">前面说画质感人的你找更清晰的给我看看?</d><d p="75.94400,1,25,16777215,1436731450,0,de6c11df,983640379,6">还是觉得中配的比较好听</d><d p="13.41300,1,25,16777215,1436659712,0,d4c7a79b,979676491,6">童年大爱</d><d p="614.56900,1,25,39321,1436623808,0,ca98fd12,978820441,6">像个小胖子</d><d p="534.58100,1,25,16777215,1436620182,0,9bf59b67,978725069,6">老坛酸菜</d><d p="500.46700,1,25,16777215,1436620146,0,ae21a61a,978593035,6">情敌233333</d><d p="79.76900,1,25,16777215,1436616526,0,62bf1c09,978521535,6">来了来了odd么么哒</d><d p="556.77700,1,25,16777215,1623464794,0,89ef0787,50500793531891717,5">……这就是学神的世界吗</d><d p="215.85800,1,25,16777215,1610964580,0,32e7e101,43947081494691845,5">我超喜欢水母和那个大钢球!</d><d p="944.62900,1,25,16777215,1604827405,0,44c8588b,40729434063896579,5">这才是闹鬼了,离谱</d><d p="358.18600,1,25,16777215,1604826699,0,44c8588b,40729063721533447,5">人物模型换了</d><d p="64.76600,1,25,16777215,1604826343,0,44c8588b,40728877435191301,5">中间少了一季</d><d p="167.04800,1,25,16777215,1597856696,0,65facdfa,37074775244800003,5">OP回收</d><d p="1051.71800,1,25,16777215,1587195150,0,fb9db55e,31485054375428103,5">我确定这两个人是官推</d><d p="619.26300,1,25,16777215,1585451101,0,b058ba1c,30570670527086599,5">感觉要出事了</d><d p="40.83900,1,25,16777215,1584704266,0,58fe2350,30179113654288391,5">晕乎乎的</d><d p="238.70100,1,25,16777215,1575627037,0,2311f88d,25420031416336384,5">英配也是官方做的啊,</d><d p="345.76100,1,25,16777215,1560098470,0,20fe4696,17278590323785730,5">我也觉得J的声音不自然</d><d p="307.54100,1,25,16777215,1556447356,0,b09dc90a,15364354994077696,5">劳模</d><d p="666.83700,1,25,16777215,1555743351,0,37bf49de,14995253806759936,5">我的妈呀!!!李奇!!!叫你磨磨蹭蹭!!!</d><d p="249.35700,1,25,16777215,1554168527,0,b67b3778,14169592435834882,5">biu!biu!biu!</d><d p="203.69400,5,25,16777215,1551877038,0,d8750736,12968191926468608,5">嘿呀啊!</d><d p="48.95200,1,25,16777215,1551261733,0,31ab9a1f,12645595162345474,5">是谁和我一起</d><d p="299.93700,1,25,16777215,1551241162,0,b41a4401,12634810121977858,5">本来就是一个cv啊</d><d p="521.70000,1,25,16777215,1542866656,0,d5cc7d61,8244156760064000,5">WU的去看第五季吧hhhhhh</d><d p="938.86900,1,25,16777215,1539870521,0,bbf73608,6673319185088512,5">你的包</d><d p="496.16600,1,25,16777215,1533737317,0,320d9ae5,3457754232520704,5">hhhhhhhhh</d><d p="256.87700,1,25,16777215,1533192491,0,fe70bd2b,3172108326666244,5">emmmm桐子附身?</d><d p="701.84600,1,25,16711680,1530456003,0,746f7970,1737400368758788,5">是病毒!!!</d><d p="1259.20000,5,25,16777215,1530050026,0,f0a76606,1524551722205184,5">暗中观察</d><d p="93.96200,1,25,16777215,1527677416,0,1fa520b9,280620549799938,5">李奇CV好好听我的妈</d><d p="1056.86600,1,25,16777215,1522575410,0,532fe91c,4428628438,5">新BGM!!</d><d p="49.41800,1,25,16777215,1521872106,0,69ee4b5d,4408763245,5">OP歌曲真心大赞</d><d p="513.04900,1,25,9487136,1516190628,0,a26d5d06,4188312345,5">回看X3</d><d p="1245.46000,1,25,14811775,1515608296,0,30dc45f,4171970990,5">都市丽人好評</d><d p="34.25900,1,25,16777215,1511440711,0,13468db1,3983496431,5">有车车</d><d p="108.19900,1,25,16777215,1511178111,0,4733a218,3977971248,5">滑板的喵</d><d p="998.41800,1,25,16751052,1510851228,0,8d404983,3968720646,5">我也记得这集!</d><d p="1310.07600,1,25,16777215,1506299560,0,42ee0f08,3835962378,5">比以往都快阿</d><d p="1275.48200,1,25,16777215,1506299514,0,42ee0f08,3835961925,5">加速时间</d><d p="526.78400,1,25,16777215,1505674414,0,8ec2fe16,3820275974,5">不开森</d><d p="166.42100,1,25,16777215,1503811549,0,835955a8,3755765023,5">狼蛛!</d><d p="25.17300,1,25,16777215,1503811305,0,835955a8,3755744783,5">狼蛛</d><d p="1399.97800,5,25,16777215,1503229318,0,8c094321,3724384096,5">抱抱❤❤❤</d><d p="1287.91100,1,25,16777215,1500580884,0,1fbd7254,3584391019,5">狼蛛跪的很妖娆...</d><d p="1295.13100,1,25,16777215,1498136982,0,845d1aed,3481741268,5">突然想其国语版的配音在兰科还有特效的,好良心。。</d><d p="68.68000,1,25,16777215,1497708615,0,880248b3,3466622525,5">回忆中的滑板</d><d p="1248.76500,1,25,16777215,1495203017,0,552a2ea5,3376688671,5">卧槽?!!!</d><d p="594.13100,1,25,16777215,1493488942,0,6036fd71,3288626804,5">原来我一直都没有看过第二季∠( ᐛ 」∠)_</d><d p="10.90000,1,25,16777215,1491793888,0,c703568a,3207777728,5">厉害了</d><d p="253.26900,1,25,16777215,1490112769,0,6418f1fd,3126976766,5">源氏开E</d><d p="41.76000,1,25,16777215,1486379250,0,c981662,2964482686,5">一下子好多弹幕!</d><d p="53.14000,1,25,16777215,1482642106,0,c6bbcd25,2780745113,5">我也剛補完第一季</d><d p="1007.80000,1,25,16777215,1479701566,0,4953a7ca,2681190243,5">好身手</d><d p="953.20300,1,25,16777215,1479701563,0,4953a7ca,2681181065,5">这集映象挺深</d><d p="205.78500,1,25,16777215,1479701549,0,4953a7ca,2681140031,5">看习惯了</d><d p="1354.64000,1,25,16777215,1477537917,0,d66d15ab,2600531809,5">说话好叼</d><d p="53.07700,1,25,16777215,1474899033,0,10bc67e3,2447021717,5">才發現我童年是由第二季開始看的</d><d p="9.64200,1,25,16777215,1473933968,0,a90e944d,2409280805,5">儿时记忆 </d><d p="1407.70000,1,25,16777215,1473847618,0,3d41cfba,2404893135,5">活在ED中的FH</d><d p="714.92100,1,25,16777215,1473178363,0,a87910d8,2381606589,5">要找回记忆了吗</d><d p="91.28700,5,25,3407769,1471619465,0,c6af2fae,2295589499,5">看了U的摩托。。话说看过星战前传吗!抱紧果绿君!</d><d p="16.90000,5,25,3407769,1471619463,0,c6af2fae,2295578497,5">大家好,我是第一季中陪伴你们的果绿君!</d><d p="562.65000,1,25,16777215,1470852124,0,68b88760,2245055285,5">是的,你真相了23333333333</d><d p="1201.92000,1,25,16777215,1470592936,0,69732ffb,2225479393,5">23333我看的是尿尿的kiwi</d><d p="168.53300,1,25,16777215,1469758251,0,b6fb491,2166123637,5">狼蛛</d><d p="68.73900,1,25,16777215,1469542238,0,9dfa3da5,2152679267,5">这画面不是升级一点两点啊</d><d p="123.88000,1,25,16777215,1468652583,0,5b1b73ee,2094809979,5">一直看英文</d><d p="100.54700,1,25,16777215,1467691926,0,c96741b7,2039253749,5">u的声音好听</d><d p="1300.15000,1,25,16777215,1466834544,0,6e1c73,1996040395,5">小怪自是销魂</d><d p="42.34200,1,25,16777215,1466398888,0,38036010,1978217525,5">妈呀男神</d><d p="336.40100,1,25,16777215,1466133110,0,e3ef28bb,1966199299,5">董美娃什么时候来地球的啊。。。上一季不是失败了吗?</d><d p="993.05900,1,25,16777215,1465750871,0,6abd08fe,1953951629,5">啊这集超恩爱的!</d><d p="150.86400,1,25,16777215,1465455829,0,71f80097,1939374759,5">YO敲可爱</d><d p="201.56600,1,25,16777215,1464091733,0,b00c97e6,1886740219,5">嘿真理了</d><d p="537.45100,1,25,16777215,1464001625,0,fd86e2ef,1883888597,5">其实William有时候挺傻的</d><d p="94.70300,1,25,16777215,1463998015,0,fd86e2ef,1883858543,5">U声线噢噢</d><d p="1393.02000,1,25,16777215,1463648720,0,7d421245,1862268509,5">Congratulation! you got a new phone without SIM card!</d><d p="1302.81000,1,25,16777215,1463648717,0,7d421245,1862180175,5">Aelita works faster!</d><d p="486.34500,1,25,16777215,1463475927,0,2f795820,1857478965,5">表白WWWWWWW</d><d p="1358.47000,1,25,16777215,1463407818,0,9766ea88,1855907533,5">hhhhh</d><d p="962.57200,1,25,14811775,1463325109,0,7fcfd9a9,1853822377,5">又叫princess!!!!我的白馬王子!!!</d><d p="1024.22000,1,25,16777215,1461481397,0,25827677,1787637659,5">是被小时候的国语版误导了?</d><d p="1408.14000,1,25,16750848,1459724866,0,cda48583,1730409701,5">ed带感!</d><d p="665.81300,1,25,16777215,1459573317,0,f60bf828,1723958549,5">蜜汁脸红</d><d p="59.91200,1,25,16777215,1458900394,0,b40f41d5,1705511053,5">啊啊啊啊童年啊好熟悉的歌</d><d p="24.38700,1,25,16777215,1458734882,0,2caf65af,1701949333,5">突然弹幕好多了</d><d p="506.89900,1,25,16777215,1458126476,0,86288c26,1685905197,5">wocW出现的那么早_(:зゝ∠)_</d><d p="932.10500,1,25,9487136,1457835009,0,1d3f206c,1678497471,5">刚刚yumi先把ulrich推开的,好暖</d><d p="19.47600,1,25,9487136,1457831392,0,1d3f206c,1678463587,5">第二季弹幕好多好欣慰</d><d p="646.80100,1,25,16777215,1457766206,0,92d9c1bb,1676197061,5">U自己犹豫不决,Y一直只当W是好朋友而已。</d><d p="115.91000,1,25,16777215,1456891974,0,9f527a47,1652072393,5">童年喜欢看粤语,现在觉得英语也很好</d><d p="170.09700,1,25,16777215,1456888308,0,b8cc2d80,1651963871,5">本来就是儿童番,有几个不是幼儿班小学看的</d><d p="1218.91000,1,25,16777215,1456038217,0,3c1bfa85,1623223275,5">U:快死了你还骗我,没爱了。(气死了)</d><d p="1425.51000,1,25,16777215,1453550900,0,3f19ec44,1512519579,5">换成?好笑,前传是和第三节一起制作的,不知道?</d><d p="178.43100,1,25,16777215,1453547272,0,3f19ec44,1512411171,5">英配作为原版之一会有逻辑性</d><d p="328.12000,1,25,16777215,1453263179,0,8cbc627d,1502917757,5">大姐 这是第一次啊 一群人傻了吧</d><d p="33.70000,1,25,16777215,1453014220,0,857eec7b,1495615887,5">刷出了好东西</d><d p="1062.33000,5,25,16777215,1452514129,0,8436e21f,1481631037,5">第二季加入的这个BGM超赞的!</d><d p="1016.92000,5,25,16777215,1452514128,0,8436e21f,1481627777,5">第一季的你们确定没记错,第一季除26,A全程都在电脑里啊</d><d p="979.97200,1,25,16777215,1452514127,0,8436e21f,1481623671,5">Xana是懂行的</d><d p="986.48200,1,25,16777215,1452427702,0,954369d6,1479508785,5">我記得這!!!!!!</d><d p="73.43900,1,25,16777215,1452251223,0,794dd9f7,1474111435,5">哇塞(⊙o⊙)</d><d p="634.16900,1,25,16777215,1452247602,0,d443a50c,1474065391,5">哈哈哈</d><d p="521.09600,1,25,16777215,1452247600,0,d443a50c,1474061297,5">卧槽,这身高</d><d p="27.62800,1,25,16777215,1451830207,0,bc35c04e,1463953985,5">hhhhhhh</d><d p="116.39700,1,25,16777215,1448514103,0,bad7dc20,1370914633,5">果然还是这个版本比较好。实在喜欢不起来国配</d><d p="20.09700,1,25,16777215,1447992778,0,4d6d5478,1356449925,5">表白odd小天使(ฅ>ω<*ฅ)</d><d p="131.70200,5,25,15597585,1447467046,0,b24af9d3,1344174315,5">女主yumi</d><d p="122.43200,1,25,16777215,1446026769,0,a4626b54,1308633925,5">同喜欢英配</d><d p="338.89500,1,25,16777215,1445662906,0,f877ad17,1298509709,5">A的衣服变了</d><d p="109.00600,1,25,16777215,1445443952,0,89c58fbb,1293470761,5">英語的算上我!!!</d><d p="643.14600,1,25,16777215,1445342928,0,dc988139,1291324603,5">U和O的独处x</d><d p="558.88100,1,25,16777215,1444888976,0,6b654b13,1279258931,5">黑化帅爆了</d><d p="12.18800,1,25,16777215,1444410078,0,f6e0b2b1,1268862477,5">来刷同年了</d><d p="543.67600,1,25,16777215,1443863132,0,804b1d3f,1250014665,5">酸菜鱼味</d><d p="1008.91000,1,25,16777215,1443690345,0,1ff28db0,1243771947,5">帅!</d><d p="917.11600,1,25,16777215,1442578113,0,80ef16a1,1216565879,5">中了圈套</d><d p="264.74100,1,25,16777215,1440951153,0,12c75ecd,1172808535,5">。。。用跑的不行吗</d><d p="137.61300,1,25,16777215,1440929181,0,14ddb414,1171386235,5">卧槽我都听不懂</d><d p="689.65200,1,25,16777215,1440774692,0,8e47af54,1164399351,5">机娘本能</d><d p="1213.12000,1,25,16707842,1440446687,0,d8f202d3,1148482959,5">要熟了(๑• . •๑)</d><d p="76.13000,1,25,16707842,1440446664,0,d8f202d3,1148475787,5">谁能告诉我怎么突然有装备了,第一季可是没有额外装备的</d><d p="86.88900,1,25,16777215,1440155244,0,52a1fe87,1134620725,5">刀郎能不能飞</d><d p="1420.61000,1,25,16777215,1440123022,0,ad244e83,1132371867,5">童年超喜欢</d><d p="472.30800,1,25,16777215,1439993432,0,5b7eee3,1126780309,5">大家都是几年级?</d><d p="1318.54000,5,25,16776960,1439975130,0,24e57722,1125456691,5">修机娘病毒</d><d p="696.05800,5,25,16776960,1439967821,0,24e57722,1125011279,5">没播第二季</d><d p="4.54700,5,25,16776960,1439967807,0,24e57722,1124958035,5">我是黄子君</d><d p="1263.28000,1,25,16777215,1439773760,0,b918ee9f,1115065327,5">觉得他们的发际线格外高</d><d p="6.84000,1,25,16777215,1439715947,0,37a8debc,1112644465,5">这儿也有第二季见的 ~</d><d p="33.86700,1,25,16777215,1439208537,0,62bf1c09,1089604437,5">画质好了很多啊^v^^v^^v^</d><d p="906.24500,1,25,16777215,1439103804,0,4124a4b,1084449941,5">我老婆有危险</d><d p="490.51300,1,25,16777215,1439103797,0,4124a4b,1084424087,5">好可爱</d><d p="291.18500,1,25,16777215,1439103793,0,4124a4b,1084408121,5">好吧我承认我也喜欢中文版...</d><d p="677.64400,1,25,16777215,1439053289,0,b9d23561,1082756737,5">嗯哼</d><d p="483.78300,1,25,16777215,1439053286,0,b9d23561,1082749479,5">哈哈哈哈哈哈哈哈</d><d p="503.26900,1,25,16777215,1439053286,0,b9d23561,1082750309,5">情敌!</d><d p="522.02100,1,25,16777215,1438805064,0,46cccf39,1070760203,5">身高啊身高</d><d p="314.85900,1,25,16777215,1438351829,0,7f4e8779,1050266009,5">成功完成3杀</d><d p="501.69900,1,25,16777215,1438312285,0,ac43e018,1047400719,5">一直没喜欢上william……</d><d p="2.58000,1,25,16777215,1438312274,0,ac43e018,1047362667,5">第二季见的我在这!!!</d><d p="1414.12000,1,25,16777215,1438171686,0,d89d039d,1041603357,5">ED也是大爱</d><d p="574.42400,1,25,16777215,1438139475,0,3127b7ba,1039646995,5">威廉虚拟化的刀据说也是代表叛逆。。。。</d><d p="317.29900,1,25,16777215,1438139471,0,3127b7ba,1039634373,5">狼蛛没有这么厉害吧。。。</d><d p="145.24500,1,25,16777215,1438139468,0,3127b7ba,1039626153,5">OAO。。</d><d p="1386.26000,1,25,16777215,1438053116,0,d2692a2b,1036146461,5">诺基亚</d><d p="251.48400,1,25,16777215,1437966705,0,14ea521b,1032660239,5">这姿势好醉啊</d><d p="151.07000,1,25,16777215,1437966703,0,14ea521b,1032652277,5">这画风很好·</d><d p="985.53000,1,25,16777215,1437933732,0,76b67c71,1031982573,5">李奇,陈迪,董美娃</d><d p="275.39800,1,25,16777215,1437851014,0,87af9b85,1028580161,5">然后我</d><d p="598.78700,5,25,13369344,1437372165,0,fecd88f2,1008792101,5">好像看懂什么了</d><d p="83.80000,1,25,16777215,1437296745,0,8757e66d,1005844317,5">有没有国语版,英语实在不习惯</d><d p="1079.98000,1,25,16777215,1437282079,0,9c9b9a0f,1004880491,5">第二季弹幕变多了啊</d><d p="3.08000,1,25,16777215,1436886705,0,533bacf8,989699729,5">希望大家在看後面的集數時也能刷刷彈幕 謝謝支持哦 by製作組內的某成員</d><d p="15.96600,1,25,16777215,1436691946,0,1fe85834,981287937,5">童年番 不解释</d><d p="8.27500,1,25,16777215,1436680970,0,6df7b3f9,980739137,5">必须补童年</d><d p="623.45700,1,25,16777215,1436634095,0,533bacf8,979406351,5">J的聲音沒換過 是cv換發聲方法了</d><d p="270.78400,1,25,16777215,1436634065,0,e684bf00,979353955,5">还有我…</d><d p="548.29700,1,25,16777215,1436620182,0,9bf59b67,978725907,5">学霸</d><d p="14.64100,1,25,16777215,1436620178,0,9bf59b67,978709967,5">这是我童年啊</d><d p="625.29300,1,25,16777215,1436616538,0,ae21a61a,978561679,5">ODD才怪怪的</d><d p="25.06900,1,25,16777215,1436616537,0,ae21a61a,978559851,5">我来啦!!!!!</d><d p="63.37400,1,25,16777215,1623667106,0,cf973e7b,50606863260581893,4">经费可以了</d><d p="716.03800,1,25,16777215,1604827141,0,44c8588b,40729295485140995,4">巴斯克维尔的狼犬</d><d p="1422.89500,1,25,16777215,1582782208,0,bebce5ed,29171401921921031,4">前传是很后面才拍的</d><d p="1400.25600,1,25,16777215,1554270152,0,8c33ba3e,14222873274613764,4">模范组</d><d p="314.26300,1,25,16777215,1552882102,0,8def74f1,13495135265882114,4">喜欢国语的就去国语啊,来这吐槽什么</d><d p="916.01100,1,25,16777215,1551506538,0,cdb2398f,12773943354589184,4">魔女之家</d><d p="159.91300,1,25,16777215,1551029407,0,b8a52f48,12523789126467588,4">你的天呐</d><d p="257.77400,1,25,16777215,1542524087,0,1afe7a64,8064552307523584,4">还有小威</d><d p="294.41800,1,25,16777215,1542421814,0,439717d8,8010931661438976,4">听习惯就好了</d><d p="49.57900,1,25,16777215,1540800125,0,4271cb7c,7160699573764096,4">还没长高</d><d p="1070.63500,1,25,16777215,1540505126,0,1793cf04,7006035281182720,4">哈哈哈哈哈</d><d p="661.86500,1,25,15772458,1537190843,0,2bc58793,5268396240797700,4">会撩啊</d><d p="974.77000,1,25,41194,1536158690,0,cab17701,4727250955010048,4">然后U和Y被困了 </d><d p="705.55300,1,25,16777215,1532249927,0,ab2b9ed7,2677933569212416,4">哪来的二哈</d><d p="555.34700,1,25,16777215,1532111549,0,708e77b8,2605383367524354,4">模范夫妻</d><d p="597.79800,1,25,16777215,1531920467,0,eae9162,2505201296605184,4">还有真人版?</d><d p="559.22100,1,25,16777215,1531296279,0,225bd403,2177947385462784,4">爱因斯坦夫妇 23333</d><d p="1191.49100,1,25,16711680,1530456546,0,746f7970,1737685159903236,4">sp*** moter f*****</d><d p="1415.76100,1,25,16777215,1529977940,0,b00c97e6,1486757755355136,4">暫停看岳母</d><d p="354.85900,1,25,16777215,1528348906,0,8c1c484f,632674960015360,4">A换衣服了</d><d p="68.46800,1,25,16777215,1527677358,0,1fa520b9,280590037811202,4">酷阿阿!!</d><d p="567.60100,1,25,16777215,1523641120,0,9b24357a,4458457918,4">哈哈哈毕竟uy官配 不方不方</d><d p="359.96900,1,25,16777215,1522574656,0,532fe91c,4428592834,4">新BGM</d><d p="1252.39000,1,25,16777215,1522214968,0,6d2024e8,4418311193,4">是1000能量,不是1000发激光箭</d><d p="1264.57200,1,25,16777215,1518487310,0,2a7dd10a,4293299672,4">狼蛛你的任务是守塔啊!能不能塔下做狼蛛!</d><d p="149.62000,1,25,16777215,1518486135,0,2a7dd10a,4293256196,4">odd衣服上花</d><d p="1009.34500,1,25,16777215,1516761876,0,505bf5ab,4208449602,4">这么帅?</d><d p="552.13600,1,25,16777215,1514210836,0,c384a249,4060442005,4">神仙聊天</d><d p="548.60500,1,25,16777215,1512448270,0,d419f030,4014634909,4">不是黑化,是被控制</d><d p="31.30000,1,25,16777215,1511178015,0,4733a218,3977967707,4">画质赞</d><d p="118.29700,1,25,16777215,1509812519,0,38692e6f,3942073182,4">喜欢英文版+</d><d p="169.70600,1,25,16777215,1509163268,0,46cdc5a2,3924339345,4">狼蛛上线</d><d p="980.94600,1,25,16777215,1505037282,0,8f15d28e,3802804826,4">我想起这集了!</d><d p="22.41600,1,25,16777215,1499922085,0,2f76175f,3553572584,4">喜欢~~</d><d p="999.26200,5,25,15138834,1494749043,0,44701c90,3355913810,4">嘿嘿嘿</d><d p="34.48500,1,25,16777215,1492794095,0,9c4c9de6,3253924098,4">啊啊啊画质感人</d><d p="984.40500,1,25,16777215,1492322527,0,911ff07c,3232144554,4">我记得这集!!!</d><d p="1413.85000,1,25,0,1488024495,0,a0dac2a6,3045353258,4">啊啊啊ed带感</d><d p="318.63300,1,25,16777215,1487134886,0,277574a3,3006017574,4">瞬间团灭</d><d p="312.58300,1,25,16777215,1484583145,0,9be133f5,2857086773,4">团灭2333</d><d p="18.28300,1,25,16777215,1483441622,0,c54f4260,2810329331,4">第二季!!!我来了!!</d><d p="1064.49000,1,25,13311,1481634587,0,55d82b37,2746299361,4">新BGM!</d><d p="23.57100,1,25,16777215,1479722780,0,fb7684b3,2681937699,4">这OP就是这味</d><d p="99.24800,1,25,16777215,1479272498,0,9c2477a2,2665847433,4">小时候看的是国语的</d><d p="1199.02000,1,25,16777215,1473178371,0,a87910d8,2381620827,4">好帅啊</d><d p="696.84200,1,25,16777215,1473178362,0,a87910d8,2381606087,4">记忆</d><d p="166.87200,1,25,16777215,1473178354,0,a87910d8,2381588983,4">狼蛛</d><d p="180.31200,1,25,16777215,1472044150,0,2e2ada64,2322565763,4">还不是一击即破</d><d p="11.30400,1,25,16777215,1471619462,0,c6af2fae,2295571595,4">大家好,我是第一季中陪伴你们的果绿君。</d><d p="139.02300,1,25,16777215,1469765575,0,56ca8a03,2166834421,4">kiwi的标志换了</d><d p="523.47900,1,25,16777215,1469700371,0,ef29d215,2162661795,4">威廉上线</d><d p="521.39300,1,25,16777215,1469520285,0,6c2e7731,2150612101,4">woc。。。。WU我早想站了</d><d p="1338.99000,1,25,16777215,1469257432,0,fa9047ce,2133117017,4">233333</d><d p="1195.53000,1,25,16777215,1469257427,0,fa9047ce,2133093669,4">?为什么车还在</d><d p="945.03300,1,25,16777215,1469257419,0,fa9047ce,2133056125,4">神奇了。。。</d><d p="1339.59000,1,25,16777215,1468742699,0,3be8c0,2100722695,4">鼻孔</d><d p="1228.11000,1,25,16777215,1467795925,0,585abb95,2045428739,4">U坚持不住了</d><d p="4.93800,1,25,16777215,1466398887,0,38036010,1978214563,4">换片头啦</d><d p="1255.54000,1,25,16777215,1465891485,0,48afa299,1958305941,4">都市丽人hhhh</d><d p="109.03300,1,25,16777215,1465740626,0,f8dcb0cc,1953438083,4">国语的董美娃配音比这里的好听多了</d><d p="1312.91000,1,25,16777215,1465621266,0,85cfeac0,1947859623,4">数码暴龙进化</d><d p="337.18700,1,25,16777215,1465384052,0,e6a5520a,1936229613,4">原来是你取的名字,可以吐槽</d><d p="17.25400,1,25,16777215,1464850989,0,89c58fbb,1916090429,4">看完第一季來</d><d p="53.48600,1,25,16777215,1464091729,0,b00c97e6,1886728129,4">2016-05-24</d><d p="581.76300,1,25,16777215,1463584318,0,bf260746,1860851691,4">2333333333</d><d p="6.16200,1,25,14811775,1463325085,0,7fcfd9a9,1853746595,4">還是不會跳op的我</d><d p="1291.84000,1,25,16777215,1460790186,0,ed2c02af,1763836159,4">本期MVP:odd</d><d p="135.39900,1,25,16777215,1460786568,0,ed2c02af,1763773321,4">女主aelita</d><d p="484.04100,1,25,9487136,1457835000,0,1d3f206c,1678479087,4">喜欢UY这一对</d><d p="1301.94000,1,25,16777215,1456988587,0,d87f8ff3,1654151759,4">说事后的你够了 </d><d p="499.05900,1,25,16777215,1456984978,0,d87f8ff3,1654139905,4">威廉上线</d><d p="330.06100,1,25,16777215,1456049202,0,a256a936,1623972425,4">还有我</d><d p="1061.48000,1,25,16777215,1456038214,0,3c1bfa85,1623208783,4">反正要死了先来爽个够</d><d p="667.07300,1,25,16777215,1455609885,0,d4f03eec,1602567055,4">w这个时候还没喜欢上y,其实现在是u的最后机会,but......</d><d p="70.39900,1,25,16777215,1455357989,0,19d654b6,1590231841,4">下载全集中......(看第11遍了)</d><d p="71.87900,1,25,16777215,1453550881,0,f6173fc6,1512445987,4">好帅!!</d><d p="216.90000,1,25,16777215,1453263177,0,8cbc627d,1502912169,4">安安静静看会死?</d><d p="1074.56000,1,25,16777215,1452841407,0,35be772a,1489577649,4">Dim sum?</d><d p="105.30600,1,25,16777215,1452503127,0,212d5337,1481136297,4">你们都直接看第二集的吗= =</d><d p="1053.46000,1,25,16777215,1452427703,0,954369d6,1479511739,4">我記得!!!</d><d p="650.00500,1,25,16777215,1452427696,0,954369d6,1479493101,4">U男神聲音好讚</d><d p="13.49700,1,25,16777215,1452254880,0,ad68a2bd,1474248871,4">卧槽童年</d><d p="9.56600,1,25,16777215,1450879849,0,52152455,1436984961,4">第二季见的算我一个</d><d p="12.47800,1,25,6830715,1450098582,0,6b924a75,1417792419,4">第二季见的啦啦啦</d><d p="221.49200,1,25,16777215,1449583850,0,da97ee8e,1404293153,4">为什么这么多弹幕</d><d p="49.49800,1,25,16777215,1449583848,0,da97ee8e,1404285869,4">高清了</d><d p="493.11300,1,25,16777215,1448194109,0,23fc719f,1363747313,4">hhh</d><d p="99.65900,5,25,15597585,1447467046,0,b24af9d3,1344172563,4">比一比</d><d p="630.86600,1,25,16777215,1446361397,0,700af593,1318197485,4">从第二季就想告白拖到第五季还是朋友也是够……</d><d p="479.75000,1,25,16777215,1444183811,0,f88ab4b7,1262667517,4">23333333</d><d p="98.55600,1,25,6830715,1443773069,0,53af494a,1246435121,4">坐骑帅!</d><d p="40.24600,1,25,16777215,1443701286,0,4506fbbf,1244166601,4">看第三遍的路过</d><d p="58.22500,1,25,16777215,1443690327,0,1ff28db0,1243724759,4">odd男神!</d><d p="1413.65000,1,25,16777215,1441015605,0,bd4d9939,1174888179,4">ed超赞!!</d><d p="112.11200,1,25,16777215,1441015583,0,bd4d9939,1174822141,4">英语版很赞啊!!!刚刚补完第一季表示英语超赞!!</d><d p="228.95800,1,25,16777215,1440774684,0,8e47af54,1164366919,4">为什么第一季就好好的,第二季突然有人吐槽配音了</d><d p="7.60200,1,25,38979,1440774680,0,8e47af54,1164349393,4">我是第二季见的绿字</d><d p="110.93600,1,25,16777215,1440752750,0,6dfcfb1,1162888019,4">英文版也不错啊</d><d p="19.80200,1,25,16707842,1440446662,0,d8f202d3,1148475039,4">我去,第二季弹幕这么多。难道你们就没看第一季吗</d><d p="1239.94000,1,25,16777215,1440256268,0,8c989863,1139896427,4">为何要跪下</d><d p="334.83800,1,25,16777215,1440123003,0,ad244e83,1132314159,4">第一次遇到,吃瘪正常</d><d p="537.24300,1,25,16777215,1440087130,0,17f7a9b7,1131565041,4">开除……</d><d p="1246.93000,1,25,16777215,1439993446,0,5b7eee3,1126840909,4">←233333333333</d><d p="89.32900,1,25,16711680,1439971451,0,962fadbb,1125131249,4">童年啊啊啊啊啊</d><d p="126.89300,1,25,16777215,1439715949,0,37a8debc,1112653607,4">女主明明是aelita</d><d p="320.15300,1,25,16777215,1439704930,0,449f7f51,1111761199,4">完成三杀</d><d p="5.15900,1,25,16777215,1439636846,0,fe223edf,1108735043,4">第二季见的我也来啦~</d><d p="683.60700,1,25,16777215,1439103800,0,4124a4b,1084436227,4">这是要疯了</d><d p="507.65500,1,25,16777215,1439103797,0,4124a4b,1084425235,4">女生比男生高!</d><d p="168.26500,1,25,16777215,1438351824,0,7f4e8779,1050245155,4">狼蛛</d><d p="489.08600,1,25,16777215,1438326212,0,6a265ef,1048326149,4">23333333333333</d><d p="589.02200,1,25,16777215,1438171698,0,38736eff,1041651095,4">可惜的是国语好像没有这么清晰的了。。。</d><d p="1390.07000,1,25,16777215,1438139489,0,3127b7ba,1039686413,4">诺基亚get</d><d p="69.30300,1,25,16777215,1438056762,0,6ee9f5d4,1036299503,4">有装备了</d><d p="33.22500,1,25,16777215,1437933729,0,76b67c71,1031978371,4">买了光盘,第一季,说是中国制造…</d><d p="171.57100,1,25,16777215,1437736032,0,87637b33,1024014571,4">中文配的你们那叫先入为主</d><d p="86.28600,1,25,16777215,1437736029,0,87637b33,1024006557,4">设定是初中不是儿童番。。。。</d><d p="1404.42000,1,25,16777215,1437559600,0,3196e05e,1016634351,4">我的童年啊</d><d p="1223.26000,1,25,16777215,1437559597,0,3196e05e,1016622431,4">我的天</d><d p="92.52600,1,25,16777215,1437552269,0,c76acecc,1016184951,4">不习惯英文的诶</d><d p="28.46200,1,25,16777215,1437544933,0,28d24be0,1015741185,4">第二部高清好多是我的错觉么</d><d p="688.83400,1,25,16777215,1437534684,0,b49daac2,1015170405,4">我想到了魔兽争霸3</d><d p="298.20700,1,25,16777215,1437315058,0,5cdfea3d,1007070751,4">就是这种感觉</d><d p="31.30500,1,25,16777215,1437311370,0,cf0d8008,1006702001,4">NICE啊</d><d p="469.43600,1,25,16777215,1437311348,0,6baa34b7,1006610311,4">口语好喜欢</d><d p="17.64100,1,25,16777215,1437300387,0,d0af381d,1006001125,4">一直不知道有第二部啊啊</d><d p="23.25700,1,25,16777215,1437224953,0,4903f04,1002968829,4">童年最爱!</d><d p="36.60300,1,25,16777215,1437069733,0,7d9681b8,997035935,4">以前觉得超好看的</d><d p="1006.88000,5,25,16737945,1437063131,0,1af2d53,996814485,4">等等我记得这集是第一季里的</d><d p="14.14700,1,25,16777215,1436868398,0,90550b81,988554603,4">弹幕多了起来</d><d p="12.36700,1,25,16777215,1436839844,0,174d015e,987162621,4">来刷童年了!</d><d p="988.78800,1,25,16707842,1436749751,0,da81ce31,983765983,4">说福利的憋跑hhhhhh但是!uy赛高(๑´ㅂ`๑)</d><d p="266.33300,1,25,16707842,1436746138,0,da81ce31,983747613,4">还有我w</d><d p="624.55700,1,25,16777215,1436717557,0,fbe31014,983324931,4">好变态。</d><d p="532.18700,1,25,16777215,1436695563,0,1fe85834,981345727,4">身高差</d><d p="490.67800,1,25,16777215,1436688297,0,84c5bcb7,981127991,4">23333333333</d><d p="1326.66000,1,25,16777215,1436637772,0,54a62f76,979509789,4">倒转一天前</d><d p="72.07200,1,25,16777215,1436612842,0,54e6c0d0,978237187,4">太不科学了</d><d p="32.75600,1,25,16777215,1627715726,0,cf3eb621,52729506065022981,3">真好看</d><d p="558.52600,1,25,16777215,1614578513,0,7b9ae983,45841822943019013,3">非线性。。。</d><d p="14.79500,1,25,16777215,1585996901,0,7cb72ee7,30856827001372675,3">jimbo</d><d p="987.55000,5,25,16777215,1585563570,0,a2da600e,30629636662624263,3">就是这集</d><d p="335.05400,1,25,16777215,1564592956,0,261d8063,19634995471581188,3">aleita体内的病毒消除了?</d><d p="688.49900,1,25,16777215,1553667260,0,e63e308a,13906784249970688,3">这不是魔兽的狼叫吗</d><d p="152.23500,1,25,16777215,1549811713,0,f8a01633,11885367304650754,3">YO是什么邪教CP</d><d p="90.80100,1,25,16777215,1548939977,0,eadad4ce,11428326234128388,3">U恐高</d><d p="557.27000,1,25,16776960,1547616218,0,7ce67d4,10734295440162818,3">这可不就是U神的劲敌威廉小王子吗</d><d p="500.34800,1,25,16777215,1545611819,0,3ab21bba,9683412776910848,3">啊啊啊w!!!</d><d p="122.24200,1,25,16777215,1540790291,0,1793cf04,7155543484923904,3">要翻车</d><d p="44.82100,1,25,16777215,1525073059,0,f733cbd8,4498987144,3">OP赞啊</d><d p="213.08000,1,25,16777215,1522059485,0,d66d15ab,4414681141,3">沃日噢</d><d p="968.63700,1,25,16777215,1517417603,0,8c6f19bf,4236727532,3">it's a trap!</d><d p="46.73900,1,25,16777215,1511178020,0,4733a218,3977968593,3">新怪兽</d><d p="575.16800,1,25,16777215,1510202682,0,974e438d,3951532825,3">很久了 忘了威廉了</d><d p="471.92400,1,25,16777215,1510202579,0,974e438d,3951529123,3">基维</d><d p="555.01700,1,25,16777215,1507223138,0,795319bb,3866688615,3">爱因斯坦夫妇</d><d p="1056.94700,1,25,16777215,1502616073,0,d6abdfeb,3690827962,3">这集印象超深QAQ</d><d p="521.65900,1,25,9487136,1500516161,0,b455aefb,3580634630,3">W比Y高!</d><d p="1250.94200,1,25,16777215,1499699488,0,33fec278,3544179943,3">绕柱子 骚操作</d><d p="526.99600,1,25,41194,1495990891,0,594b8f2c,3413395474,3">WU+1</d><d p="53.16000,1,25,16777215,1495609436,0,fb5a1820,3398903759,3">2017 5 24</d><d p="933.06200,5,25,15138834,1494749041,0,44701c90,3355908070,3">←还真是</d><d p="670.29300,1,25,16777215,1492322522,0,911ff07c,3232115724,3">??????</d><d p="114.24500,1,25,16777215,1490674346,0,25ccc701,3149749974,3">童年回忆</d><d p="482.32400,1,25,16777215,1489237783,0,d87f8ff3,3091385346,3">23333333333</d><d p="499.41600,1,25,16777215,1488708394,0,a43f34d2,3072056744,3">william!!</d><d p="23.24000,1,25,16777215,1487315013,0,fe0045ea,3013774816,3">第二季弹幕这么多……</d><d p="312.90800,1,25,16777215,1485094217,0,e7bad40b,2884812000,3">三杀</d><d p="235.02200,1,25,16777215,1484583144,0,9be133f5,2857082181,3">就是啊为什么突然开始吐槽英配啊,直接看第二季的你们?</d><d p="148.04600,1,25,16777215,1484583141,0,9be133f5,2857074887,3">23333333</d><d p="32.31800,1,25,16777215,1484539948,0,a026b443,2853709585,3">第一季过来继续</d><d p="14.33800,1,25,16777215,1484197300,0,546f97fe,2838472049,3">太棒了</d><d p="244.91600,1,25,16777215,1480608723,0,fcd38d0,2710517155,3">打它logo</d><d p="1048.81000,1,25,16777215,1479701567,0,4953a7ca,2681193687,3">WOW</d><d p="79.18800,1,25,16777215,1479701544,0,4953a7ca,2681127337,3">怎么来的啊 没交代吧</d><d p="10.13100,1,25,16777215,1479531676,0,4953a7ca,2673856799,3">第二季见的我来啦</d><d p="613.42500,1,25,16777215,1477537905,0,d66d15ab,2600513875,3">zuosi </d><d p="998.11900,1,25,16777215,1473178367,0,a87910d8,2381615121,3">卧槽....</d><d p="340.91600,1,25,16777215,1473178356,0,a87910d8,2381594567,3">总感觉这个J的声音好....不自然</d><d p="1411.69000,1,25,16777215,1473080979,0,e8e6bbe3,2378342707,3">没错我是从第二季看的!</d><d p="17.47200,1,25,16777215,1473080954,0,e8e6bbe3,2378252003,3">第二季你好w</d><d p="1062.30000,5,25,3407769,1471619490,0,c6af2fae,2295744527,3">YUYUYUYUYUYUYUYU</d><d p="643.78000,1,25,16777215,1471536725,0,c9b5ad0,2289956557,3">ulrich的声音很好听有没有!</d><d p="524.22900,1,25,16777215,1471407142,0,804dadf3,2280000853,3">好好吃官配UY不行吗?心累,腐女形象都是被你们拉低的</d><d p="191.29600,1,25,16777215,1470021105,0,283183e1,2185027821,3">源氏开e</d><d p="1006.73000,1,25,16777215,1468742692,0,3be8c0,2100688521,3">前方福利</d><d p="709.42600,1,25,16777215,1468742687,0,3be8c0,2100661479,3"> 干好恐怖啊</d><d p="1219.03000,1,25,16777215,1467795924,0,585abb95,2045426513,3">死前要问清楚</d><d p="350.85500,1,25,16777215,1467299506,0,20314d6e,2017887923,3">一上来双方都进行了增强,然后进行第一次交锋,xana胜</d><d p="95.36200,1,25,16777215,1466398889,0,38036010,1978221687,3">衣服换了?</d><d p="70.80400,1,25,16777215,1466398888,0,38036010,1978219665,3">odd好帅</d><d p="991.25600,1,25,16777215,1465891480,0,48afa299,1958292787,3"> xana神助攻!</d><d p="88.48200,1,25,16777215,1465891464,0,48afa299,1958259013,3">有点燃w</d><d p="1077.32000,1,25,16777215,1465643264,0,83b891ec,1949473015,3">电信</d><d p="1257.25000,1,25,16777215,1464099000,0,b00c97e6,1886960299,3">这眼神不得了</d><d p="165.76100,1,25,16777215,1464091732,0,b00c97e6,1886737171,3">嘎叽嘎叽</d><d p="177.56400,1,25,16777215,1464091732,0,b00c97e6,1886738379,3">红字专业</d><d p="6.40200,1,25,16777215,1464091728,0,b00c97e6,1886725675,3">第二季!!!!</d><d p="136.94800,1,25,16777215,1463757100,0,ecbda9de,1867356599,3">中配只到第二季啊英配党吵什么吵</d><d p="516.32800,1,25,16777215,1463584317,0,bf260746,1860849059,3">23333333333333</d><d p="95.18900,1,25,41194,1463566001,0,921bdf21,1859932481,3">懷孕的等我</d><d p="536.88400,1,25,16777215,1463475928,0,2f795820,1857480625,3">情敵下線</d><d p="256.88100,1,25,14811775,1463325094,0,7fcfd9a9,1853774023,3">老公!!!!</d><d p="18.62200,1,25,14811775,1463325086,0,7fcfd9a9,1853749679,3">第二季op有變啊</d><d p="37.31900,1,25,16777215,1463202115,0,d301a9e9,1847305315,3">YUYUYU_(:з」∠)_</d><d p="1424.44000,1,25,16777215,1458130091,0,86288c26,1685939089,3">ED好棒</d><d p="11.76900,1,25,16777215,1457848939,0,f4d3e2e2,1679226785,3">童年</d><d p="1322.73000,1,25,16777215,1457255129,0,8626d1b5,1663373931,3">三大爱好总结者我喜欢你23333</d><d p="105.38600,1,25,16777215,1457255106,0,8626d1b5,1663306383,3">喜欢中配的别在这儿吵啊,去找中配嘛</d><d p="491.69800,1,25,16777215,1456229309,0,43b09ea7,1631524033,3">2333333333</d><d p="8.08600,1,25,16777215,1455699927,0,f1bd4719,1606840913,3">童年啊</d><d p="634.02900,1,25,16777215,1455609884,0,d4f03eec,1602560785,3">谁让你第一季犹豫不决</d><d p="322.07400,1,25,16777215,1455166882,0,d3587c1f,1580727321,3">这么厉害!?</d><d p="23.50900,1,25,16777215,1454602328,0,b1fa57ff,1554694915,3">oh,upup</d><d p="520.90400,1,25,16777215,1454324858,0,1d9b5d2f,1542369813,3">我吃wu!!!</d><d p="509.03900,1,25,16777215,1453971934,0,70ead599,1527760077,3">哈哈哈哈哈哈哈哈哈哈哈</d><d p="1309.14000,1,25,16777215,1453550898,0,3f19ec44,1512509681,3">哪来的恶俗弹幕 猥琐</d><d p="311.04100,1,25,16777215,1452341311,0,adbee61c,1476769869,3">内格肉</d><d p="37.07000,1,25,16777215,1451830207,0,bc35c04e,1463955669,3">哈哈哈哈哈</d><d p="1011.32000,5,25,15138834,1450883481,0,52152455,1437052699,3">记得这集是第一季的等我</d><d p="110.02000,1,25,16777215,1448445979,0,306c1575,1369215251,3">同喜欢英文版</d><d p="7.93500,1,25,16777215,1448085767,0,313cb480,1359313205,3">嗨!</d><d p="567.24300,5,25,15597585,1447467058,0,b24af9d3,1344198861,3">等等第一季ss不是不知道爱因斯坦是谁吗!!?</d><d p="17.99200,1,25,16777215,1447085563,0,8541df23,1336278403,3">噢噢噢噢噢噢噢噢</d><d p="60.36000,1,25,16777215,1443996392,0,7ac64c46,1255175577,3">虚幻勇士贴吧</d><d p="108.46900,1,25,16777215,1443855822,0,89c58fbb,1249672557,3">喜歡英語版的等等我</d><d p="35.88400,1,25,16777215,1443708643,0,9b4ea30a,1244697949,3">居然有第二季,童年</d><d p="168.60200,1,25,16777215,1441807857,0,96a3938e,1199850955,3">第二季3D人物的眼睛黑(绿)都变大了,,与2D世界区分,其实也更好看了</d><d p="11.77500,1,25,16777215,1441030212,0,2f3389c7,1175573101,3">居然有第二季</d><d p="1415.65000,1,25,16777215,1440846445,0,949a558e,1167429491,3">ed吊吊哒,剧组有钱了?!</d><d p="28.67600,1,25,16777215,1440752746,0,6dfcfb1,1162870799,3">画质感人</d><d p="589.86400,1,25,16707842,1440446675,0,d8f202d3,1148480793,3">真受不了第二季的杰洛米的配音了。</d><d p="284.23900,1,25,16777215,1440123002,0,ad244e83,1132311817,3">对轰</d><d p="1395.68000,1,25,16777215,1439993448,0,5b7eee3,1126851971,3">诺鸡鸭</d><d p="282.18500,1,25,16777215,1439967835,0,7b09d001,1125065937,3">在此</d><d p="270.46400,1,25,16777215,1439967834,0,7b09d001,1125065057,3">- -</d><d p="173.75800,5,25,16711680,1439899695,0,563f4bd0,1121824357,3">NEW ENEMY CONTACT!</d><d p="541.36000,1,25,16777215,1439704935,0,449f7f51,1111781611,3">哎哟我的牙</d><d p="51.92700,1,25,16777215,1439704925,0,449f7f51,1111739515,3">2015.8.16的有人吗</d><d p="206.13900,1,25,16777215,1439428183,0,ee684844,1098528511,3">为了装逼</d><d p="1245.26000,1,25,16777215,1439381312,0,d012fe72,1097007055,3">都市666</d><d p="663.11000,1,25,16777215,1439103800,0,4124a4b,1084434941,3">小时候到底看到哪了啊</d><d p="259.79300,1,25,16777215,1439053280,0,b9d23561,1082737757,3">死..死了?这么快?</d><d p="65.93300,1,25,16777215,1439053276,0,b9d23561,1082726467,3">第二季交通工具不能更帅</d><d p="1297.51000,1,25,16777215,1438344537,0,ac43e018,1049855817,3">事后……</d><d p="491.51000,1,25,16777215,1438312284,0,ac43e018,1047397817,3">233333333</d><d p="157.44300,1,25,16777215,1438312277,0,ac43e018,1047374807,3">画风不错!</d><d p="132.37400,1,25,16777215,1438139468,0,3127b7ba,1039625511,3">萌。。。。</d><d p="7.80600,1,25,16777215,1437224976,0,14c0c7e8,1003058355,3">童年啊</d><d p="252.15300,1,25,16777215,1437145881,0,af4828b9,999997405,3">配音太社会</d><d p="18.90700,1,25,16777215,1437033887,0,fa22d11a,995249771,3">攒啊</d><d p="76.00900,1,25,16707842,1436746134,0,da81ce31,983743125,3">弹幕在这! (。・ω・。)ノ♡</d><d p="27.18500,1,25,16777215,1436713918,0,fae45eae,983223213,3">画质感人</d><d p="75.79500,1,25,16777215,1436688285,0,84c5bcb7,981092051,3">好棒啊XD</d><d p="984.58400,1,25,16777215,1436637765,0,54a62f76,979500307,3">前方福利</d><d p="979.01000,1,25,16777215,1436620143,0,62bf1c09,978580863,3">密室0 0</d><d p="703.78700,1,25,16777215,1436616539,0,62bf1c09,978563771,3">阴影</d><d p="355.92400,1,25,16777215,1624013950,0,809fc2ff,50788709306466309,2">jim换声优了吗</d><d p="942.40000,1,25,16777215,1606098466,0,462614fa,41395836045754373,2">u反应不也快嘛</d><d p="180.00200,1,25,16777215,1596310017,0,ef1d075a,36263869680189443,2">狼蛛!</d><d p="913.98400,1,25,16777215,1596028108,0,f51e60f9,36116068536156165,2">kiwi nb</d><d p="19.52000,1,25,16777215,1593094663,0,5c90580d,34578098079399941,2">感谢</d><d p="528.27100,1,25,16777215,1588597119,0,5ae05de8,32220089882247171,2">绿色‘</d><d p="646.65000,1,25,16777215,1585997648,0,7cb72ee7,30857218716336135,2">滋事分子</d><d p="135.45800,1,25,16777215,1585997035,0,7cb72ee7,30856897264877575,2">粽子</d><d p="253.13000,1,25,16777215,1582365053,0,3474b10b,28952692399276034,2">ulriwan kenobi?</d><d p="524.50800,1,25,16777215,1580961748,0,e3c88fac,28216956536487936,2">不行我站uy不动摇</d><d p="266.38900,1,25,16777215,1554168544,0,b67b3778,14169601378615296,2">额哦啊!</d><d p="27.07700,1,25,16777215,1551287717,0,bdc82c1b,12659218378129412,2">童年</d><d p="65.82000,5,25,8700107,1541818461,0,ed79a141,7694600979873794,2">棒!</d><d p="1074.31700,1,25,16777215,1540505131,0,1793cf04,7006037573369856,2">233</d><d p="505.25400,1,25,15772458,1537190653,0,2bc58793,5268296520171520,2">no!!!</d><d p="616.67800,1,25,16777215,1532249834,0,ab2b9ed7,2677884510535680,2">要出事</d><d p="714.12500,1,25,16777215,1531920583,0,eae9162,2505262239318018,2">这是想起什么了吗</d><d p="568.22600,1,25,16777215,1531920437,0,eae9162,2505185798127616,2">真的是</d><d p="15.34100,1,25,16777215,1531295894,0,225bd403,2177745382014976,2">666</d><d p="170.44000,1,25,16777215,1531068725,0,ef3ae756,2058643369885698,2">防空炮上线</d><d p="660.61900,1,25,16777215,1523641358,0,9b24357a,4458463307,2">两个人都别扭 y是日本人比较含蓄 u?哈哈就是傲娇</d><d p="207.68200,1,25,16777215,1522059479,0,d66d15ab,4414680912,2">尼玛 这叫声</d><d p="485.95600,1,25,9487136,1516190144,0,a26d5d06,4188306811,2">23333333</d><d p="77.82400,1,25,16777215,1503811365,0,835955a8,3755749220,2">激动</d><d p="37.33900,1,25,16777215,1502907202,0,99583eb7,3707185070,2">好感動</d><d p="1314.51000,1,25,9487136,1500518672,0,b455aefb,3580772381,2">进化233</d><d p="332.42200,1,25,16777215,1500472809,0,30fc0343,3579259983,2">塔兰图拉</d><d p="690.76300,1,25,16777215,1499216962,0,b617fb93,3522536890,2">.</d><d p="1244.48000,5,25,15138834,1494749047,0,44701c90,3355937490,2">U不行啊</d><d p="49.44400,1,25,16777215,1493475004,0,a5c4151d,3287330886,2">好看</d><d p="98.98300,4,25,41194,1487491441,0,96903b37,3023249630,2">创战纪</d><d p="65.15600,1,25,16777215,1486379250,0,c981662,2964484744,2">哇哦</d><d p="1401.28000,1,25,16777215,1484583168,0,9be133f5,2857155603,2">233333</d><d p="597.67700,1,25,16777215,1484583152,0,9be133f5,2857108593,2">第一季的配音后面也是这个啊,前面的该不会只看了一季的几集而已吧</d><d p="42.62800,1,25,16777215,1482502229,0,62ab0ea,2775308789,2">字幕組贊</d><d p="558.84900,1,25,16707842,1481991155,0,15235e0f,2758418151,2">171有一對學神,6科中各得3科年級第一,總成績也是第一和第二</d><d p="194.21400,1,25,16777215,1479701549,0,4953a7ca,2681139395,2">叼</d><d p="1420.57000,1,25,16777215,1479679590,0,1c4e6671,2680769425,2">Code Lyoko Ft. Subdigitals - 11. Break Away</d><d p="698.73000,1,25,16777215,1476014933,0,67942fcd,2538466961,2">发现一只妖艳贱货!</d><d p="1425.81000,1,25,16777215,1474902663,0,10bc67e3,2447133257,2"> 1994</d><d p="299.88200,1,25,16777215,1473080959,0,e8e6bbe3,2378272363,2">喜欢中配的去找中配谢谢,第一季还没几个槽配音的怎么第二季了这么多</d><d p="518.61200,1,25,16777215,1470333759,0,1919ebd8,2207748355,2">23333</d><d p="97.19400,1,25,16777215,1470333749,0,1919ebd8,2207732603,2">喜欢英配</d><d p="550.61100,1,25,16777215,1469542244,0,9dfa3da5,2152718733,2">威廉可是xana的得力干将</d><d p="26.09900,1,25,16777215,1469520275,0,6c2e7731,2150563819,2">woc我发现我对第二季印象好深。。。。</d><d p="70.92500,1,25,16777215,1468742675,0,3be8c0,2100605383,2">好棒!!</d><d p="30.46400,1,25,16777215,1466398887,0,38036010,1978216529,2">画质感人</d><d p="1.43700,1,25,16777215,1465974187,0,b4e1646f,1960958637,2">童年啊</d><d p="1208.55000,1,25,16777215,1465891485,0,48afa299,1958304173,2">弹药这么少!?</d><d p="80.32900,1,25,16777215,1464933767,0,e2b6f1d4,1918722565,2">2016.6.3竟然还有一个人陪我</d><d p="1067.23000,1,25,16777215,1464095396,0,b00c97e6,1886943381,2">UY~~~</d><d p="15.59600,1,25,16777215,1464091728,0,b00c97e6,1886726189,2">童年</d><d p="1238.11000,1,25,16777215,1464033849,0,8744708,1885233979,2">好羞耻呀</d><d p="1060.36000,1,25,16777215,1464001633,0,fd86e2ef,1883914181,2">UY一生推</d><d p="5.81900,1,25,6830715,1463576958,0,f97a6afc,1860378929,2">20160618</d><d p="1299.89000,1,25,14811775,1463328720,0,7fcfd9a9,1853857921,2">快親快親</d><d p="525.67600,1,25,14811775,1463325099,0,7fcfd9a9,1853790859,2">心疼U</d><d p="313.27400,1,25,16777215,1463032934,0,4803773e,1841304477,2">mvp是這怪(?)</d><d p="321.94600,1,25,16777215,1460034578,0,db653dd2,1739631219,2">单人灭队</d><d p="169.90600,1,25,16777215,1460034575,0,db653dd2,1739624053,2">狼蛛达成了第一次单人灭队</d><d p="29.90100,1,25,16777215,1459573283,0,f60bf828,1723849623,2">童年啊</d><d p="12.24400,1,25,16777215,1458990475,0,d174af25,1708594031,2">啦啦啦</d><d p="115.73500,1,25,16777215,1458900395,0,b40f41d5,1705513413,2">不过我看的是中文版的第一次看英文版的感觉有点奇怪</d><d p="3.62600,1,25,16777215,1457255104,0,8626d1b5,1663299269,2">换op</d><d p="1008.60000,1,25,16777215,1456038213,0,3c1bfa85,1623205319,2">福利在哪</d><d p="1388.97000,1,25,16777215,1455613500,0,d4f03eec,1602625877,2">有钱人</d><d p="8.31800,1,25,16777215,1454602326,0,b1fa57ff,1554691287,2">童年</d><d p="1309.14000,1,25,16777215,1453550897,0,3f19ec44,1512507935,2">额</d><d p="112.08400,1,25,16777215,1453547269,0,3f19ec44,1512401513,2">英语的更好</d><d p="1407.56000,1,25,16777215,1453104258,0,d2d0a982,1498348429,2">2333333</d><d p="629.20000,1,25,16777215,1453100637,0,d2d0a982,1498305639,2">233333333</d><d p="1293.54000,1,25,16777215,1452427707,0,954369d6,1479522725,2">2333</d><d p="31.52800,1,25,16777215,1452427685,0,954369d6,1479463343,2">這集好多彈幕@@</d><d p="496.83800,1,25,16777215,1452247599,0,d443a50c,1474059597,2">23333333</d><d p="36.47000,1,25,16777215,1452099663,0,ca8f8f79,1470876857,2">怀念</d><d p="1250.63000,1,25,16777215,1449843056,0,c6947c8,1410294353,2">10000</d><d p="14.75300,1,25,16777215,1449843023,0,c6947c8,1410201669,2">第二季!!!</d><d p="483.35900,1,25,16777215,1447995667,0,4d6d5478,1356472203,2">2333333333</d><d p="62.63900,1,25,16777215,1447992779,0,4d6d5478,1356451933,2">20151120</d><d p="587.06500,1,25,16777215,1446361395,0,700af593,1318192769,2">flag</d><d p="1231.74000,1,25,16777215,1444183826,0,f88ab4b7,1262702723,2">u太弱了2333</d><d p="111.49000,1,25,16777215,1444183805,0,f88ab4b7,1262653307,2">喜欢英语版</d><d p="504.00800,1,25,6830715,1443773077,0,53af494a,1246455907,2">w登场!</d><d p="99.29900,1,25,16777215,1443690328,0,1ff28db0,1243727365,2">odd!!</d><d p="1410.98000,1,25,16777215,1442578123,0,80ef16a1,1216590655,2">棒棒的摇滚</d><d p="1325.36000,1,25,16777215,1442578122,0,80ef16a1,1216586461,2">黄字菌泥垢</d><d p="254.63900,1,25,16777215,1441170087,0,46ad299e,1179303305,2">砍子弹啊</d><d p="1254.25000,1,25,16777215,1441170082,0,79d2cca2,1179290059,2">都市丽人笑死</d><d p="19.77000,1,25,16777215,1441167171,0,c48ba409,1179204183,2">well,我来了,第二季</d><d p="211.51900,1,25,16777215,1440929182,0,14ddb414,1171390655,2">一</d><d p="122.64600,1,25,16777215,1440504525,0,f1e2aeb8,1151245203,2">感觉还是TVB得比较好</d><d p="54.81200,1,25,16777215,1440504523,0,f1e2aeb8,1151240099,2">2015.8.25</d><d p="324.39100,1,25,16777215,1440252652,0,8c989863,1139826993,2">后期怎么打啊</d><d p="702.86200,1,25,16777215,1440155255,0,52a1fe87,1134665013,2">我记得我第二季貌似看完也没见过这个叫威廉的虚拟化</d><d p="53.37900,1,25,16777215,1440130371,0,1e17dd3c,1132929103,2">2015.8.21</d><d p="1414.84000,1,25,16777215,1440123022,0,ad244e83,1132371559,2">这个片尾@</d><d p="168.15300,1,25,16777215,1440123000,0,ad244e83,1132306257,2">新怪!</d><d p="9.55300,1,25,16777215,1440087170,0,d5fdaf5d,1131681101,2">弹幕支援</d><d p="995.98400,1,25,16777215,1440087139,0,17f7a9b7,1131593251,2">前方福利</d><d p="1010.27000,1,25,16777215,1439993442,0,5b7eee3,1126823305,2">我喜欢OA</d><d p="994.72000,1,25,16777215,1439993441,0,5b7eee3,1126822103,2">密室play</d><d p="978.13000,1,25,16777215,1439993441,0,5b7eee3,1126820833,2">困住那你们</d><d p="541.15800,1,25,16777215,1439993434,0,5b7eee3,1126785353,2">哼</d><d p="221.73000,1,25,16777215,1439993428,0,5b7eee3,1126760645,2">呀!!</d><d p="74.06700,5,25,16776960,1439967809,0,24e57722,1124964461,2">8.19 2周目</d><d p="621.85900,1,25,16777215,1439103799,0,4124a4b,1084432369,2">哪一集啊?</d><d p="555.86300,1,25,16777215,1439103798,0,4124a4b,1084428351,2">这对CP老有爱</d><d p="643.19300,1,25,16777215,1438351837,0,7f4e8779,1050301343,2">←然后全都脱光了</d><d p="158.66100,1,25,16777215,1438351823,0,7f4e8779,1050242917,2">我记得国语翻译叫夏志娜</d><d p="1057.79000,1,25,16777215,1438344530,0,ac43e018,1049824835,2">Yu……</d><d p="985.51400,1,25,16777215,1438344528,0,ac43e018,1049818209,2">福利!!!</d><d p="22.22500,1,25,16777215,1438326204,0,6a265ef,1048298051,2">童年</d><d p="46.01900,1,25,16777215,1438312275,0,ac43e018,1047366751,2">2015.7.31.有人吗??</d><d p="1263.60000,1,25,16777215,1438139487,0,3127b7ba,1039680103,2">威廉在第五季还公主抱了尤慧子!!!!</d><d p="338.74900,1,25,16777215,1438139471,0,3127b7ba,1039635521,2">shut down...........</d><d p="100.87800,1,25,16777215,1438139467,0,3127b7ba,1039624145,2">第四季是高中</d><d p="323.45400,1,25,16777215,1437966706,0,14ea521b,1032663883,2">被团灭</d><d p="544.32000,1,25,16777215,1437394127,0,543f69aa,1010056881,2">喜欢威廉</d><d p="9.12100,1,25,16777215,1437199368,0,852a2fb2,1001628371,2">童年</d><d p="26.74300,1,25,16777215,1437185429,0,13297522,1000795035,2">怒刷</d><d p="164.22000,1,25,16777215,1437145879,0,af4828b9,999992511,2">还是中配好</d><d p="132.06000,5,25,16737945,1437063127,0,1af2d53,996801975,2">是的</d><d p="1.66600,1,25,16777215,1437041160,0,cf3e327c,995485849,2">童年啊</d><d p="671.52700,1,25,16777215,1436796623,0,4c6e94a,986286815,2">烧烧烧</d><d p="510.63100,1,25,16777215,1436796621,0,4c6e94a,986278921,2">情敌</d><d p="474.00400,1,25,16777215,1436710245,0,f5d46b4d,982626475,2">没错</d><d p="489.17500,1,25,16777215,1436706554,0,a7eded7e,982026469,2">233333</d><d p="152.65300,1,25,16777215,1436695566,0,805fbf8d,981357149,2">前面的你让我笑了</d><d p="581.53800,1,25,16777215,1436620183,0,9bf59b67,978727917,2">作死</d><d p="92.40200,1,25,16777215,1436620180,0,9bf59b67,978717519,2">我童年</d><d p="988.75800,1,25,16777215,1623668218,0,cf973e7b,50607446250487815,1">噢我记得了</d><d p="14.17000,1,25,16777215,1596896653,0,3e8ba659,36571435957223429,1">继续看</d><d p="980.97300,1,25,16777215,1595761686,0,813aaed9,35976386209906695,1">sana干得好</d><d p="148.55800,1,25,16777215,1585997076,0,7cb72ee7,30856918685188101,1">这个笑好假</d><d p="94.70000,1,25,16777215,1585157538,0,6540af20,30416758716760067,1">U好帅</d><d p="98.32400,1,25,16777215,1570120373,0,abd521b7,22532953934397444,1">coool</d><d p="319.30500,1,25,16777215,1556638018,0,1d3f206c,15464316715663360,1">我去</d><d p="508.50000,1,25,16777215,1555472962,0,7700b7b2,14853491733299204,1">好矮啊</d><d p="77.16000,1,25,16777215,1540790213,0,1793cf04,7155502798602240,1">www</d><d p="12.36900,1,25,16777215,1532247714,0,ab2b9ed7,2676772984848388,1">回忆啊</d><d p="330.91300,1,25,16777215,1529977070,0,b00c97e6,1486301821403136,1">複製貼上不行嗎</d><d p="177.40300,1,25,16777215,1529976943,0,b00c97e6,1486235124629508,1">紅字專業</d><d p="504.74800,1,25,16777215,1519372600,0,2f6d2c77,4335112518,1">威廉</d><d p="1246.54300,1,25,16777215,1504528852,0,30dc45f,3787880688,1">23333</d><d p="74.34200,1,25,16777215,1501551411,0,d26be98a,3633142365,1">騎摩的</d><d p="473.01400,1,25,38979,1498813533,0,e7e4341c,3506058094,1">嘿</d><d p="19.22000,1,25,41194,1495990882,0,594b8f2c,3413376462,1">第二季报道</d><d p="112.90900,5,25,15138834,1494745424,0,44701c90,3355818686,1">囍</d><d p="44.47600,1,25,16777215,1486469339,0,e5a09cc8,2970245586,1">还是那个fiu</d><d p="3.96200,1,25,16777215,1484197299,0,546f97fe,2838471161,1">cool</d><d p="11.74000,1,25,16777215,1481728290,0,3174e465,2749245161,1">第二季 我来啦</d><d p="27.28400,1,25,16777215,1481371707,0,7ede7a9a,2736743891,1">第二季我来了</d><d p="1262.20000,1,25,16777215,1481083939,0,cd9e5675,2726589461,1">开挂了</d><d p="519.98700,1,25,16777215,1479701555,0,4953a7ca,2681156313,1">233333</d><d p="172.42200,1,25,16777215,1479701548,0,4953a7ca,2681136601,1">但是我见过</d><d p="1420.24000,1,25,16777215,1475766660,0,d7fc3c54,2514340027,1">ed燃</d><d p="103.19900,1,25,16777215,1475763037,0,d7fc3c54,2514192983,1">2人正在看</d><d p="66.90100,1,25,16777215,1474899034,0,10bc67e3,2447024593,1">帥哭了</d><d p="37.47800,1,25,16777215,1469765567,0,56ca8a03,2166780519,1">20160729</d><d p="165.92200,1,25,15138834,1469538590,0,ac5f3245,2152368223,1">新怪</d><d p="6.01600,1,25,16777215,1468987937,0,5dcc5c52,2116074433,1">第二季</d><d p="113.29900,1,25,16777215,1468652582,0,5b1b73ee,2094807963,1">帅</d><d p="1389.72000,1,25,16777215,1467795927,0,585abb95,2045433487,1">诺基亚</d><d p="23.23200,1,25,16777215,1467346351,0,9a11403,2019399677,1">第一季看完!</d><d p="1061.16000,1,25,16777215,1465891481,0,48afa299,1958295469,1">bgm!</d><d p="666.03600,1,25,16777215,1463325103,0,7fcfd9a9,1853804451,1">小三快閃</d><d p="14.39900,1,25,16777215,1463242348,0,a5daeec1,1849829375,1">20160515來到第二季</d><d p="1301.35000,1,25,16777215,1462025420,0,fc89dee2,1805729255,1">刷事后的什么心态</d><d p="558.66600,1,25,16777215,1459328729,0,9705def4,1717397159,1">yu抱紧我</d><d p="169.46600,1,25,16777215,1455357991,0,19d654b6,1590238727,1">比第一季画质好</d><d p="17.86000,1,25,16777215,1455166876,0,d3587c1f,1580706681,1">增加弹幕</d><d p="7.96700,1,25,16777215,1453547278,0,f6173fc6,1512435337,1">第二季我来拉</d><d p="557.37300,1,25,16777215,1453363474,0,aac039d6,1505918595,1">1.618不是黄金比嚒</d><d p="530.22600,1,25,16777215,1452427694,0,954369d6,1479487483,1">不喜歡W</d><d p="5.33900,1,25,16777215,1451830205,0,bc35c04e,1463947759,1">第二季了</d><d p="15.54200,1,25,16777215,1449583847,0,da97ee8e,1404283811,1">弹幕</d><d p="41.80200,1,25,16777215,1448208745,0,4f6f002f,1364434541,1">第二季画质好多了</d><d p="520.46900,1,25,16777215,1444888975,0,6b654b13,1279258247,1">23333</d><d p="18.69800,1,25,16777215,1444493521,0,21d35522,1270985837,1">第二季我来了</d><d p="10.58900,1,25,16777215,1443855820,0,89c58fbb,1249665391,1">第二季我來了</d><d p="48.98200,1,25,16777215,1441015581,0,bd4d9939,1174815983,1">2015.8.31在这里</d><d p="125.85100,1,25,16777215,1440929181,0,14ddb414,1171385495,1">卧槽我</d><d p="316.41300,1,25,16777215,1440752754,0,6dfcfb1,1162901247,1">团灭。。。</d><d p="57.44100,1,25,16777215,1440752749,0,6dfcfb1,1162883613,1">2015.8.28</d><d p="213.42600,1,25,15138834,1440446667,0,d8f202d3,1148477115,1">杰洛米的声音怎么换了(ง •̀_•́)ง</d><d p="130.00700,1,25,15138834,1440446665,0,d8f202d3,1148476347,1">表示想看法语原版(ง •̀_•́)ง</d><d p="1008.77000,1,25,16777215,1440256264,0,8c989863,1139877057,1">666,100分</d><d p="32.49500,1,25,16777215,1440219685,0,f1f5c92,1137527515,1">2015.8.22</d><d p="111.29600,1,25,16777215,1440119399,0,ad244e83,1132303695,1">李奇陈迪~</d><d p="496.29900,1,25,16777215,1440087129,0,17f7a9b7,1131562823,1">233333</d><d p="32.05500,1,25,65280,1439402529,0,7a4a1d21,1098167835,1">第二季耶</d><d p="489.22400,1,25,16777215,1439370328,0,a1709103,1096319381,1">liuxizi </d><d p="1009.49000,1,25,16777215,1439103805,0,4124a4b,1084455949,1">帅</d><d p="29.91900,1,25,16777215,1439103790,0,4124a4b,1084396809,1">huiyi</d><d p="1411.54000,1,25,16777215,1438614719,0,ecd0c906,1062300901,1">ed赞</d><d p="90.33900,1,25,16777215,1438351821,0,7f4e8779,1050235695,1">童年</d><d p="691.67500,1,25,16777215,1438139477,0,3127b7ba,1039652559,1">FFFFFFFF。。。。。。。</d><d p="260.82400,1,25,16777215,1438139470,0,3127b7ba,1039631801,1">第五季最好看。。。。我是说3D画风</d><d p="552.61900,1,25,16777215,1437736038,0,87637b33,1024038467,1">william在lyoko很帅</d><d p="79.47100,1,25,16777215,1437185432,0,13297522,1000826083,1">儿童**</d><d p="23.83900,1,25,16777215,1437145869,0,9c3c5164,999958373,1">噢噢噢噢</d><d p="51.91100,1,25,16777215,1437138540,0,d587200d,999467189,1">童年记忆啊( •̀∀•́ )</d><d p="1052.16000,1,25,16777215,1437102713,0,64b7a647,997658331,1">UYUYUYUYUY</d><d p="483.14400,1,25,16777215,1436616533,0,62bf1c09,978544507,1">233333</d><d p="67.36700,1,25,16777215,1436612842,0,54e6c0d0,978236631,1">没有弹幕?</d><d p="227.69300,1,25,16777215,1595595990,0,9af52d3,35889514172383239,0">毕竟在发国人耳朵里我们就跟猴子说话一样,你又跟猴子一般见识什么</d><d p="68.45900,1,25,16777215,1517659284,0,7b050831,4250959293,0">国语版只有一二两季</d><d p="985.06200,1,25,38979,1515607638,0,30dc45f,4171966879,0">脫了</d><d p="1106.65000,1,25,16777215,1484197318,0,546f97fe,2838522741,0">立志看完5季</d><d p="1143.83000,1,25,16777215,1471432030,0,804dadf3,2282134851,0">嗷嗷嗷!!!!UYUYUYUY!!!!</d><d p="391.02400,1,25,16777215,1471407138,0,804dadf3,2279983043,0">摸下巴!!!!YA!!!YA!!!!</d><d p="275.14200,1,25,15138834,1469538595,0,ac5f3245,2152402191,0">好好看剧,别再讨论画风了,还不是照样看</d><d p="523.73200,1,25,6830715,1468501740,0,dc988139,2086097813,0">前面WU的等等我,我前四季吃UO第五季吃WU</d><d p="1244.50000,1,25,16751103,1460095333,0,f751c991,1740968107,0">都市丽人的66666666666666</d><d p="110.82600,1,25,16777215,1453302711,0,32199a79,1504647551,0">喜欢中配怎么办?怎么办你去看中配的啊 在这逼逼怎么办犯蠢吗</d><d p="82.08300,1,25,15138834,1450098584,0,6b924a75,1417797461,0">帅炸天哇啊啊啊啊啊啊啊啊啊啊啊</d><d p="12.41200,1,25,16777215,1439208537,0,62bf1c09,1089601909,0">第二季我来了#^_^##^_^##^_^##^_^#</d><d p="670.05700,1,25,16777215,1438139477,0,3127b7ba,1039651659,0">喜欢威廉。。。。和他的刀。。。。。。。。</d></i> | 136,051 | 136,051 | 0.76375 |
95633b3bb322f2a326fa85ca9cc6c22e3a69048d | 1,127 | xml | XML | AmazeFileManager-master/app/src/main/res/drawable/ic_apk_library_white_24dp.xml | haibowen/AndroidStudy | 247da3885e9e68bccc42c317d0c0a55821b24e4b | [
"Apache-2.0"
] | 1 | 2021-04-21T06:35:50.000Z | 2021-04-21T06:35:50.000Z | AmazeFileManager-master/app/src/main/res/drawable/ic_apk_library_white_24dp.xml | haibowen/AndroidStudy | 247da3885e9e68bccc42c317d0c0a55821b24e4b | [
"Apache-2.0"
] | null | null | null | AmazeFileManager-master/app/src/main/res/drawable/ic_apk_library_white_24dp.xml | haibowen/AndroidStudy | 247da3885e9e68bccc42c317d0c0a55821b24e4b | [
"Apache-2.0"
] | 1 | 2021-04-21T06:35:54.000Z | 2021-04-21T06:35:54.000Z | <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:pathData="M4,20v-14h-2v14c0,1.1 0.9,2 2,2h14v-2L4,20zM20,2h-12c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2v-12C22,2.9 21.1,2 20,2zM10.2,12.4c0,0.5 -0.4,0.8 -0.8,0.8c-0.4,0 -0.8,-0.4 -0.8,-0.8v-3.8c0,-0.4 0.4,-0.8 0.8,-0.8c0.5,0 0.8,0.4 0.8,0.8L10.2,12.4zM17.2,13.2c0,0.3 -0.2,0.5 -0.5,0.5h-0.5v1.9c0,0.4 -0.4,0.8 -0.8,0.8c-0.4,0 -0.8,-0.4 -0.8,-0.8v-1.9h-1.1v1.9c0,0.4 -0.4,0.8 -0.8,0.8c-0.4,0 -0.8,-0.4 -0.8,-0.8v-1.9h-0.5c-0.3,0 -0.5,-0.2 -0.5,-0.5v-5.4h6.4L17.3,13.2zM10.8,7.3c0,-1.1 0.5,-2 1.3,-2.6l-0.7,-0.7c-0.1,-0.1 -0.1,-0.3 0,-0.4c0.1,-0.1 0.3,-0.1 0.4,0l0.8,0.8c0.4,-0.2 0.9,-0.3 1.4,-0.3s1,0.1 1.4,0.3l0.8,-0.8c0.1,-0.1 0.3,-0.1 0.4,0c0.1,0.1 0.1,0.3 0,0.4l-0.7,0.7c0.8,0.6 1.3,1.5 1.3,2.6L10.8,7.3zM19.4,12.4c0,0.5 -0.4,0.8 -0.8,0.8c-0.5,0 -0.8,-0.4 -0.8,-0.8v-3.8c0,-0.4 0.4,-0.8 0.8,-0.8c0.4,0 0.8,0.4 0.8,0.8L19.4,12.4z"
android:fillColor="#FFFFFF"/>
</vector>
| 112.7 | 866 | 0.566105 |
74f419a0167f174d9c255ab205cc15313cebe517 | 33,146 | xml | XML | platforms/ref_8.0_121/lib-summaries/netty-all/netty-all-4.0.29.Final/profiled/io/netty/channel/AbstractChannelHandlerContext.xml | kestreltechnology/CodeHawk-Java-Platform-Summaries | 35dcb0b50994f42046100c29a1e128aac64e239e | [
"MIT"
] | null | null | null | platforms/ref_8.0_121/lib-summaries/netty-all/netty-all-4.0.29.Final/profiled/io/netty/channel/AbstractChannelHandlerContext.xml | kestreltechnology/CodeHawk-Java-Platform-Summaries | 35dcb0b50994f42046100c29a1e128aac64e239e | [
"MIT"
] | null | null | null | platforms/ref_8.0_121/lib-summaries/netty-all/netty-all-4.0.29.Final/profiled/io/netty/channel/AbstractChannelHandlerContext.xml | kestreltechnology/CodeHawk-Java-Platform-Summaries | 35dcb0b50994f42046100c29a1e128aac64e239e | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<codehawk-java-analyzer>
<header info="class" time="2019-01-15 15:36:59"/>
<class abstract="yes" name="AbstractChannelHandlerContext" package="io.netty.channel">
<superclass>io.netty.util.DefaultAttributeMap</superclass>
<interfaces>
<implements>io.netty.channel.ChannelHandlerContext</implements>
<implements>io.netty.util.AttributeMap</implements>
</interfaces>
<!-- ============================ CONSTRUCTORS ============================ -->
<constructors>
<!-- (io.netty.channel.DefaultChannelPipeline,io.netty.util.concurrent.EventExecutorGroup,java.lang.String,boolean,boolean) -->
<method access="default">
<signature>
<arg nr="1">
<object>io.netty.channel.DefaultChannelPipeline</object>
</arg>
<arg nr="2">
<object>io.netty.util.concurrent.EventExecutorGroup</object>
</arg>
<arg nr="3">
<object>java.lang.String</object>
</arg>
<arg nr="4">
<boolean/>
</arg>
<arg nr="5">
<boolean/>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
</constructors>
<!-- ============================== METHODS ============================== -->
<methods>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$000 -->
<method access="default" name="access$000" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$100 -->
<method access="default" name="access$100" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$1000 -->
<method access="default" name="access$1000" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="3">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="4">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$1100 -->
<method access="default" name="access$1100" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$1200 -->
<method access="default" name="access$1200" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$1300 -->
<method access="default" name="access$1300" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$1400 -->
<method access="default" name="access$1400" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$1500 -->
<method access="default" name="access$1500" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$1800 -->
<method access="default" name="access$1800" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<return>
<object>io.netty.channel.AbstractChannel</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$1900 -->
<method access="default" name="access$1900" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>java.lang.Object</object>
</arg>
<arg nr="3">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$200 -->
<method access="default" name="access$200" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$300 -->
<method access="default" name="access$300" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$400 -->
<method access="default" name="access$400" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>java.lang.Throwable</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$500 -->
<method access="default" name="access$500" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>java.lang.Object</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$600 -->
<method access="default" name="access$600" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>java.lang.Object</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$700 -->
<method access="default" name="access$700" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$800 -->
<method access="default" name="access$800" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ access$900 -->
<method access="default" name="access$900" static="yes">
<signature>
<arg nr="1">
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</arg>
<arg nr="2">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="3">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ alloc -->
<method access="public" name="alloc">
<signature>
<return>
<object>io.netty.buffer.ByteBufAllocator</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bind -->
<method access="public" name="bind">
<signature>
<arg nr="1">
<object>java.net.SocketAddress</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bind -->
<method access="public" name="bind">
<signature>
<arg nr="1">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ channel -->
<method access="public" name="channel">
<signature>
<return>
<object>io.netty.channel.Channel</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ close -->
<method access="public" name="close">
<signature>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ close -->
<method access="public" name="close">
<signature>
<arg nr="1">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ connect -->
<method access="public" name="connect">
<signature>
<arg nr="1">
<object>java.net.SocketAddress</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ connect -->
<method access="public" name="connect">
<signature>
<arg nr="1">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="2">
<object>java.net.SocketAddress</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ connect -->
<method access="public" name="connect">
<signature>
<arg nr="1">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ connect -->
<method access="public" name="connect">
<signature>
<arg nr="1">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="2">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="3">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ deregister -->
<method access="public" name="deregister">
<signature>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ deregister -->
<method access="public" name="deregister">
<signature>
<arg nr="1">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ disconnect -->
<method access="public" name="disconnect">
<signature>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ disconnect -->
<method access="public" name="disconnect">
<signature>
<arg nr="1">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ executor -->
<method access="public" name="executor">
<signature>
<return>
<object>io.netty.util.concurrent.EventExecutor</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ findContextInbound -->
<method access="private" name="findContextInbound">
<signature>
<return>
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ findContextOutbound -->
<method access="private" name="findContextOutbound">
<signature>
<return>
<object>io.netty.channel.AbstractChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireChannelActive -->
<method access="public" name="fireChannelActive">
<signature>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireChannelInactive -->
<method access="public" name="fireChannelInactive">
<signature>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireChannelRead -->
<method access="public" name="fireChannelRead">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireChannelReadComplete -->
<method access="public" name="fireChannelReadComplete">
<signature>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireChannelRegistered -->
<method access="public" name="fireChannelRegistered">
<signature>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireChannelUnregistered -->
<method access="public" name="fireChannelUnregistered">
<signature>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireChannelWritabilityChanged -->
<method access="public" name="fireChannelWritabilityChanged">
<signature>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireExceptionCaught -->
<method access="public" name="fireExceptionCaught">
<signature>
<arg nr="1">
<object>java.lang.Throwable</object>
</arg>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fireUserEventTriggered -->
<method access="public" name="fireUserEventTriggered">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flush -->
<method access="public" name="flush">
<signature>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inExceptionCaught -->
<method access="private" name="inExceptionCaught" static="yes">
<signature>
<arg nr="1">
<object>java.lang.Throwable</object>
</arg>
<return>
<boolean/>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeBind -->
<method access="private" name="invokeBind">
<signature>
<arg nr="1">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeChannelActive -->
<method access="private" name="invokeChannelActive">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeChannelInactive -->
<method access="private" name="invokeChannelInactive">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeChannelRead -->
<method access="private" name="invokeChannelRead">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeChannelReadComplete -->
<method access="private" name="invokeChannelReadComplete">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeChannelRegistered -->
<method access="private" name="invokeChannelRegistered">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeChannelUnregistered -->
<method access="private" name="invokeChannelUnregistered">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeChannelWritabilityChanged -->
<method access="private" name="invokeChannelWritabilityChanged">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeClose -->
<method access="private" name="invokeClose">
<signature>
<arg nr="1">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeConnect -->
<method access="private" name="invokeConnect">
<signature>
<arg nr="1">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="2">
<object>java.net.SocketAddress</object>
</arg>
<arg nr="3">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeDeregister -->
<method access="private" name="invokeDeregister">
<signature>
<arg nr="1">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeDisconnect -->
<method access="private" name="invokeDisconnect">
<signature>
<arg nr="1">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeExceptionCaught -->
<method access="private" name="invokeExceptionCaught">
<signature>
<arg nr="1">
<object>java.lang.Throwable</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeFlush -->
<method access="private" name="invokeFlush">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeRead -->
<method access="private" name="invokeRead">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeUserEventTriggered -->
<method access="private" name="invokeUserEventTriggered">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ invokeWrite -->
<method access="private" name="invokeWrite">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ isRemoved -->
<method access="public" name="isRemoved">
<signature>
<return>
<boolean/>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ name -->
<method access="public" name="name">
<signature>
<return>
<object>java.lang.String</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ newFailedFuture -->
<method access="public" name="newFailedFuture">
<signature>
<arg nr="1">
<object>java.lang.Throwable</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ newProgressivePromise -->
<method access="public" name="newProgressivePromise">
<signature>
<return>
<object>io.netty.channel.ChannelProgressivePromise</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ newPromise -->
<method access="public" name="newPromise">
<signature>
<return>
<object>io.netty.channel.ChannelPromise</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ newSucceededFuture -->
<method access="public" name="newSucceededFuture">
<signature>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ notifyHandlerException -->
<method access="private" name="notifyHandlerException">
<signature>
<arg nr="1">
<object>java.lang.Throwable</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ notifyOutboundHandlerException -->
<method access="private" name="notifyOutboundHandlerException" static="yes">
<signature>
<arg nr="1">
<object>java.lang.Throwable</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipeline -->
<method access="public" name="pipeline">
<signature>
<return>
<object>io.netty.channel.ChannelPipeline</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ read -->
<method access="public" name="read">
<signature>
<return>
<object>io.netty.channel.ChannelHandlerContext</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ safeExecute -->
<method access="private" name="safeExecute" static="yes">
<signature>
<arg nr="1">
<object>io.netty.util.concurrent.EventExecutor</object>
</arg>
<arg nr="2">
<object>java.lang.Runnable</object>
</arg>
<arg nr="3">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<arg nr="4">
<object>java.lang.Object</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setRemoved -->
<method access="default" name="setRemoved">
<signature/>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ validatePromise -->
<method access="private" name="validatePromise">
<signature>
<arg nr="1">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<arg nr="2">
<boolean/>
</arg>
<return>
<boolean/>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voidPromise -->
<method access="public" name="voidPromise">
<signature>
<return>
<object>io.netty.channel.ChannelPromise</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ write -->
<method access="public" name="write">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ write -->
<method access="public" name="write">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ write -->
<method access="private" name="write">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
<arg nr="2">
<boolean/>
</arg>
<arg nr="3">
<object>io.netty.channel.ChannelPromise</object>
</arg>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeAndFlush -->
<method access="public" name="writeAndFlush">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
<arg nr="2">
<object>io.netty.channel.ChannelPromise</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ writeAndFlush -->
<method access="public" name="writeAndFlush">
<signature>
<arg nr="1">
<object>java.lang.Object</object>
</arg>
<return>
<object>io.netty.channel.ChannelFuture</object>
</return>
</signature>
<exceptions/>
<summary/>
</method>
</methods>
</class>
<copyright-notice>Copyright 2012-2019, Kestrel Technology LLC, Palo Alto, CA 94304</copyright-notice>
</codehawk-java-analyzer>
| 33.891616 | 134 | 0.430308 |
80c5b4b4d919a664ff658df2f3ae3ae436218ef4 | 3,177 | xml | XML | src/reference/docbook/si-amqp.xml | caspermout/spring-amqp | 19da7adafe5a242ffc2c45d666c0a07fd8309b44 | [
"Apache-2.0"
] | 1 | 2019-07-22T12:08:50.000Z | 2019-07-22T12:08:50.000Z | src/reference/docbook/si-amqp.xml | caspermout/spring-amqp | 19da7adafe5a242ffc2c45d666c0a07fd8309b44 | [
"Apache-2.0"
] | null | null | null | src/reference/docbook/si-amqp.xml | caspermout/spring-amqp | 19da7adafe5a242ffc2c45d666c0a07fd8309b44 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="spring-integration-amqp"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Spring Integration AMQP Support</title>
<section id="spring-integration-amqp-introduction">
<title>Introduction</title>
<para>The <ulink url="http://www.springsource.org/spring-integration">Spring Integration</ulink> project
includes AMQP Channel Adapters and Gateways that build upon the Spring AMQP project. Those adapters are developed and released in the
Spring Integration project.
In Spring Integration, "Channel Adapters" are unidirectional (one-way) whereas "Gateways" are
bidirectional (request-reply). We provide an inbound-channel-adapter,
outbound-channel-adapter, inbound-gateway, and outbound-gateway.</para>
<para>Since the AMQP adapters are part of the Spring Integration
release, the documentation will be available as part of the Spring
Integration distribution. As a taster, we just provide a quick
overview of the main features here.</para>
</section>
<section>
<title>Inbound Channel Adapter</title>
<para>To receive AMQP Messages from a Queue, configure an <inbound-channel-adapter></para>
<programlisting language="xml"><![CDATA[<amqp:inbound-channel-adapter channel="fromAMQP"
queue-names="some.queue"
connection-factory="rabbitConnectionFactory"/>]]></programlisting>
</section>
<section>
<title>Outbound Channel Adapter</title>
<para>To send AMQP Messages to an Exchange, configure an <outbound-channel-adapter>.
A 'routing-key' may optionally be provided in addition to the exchange name.</para>
<programlisting language="xml"><![CDATA[<amqp:outbound-channel-adapter channel="toAMQP"
exchange-name="some.exchange"
routing-key="foo"
amqp-template="rabbitTemplate"/>]]></programlisting>
</section>
<section>
<title>Inbound Gateway</title>
<para>To receive an AMQP Message from a Queue, and respond to its
reply-to address, configure an <inbound-gateway>.</para>
<programlisting language="xml"><![CDATA[<amqp:inbound-gateway request-channel="fromAMQP"
reply-channel="toAMQP"
queue-names="some.queue"
connection-factory="rabbitConnectionFactory"/>]]></programlisting>
</section>
<section>
<title>Outbound Gateway</title>
<para>To send AMQP Messages to an Exchange and receive back a
response from a remote client, configure an
<outbound-gateway>. A 'routing-key' may optionally be
provided in addition to the exchange name.</para>
<programlisting language="xml"><![CDATA[<amqp:outbound-gateway request-channel="toAMQP"
reply-channel="fromAMQP"
exchange-name="some.exchange"
routing-key="foo"
amqp-template="rabbitTemplate"/>]]></programlisting>
</section>
</chapter>
| 43.520548 | 139 | 0.66226 |
410c6648343c695c043ffccf2aa9bfbdb959d59d | 90,091 | xml | XML | xml/System.Numerics/Vector2.xml | DAXaholic/dotnet-docs | 36180677d0e83ec3bf88d091118f95a4108e810f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | xml/System.Numerics/Vector2.xml | DAXaholic/dotnet-docs | 36180677d0e83ec3bf88d091118f95a4108e810f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | xml/System.Numerics/Vector2.xml | DAXaholic/dotnet-docs | 36180677d0e83ec3bf88d091118f95a4108e810f | [
"CC-BY-4.0",
"MIT"
] | null | null | null | <Type Name="Vector2" FullName="System.Numerics.Vector2">
<TypeSignature Language="C#" Value="public struct Vector2 : IEquatable<System.Numerics.Vector2>, IFormattable" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit Vector2 extends System.ValueType implements class System.IEquatable`1<valuetype System.Numerics.Vector2>, class System.IFormattable" />
<TypeSignature Language="DocId" Value="T:System.Numerics.Vector2" />
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ValueType</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.IEquatable<System.Numerics.Vector2></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IFormattable</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>Represents a vector with two single-precision floating-point values.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2> structure provides support for hardware acceleration.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Vector2 (float value);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(float32 value) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.#ctor(System.Single)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="value" Type="System.Single" />
</Parameters>
<Docs>
<param name="value">The value to assign to both elements.</param>
<summary>Creates a new <see cref="T:System.Numerics.Vector2" /> object whose two elements have the same value.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Vector2 (float x, float y);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(float32 x, float32 y) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.#ctor(System.Single,System.Single)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="x" Type="System.Single" />
<Parameter Name="y" Type="System.Single" />
</Parameters>
<Docs>
<param name="x">The value to assign to the <see cref="F:System.Numerics.Vector2.X" /> field.</param>
<param name="y">The value to assign to the <see cref="F:System.Numerics.Vector2.Y" /> field.</param>
<summary>Creates a vector whose elements have the specified values.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Abs">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Abs (System.Numerics.Vector2 value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Abs(valuetype System.Numerics.Vector2 value) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Abs(System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value">A vector.</param>
<summary>Returns a vector whose elements are the absolute values of each of the specified vector's elements.</summary>
<returns>The absolute value vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Add">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Add (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Add(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Add(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector to add.</param>
<param name="right">The second vector to add.</param>
<summary>Adds two vectors together.</summary>
<returns>The summed vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Clamp">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Clamp (System.Numerics.Vector2 value1, System.Numerics.Vector2 min, System.Numerics.Vector2 max);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Clamp(valuetype System.Numerics.Vector2 value1, valuetype System.Numerics.Vector2 min, valuetype System.Numerics.Vector2 max) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Clamp(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value1" Type="System.Numerics.Vector2" />
<Parameter Name="min" Type="System.Numerics.Vector2" />
<Parameter Name="max" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value1">The vector to restrict.</param>
<param name="min">The minimum value.</param>
<param name="max">The maximum value.</param>
<summary>Restricts a vector between a minimum and a maximum value.</summary>
<returns>The restricted vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CopyTo">
<MemberSignature Language="C#" Value="public void CopyTo (float[] array);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void CopyTo(float32[] array) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.CopyTo(System.Single[])" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="array" Type="System.Single[]" />
</Parameters>
<Docs>
<param name="array">The destination array.</param>
<summary>Copies the elements of the vector to a specified array.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
`array` must have at least two elements. The method copies the vector's elements starting at index 0.
]]></format>
</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">The number of elements in the current instance is greater than in the array.</exception>
<exception cref="T:System.RankException">
<paramref name="array" /> is multidimensional.</exception>
</Docs>
</Member>
<Member MemberName="CopyTo">
<MemberSignature Language="C#" Value="public void CopyTo (float[] array, int index);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void CopyTo(float32[] array, int32 index) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.CopyTo(System.Single[],System.Int32)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="array" Type="System.Single[]" />
<Parameter Name="index" Type="System.Int32" />
</Parameters>
<Docs>
<param name="array">The destination array.</param>
<param name="index">The index at which to copy the first element of the vector.</param>
<summary>Copies the elements of the vector to a specified array starting at a specified index position.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
`array` must have a sufficient number of elements to accommodate the two vector elements. In other words, elements `index` and `index` + 1 must already exist in `array`.
]]></format>
</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">The number of elements in the current instance is greater than in the array.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.
-or-
<paramref name="index" /> is greater than or equal to the array length.</exception>
<exception cref="T:System.RankException">
<paramref name="array" /> is multidimensional.</exception>
</Docs>
</Member>
<Member MemberName="Distance">
<MemberSignature Language="C#" Value="public static float Distance (System.Numerics.Vector2 value1, System.Numerics.Vector2 value2);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig float32 Distance(valuetype System.Numerics.Vector2 value1, valuetype System.Numerics.Vector2 value2) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Distance(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Single</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value1" Type="System.Numerics.Vector2" />
<Parameter Name="value2" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value1">The first point.</param>
<param name="value2">The second point.</param>
<summary>Computes the Euclidean distance between the two given points.</summary>
<returns>The distance.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DistanceSquared">
<MemberSignature Language="C#" Value="public static float DistanceSquared (System.Numerics.Vector2 value1, System.Numerics.Vector2 value2);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig float32 DistanceSquared(valuetype System.Numerics.Vector2 value1, valuetype System.Numerics.Vector2 value2) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.DistanceSquared(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Single</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value1" Type="System.Numerics.Vector2" />
<Parameter Name="value2" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value1">The first point.</param>
<param name="value2">The second point.</param>
<summary>Returns the Euclidean distance squared between two specified points.</summary>
<returns>The distance squared.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Divide">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Divide (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Divide(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Divide(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector.</param>
<param name="right">The second vector.</param>
<summary>Divides the first vector by the second.</summary>
<returns>The vector resulting from the division.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Divide">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Divide (System.Numerics.Vector2 left, float divisor);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Divide(valuetype System.Numerics.Vector2 left, float32 divisor) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Divide(System.Numerics.Vector2,System.Single)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="divisor" Type="System.Single" />
</Parameters>
<Docs>
<param name="left">The vector.</param>
<param name="divisor">The scalar value.</param>
<summary>Divides the specified vector by a specified scalar value.</summary>
<returns>The vector that results from the division.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Dot">
<MemberSignature Language="C#" Value="public static float Dot (System.Numerics.Vector2 value1, System.Numerics.Vector2 value2);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig float32 Dot(valuetype System.Numerics.Vector2 value1, valuetype System.Numerics.Vector2 value2) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Dot(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Single</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value1" Type="System.Numerics.Vector2" />
<Parameter Name="value2" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value1">The first vector.</param>
<param name="value2">The second vector.</param>
<summary>Returns the dot product of two vectors.</summary>
<returns>The dot product.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Equals">
<MemberSignature Language="C#" Value="public bool Equals (System.Numerics.Vector2 other);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Equals(valuetype System.Numerics.Vector2 other) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Equals(System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="other" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="other">The other vector.</param>
<summary>Returns a value that indicates whether this instance and another vector are equal.</summary>
<returns>
<see langword="true" /> if the two vectors are equal; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Two vectors are equal if their <xref:System.Numerics.Vector2.X> and <xref:System.Numerics.Vector2.Y> elements are equal.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Equals">
<MemberSignature Language="C#" Value="public override bool Equals (object obj);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Equals(System.Object)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="obj" Type="System.Object" />
</Parameters>
<Docs>
<param name="obj">The object to compare with the current instance.</param>
<summary>Returns a value that indicates whether this instance and a specified object are equal.</summary>
<returns>
<see langword="true" /> if the current instance and <paramref name="obj" /> are equal; otherwise, <see langword="false" /><see langword="" />. If <paramref name="obj" /> is <see langword="null" />, the method returns <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The current instance and `obj` are equal if `obj` is a <xref:System.Numerics.Vector2> object and their <xref:System.Numerics.Vector2.X> and <xref:System.Numerics.Vector2.Y> elements are equal.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="GetHashCode">
<MemberSignature Language="C#" Value="public override int GetHashCode ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.GetHashCode" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns the hash code for this instance.</summary>
<returns>The hash code.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Length">
<MemberSignature Language="C#" Value="public float Length ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance float32 Length() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Length" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Single</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns the length of the vector.</summary>
<returns>The vector's length.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LengthSquared">
<MemberSignature Language="C#" Value="public float LengthSquared ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance float32 LengthSquared() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.LengthSquared" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Single</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns the length of the vector squared.</summary>
<returns>The vector's length squared.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This operation offers better performance than a call to the <xref:System.Numerics.Vector2.Length%2A> method.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Lerp">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Lerp (System.Numerics.Vector2 value1, System.Numerics.Vector2 value2, float amount);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Lerp(valuetype System.Numerics.Vector2 value1, valuetype System.Numerics.Vector2 value2, float32 amount) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Lerp(System.Numerics.Vector2,System.Numerics.Vector2,System.Single)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value1" Type="System.Numerics.Vector2" />
<Parameter Name="value2" Type="System.Numerics.Vector2" />
<Parameter Name="amount" Type="System.Single" />
</Parameters>
<Docs>
<param name="value1">The first vector.</param>
<param name="value2">The second vector.</param>
<param name="amount">A value between 0 and 1 that indicates the weight of <c>value2</c>.</param>
<summary>Performs a linear interpolation between two vectors based on the given weighting.</summary>
<returns>The interpolated vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Max">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Max (System.Numerics.Vector2 value1, System.Numerics.Vector2 value2);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Max(valuetype System.Numerics.Vector2 value1, valuetype System.Numerics.Vector2 value2) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Max(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value1" Type="System.Numerics.Vector2" />
<Parameter Name="value2" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value1">The first vector.</param>
<param name="value2">The second vector.</param>
<summary>Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors.</summary>
<returns>The maximized vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Min">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Min (System.Numerics.Vector2 value1, System.Numerics.Vector2 value2);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Min(valuetype System.Numerics.Vector2 value1, valuetype System.Numerics.Vector2 value2) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Min(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value1" Type="System.Numerics.Vector2" />
<Parameter Name="value2" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value1">The first vector.</param>
<param name="value2">The second vector.</param>
<summary>Returns a vector whose elements are the minimum of each of the pairs of elements in two specified vectors.</summary>
<returns>The minimized vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Multiply">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Multiply (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Multiply(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Multiply(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector.</param>
<param name="right">The second vector.</param>
<summary>Multiplies two vectors together.</summary>
<returns>The product vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Multiply">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Multiply (System.Numerics.Vector2 left, float right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Multiply(valuetype System.Numerics.Vector2 left, float32 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Multiply(System.Numerics.Vector2,System.Single)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Single" />
</Parameters>
<Docs>
<param name="left">The vector to multiply.</param>
<param name="right">The scalar value.</param>
<summary>Multiplies a vector by a specified scalar.</summary>
<returns>The scaled vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Multiply">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Multiply (float left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Multiply(float32 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Multiply(System.Single,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Single" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The scaled value.</param>
<param name="right">The vector.</param>
<summary>Multiplies a scalar value by a specified vector.</summary>
<returns>The scaled vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Negate">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Negate (System.Numerics.Vector2 value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Negate(valuetype System.Numerics.Vector2 value) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Negate(System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value">The vector to negate.</param>
<summary>Negates a specified vector.</summary>
<returns>The negated vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Normalize">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Normalize (System.Numerics.Vector2 value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Normalize(valuetype System.Numerics.Vector2 value) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Normalize(System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value">The vector to normalize.</param>
<summary>Returns a vector with the same direction as the specified vector, but with a length of one.</summary>
<returns>The normalized vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="One">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 One { get; }" />
<MemberSignature Language="ILAsm" Value=".property valuetype System.Numerics.Vector2 One" />
<MemberSignature Language="DocId" Value="P:System.Numerics.Vector2.One" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a vector whose 2 elements are equal to one.</summary>
<value>A vector whose two elements are equal to one (that is, it returns the vector <c>(1,1)</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="op_Addition">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 op_Addition (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname valuetype System.Numerics.Vector2 op_Addition(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Addition(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector to add.</param>
<param name="right">The second vector to add.</param>
<summary>Adds two vectors together.</summary>
<returns>The summed vector.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2.op_Addition%2A> method defines the addition operation for <xref:System.Numerics.Vector2> objects.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="op_Division">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 op_Division (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname valuetype System.Numerics.Vector2 op_Division(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Division(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector.</param>
<param name="right">The second vector.</param>
<summary>Divides the first vector by the second.</summary>
<returns>The vector that results from dividing <paramref name="left" /> by <paramref name="right" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2.op_Division%2A> method defines the division operation for <xref:System.Numerics.Vector2> objects.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="op_Division">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 op_Division (System.Numerics.Vector2 value1, float value2);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname valuetype System.Numerics.Vector2 op_Division(valuetype System.Numerics.Vector2 value1, float32 value2) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Division(System.Numerics.Vector2,System.Single)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value1" Type="System.Numerics.Vector2" />
<Parameter Name="value2" Type="System.Single" />
</Parameters>
<Docs>
<param name="value1">The vector.</param>
<param name="value2">The scalar value.</param>
<summary>Divides the specified vector by a specified scalar value.</summary>
<returns>The result of the division.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2.op_Division%2A> method defines the division operation for <xref:System.Numerics.Vector2> objects.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="op_Equality">
<MemberSignature Language="C#" Value="public static bool op_Equality (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Equality(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Equality(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector to compare.</param>
<param name="right">The second vector to compare.</param>
<summary>Returns a value that indicates whether each pair of elements in two specified vectors is equal.</summary>
<returns>
<see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are equal; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Two <xref:System.Numerics.Vector2> objects are equal if each value in `left` is equal to the corresponding value in `right`.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="op_Inequality">
<MemberSignature Language="C#" Value="public static bool op_Inequality (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname bool op_Inequality(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Inequality(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector to compare.</param>
<param name="right">The second vector to compare.</param>
<summary>Returns a value that indicates whether two specified vectors are not equal.</summary>
<returns>
<see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> are not equal; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="op_Multiply">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 op_Multiply (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname valuetype System.Numerics.Vector2 op_Multiply(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Multiply(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector.</param>
<param name="right">The second vector.</param>
<summary>Multiplies two vectors together.</summary>
<returns>The product vector.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2.op_Multiply%2A> method defines the multiplication operation for <xref:System.Numerics.Vector2> objects.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="op_Multiply">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 op_Multiply (System.Numerics.Vector2 left, float right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname valuetype System.Numerics.Vector2 op_Multiply(valuetype System.Numerics.Vector2 left, float32 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Multiply(System.Numerics.Vector2,System.Single)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Single" />
</Parameters>
<Docs>
<param name="left">The vector.</param>
<param name="right">The scalar value.</param>
<summary>Multiples the specified vector by the specified scalar value.</summary>
<returns>The scaled vector.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2.op_Multiply%2A> method defines the multiplication operation for <xref:System.Numerics.Vector2> objects.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="op_Multiply">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 op_Multiply (float left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname valuetype System.Numerics.Vector2 op_Multiply(float32 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Multiply(System.Single,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Single" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The vector.</param>
<param name="right">The scalar value.</param>
<summary>Multiples the scalar value by the specified vector.</summary>
<returns>The scaled vector.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2.op_Multiply%2A> method defines the multiplication operation for <xref:System.Numerics.Vector2> objects.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="op_Subtraction">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 op_Subtraction (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname valuetype System.Numerics.Vector2 op_Subtraction(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_Subtraction(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector.</param>
<param name="right">The second vector.</param>
<summary>Subtracts the second vector from the first.</summary>
<returns>The vector that results from subtracting <paramref name="right" /> from <paramref name="left" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2.op_Subtraction%2A> method defines the subtraction operation for <xref:System.Numerics.Vector2> objects.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="op_UnaryNegation">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 op_UnaryNegation (System.Numerics.Vector2 value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname valuetype System.Numerics.Vector2 op_UnaryNegation(valuetype System.Numerics.Vector2 value) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.op_UnaryNegation(System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value">The vector to negate.</param>
<summary>Negates the specified vector.</summary>
<returns>The negated vector.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Numerics.Vector2.op_UnaryNegation%2A> method defines the unary negation operation for <xref:System.Numerics.Vector2> objects.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Reflect">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Reflect (System.Numerics.Vector2 vector, System.Numerics.Vector2 normal);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Reflect(valuetype System.Numerics.Vector2 vector, valuetype System.Numerics.Vector2 normal) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Reflect(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="vector" Type="System.Numerics.Vector2" />
<Parameter Name="normal" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="vector">The source vector.</param>
<param name="normal">The normal of the surface being reflected off.</param>
<summary>Returns the reflection of a vector off a surface that has the specified normal.</summary>
<returns>The reflected vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SquareRoot">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 SquareRoot (System.Numerics.Vector2 value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 SquareRoot(valuetype System.Numerics.Vector2 value) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.SquareRoot(System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="value">A vector.</param>
<summary>Returns a vector whose elements are the square root of each of a specified vector's elements.</summary>
<returns>The square root vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Subtract">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Subtract (System.Numerics.Vector2 left, System.Numerics.Vector2 right);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Subtract(valuetype System.Numerics.Vector2 left, valuetype System.Numerics.Vector2 right) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Subtract(System.Numerics.Vector2,System.Numerics.Vector2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="left" Type="System.Numerics.Vector2" />
<Parameter Name="right" Type="System.Numerics.Vector2" />
</Parameters>
<Docs>
<param name="left">The first vector.</param>
<param name="right">The second vector.</param>
<summary>Subtracts the second vector from the first.</summary>
<returns>The difference vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ToString">
<MemberSignature Language="C#" Value="public override string ToString ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.ToString" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns the string representation of the current instance using default formatting.</summary>
<returns>The string representation of the current instance.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This method returns a string in which each element of the vector is formatted using the "G" (general) format string and the formatting conventions of the current thread culture. The "\<" and ">" characters are used to begin and end the string, and the current culture's <xref:System.Globalization.NumberFormatInfo.NumberGroupSeparator%2A?displayProperty=fullName> property followed by a space is used to separate each element.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ToString">
<MemberSignature Language="C#" Value="public string ToString (string format);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance string ToString(string format) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.ToString(System.String)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="format" Type="System.String" />
</Parameters>
<Docs>
<param name="format">A [standard](~/docs/standard/base-types/standard-numeric-format-strings.md) or [custom numeric format string](~/docs/standard/base-types/custom-numeric-format-strings.md) that defines the format of individual elements.</param>
<summary>Returns the string representation of the current instance using the specified format string to format individual elements.</summary>
<returns>The string representation of the current instance.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This method returns a string in which each element of the vector is formatted using `format` and the current culture's formatting conventions. The "\<" and ">" characters are used to begin and end the string, and the current culture's <xref:System.Globalization.NumberFormatInfo.NumberGroupSeparator%2A?displayProperty=fullName> property followed by a space is used to separate each element.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ToString">
<MemberSignature Language="C#" Value="public string ToString (string format, IFormatProvider formatProvider);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance string ToString(string format, class System.IFormatProvider formatProvider) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.ToString(System.String,System.IFormatProvider)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="format" Type="System.String" />
<Parameter Name="formatProvider" Type="System.IFormatProvider" />
</Parameters>
<Docs>
<param name="format">A [standard](~/docs/standard/base-types/standard-numeric-format-strings.md) or [custom numeric format string](~/docs/standard/base-types/custom-numeric-format-strings.md) that defines the format of individual elements.</param>
<param name="formatProvider">A format provider that supplies culture-specific formatting information.</param>
<summary>Returns the string representation of the current instance using the specified format string to format individual elements and the specified format provider to define culture-specific formatting.</summary>
<returns>The string representation of the current instance.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This method returns a string in which each element of the vector is formatted using `format` and `formatProvider`. The "\<" and ">" characters are used to begin and end the string, and the format provider's <xref:System.Globalization.NumberFormatInfo.NumberGroupSeparator%2A?displayProperty=fullName> property followed by a space is used to separate each element.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Transform">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Transform (System.Numerics.Vector2 position, System.Numerics.Matrix3x2 matrix);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Transform(valuetype System.Numerics.Vector2 position, valuetype System.Numerics.Matrix3x2 matrix) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Transform(System.Numerics.Vector2,System.Numerics.Matrix3x2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="position" Type="System.Numerics.Vector2" />
<Parameter Name="matrix" Type="System.Numerics.Matrix3x2" />
</Parameters>
<Docs>
<param name="position">The vector to transform.</param>
<param name="matrix">The transformation matrix.</param>
<summary>Transforms a vector by a specified 3x2 matrix.</summary>
<returns>The transformed vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Transform">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Transform (System.Numerics.Vector2 position, System.Numerics.Matrix4x4 matrix);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Transform(valuetype System.Numerics.Vector2 position, valuetype System.Numerics.Matrix4x4 matrix) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Transform(System.Numerics.Vector2,System.Numerics.Matrix4x4)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="position" Type="System.Numerics.Vector2" />
<Parameter Name="matrix" Type="System.Numerics.Matrix4x4" />
</Parameters>
<Docs>
<param name="position">The vector to transform.</param>
<param name="matrix">The transformation matrix.</param>
<summary>Transforms a vector by a specified 4x4 matrix.</summary>
<returns>The transformed vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Transform">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Transform (System.Numerics.Vector2 value, System.Numerics.Quaternion rotation);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 Transform(valuetype System.Numerics.Vector2 value, valuetype System.Numerics.Quaternion rotation) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.Transform(System.Numerics.Vector2,System.Numerics.Quaternion)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="value" Type="System.Numerics.Vector2" />
<Parameter Name="rotation" Type="System.Numerics.Quaternion" />
</Parameters>
<Docs>
<param name="value">The vector to rotate.</param>
<param name="rotation">The rotation to apply.</param>
<summary>Transforms a vector by the specified Quaternion rotation value.</summary>
<returns>The transformed vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TransformNormal">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 TransformNormal (System.Numerics.Vector2 normal, System.Numerics.Matrix3x2 matrix);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 TransformNormal(valuetype System.Numerics.Vector2 normal, valuetype System.Numerics.Matrix3x2 matrix) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.TransformNormal(System.Numerics.Vector2,System.Numerics.Matrix3x2)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="normal" Type="System.Numerics.Vector2" />
<Parameter Name="matrix" Type="System.Numerics.Matrix3x2" />
</Parameters>
<Docs>
<param name="normal">The source vector.</param>
<param name="matrix">The matrix.</param>
<summary>Transforms a vector normal by the given 3x2 matrix.</summary>
<returns>The transformed vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TransformNormal">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 TransformNormal (System.Numerics.Vector2 normal, System.Numerics.Matrix4x4 matrix);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Numerics.Vector2 TransformNormal(valuetype System.Numerics.Vector2 normal, valuetype System.Numerics.Matrix4x4 matrix) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Numerics.Vector2.TransformNormal(System.Numerics.Vector2,System.Numerics.Matrix4x4)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="normal" Type="System.Numerics.Vector2" />
<Parameter Name="matrix" Type="System.Numerics.Matrix4x4" />
</Parameters>
<Docs>
<param name="normal">The source vector.</param>
<param name="matrix">The matrix.</param>
<summary>Transforms a vector normal by the given 4x4 matrix.</summary>
<returns>The transformed vector.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UnitX">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 UnitX { get; }" />
<MemberSignature Language="ILAsm" Value=".property valuetype System.Numerics.Vector2 UnitX" />
<MemberSignature Language="DocId" Value="P:System.Numerics.Vector2.UnitX" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the vector (1,0).</summary>
<value>The vector <c>(1,0)</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UnitY">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 UnitY { get; }" />
<MemberSignature Language="ILAsm" Value=".property valuetype System.Numerics.Vector2 UnitY" />
<MemberSignature Language="DocId" Value="P:System.Numerics.Vector2.UnitY" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the vector (0,1).</summary>
<value>The vector <c>(0,1)</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="X">
<MemberSignature Language="C#" Value="public float X;" />
<MemberSignature Language="ILAsm" Value=".field public float32 X" />
<MemberSignature Language="DocId" Value="F:System.Numerics.Vector2.X" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Single</ReturnType>
</ReturnValue>
<Docs>
<summary>The X component of the vector.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Y">
<MemberSignature Language="C#" Value="public float Y;" />
<MemberSignature Language="ILAsm" Value=".field public float32 Y" />
<MemberSignature Language="DocId" Value="F:System.Numerics.Vector2.Y" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Single</ReturnType>
</ReturnValue>
<Docs>
<summary>The Y component of the vector.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Zero">
<MemberSignature Language="C#" Value="public static System.Numerics.Vector2 Zero { get; }" />
<MemberSignature Language="ILAsm" Value=".property valuetype System.Numerics.Vector2 Zero" />
<MemberSignature Language="DocId" Value="P:System.Numerics.Vector2.Zero" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Numerics.Vectors</AssemblyName>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<AssemblyVersion>4.1.2.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.Numerics</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Numerics.Vector2</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns a vector whose 2 elements are equal to zero.</summary>
<value>A vector whose two elements are equal to zero (that is, it returns the vector <c>(0,0)</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
| 48.254419 | 429 | 0.677593 |
5ac82644930e288678815cb5fb6390405587fc85 | 1,535 | props | XML | demos/Directory.Build.props | xenial-io/Corny | 37da3e38b20403c1f08bdf6e9cda33f0dafd7569 | [
"BlueOak-1.0.0",
"Apache-2.0"
] | null | null | null | demos/Directory.Build.props | xenial-io/Corny | 37da3e38b20403c1f08bdf6e9cda33f0dafd7569 | [
"BlueOak-1.0.0",
"Apache-2.0"
] | null | null | null | demos/Directory.Build.props | xenial-io/Corny | 37da3e38b20403c1f08bdf6e9cda33f0dafd7569 | [
"BlueOak-1.0.0",
"Apache-2.0"
] | null | null | null | <Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<IsPackable>false</IsPackable>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFrameworks>$(NetCoreVersion);$(FullFrameworkVersion)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(OS)' != 'Windows_NT'">
<TargetFrameworks>$(NetCoreVersion)</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
</ItemGroup>
<Target Name="AddMetadaAssemblyAttributes" BeforeTargets="CoreGenerateAssemblyInfo">
<ItemGroup>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute" Condition="'$(TargetFramework)' != ''" >
<_Parameter1>TargetFramework</_Parameter1>
<_Parameter2>$(TargetFramework)</_Parameter2>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute" Condition="'$(Configuration)' != ''" >
<_Parameter1>Configuration</_Parameter1>
<_Parameter2>$(Configuration)</_Parameter2>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute" Condition="'$(MSBuildThisFileDirectory)' != ''" >
<_Parameter1>MSBuildThisFileDirectory</_Parameter1>
<_Parameter2>$(MSBuildThisFileDirectory)</_Parameter2>
</AssemblyAttribute>
</ItemGroup>
</Target>
</Project>
| 41.486486 | 128 | 0.721173 |
3668e3b9d53ce36530c4e821f7d158b1b8daff95 | 2,753 | xml | XML | data/projects/gnome-disk-utility/MetaData.xml | martyn82/OhlohAnalytics | de302f9ddd9071af967d6dd897b33bf20a179e40 | [
"CC-BY-3.0"
] | null | null | null | data/projects/gnome-disk-utility/MetaData.xml | martyn82/OhlohAnalytics | de302f9ddd9071af967d6dd897b33bf20a179e40 | [
"CC-BY-3.0"
] | null | null | null | data/projects/gnome-disk-utility/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>486960</id>
<name>gnome-disk-utility</name>
<url>http://www.ohloh.net/p/gnome-disk-utility.xml</url>
<html_url>http://www.ohloh.net/p/gnome-disk-utility</html_url>
<created_at>2010-12-09T17:52:28Z</created_at>
<updated_at>2013-07-16T00:53:13Z</updated_at>
<description>This project contains the Palimpsest disk management application. Palimpsest supports partitioning, file system creation, encryption, RAID, SMART monitoring, etc.</description>
<homepage_url></homepage_url>
<download_url></download_url>
<url_name>gnome-disk-utility</url_name>
<medium_logo_url>http://cloud.ohloh.net/attachments/54715/palimpsest_med.png</medium_logo_url>
<small_logo_url>http://cloud.ohloh.net/attachments/54715/palimpsest_small.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>14644861</analysis_id>
<analysis>
<id>14644861</id>
<url>http://www.ohloh.net/analyses/14644861.xml</url>
<project_id>486960</project_id>
<updated_at>2013-07-16T00:53:13Z</updated_at>
<logged_at>2013-07-16T00:42:22Z</logged_at>
<min_month>2007-05-01T00:00:00Z</min_month>
<max_month>2013-07-01T00:00:00Z</max_month>
<twelve_month_contributor_count>78</twelve_month_contributor_count>
<total_code_lines>30012</total_code_lines>
<factoids>
<factoid type="FactoidAgeVeryOld">
Mature, well-established codebase </factoid>
<factoid type="FactoidTeamSizeVeryLarge">
Very large, active development team </factoid>
<factoid type="FactoidCommentsLow">
Few source code comments </factoid>
<factoid type="FactoidActivityStable">
Stable Y-O-Y development activity </factoid>
</factoids>
<languages graph_url="http://www.ohloh.net/p/gnome-disk-utility/analyses/14644861/languages.png">
<language color="FF8F00" percentage="71" id="42">
C </language>
<language color="555555" percentage="26" id="3">
XML </language>
<language color="000000" percentage="3" id="">
3 Other </language>
</languages>
<main_language_id>42</main_language_id>
<main_language_name>C</main_language_name>
</analysis>
<licenses>
<license>
<name>lgpl21_or_later</name>
<nice_name>GNU Lesser General Public License v2.1 or later</nice_name>
</license>
</licenses>
</project>
</result>
</response>
| 43.698413 | 195 | 0.660371 |
9daeb26239b73bc356a716f5073b85675a95a22e | 4,092 | xml | XML | auth2-jwt/user/src/main/resources/mapper/UserLoginLogMapper.xml | jayfeihe/Tingyu-Notes | c07ddb314efa0251a316adca4fe12dfe99cf130e | [
"Apache-2.0"
] | 2 | 2022-01-13T05:55:05.000Z | 2022-01-13T05:55:13.000Z | auth2-jwt/user/src/main/resources/mapper/UserLoginLogMapper.xml | sakurasis/Tingyu-Notes | 1ec52c9730d3073aa33b0a0d57e13a4026320735 | [
"Apache-2.0"
] | null | null | null | auth2-jwt/user/src/main/resources/mapper/UserLoginLogMapper.xml | sakurasis/Tingyu-Notes | 1ec52c9730d3073aa33b0a0d57e13a4026320735 | [
"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="org.bifu.user.center.dao.UserLoginLogMapper">
<resultMap id="BaseResultMap" type="org.bifu.user.center.bean.po.UserLoginLog">
<id column="id" property="id" jdbcType="VARCHAR" />
<result column="type" property="type" jdbcType="INTEGER" />
<result column="ip" property="ip" jdbcType="VARCHAR" />
<result column="status" property="status" jdbcType="INTEGER" />
<result column="time" property="time" jdbcType="TIMESTAMP" />
<result column="user_id" property="userId" jdbcType="VARCHAR" />
<result column="member_id" property="memberId" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List">
id, type, ip, status, time, user_id, member_id
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap"
parameterType="java.lang.String">
select
<include refid="Base_Column_List" />
from user_login_log
where id = #{id,jdbcType=VARCHAR}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
delete from
user_login_log
where id = #{id,jdbcType=VARCHAR}
</delete>
<insert id="insert" parameterType="org.bifu.user.center.bean.po.UserLoginLog">
insert into user_login_log
(id, type, ip,
status, time, user_id,
member_id)
values
(#{id,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER},
#{ip,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{time,jdbcType=TIMESTAMP}, #{userId,jdbcType=VARCHAR},
#{memberId,jdbcType=VARCHAR})
</insert>
<insert id="insertSelective" parameterType="org.bifu.user.center.bean.po.UserLoginLog">
insert into user_login_log
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="id != null">
id,
</if>
<if test="type != null">
type,
</if>
<if test="ip != null">
ip,
</if>
<if test="status != null">
status,
</if>
<if test="time != null">
time,
</if>
<if test="userId != null">
user_id,
</if>
<if test="memberId != null">
member_id,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="id != null">
#{id,jdbcType=VARCHAR},
</if>
<if test="type != null">
#{type,jdbcType=INTEGER},
</if>
<if test="ip != null">
#{ip,jdbcType=VARCHAR},
</if>
<if test="status != null">
#{status,jdbcType=INTEGER},
</if>
<if test="time != null">
#{time,jdbcType=TIMESTAMP},
</if>
<if test="userId != null">
#{userId,jdbcType=VARCHAR},
</if>
<if test="memberId != null">
#{memberId,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="org.bifu.user.center.bean.po.UserLoginLog">
update user_login_log
<set>
<if test="type != null">
type = #{type,jdbcType=INTEGER},
</if>
<if test="ip != null">
ip = #{ip,jdbcType=VARCHAR},
</if>
<if test="status != null">
status = #{status,jdbcType=INTEGER},
</if>
<if test="time != null">
time = #{time,jdbcType=TIMESTAMP},
</if>
<if test="userId != null">
user_id = #{userId,jdbcType=VARCHAR},
</if>
<if test="memberId != null">
member_id = #{memberId,jdbcType=VARCHAR},
</if>
</set>
where id = #{id,jdbcType=VARCHAR}
</update>
<update id="updateByPrimaryKey" parameterType="org.bifu.user.center.bean.po.UserLoginLog">
update
user_login_log
set type = #{type,jdbcType=INTEGER},
ip =
#{ip,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
time =
#{time,jdbcType=TIMESTAMP},
user_id = #{userId,jdbcType=VARCHAR},
member_id = #{memberId,jdbcType=VARCHAR}
where id =
#{id,jdbcType=VARCHAR}
</update>
<!-- -->
<select id="selectListByMap" resultMap="BaseResultMap"
parameterType="map">
select
<include refid="Base_Column_List" />
from user_login_log
where 1 = 1
<if test="userId != null">
and user_id = #{userId,jdbcType=VARCHAR}
</if>
<if test="memberId != null">
and member_id = #{memberId,jdbcType=VARCHAR}
</if>
order by time desc
</select>
</mapper> | 28.416667 | 108 | 0.644184 |
cb42e2140dd801b4bdf05705f88804a5af84d68b | 5,077 | xml | XML | Resources/Corpus2Dictionary/Entries/gildastur.xml | ttasovac/lexicalresources | be1f3524c791e64ddd8a890f069dcb2c05bb57e1 | [
"BSD-2-Clause"
] | 11 | 2017-11-30T09:29:06.000Z | 2021-09-18T19:13:38.000Z | Resources/Corpus2Dictionary/Entries/gildastur.xml | anacastrosalgado/lexicalresources | 17e5f17565aa8a8513d3b5430f23d4957e20f8b8 | [
"BSD-2-Clause"
] | 87 | 2018-08-28T17:02:47.000Z | 2022-03-26T14:09:53.000Z | Resources/Corpus2Dictionary/Entries/gildastur.xml | anacastrosalgado/lexicalresources | 17e5f17565aa8a8513d3b5430f23d4957e20f8b8 | [
"BSD-2-Clause"
] | 18 | 2017-12-04T13:46:52.000Z | 2021-12-01T14:58:30.000Z | <?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Concordance lexical entry for lemma: gildastur</title>
</titleStmt>
<publicationStmt>
<distributor xml:lang="is">Stofnun Árna Magnússonar í íslenskum fræðum</distributor>
<distributor xml:lang="en">The Arni Magnusson Institute for Icelandic Studies</distributor>
<address>
<addrLine xml:lang="is">Neshaga 16, 107 Reykjavík, Íslandi</addrLine>
<addrLine xml:lang="is">Sími: +354 525 4430</addrLine>
<addrLine xml:lang="en">Neshaga 16, 107 Reykjavik, Iceland</addrLine>
<addrLine xml:lang="en">Tel.: +354 525 4430</addrLine>
</address>
<availability>
<p>Þessi texti er til notkunar í málrannsóknum og máltækniverkefnum um allan heim með CC BY 3.0 leyfi</p>
<p>This text is available for use in language research and language technology projects world wide with the CC BY 3.0 license</p>
</availability>
</publicationStmt>
<sourceDesc>
<bibl>
<title>Grettis saga Ásmundarsonar</title>
</bibl>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<entry>
<form type="lemma">
<orth>gildastur</orth>
</form>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="maður" type="nkfe">manna</w>
<w lemma="gildastur" type="lkense">gildastur</w>
<w lemma="og" type="c">og</w>
<w lemma="vígamaður" type="nken">vígamaður</w>
<w lemma="mikill" type="lkensf">mikill</w>
<w lemma="og" type="c">og</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="sekur" type="lkensf">sekur</w>
<w lemma="gera" type="sbg2en">ger</w>
<w lemma="um" type="ao">um</w>
<w lemma="allur" type="foheo">allt</w>
<w lemma="land" type="nheog">landið</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="á" type="aþ">Á</w>
<w lemma="alþingi" type="nhen">alþingi</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="fjalmaður" type="lhensf">fjölmennt</w>
<w lemma="og" type="c">og</w>
<w lemma="bera" type="sfg3eþ">bar</w>
<w lemma="öngull" type="nken">Öngull</w>
<w lemma="fram" type="aa">fram</w>
<w lemma="mál" type="nhfo">mál</w>
<w lemma="sinn" type="fehfo">sín</w>
<w lemma="og" type="c">og</w>
<w lemma="hrósa" type="sfg3eþ">hrósaði</w>
<w lemma="mjög" type="aa">mjög</w>
<w lemma="verk" type="nhfþ">verkum</w>
<w lemma="sinn" type="fehfþ">sínum</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="hafa" type="sfg3eþ">hafði</w>
<w lemma="drepa" type="ssg">drepið</w>
<w lemma="sá" type="fakeo">þann</w>
<w lemma="skógarmaður" type="nkeo">skógarmann</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="gildastur" type="lkense">gildastur</w>
<w lemma="hafa" type="svg3eþ">hefði</w>
<w lemma="vera" type="ssg">verið</w>
<w lemma="á" type="aþ">á</w>
<w lemma="land" type="nheþg">landinu</w>
<w lemma="og" type="c">og</w>
<w lemma="þykja" type="sfm3eþ">þóttist</w>
<w lemma="eiga" type="sng">eiga</w>
<w lemma="fé" type="nheo">fé</w>
<w lemma="sá" type="faheo">það</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="laginn" type="lhensf">lagið</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="til" type="ae">til</w>
<w lemma="höfuð" type="nhee">höfuðs</w>
<w lemma="hann" type="fpkeþ">honum</w>
<pc>.</pc>
</s>
</quote>
</cit>
</entry>
</body>
</text>
</TEI>
| 47.009259 | 144 | 0.435887 |
9410db52ca9b21c938c76decd2ab9806b4d3c950 | 551 | xml | XML | app/src/main/res/values-zh/strings.xml | DriverTang/MxRecyclerView | 7eefe6c23561004459a230d42f05b89a15b7780f | [
"Apache-2.0"
] | 11 | 2016-08-16T08:27:50.000Z | 2017-09-15T02:03:48.000Z | app/src/main/res/values-zh/strings.xml | DriverTang/MxRecyclerView | 7eefe6c23561004459a230d42f05b89a15b7780f | [
"Apache-2.0"
] | null | null | null | app/src/main/res/values-zh/strings.xml | DriverTang/MxRecyclerView | 7eefe6c23561004459a230d42f05b89a15b7780f | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">MxRecyclerView</string>
<string name="linear_layout">线性布局</string>
<string name="grid_layout">网格布局</string>
<string name="staggered_grid_layout">瀑布流</string>
<string name="swip_refresh_layout">SwipRefreshRecyclerView</string>
<string name="item_click">列表项点击</string>
<string name="header">添加Header</string>
<string name="divider">分割线</string>
<string name="empty">什么都没有哦</string>
<string name="error">加载失败,请下拉重新加载</string>
</resources> | 39.357143 | 71 | 0.704174 |
8c2274cdae3eaa90f6cba84e94875393fa4d43d3 | 4,407 | xml | XML | Data/climate/2003_01_29_1460289.xml | parashar-lonewolf/ClimaChange_Claims | 2591a302b154bb059c4e83c19db0f352f22190f4 | [
"MIT"
] | 6 | 2021-04-09T15:27:38.000Z | 2022-03-10T16:12:47.000Z | Data/climate/2003_01_29_1460289.xml | parashar-lonewolf/ClimaChange_Claims | 2591a302b154bb059c4e83c19db0f352f22190f4 | [
"MIT"
] | null | null | null | Data/climate/2003_01_29_1460289.xml | parashar-lonewolf/ClimaChange_Claims | 2591a302b154bb059c4e83c19db0f352f22190f4 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE nitf SYSTEM "http://www.nitf.org/IPTC/NITF/3.3/specification/dtd/nitf-3-3.dtd">
<nitf change.date="June 10, 2005" change.time="19:30" version="-//IPTC//DTD NITF 3.3//EN">
<head>
<title>Arizona and Climate</title>
<meta content="L29ARI$01" name="slug"/>
<meta content="29" name="publication_day_of_month"/>
<meta content="1" name="publication_month"/>
<meta content="2003" name="publication_year"/>
<meta content="Wednesday" name="publication_day_of_week"/>
<meta content="Editorial Desk" name="dsk"/>
<meta content="24" name="print_page_number"/>
<meta content="A" name="print_section"/>
<meta content="6" name="print_column"/>
<meta content="Opinion" name="online_sections"/>
<docdata>
<doc-id id-string="1460289"/>
<doc.copyright holder="The New York Times" year="2003"/>
<identified-content>
<classifier class="indexing_service" type="descriptor">Water</classifier>
<classifier class="indexing_service" type="descriptor">Drought</classifier>
<location class="indexing_service">Arizona</location>
<location class="indexing_service">Western States (US)</location>
<person class="indexing_service">Carsen, Dan</person>
<classifier class="online_producer" type="types_of_material">Letter</classifier>
<classifier class="online_producer" type="taxonomic_classifier">Top/Opinion/Opinion/Letters</classifier>
<classifier class="online_producer" type="taxonomic_classifier">Top/Opinion</classifier>
<classifier class="online_producer" type="taxonomic_classifier">Top/Opinion/Opinion</classifier>
<classifier class="online_producer" type="taxonomic_classifier">Top/Features/Travel/Guides/Destinations/North America</classifier>
<classifier class="online_producer" type="taxonomic_classifier">Top/Features/Travel/Guides/Destinations/North America/United States</classifier>
<classifier class="online_producer" type="taxonomic_classifier">Top/Features/Travel/Guides/Destinations/North America/United States/Arizona</classifier>
<classifier class="online_producer" type="general_descriptor">Drought</classifier>
<classifier class="online_producer" type="general_descriptor">Water</classifier>
</identified-content>
</docdata>
<pubdata date.publication="20030129T000000" ex-ref="http://query.nytimes.com/gst/fullpage.html?res=9B01EEDB1039F93AA15752C0A9659C8B63" item-length="210" name="The New York Times" unit-of-measure="word"/>
</head>
<body>
<body.head>
<hedline>
<hl1>Arizona and Climate</hl1>
</hedline>
<abstract>
<p>Dan Carsen comments on dire impact of drought on Arizona and other Western states (Jan 27 article)</p>
</abstract>
</body.head>
<body.content>
<block class="lead_paragraph">
<p>To the Editor:</p>
<p>Re ''Arizona Awakens to Drought as Lakes Shrink and Harm Spreads'' (news article, Jan. 27):</p>
<p>Here's a troubling but practical suggestion for the desiccated West and for the rest of us too: From now on, as far as the weather is concerned, assume that there is no such thing as ''normal.''</p>
</block>
<block class="full_text">
<p>To the Editor:</p>
<p>Re ''Arizona Awakens to Drought as Lakes Shrink and Harm Spreads'' (news article, Jan. 27):</p>
<p>Here's a troubling but practical suggestion for the desiccated West and for the rest of us too: From now on, as far as the weather is concerned, assume that there is no such thing as ''normal.''</p>
<p>When heat energy increases in a simple system, physical and chemical interactions change. Multiply that effect through a complex, world-spanning circulatory system of energy-driven evaporation cycles, wind patterns and ocean currents, and a logical byproduct is increasingly unstable, unpredictable and intense weather. Been outside lately?</p>
<p>Climate change remains a process with implications for everyone and everything that lives on Earth.</p>
<p>As we prepare to go to war on a nation rich in what helped get us to this point, let's keep the big picture in mind. Arizona ranchers aren't the only ones with a stake in it.</p>
<p>DAN CARSEN Brookline, Mass., Jan. 27, 2003</p>
</block>
</body.content>
</body>
</nitf>
| 67.8 | 355 | 0.707511 |
bc4233a8cfe354b74417a6020715e14823976c8c | 84 | xml | XML | .idea/dictionaries/Karen.xml | grish97/eclips | b738855d8bdc9473382743dd75d671e039ca7e5f | [
"MIT"
] | null | null | null | .idea/dictionaries/Karen.xml | grish97/eclips | b738855d8bdc9473382743dd75d671e039ca7e5f | [
"MIT"
] | null | null | null | .idea/dictionaries/Karen.xml | grish97/eclips | b738855d8bdc9473382743dd75d671e039ca7e5f | [
"MIT"
] | null | null | null | <component name="ProjectDictionaryState">
<dictionary name="Karen" />
</component> | 28 | 41 | 0.75 |
bc51ca59d87f8c6419091d4d7d67aa3c5e9ff8db | 26,194 | xml | XML | SourceDocs/xml/_vk_scoped_render_pass_8h.xml | vasumahesh1/azura | 80aa23e2fb498e6288484bc49b0d5b8889db6ebb | [
"MIT"
] | 12 | 2019-01-08T23:10:37.000Z | 2021-06-04T09:48:42.000Z | SourceDocs/xml/_vk_scoped_render_pass_8h.xml | vasumahesh1/azura | 80aa23e2fb498e6288484bc49b0d5b8889db6ebb | [
"MIT"
] | 38 | 2017-04-05T00:27:24.000Z | 2018-12-25T08:34:04.000Z | SourceDocs/xml/_vk_scoped_render_pass_8h.xml | vasumahesh1/azura | 80aa23e2fb498e6288484bc49b0d5b8889db6ebb | [
"MIT"
] | 4 | 2019-03-27T10:07:32.000Z | 2021-07-15T03:22:27.000Z | <?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.14">
<compounddef id="_vk_scoped_render_pass_8h" kind="file" language="C++">
<compoundname>VkScopedRenderPass.h</compoundname>
<includes local="no">vulkan/vulkan_core.h</includes>
<includes refid="_log_8h" local="yes">Log/Log.h</includes>
<includes refid="_azura_2_render_system_2_inc_2_generic_2_generic_types_8h" local="yes">Generic/GenericTypes.h</includes>
<includes refid="_vk_scoped_image_8h" local="yes">VkScopedImage.h</includes>
<includes refid="_vk_shader_8h" local="yes">VkShader.h</includes>
<includedby refid="_vk_scoped_pipeline_8h" local="yes">Source/Azura/RenderSystem/Inc/Vulkan/VkScopedPipeline.h</includedby>
<includedby refid="_vk_drawable_pool_8h" local="yes">Source/Azura/RenderSystem/Inc/Vulkan/VkDrawablePool.h</includedby>
<includedby refid="_vk_renderer_8h" local="yes">Source/Azura/RenderSystem/Inc/Vulkan/VkRenderer.h</includedby>
<includedby refid="_vk_drawable_pool_8cpp" local="yes">Source/Azura/RenderSystem/Src/Vulkan/VkDrawablePool.cpp</includedby>
<includedby refid="_vk_scoped_render_pass_8cpp" local="yes">Source/Azura/RenderSystem/Src/Vulkan/VkScopedRenderPass.cpp</includedby>
<incdepgraph>
<node id="1631">
<label>functional</label>
</node>
<node id="1636">
<label>Generic/Constants.h</label>
<link refid="_constants_8h_source"/>
<childnode refid="1637" relation="include">
</childnode>
<childnode refid="1622" relation="include">
</childnode>
</node>
<node id="1632">
<label>iterator</label>
</node>
<node id="1624">
<label>cstdint</label>
</node>
<node id="1651">
<label>VkShader.h</label>
<link refid="_vk_shader_8h_source"/>
<childnode refid="1620" relation="include">
</childnode>
<childnode refid="1652" relation="include">
</childnode>
<childnode refid="1653" relation="include">
</childnode>
<childnode refid="1621" relation="include">
</childnode>
</node>
<node id="1629">
<label>cassert</label>
</node>
<node id="1641">
<label>boost/preprocessor/tuple/elem.hpp</label>
</node>
<node id="1625">
<label>string</label>
</node>
<node id="1652">
<label>map</label>
</node>
<node id="1653">
<label>Generic/Shader.h</label>
<link refid="_shader_8h_source"/>
<childnode refid="1627" relation="include">
</childnode>
</node>
<node id="1619">
<label>Source/Azura/RenderSystem/Inc/Vulkan/VkScopedRenderPass.h</label>
<link refid="_vk_scoped_render_pass_8h"/>
<childnode refid="1620" relation="include">
</childnode>
<childnode refid="1621" relation="include">
</childnode>
<childnode refid="1627" relation="include">
</childnode>
<childnode refid="1646" relation="include">
</childnode>
<childnode refid="1651" relation="include">
</childnode>
</node>
<node id="1645">
<label>boost/container/small_vector.hpp</label>
</node>
<node id="1644">
<label>Core/AssetLocation.h</label>
<link refid="_asset_location_8h_source"/>
</node>
<node id="1642">
<label>boost/detail/bitmask.hpp</label>
</node>
<node id="1647">
<label>Generic/TextureManager.h</label>
<link refid="_texture_manager_8h_source"/>
<childnode refid="1622" relation="include">
</childnode>
<childnode refid="1648" relation="include">
</childnode>
<childnode refid="1650" relation="include">
</childnode>
<childnode refid="1628" relation="include">
</childnode>
<childnode refid="1627" relation="include">
</childnode>
<childnode refid="1621" relation="include">
</childnode>
</node>
<node id="1634">
<label>Memory/Allocator.h</label>
<link refid="_allocator_8h_source"/>
<childnode refid="1631" relation="include">
</childnode>
<childnode refid="1622" relation="include">
</childnode>
<childnode refid="1635" relation="include">
</childnode>
</node>
<node id="1628">
<label>Containers/Vector.h</label>
<link refid="_vector_8h_source"/>
<childnode refid="1629" relation="include">
</childnode>
<childnode refid="1630" relation="include">
</childnode>
<childnode refid="1631" relation="include">
</childnode>
<childnode refid="1632" relation="include">
</childnode>
<childnode refid="1633" relation="include">
</childnode>
<childnode refid="1634" relation="include">
</childnode>
<childnode refid="1622" relation="include">
</childnode>
<childnode refid="1635" relation="include">
</childnode>
</node>
<node id="1635">
<label>Utils/Macros.h</label>
<link refid="_macros_8h_source"/>
</node>
<node id="1637">
<label>tuple</label>
</node>
<node id="1627">
<label>Generic/GenericTypes.h</label>
<link refid="_azura_2_render_system_2_inc_2_generic_2_generic_types_8h_source"/>
<childnode refid="1628" relation="include">
</childnode>
<childnode refid="1636" relation="include">
</childnode>
<childnode refid="1622" relation="include">
</childnode>
<childnode refid="1638" relation="include">
</childnode>
<childnode refid="1643" relation="include">
</childnode>
<childnode refid="1644" relation="include">
</childnode>
<childnode refid="1645" relation="include">
</childnode>
<childnode refid="1642" relation="include">
</childnode>
</node>
<node id="1626">
<label>vector</label>
</node>
<node id="1633">
<label>Array.h</label>
<link refid="_array_8h_source"/>
<childnode refid="1629" relation="include">
</childnode>
<childnode refid="1630" relation="include">
</childnode>
<childnode refid="1634" relation="include">
</childnode>
<childnode refid="1622" relation="include">
</childnode>
</node>
<node id="1621">
<label>Log/Log.h</label>
<link refid="_log_8h_source"/>
<childnode refid="1622" relation="include">
</childnode>
<childnode refid="1626" relation="include">
</childnode>
</node>
<node id="1648">
<label>Memory/HeapMemoryBuffer.h</label>
<link refid="_heap_memory_buffer_8h_source"/>
<childnode refid="1649" relation="include">
</childnode>
<childnode refid="1622" relation="include">
</childnode>
</node>
<node id="1638">
<label>Core/RawStorageFormat.h</label>
<link refid="_raw_storage_format_8h_source"/>
<childnode refid="1622" relation="include">
</childnode>
<childnode refid="1637" relation="include">
</childnode>
<childnode refid="1639" relation="include">
</childnode>
<childnode refid="1640" relation="include">
</childnode>
<childnode refid="1641" relation="include">
</childnode>
<childnode refid="1642" relation="include">
</childnode>
</node>
<node id="1620">
<label>vulkan/vulkan_core.h</label>
</node>
<node id="1623">
<label>cstddef</label>
</node>
<node id="1639">
<label>boost/preprocessor/repetition/repeat.hpp</label>
</node>
<node id="1650">
<label>Memory/MonotonicAllocator.h</label>
<link refid="_monotonic_allocator_8h_source"/>
<childnode refid="1634" relation="include">
</childnode>
<childnode refid="1622" relation="include">
</childnode>
</node>
<node id="1643">
<label>Utils/Hash.h</label>
<link refid="_hash_8h_source"/>
<childnode refid="1622" relation="include">
</childnode>
</node>
<node id="1622">
<label>Types.h</label>
<link refid="_types_8h_source"/>
<childnode refid="1623" relation="include">
</childnode>
<childnode refid="1624" relation="include">
</childnode>
<childnode refid="1625" relation="include">
</childnode>
</node>
<node id="1646">
<label>VkScopedImage.h</label>
<link refid="_vk_scoped_image_8h_source"/>
<childnode refid="1620" relation="include">
</childnode>
<childnode refid="1622" relation="include">
</childnode>
<childnode refid="1621" relation="include">
</childnode>
<childnode refid="1647" relation="include">
</childnode>
</node>
<node id="1649">
<label>MemoryBuffer.h</label>
<link refid="_memory_buffer_8h_source"/>
<childnode refid="1622" relation="include">
</childnode>
</node>
<node id="1630">
<label>cstring</label>
</node>
<node id="1640">
<label>boost/preprocessor/seq/for_each.hpp</label>
</node>
</incdepgraph>
<invincdepgraph>
<node id="1657">
<label>Source/Azura/RenderSystem/Inc/Vulkan/VkRenderer.h</label>
<link refid="_vk_renderer_8h_source"/>
</node>
<node id="1654">
<label>Source/Azura/RenderSystem/Inc/Vulkan/VkScopedRenderPass.h</label>
<link refid="_vk_scoped_render_pass_8h"/>
<childnode refid="1655" relation="include">
</childnode>
<childnode refid="1656" relation="include">
</childnode>
<childnode refid="1657" relation="include">
</childnode>
</node>
<node id="1656">
<label>Source/Azura/RenderSystem/Inc/Vulkan/VkDrawablePool.h</label>
<link refid="_vk_drawable_pool_8h_source"/>
<childnode refid="1657" relation="include">
</childnode>
</node>
<node id="1655">
<label>Source/Azura/RenderSystem/Inc/Vulkan/VkScopedPipeline.h</label>
<link refid="_vk_scoped_pipeline_8h_source"/>
<childnode refid="1656" relation="include">
</childnode>
<childnode refid="1657" relation="include">
</childnode>
</node>
</invincdepgraph>
<innerclass refid="class_azura_1_1_vulkan_1_1_vk_scoped_render_pass" prot="public">Azura::Vulkan::VkScopedRenderPass</innerclass>
<innernamespace refid="namespace_azura">Azura</innernamespace>
<innernamespace refid="namespace_azura_1_1_vulkan">Azura::Vulkan</innernamespace>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<programlisting>
<codeline lineno="1"><highlight class="preprocessor">#pragma<sp/>once</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="2"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><vulkan/vulkan_core.h></highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="3"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/>"Log/Log.h"</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="4"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/>"Generic/GenericTypes.h"</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="5"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/>"VkScopedImage.h"</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="6"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/>"VkShader.h"</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="7"><highlight class="normal"></highlight></codeline>
<codeline lineno="8"><highlight class="normal"></highlight><highlight class="keyword">namespace<sp/></highlight><highlight class="normal"><ref refid="namespace_azura" kindref="compound">Azura</ref><sp/>{</highlight></codeline>
<codeline lineno="9"><highlight class="normal"></highlight><highlight class="keyword">namespace<sp/></highlight><highlight class="normal">Vulkan<sp/>{</highlight></codeline>
<codeline lineno="10"><highlight class="normal"></highlight><highlight class="keyword">class<sp/></highlight><highlight class="normal">VkScopedSwapChain;</highlight></codeline>
<codeline lineno="11"><highlight class="normal"></highlight></codeline>
<codeline lineno="12" refid="class_azura_1_1_vulkan_1_1_vk_scoped_render_pass" refkind="compound"><highlight class="normal"></highlight><highlight class="keyword">class<sp/></highlight><highlight class="normal"><ref refid="class_azura_1_1_vulkan_1_1_vk_scoped_render_pass" kindref="compound">VkScopedRenderPass</ref><sp/>{</highlight></codeline>
<codeline lineno="13"><highlight class="normal"></highlight><highlight class="keyword">public</highlight><highlight class="normal">:</highlight></codeline>
<codeline lineno="14"><highlight class="normal"><sp/><sp/><ref refid="class_azura_1_1_vulkan_1_1_vk_scoped_render_pass" kindref="compound">VkScopedRenderPass</ref>(U32<sp/>idx,<sp/><ref refid="class_azura_1_1_memory_1_1_allocator" kindref="compound">Memory::Allocator</ref>&<sp/>mainAllocator,<sp/><ref refid="class_azura_1_1_log" kindref="compound">Log</ref><sp/>logger);</highlight></codeline>
<codeline lineno="15"><highlight class="normal"></highlight></codeline>
<codeline lineno="16"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>Create(VkDevice<sp/>device,</highlight></codeline>
<codeline lineno="17"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>VkCommandPool<sp/>commandPool,</highlight></codeline>
<codeline lineno="18"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="struct_azura_1_1_pipeline_pass_create_info" kindref="compound">PipelinePassCreateInfo</ref>&<sp/>createInfo,</highlight></codeline>
<codeline lineno="19"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<RenderTargetCreateInfo></ref>&<sp/>pipelineBuffers,</highlight></codeline>
<codeline lineno="20"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkScopedImage></ref>&<sp/>pipelineBufferImages,</highlight></codeline>
<codeline lineno="21"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkShader></ref>&<sp/>allShaders,</highlight></codeline>
<codeline lineno="22"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_vulkan_1_1_vk_scoped_swap_chain" kindref="compound">VkScopedSwapChain</ref>&<sp/>swapChain);</highlight></codeline>
<codeline lineno="23"><highlight class="normal"></highlight></codeline>
<codeline lineno="24"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>CreateForSwapChain(VkDevice<sp/>device,</highlight></codeline>
<codeline lineno="25"><highlight class="normal"><sp/><sp/><sp/><sp/>VkCommandPool<sp/>commandPool,</highlight></codeline>
<codeline lineno="26"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="struct_azura_1_1_pipeline_pass_create_info" kindref="compound">PipelinePassCreateInfo</ref>&<sp/>createInfo,</highlight></codeline>
<codeline lineno="27"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkShader></ref>&<sp/>allShaders,</highlight></codeline>
<codeline lineno="28"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_vulkan_1_1_vk_scoped_swap_chain" kindref="compound">VkScopedSwapChain</ref>&<sp/>swapChain);</highlight></codeline>
<codeline lineno="29"><highlight class="normal"></highlight></codeline>
<codeline lineno="30"><highlight class="normal"><sp/><sp/>VkRenderPass<sp/>GetRenderPass()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="31"><highlight class="normal"><sp/><sp/>VkFramebuffer<sp/>GetFrameBuffer(U32<sp/>idx)<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="32"><highlight class="normal"><sp/><sp/>VkCommandBuffer<sp/>GetCommandBuffer(U32<sp/>idx)<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="33"><highlight class="normal"></highlight></codeline>
<codeline lineno="34"><highlight class="normal"><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<PipelinePassInput></ref>&<sp/>GetPassInputs()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="35"><highlight class="normal"></highlight></codeline>
<codeline lineno="36"><highlight class="normal"><sp/><sp/>U32<sp/>GetFrameBufferCount()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="37"><highlight class="normal"><sp/><sp/>VkSemaphore<sp/>GetRenderSemaphore()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="38"><highlight class="normal"><sp/><sp/>VkDescriptorSetLayout<sp/>GetDescriptorSetLayout()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="39"><highlight class="normal"></highlight></codeline>
<codeline lineno="40"><highlight class="normal"><sp/><sp/>U32<sp/>GetId()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="41"><highlight class="normal"></highlight></codeline>
<codeline lineno="42"><highlight class="normal"><sp/><sp/>U32<sp/>GetDescriptorSetId()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="43"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>SetDescriptorSetId(U32<sp/></highlight><highlight class="keywordtype">id</highlight><highlight class="normal">);</highlight></codeline>
<codeline lineno="44"><highlight class="normal"></highlight></codeline>
<codeline lineno="45"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>Begin(</highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_vulkan_1_1_vk_scoped_swap_chain" kindref="compound">VkScopedSwapChain</ref>&<sp/>swapChain)<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="46"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>End()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="47"><highlight class="normal"></highlight></codeline>
<codeline lineno="48"><highlight class="normal"><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkPipelineShaderStageCreateInfo></ref>&<sp/>GetShaderStageInfo()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="49"><highlight class="normal"><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkPipelineColorBlendAttachmentState></ref>&<sp/>GetColorBlendAttachments()<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="50"><highlight class="normal"></highlight></codeline>
<codeline lineno="51"><highlight class="normal"></highlight></codeline>
<codeline lineno="52"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>CleanUp(VkDevice<sp/>device,<sp/>VkCommandPool<sp/>commandPool)<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="53"><highlight class="normal"></highlight></codeline>
<codeline lineno="54"><highlight class="normal"></highlight><highlight class="keyword">private</highlight><highlight class="normal">:</highlight></codeline>
<codeline lineno="55"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordtype">void</highlight><highlight class="normal"><sp/>CreateDescriptorSetLayout(VkDevice<sp/>device,<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/><ref refid="struct_azura_1_1_pipeline_pass_create_info" kindref="compound">PipelinePassCreateInfo</ref>&<sp/>createInfo);</highlight></codeline>
<codeline lineno="56"><highlight class="normal"></highlight></codeline>
<codeline lineno="57"><highlight class="normal"><sp/><sp/><ref refid="class_azura_1_1_log" kindref="compound">Log</ref><sp/>log_VulkanRenderSystem;</highlight></codeline>
<codeline lineno="58"><highlight class="normal"></highlight></codeline>
<codeline lineno="59"><highlight class="normal"><sp/><sp/>U32<sp/>m_id;</highlight></codeline>
<codeline lineno="60"><highlight class="normal"><sp/><sp/>U32<sp/>m_descriptorSet{0};</highlight></codeline>
<codeline lineno="61"><highlight class="normal"><sp/><sp/>U32<sp/>m_numAttachments{0};</highlight></codeline>
<codeline lineno="62"><highlight class="normal"></highlight></codeline>
<codeline lineno="63"><highlight class="normal"><sp/><sp/>VkSemaphore<sp/>m_beginRenderSemaphore{};</highlight></codeline>
<codeline lineno="64"><highlight class="normal"><sp/><sp/>VkDescriptorSetLayout<sp/>m_descriptorSetLayout;</highlight></codeline>
<codeline lineno="65"><highlight class="normal"></highlight></codeline>
<codeline lineno="66"><highlight class="normal"><sp/><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkFramebuffer></ref><sp/>m_frameBuffers;</highlight></codeline>
<codeline lineno="67"><highlight class="normal"><sp/><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkCommandBuffer></ref><sp/>m_commandBuffers;</highlight></codeline>
<codeline lineno="68"><highlight class="normal"><sp/><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<PipelinePassInput></ref><sp/>m_inputAttachments;</highlight></codeline>
<codeline lineno="69"><highlight class="normal"><sp/><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkPipelineColorBlendAttachmentState></ref><sp/>m_colorBlendAttachments;</highlight></codeline>
<codeline lineno="70"><highlight class="normal"><sp/><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkClearValue></ref><sp/>m_clearValues;</highlight></codeline>
<codeline lineno="71"><highlight class="normal"></highlight></codeline>
<codeline lineno="72"><highlight class="normal"><sp/><sp/>VkRenderPass<sp/>m_renderPass{};</highlight></codeline>
<codeline lineno="73"><highlight class="normal"><sp/><sp/><ref refid="class_azura_1_1_containers_1_1_vector" kindref="compound">Containers::Vector<VkPipelineShaderStageCreateInfo></ref><sp/>m_shaderPipelineInfos;</highlight></codeline>
<codeline lineno="74"><highlight class="normal">};</highlight></codeline>
<codeline lineno="75"><highlight class="normal"></highlight></codeline>
<codeline lineno="76"><highlight class="normal">}<sp/></highlight><highlight class="comment">//<sp/>namespace<sp/>Vulkan</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="77"><highlight class="normal">}<sp/></highlight><highlight class="comment">//<sp/>namespace<sp/>Azura</highlight><highlight class="normal"></highlight></codeline>
</programlisting>
<location file="Source/Azura/RenderSystem/Inc/Vulkan/VkScopedRenderPass.h"/>
</compounddef>
</doxygen>
| 68.213542 | 475 | 0.688211 |
28ca262b212534bfd1fa68fc9877282826eac7ff | 879 | xml | XML | data/1868/01/20/DDD_ddd_010926352_mpeg21/DDD_010926352_0021_articletext.xml | KBNLresearch/mcc | 25a9db197103e9c67fbe866a61944ab3cf421100 | [
"Apache-2.0"
] | null | null | null | data/1868/01/20/DDD_ddd_010926352_mpeg21/DDD_010926352_0021_articletext.xml | KBNLresearch/mcc | 25a9db197103e9c67fbe866a61944ab3cf421100 | [
"Apache-2.0"
] | null | null | null | data/1868/01/20/DDD_ddd_010926352_mpeg21/DDD_010926352_0021_articletext.xml | KBNLresearch/mcc | 25a9db197103e9c67fbe866a61944ab3cf421100 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<text>
<title></title>
<p>Onze beminde Vader HERMANUS JOHANNES DE GRAAF is heden l_achl ontslapen, in den gezegendeu ouderdom van 77 jaren. '. .^Jt^- N. H. ÜE GRAAF, : ■. Leyden , 12 Januarij 1868. mede uit naam mijner Broeders en Zusters. Door buitenlandsche familie-betrekking wordt deze advertentie '''' eerst nu geplaatst. Heden overleed onze geliefde Zuster en Nicht MARIA SOPHIA REUTER, tot diepe droefheid van ons en van hem, met wien zij op het punt stond door den huwelijksband vereenigd te worden. G. W. REUTER. Leioen, 14 Januari 1868. ' J. F. H. REUTER. M. VAN BERKEL. Eenige en algemeene kennisgeving. S. M. VAN BERKEL, Meiz. Voor de beloonde deelneming, bij het overlijden van den Heer B. QUANT te 's Hage, betuigt de familie haren opregten dank. Leiden. 18 Januari 1868.</p>
</text>
| 146.5 | 803 | 0.744027 |
1bacdacfe8171285d16bc95f3e0401bdb9903e0e | 4,173 | xml | XML | BackbonebitsSample/Backbonebits/src/main/res/values-sw390dp/positive_ssps_b.xml | Intuz-production/Backbone-bits-Android | 203ae60cc74ee93cab1ff942adb70354a6462022 | [
"MIT"
] | null | null | null | BackbonebitsSample/Backbonebits/src/main/res/values-sw390dp/positive_ssps_b.xml | Intuz-production/Backbone-bits-Android | 203ae60cc74ee93cab1ff942adb70354a6462022 | [
"MIT"
] | 1 | 2018-06-08T16:41:50.000Z | 2018-07-25T05:08:11.000Z | BackbonebitsSample/app/src/main/res/values-sw390dp/positive_ssps.xml | Intuz-production/Backbone-bits-Android | 203ae60cc74ee93cab1ff942adb70354a6462022 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="_1ssp">1.30sp</dimen>
<dimen name="_2ssp">2.60sp</dimen>
<dimen name="_3ssp">3.90sp</dimen>
<dimen name="_4ssp">5.20sp</dimen>
<dimen name="_5ssp">6.50sp</dimen>
<dimen name="_6ssp">7.80sp</dimen>
<dimen name="_7ssp">9.10sp</dimen>
<dimen name="_8ssp">10.40sp</dimen>
<dimen name="_9ssp">11.70sp</dimen>
<dimen name="_10ssp">13.00sp</dimen>
<dimen name="_11ssp">14.30sp</dimen>
<dimen name="_12ssp">15.60sp</dimen>
<dimen name="_13ssp">16.90sp</dimen>
<dimen name="_14ssp">18.20sp</dimen>
<dimen name="_15ssp">19.50sp</dimen>
<dimen name="_16ssp">20.80sp</dimen>
<dimen name="_17ssp">22.10sp</dimen>
<dimen name="_18ssp">23.40sp</dimen>
<dimen name="_19ssp">24.70sp</dimen>
<dimen name="_20ssp">26.00sp</dimen>
<dimen name="_21ssp">27.30sp</dimen>
<dimen name="_22ssp">28.60sp</dimen>
<dimen name="_23ssp">29.90sp</dimen>
<dimen name="_24ssp">31.20sp</dimen>
<dimen name="_25ssp">32.50sp</dimen>
<dimen name="_26ssp">33.80sp</dimen>
<dimen name="_27ssp">35.10sp</dimen>
<dimen name="_28ssp">36.40sp</dimen>
<dimen name="_29ssp">37.70sp</dimen>
<dimen name="_30ssp">39.00sp</dimen>
<dimen name="_31ssp">40.30sp</dimen>
<dimen name="_32ssp">41.60sp</dimen>
<dimen name="_33ssp">42.90sp</dimen>
<dimen name="_34ssp">44.20sp</dimen>
<dimen name="_35ssp">45.50sp</dimen>
<dimen name="_36ssp">46.80sp</dimen>
<dimen name="_37ssp">48.10sp</dimen>
<dimen name="_38ssp">49.40sp</dimen>
<dimen name="_39ssp">50.70sp</dimen>
<dimen name="_40ssp">52.00sp</dimen>
<dimen name="_41ssp">53.30sp</dimen>
<dimen name="_42ssp">54.60sp</dimen>
<dimen name="_43ssp">55.90sp</dimen>
<dimen name="_44ssp">57.20sp</dimen>
<dimen name="_45ssp">58.50sp</dimen>
<dimen name="_46ssp">59.80sp</dimen>
<dimen name="_47ssp">61.10sp</dimen>
<dimen name="_48ssp">62.40sp</dimen>
<dimen name="_49ssp">63.70sp</dimen>
<dimen name="_50ssp">65.00sp</dimen>
<dimen name="_51ssp">66.30sp</dimen>
<dimen name="_52ssp">67.60sp</dimen>
<dimen name="_53ssp">68.90sp</dimen>
<dimen name="_54ssp">70.20sp</dimen>
<dimen name="_55ssp">71.50sp</dimen>
<dimen name="_56ssp">72.80sp</dimen>
<dimen name="_57ssp">74.10sp</dimen>
<dimen name="_58ssp">75.40sp</dimen>
<dimen name="_59ssp">76.70sp</dimen>
<dimen name="_60ssp">78.00sp</dimen>
<dimen name="_61ssp">79.30sp</dimen>
<dimen name="_62ssp">80.60sp</dimen>
<dimen name="_63ssp">81.90sp</dimen>
<dimen name="_64ssp">83.20sp</dimen>
<dimen name="_65ssp">84.50sp</dimen>
<dimen name="_66ssp">85.80sp</dimen>
<dimen name="_67ssp">87.10sp</dimen>
<dimen name="_68ssp">88.40sp</dimen>
<dimen name="_69ssp">89.70sp</dimen>
<dimen name="_70ssp">91.00sp</dimen>
<dimen name="_71ssp">92.30sp</dimen>
<dimen name="_72ssp">93.60sp</dimen>
<dimen name="_73ssp">94.90sp</dimen>
<dimen name="_74ssp">96.20sp</dimen>
<dimen name="_75ssp">97.50sp</dimen>
<dimen name="_76ssp">98.80sp</dimen>
<dimen name="_77ssp">100.10sp</dimen>
<dimen name="_78ssp">101.40sp</dimen>
<dimen name="_79ssp">102.70sp</dimen>
<dimen name="_80ssp">104.00sp</dimen>
<dimen name="_81ssp">105.30sp</dimen>
<dimen name="_82ssp">106.60sp</dimen>
<dimen name="_83ssp">107.90sp</dimen>
<dimen name="_84ssp">109.20sp</dimen>
<dimen name="_85ssp">110.50sp</dimen>
<dimen name="_86ssp">111.80sp</dimen>
<dimen name="_87ssp">113.10sp</dimen>
<dimen name="_88ssp">114.40sp</dimen>
<dimen name="_89ssp">115.70sp</dimen>
<dimen name="_90ssp">117.00sp</dimen>
<dimen name="_91ssp">118.30sp</dimen>
<dimen name="_92ssp">119.60sp</dimen>
<dimen name="_93ssp">120.90sp</dimen>
<dimen name="_94ssp">122.20sp</dimen>
<dimen name="_95ssp">123.50sp</dimen>
<dimen name="_96ssp">124.80sp</dimen>
<dimen name="_97ssp">126.10sp</dimen>
<dimen name="_98ssp">127.40sp</dimen>
<dimen name="_99ssp">128.70sp</dimen>
<dimen name="_100ssp">130.00sp</dimen>
</resources>
| 40.125 | 42 | 0.635274 |
4fb383606fa0c52a09417ca2f00ce47df40d877d | 13,271 | xml | XML | xml/Azure.ResourceManager.Network.Models/NatGateway.xml | BevLoh/azure-docs-sdk-dotnet | fefdc3999a64d5822b52bb8a85e9065abccf3aab | [
"CC-BY-4.0",
"MIT"
] | 1 | 2019-01-16T04:04:29.000Z | 2019-01-16T04:04:29.000Z | xml/Azure.ResourceManager.Network.Models/NatGateway.xml | BevLoh/azure-docs-sdk-dotnet | fefdc3999a64d5822b52bb8a85e9065abccf3aab | [
"CC-BY-4.0",
"MIT"
] | 92 | 2017-07-10T03:29:32.000Z | 2020-12-16T07:21:44.000Z | xml/Azure.ResourceManager.Network.Models/NatGateway.xml | BevLoh/azure-docs-sdk-dotnet | fefdc3999a64d5822b52bb8a85e9065abccf3aab | [
"CC-BY-4.0",
"MIT"
] | 2 | 2019-10-09T09:33:07.000Z | 2020-09-25T02:24:27.000Z | <Type Name="NatGateway" FullName="Azure.ResourceManager.Network.Models.NatGateway">
<TypeSignature Language="C#" Value="public class NatGateway : Azure.ResourceManager.Network.Models.Resource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit NatGateway extends Azure.ResourceManager.Network.Models.Resource" />
<TypeSignature Language="DocId" Value="T:Azure.ResourceManager.Network.Models.NatGateway" />
<TypeSignature Language="VB.NET" Value="Public Class NatGateway
Inherits Resource" />
<TypeSignature Language="F#" Value="type NatGateway = class
 inherit Resource" />
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Azure.ResourceManager.Network.Models.Resource</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary> Nat Gateway resource. </summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NatGateway ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Network.Models.NatGateway.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary> Initializes a new instance of NatGateway. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Etag">
<MemberSignature Language="C#" Value="public string Etag { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Etag" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.Etag" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Etag As String" />
<MemberSignature Language="F#" Value="member this.Etag : string" Usage="Azure.ResourceManager.Network.Models.NatGateway.Etag" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary> A unique read-only string that changes whenever the resource is updated. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IdleTimeoutInMinutes">
<MemberSignature Language="C#" Value="public int? IdleTimeoutInMinutes { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> IdleTimeoutInMinutes" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.IdleTimeoutInMinutes" />
<MemberSignature Language="VB.NET" Value="Public Property IdleTimeoutInMinutes As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.IdleTimeoutInMinutes : Nullable<int> with get, set" Usage="Azure.ResourceManager.Network.Models.NatGateway.IdleTimeoutInMinutes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary> The idle timeout of the nat gateway. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ProvisioningState">
<MemberSignature Language="C#" Value="public Azure.ResourceManager.Network.Models.ProvisioningState? ProvisioningState { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype Azure.ResourceManager.Network.Models.ProvisioningState> ProvisioningState" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.ProvisioningState" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ProvisioningState As Nullable(Of ProvisioningState)" />
<MemberSignature Language="F#" Value="member this.ProvisioningState : Nullable<Azure.ResourceManager.Network.Models.ProvisioningState>" Usage="Azure.ResourceManager.Network.Models.NatGateway.ProvisioningState" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<Azure.ResourceManager.Network.Models.ProvisioningState></ReturnType>
</ReturnValue>
<Docs>
<summary> The provisioning state of the NAT gateway resource. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PublicIpAddresses">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.SubResource> PublicIpAddresses { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Azure.ResourceManager.Network.Models.SubResource> PublicIpAddresses" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.PublicIpAddresses" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PublicIpAddresses As IList(Of SubResource)" />
<MemberSignature Language="F#" Value="member this.PublicIpAddresses : System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.SubResource>" Usage="Azure.ResourceManager.Network.Models.NatGateway.PublicIpAddresses" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.SubResource></ReturnType>
</ReturnValue>
<Docs>
<summary> An array of public ip addresses associated with the nat gateway resource. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PublicIpPrefixes">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.SubResource> PublicIpPrefixes { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Azure.ResourceManager.Network.Models.SubResource> PublicIpPrefixes" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.PublicIpPrefixes" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PublicIpPrefixes As IList(Of SubResource)" />
<MemberSignature Language="F#" Value="member this.PublicIpPrefixes : System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.SubResource>" Usage="Azure.ResourceManager.Network.Models.NatGateway.PublicIpPrefixes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.SubResource></ReturnType>
</ReturnValue>
<Docs>
<summary> An array of public ip prefixes associated with the nat gateway resource. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResourceGuid">
<MemberSignature Language="C#" Value="public string ResourceGuid { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ResourceGuid" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.ResourceGuid" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ResourceGuid As String" />
<MemberSignature Language="F#" Value="member this.ResourceGuid : string" Usage="Azure.ResourceManager.Network.Models.NatGateway.ResourceGuid" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary> The resource GUID property of the NAT gateway resource. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Sku">
<MemberSignature Language="C#" Value="public Azure.ResourceManager.Network.Models.NatGatewaySku Sku { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Azure.ResourceManager.Network.Models.NatGatewaySku Sku" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.Sku" />
<MemberSignature Language="VB.NET" Value="Public Property Sku As NatGatewaySku" />
<MemberSignature Language="F#" Value="member this.Sku : Azure.ResourceManager.Network.Models.NatGatewaySku with get, set" Usage="Azure.ResourceManager.Network.Models.NatGateway.Sku" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.Network.Models.NatGatewaySku</ReturnType>
</ReturnValue>
<Docs>
<summary> The nat gateway SKU. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Subnets">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.Models.SubResource> Subnets { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IReadOnlyList`1<class Azure.ResourceManager.Network.Models.SubResource> Subnets" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.Subnets" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Subnets As IReadOnlyList(Of SubResource)" />
<MemberSignature Language="F#" Value="member this.Subnets : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.Models.SubResource>" Usage="Azure.ResourceManager.Network.Models.NatGateway.Subnets" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.Models.SubResource></ReturnType>
</ReturnValue>
<Docs>
<summary> An array of references to the subnets using this nat gateway resource. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Zones">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<string> Zones { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<string> Zones" />
<MemberSignature Language="DocId" Value="P:Azure.ResourceManager.Network.Models.NatGateway.Zones" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Zones As IList(Of String)" />
<MemberSignature Language="F#" Value="member this.Zones : System.Collections.Generic.IList<string>" Usage="Azure.ResourceManager.Network.Models.NatGateway.Zones" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Network</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.String></ReturnType>
</ReturnValue>
<Docs>
<summary> A list of availability zones denoting the zone in which Nat Gateway should be deployed. </summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
| 60.876147 | 242 | 0.716525 |
1d2c44c930df9a2178e16213155f987c39c86bdd | 1,685 | xml | XML | examples/src/main/res/layout/layout_person.xml | orwir/literepo | 2c577c572974792975e143f6c67c64219c6a434e | [
"Apache-2.0"
] | null | null | null | examples/src/main/res/layout/layout_person.xml | orwir/literepo | 2c577c572974792975e143f6c67c64219c6a434e | [
"Apache-2.0"
] | 1 | 2015-04-11T22:22:30.000Z | 2015-04-14T11:10:09.000Z | examples/src/main/res/layout/layout_person.xml | deadly-cat/literepo | 2c577c572974792975e143f6c67c64219c6a434e | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_row="0"
android:layout_column="0"
android:padding="@dimen/square_spacing"
style="@android:style/TextAppearance.Medium"
android:text="@string/label_grid_name"/>
<TextView android:id="@+id/person_name"
android:layout_row="0"
android:layout_column="1"
android:padding="@dimen/square_spacing"
style="@android:style/TextAppearance.Medium"
android:text="@string/label_grid_name"/>
<TextView
android:layout_row="1"
android:layout_column="0"
android:padding="@dimen/square_spacing"
style="@android:style/TextAppearance.Medium"
android:text="@string/label_grid_birthday"/>
<TextView android:id="@+id/person_birthday"
android:layout_row="1"
android:layout_column="1"
android:padding="@dimen/square_spacing"
style="@android:style/TextAppearance.Medium"
android:text="@string/label_grid_birthday"/>
<TextView
android:layout_row="2"
android:layout_column="0"
android:padding="@dimen/square_spacing"
style="@android:style/TextAppearance.Medium"
android:text="@string/label_grid_age"/>
<TextView android:id="@+id/person_age"
android:layout_row="2"
android:layout_column="1"
android:padding="@dimen/square_spacing"
style="@android:style/TextAppearance.Medium"
android:text="@string/label_grid_age"/>
</GridLayout> | 35.104167 | 70 | 0.665875 |
0055c78bc4dd454f5a3b8ccb01fc62158388b860 | 375 | csproj | XML | test/RestSharp.InteractiveTests/RestSharp.InteractiveTests.csproj | sst311212/RestSharp | d4d02e9aefcbaf6c2397c9e94615cee31bb3423e | [
"Apache-2.0"
] | null | null | null | test/RestSharp.InteractiveTests/RestSharp.InteractiveTests.csproj | sst311212/RestSharp | d4d02e9aefcbaf6c2397c9e94615cee31bb3423e | [
"Apache-2.0"
] | 6 | 2022-01-03T01:36:26.000Z | 2022-03-07T01:39:55.000Z | test/RestSharp.InteractiveTests/RestSharp.InteractiveTests.csproj | sst311212/RestSharp | d4d02e9aefcbaf6c2397c9e94615cee31bb3423e | [
"Apache-2.0"
] | null | null | null | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\RestSharp\RestSharp.csproj"/>
<ProjectReference Include="..\RestSharp.Tests.Shared\RestSharp.Tests.Shared.csproj"/>
</ItemGroup>
</Project>
| 34.090909 | 93 | 0.674667 |
63d140cce94cc96a329e34a28ceffdd81934993e | 611 | xml | XML | src/chrome/content/rules/GeoAmigo.xml | justin-/https-everywhere | 9aa8487c165e62cd79e2553afa46d252aa461d0d | [
"MIT"
] | 9 | 2015-03-16T04:54:05.000Z | 2018-01-11T05:47:08.000Z | src/chrome/content/rules/GeoAmigo.xml | justin-/https-everywhere | 9aa8487c165e62cd79e2553afa46d252aa461d0d | [
"MIT"
] | 1 | 2019-07-16T12:17:53.000Z | 2019-07-16T12:17:53.000Z | src/chrome/content/rules/GeoAmigo.xml | justin-/https-everywhere | 9aa8487c165e62cd79e2553afa46d252aa461d0d | [
"MIT"
] | 5 | 2015-08-08T00:56:30.000Z | 2020-06-24T19:44:29.000Z | <!--
Disabled by https-everywhere-checker because:
Fetch error: http://geoamigo.com/ => https://geoamigo.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Fetch error: http://www.geoamigo.com/ => https://www.geoamigo.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
-->
<ruleset name="GeoAmigo" default_off='failed ruleset test'>
<target host="geoamigo.com" />
<target host="www.geoamigo.com" />
<securecookie host="^(?:www\.)?geoamigo\.com$" name=".+" />
<rule from="^http://(www\.)?geoamigo\.com/"
to="https://$1geoamigo.com/" />
</ruleset> | 33.944444 | 139 | 0.682488 |
ac85375b2c1eee377564c83b3a38536d639149fa | 435 | xml | XML | application/app/src/main/res/values-hu/strings_auth.xml | androiddevnotesforks/SongQuiz | c74dc260797584ac6c7fdba108d16ceea72e4875 | [
"MIT"
] | null | null | null | application/app/src/main/res/values-hu/strings_auth.xml | androiddevnotesforks/SongQuiz | c74dc260797584ac6c7fdba108d16ceea72e4875 | [
"MIT"
] | null | null | null | application/app/src/main/res/values-hu/strings_auth.xml | androiddevnotesforks/SongQuiz | c74dc260797584ac6c7fdba108d16ceea72e4875 | [
"MIT"
] | 1 | 2021-04-10T14:31:09.000Z | 2021-04-10T14:31:09.000Z | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="error_login_internet">Ellenőrizd az internetkapcsolatod, vagy próbálj máshogy bejelentkezni</string>
<string name="error_login_denied">Jelentkezz be a folytatáshoz</string>
<string name="error_login">Hiba történt - próbáld újra</string>
<string name="login_button">BEJELENTKEZÉS</string>
<string name="skip_button">MAJD MÁSKOR</string>
</resources> | 43.5 | 118 | 0.749425 |
156a765b81d062482bbd0a2c8fadb03c7dfb2b04 | 4,319 | xml | XML | sample4/decompiled_raw/res/layout/main_poplistview.xml | jarekankowski/pegasus_spyware | 94e5a509f3d13a9c48b73df247aa4a08db9eaff9 | [
"MIT"
] | 1,405 | 2021-07-28T22:13:20.000Z | 2022-03-31T07:48:55.000Z | sample4/decompiled_raw/res/layout/main_poplistview.xml | jarekankowski/pegasus_spyware | 94e5a509f3d13a9c48b73df247aa4a08db9eaff9 | [
"MIT"
] | 11 | 2021-08-18T02:31:36.000Z | 2022-01-14T05:29:45.000Z | sample4/decompiled_raw/res/layout/main_poplistview.xml | jarekankowski/pegasus_spyware | 94e5a509f3d13a9c48b73df247aa4a08db9eaff9 | [
"MIT"
] | 393 | 2021-07-29T13:09:31.000Z | 2022-03-26T17:14:02.000Z | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/LinearLayout01" android:background="@drawable/poplistview_bg" android:focusable="true" android:focusableInTouchMode="true" android:layout_width="120.0dip" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:id="@id/popwindow_update" android:background="@drawable/poplistview_item_bg" android:padding="10.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/menu_update" />
<TextView android:textSize="16.0dip" android:textColor="#ff252525" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" android:text="@string/update" />
</LinearLayout>
<View android:id="@id/divider" android:background="?android:listDivider" android:layout_width="120.0dip" android:layout_height="1.0dip" android:layout_alignParentBottom="true" />
<LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:id="@id/popwindow_set" android:background="@drawable/poplistview_item_bg" android:padding="10.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/menu_set" />
<TextView android:textSize="16.0dip" android:textColor="#ff252525" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" android:text="@string/set" />
</LinearLayout>
<View android:id="@id/divider" android:background="?android:listDivider" android:layout_width="120.0dip" android:layout_height="1.0dip" android:layout_alignParentBottom="true" />
<LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:id="@id/popwindow_feedback" android:background="@drawable/poplistview_item_bg" android:padding="10.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/menu_feedback" />
<TextView android:textSize="16.0dip" android:textColor="#ff252525" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" android:text="@string/feedback" />
</LinearLayout>
<View android:id="@id/divider" android:background="?android:listDivider" android:layout_width="120.0dip" android:layout_height="1.0dip" android:layout_alignParentBottom="true" />
<LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:id="@id/popwindow_help" android:background="@drawable/poplistview_item_bg" android:padding="10.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/menu_help" />
<TextView android:textSize="16.0dip" android:textColor="#ff252525" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" android:text="@string/help" />
</LinearLayout>
<View android:id="@id/help_divider" android:background="?android:listDivider" android:layout_width="120.0dip" android:layout_height="1.0dip" android:layout_alignParentBottom="true" />
<LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:id="@id/popwindow_about" android:background="@drawable/poplistview_item_bg" android:padding="10.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/menu_about" />
<TextView android:textSize="16.0dip" android:textColor="#ff252525" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" android:text="@string/about" />
</LinearLayout>
</LinearLayout> | 154.25 | 278 | 0.791387 |
6e8006f7dc6ac0b80bd1f6a1ccbf42fa3027b95c | 7,385 | xml | XML | src/com.mentor.nucleus.bp.welcome/cheatsheets/SimpleModel/TestBenchCreation.xml | hjjohny/editor | c85d3329f00327f2fd9010ab617c70e031ed5e00 | [
"Apache-2.0"
] | 1 | 2018-01-24T16:28:01.000Z | 2018-01-24T16:28:01.000Z | src/com.mentor.nucleus.bp.welcome/cheatsheets/SimpleModel/TestBenchCreation.xml | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | 1 | 2015-09-11T07:14:45.000Z | 2015-09-11T07:14:45.000Z | src/com.mentor.nucleus.bp.welcome/cheatsheets/SimpleModel/TestBenchCreation.xml | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="TestBench creation">
<intro>
<description>
Creating test model
</description>
</intro>
<item
skip="true"
title="Back to 'System' package diagram">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Open Diagram"
param2="Simple System"
param3="Package"
param4="System"/>
<description>
Switch canvas to <b>System</b> package diagram.
</description>
</item>
<item title="Add provided interface to 'Device' component" skip="true">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Draw Connector"
param2="Components"
param3="Provided Interface"
param4="98"
param5="Device"
param6 ="Canvas"
param7="-150"
param8="0" />
<description> From the Palette, expand the 'Components' section, select <b>Provided Interface</b> and drag it ouf of the 'Device' component to add the interface to the component.
</description>
</item>
<item
skip="true"
title="Create new component">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Draw Element"
param2="Components"
param3="Component" />
<description>
From the Palette, expand the 'Components' section, select <b>Component</b> then click on canvas. Set the name in the pop up dialog to 'TestBench'
</description>
</item>
<item title="Connect the components" skip="true">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Draw Connector"
param2="Components"
param3="Required Interface"
param4="98"
param5="TestBench"
param6 ="94"
param7="Unnamed Interface" />
<description> Add a Required Interface to 'TestBench'. Select the end the 'Device' provided interface, and drag the "ball" to the "cup" at the end of the 'TestBench' required interface to establish a connection between the components.
</description>
</item>
<item
skip="true"
title="Create new interface">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Draw Element"
param2="Components"
param3="Interface" />
<description>
From the Palette, expand the 'Components' section, select <b>Interface</b> then click on canvas. Set the name in the pop up dialog to 'Verification'
</description>
</item>
<item title="Add new interface operation" skip="true">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Add Element"
param2="Simple System"
param3="Interface Operation"
param4="Interface"
param5="Verification"/>
<description> Select 'Verification' interface, right-click on it and select <b>New > Operation</b>. Set the name in the pop up dialog to 'verify'
</description>
</item>
<item title="Formalize interface" skip="true">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Formalize Port"
param2="Unnamed Interface"
param3="93"/>
<description> Right-click on the connected interfaces, select <b>Formalize</b>, and pick 'Verification'
</description>
</item>
<item
skip="true"
title="Add OAL to the interface operation on 'Device' port">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Write OAL"
param2="Simple System"
param3="Interface Operation"
param4="verify"
param5="create object instance monitor of MONITOR; generate MONITOR1:go to monitor;"
param6="Device"
param7="Port1"/>
<description>
Open the 'verify' interface operation under the 'Device' component's Verification port (Port1). Create an instance of the 'Monitor' class, and send event to it.
</description>
</item>
<item
skip="true"
title="Open the TestBench component diagram">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Open Diagram"
param2="Simple System"
param3="Component"
param4="TestBench"
/>
<description>
Double-click on the 'TestBench' component to open the component diagram.
</description>
</item>
<item
skip="true"
title="Create new package">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Draw Element"
param2="Default Toolset"
param3="Package"
/>
<description>
Right-click on the canvas, select <b>New > Package</b>. Set the name in the pop up dialog to 'Testing'
</description>
</item>
<item
skip="true"
title="Open 'Testing' package diagram">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Open Diagram"
param2="Simple System"
param3="Package"
param4="Testing"
/>
<description>
Double-click on the 'Testing' package to open the package diagram
</description>
</item>
<item
skip="true"
title="Create new function">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Add Element"
param2="Simple System"
param3="Function"
param4="Package"
param5="Testing"
/>
<description>
Right-click on the canvas, select <b>New > Function</b>. Note that functions do not show up on the canvas. You can find the function in the Model Explorer. Set the name in the pop up dialog to 'test'
</description>
</item>
<item
skip="true"
title="Add OAL to 'test' function">
<action pluginId="com.mentor.nucleus.bp.welcome"
class="com.mentor.nucleus.bp.welcome.cheatsheets.actions.CheatSheetAction"
param1="Write OAL"
param2="Simple System"
param3="Function"
param4="test"
param5="send Port1::verify();"
param7="Testing"
/>
<description>
Write action language in 'test' to send the 'verify' message out the port and through the interface.
</description>
</item>
</cheatsheet>
| 38.664921 | 291 | 0.655112 |
1314826208c7b23ffe07532a3d154edb47685a91 | 1,732 | jelly | XML | src/main/resources/org/jenkinsci/plugins/coordinator/model/CoordinatorBuild/sidepanel.jelly | daniel-beck-bot/coordinator-plugin | bbb383a3dbfa5693be8b9cb157cd1fa2aef6ee45 | [
"MIT"
] | 12 | 2015-01-09T08:44:15.000Z | 2022-02-12T12:03:42.000Z | src/main/resources/org/jenkinsci/plugins/coordinator/model/CoordinatorBuild/sidepanel.jelly | daniel-beck-bot/coordinator-plugin | bbb383a3dbfa5693be8b9cb157cd1fa2aef6ee45 | [
"MIT"
] | 46 | 2015-03-10T18:01:51.000Z | 2022-02-09T05:39:56.000Z | src/main/resources/org/jenkinsci/plugins/coordinator/model/CoordinatorBuild/sidepanel.jelly | daniel-beck-bot/coordinator-plugin | bbb383a3dbfa5693be8b9cb157cd1fa2aef6ee45 | [
"MIT"
] | 11 | 2015-01-14T09:58:09.000Z | 2019-10-30T10:17:52.000Z |
<!--
The closest parent is AbstractBuild's sidepanel.jelly
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:header />
<l:side-panel>
<l:tasks>
<j:set var="buildUrl" value="${h.decompose(request)}" />
<st:include page="tasks.jelly"/>
<st:include page="delete.jelly" />
<st:include page="actions.jelly" />
<t:actions actions="${it.transientActions}"/>
<j:if test="${it.previousBuild!=null}">
<l:task contextMenu="false" href="${buildUrl.previousBuildUrl}" icon="icon-previous icon-md" title="${%Previous Build}"/>
</j:if>
<j:if test="${it.nextBuild!=null}">
<l:task contextMenu="false" href="${buildUrl.nextBuildUrl}" icon="icon-next icon-md" title="${%Next Build}"/>
</j:if>
<script type="text/javascript">
(function(){
// for the simplicity I would like to change the link in javascript instead of AbstractBuild#getAllActions
// 'cuz it's way too complicated to distinguish the diff situations(in jelly template or in server side java invocation)
Element.select(document, '.task-link[href$="parameters"]',
'.task-icon-link[href$="parameters"]').each(function(e, i){
// e is already a prototype powered element
var href = e.href;
e.href = href.slice(0, href.lastIndexOf('/parameters')) + '/histories';
if(e.hasClassName('task-link')){
e.update('Histories');
}
})
}())
</script>
</l:tasks>
</l:side-panel>
</j:jelly> | 45.578947 | 163 | 0.594688 |
874b3ed583cdf14f23827dacea48bf841f65060a | 7,800 | iml | XML | word2vec.iml | YuyuZha0/word2vec | c746b2d8a09c4ba268b4a9b464027725d6f5f909 | [
"Apache-2.0"
] | 30 | 2016-12-24T10:22:34.000Z | 2020-12-19T02:47:05.000Z | word2vec.iml | YuyuZha0/word2vec | c746b2d8a09c4ba268b4a9b464027725d6f5f909 | [
"Apache-2.0"
] | null | null | null | word2vec.iml | YuyuZha0/word2vec | c746b2d8a09c4ba268b4a9b464027725d6f5f909 | [
"Apache-2.0"
] | 14 | 2016-12-20T09:11:56.000Z | 2020-06-03T06:09:40.000Z | <?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="CheckStyle-IDEA-Module">
<option name="configuration">
<map />
</option>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:jcl-over-slf4j:1.7.12" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.12" level="project" />
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" />
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-core:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-datasets:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-common:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-datavec-iterators:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-modelimport:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:hdf5-platform:1.10.2-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:hdf5:1.10.2-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:hdf5:linux-x86:1.10.2-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:hdf5:linux-x86_64:1.10.2-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:hdf5:linux-ppc64le:1.10.2-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:hdf5:macosx-x86_64:1.10.2-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:hdf5:windows-x86:1.10.2-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:hdf5:windows-x86_64:1.10.2-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-nn:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-utility-iterators:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-util:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-common:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.10" level="project" />
<orderEntry type="library" name="Maven: com.github.oshi:oshi-core:3.4.2" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna-platform:4.3.0" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:4.3.0" level="project" />
<orderEntry type="library" name="Maven: org.threeten:threetenbp:1.3.3" level="project" />
<orderEntry type="library" name="Maven: it.unimi.dsi:fastutil:6.5.7" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-math3:3.5" level="project" />
<orderEntry type="library" name="Maven: commons-io:commons-io:2.5" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-compress:1.16.1" level="project" />
<orderEntry type="library" name="Maven: com.google.guava:guava:20.0" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-api:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: com.vlkan:flatbuffers:1.2.0-3f79e055" level="project" />
<orderEntry type="library" name="Maven: com.github.os72:protobuf-java-shaded-351:0.9" level="project" />
<orderEntry type="library" name="Maven: com.github.os72:protobuf-java-util-shaded-351:0.9" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.7" level="project" />
<orderEntry type="library" name="Maven: uk.com.robust-it:cloning:1.9.3" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-buffer:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-context:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: net.ericaro:neoitertools:1.0.0" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.6" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:jackson:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.12" level="project" />
<orderEntry type="library" name="Maven: org.codehaus.woodstox:stax2-api:3.1.4" level="project" />
<orderEntry type="library" name="Maven: joda-time:joda-time:2.2" level="project" />
<orderEntry type="library" name="Maven: org.deeplearning4j:deeplearning4j-nlp:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-native-api:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
<orderEntry type="library" name="Maven: org.threadly:threadly:4.10.0" level="project" />
<orderEntry type="library" name="Maven: org.objenesis:objenesis:2.6" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-jackson:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-base64:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: commons-net:commons-net:3.1" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-native:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco:javacpp:1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:openblas:0.3.0-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:openblas:macosx-x86_64:0.3.0-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:mkl:2018.3-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.bytedeco.javacpp-presets:mkl-dnn:0.15-1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.nd4j:nd4j-native:macosx-x86_64:1.0.0-beta2" level="project" />
<orderEntry type="library" name="Maven: org.ansj:ansj_seg:5.1.6" level="project" />
<orderEntry type="library" name="Maven: org.nlpcn:nlp-lang:1.7.7" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.projectlombok:lombok:1.18.12" level="project" />
</component>
</module> | 90.697674 | 127 | 0.704872 |
a9db286ce864e8055b97930dafd37dd58d87a355 | 1,019 | xml | XML | data/images/train/478676_10.xml | caketuzz/object_detection_demo | 11800c6817489b09a2fcd1a1a3e9f9a2e8e71101 | [
"MIT"
] | 1 | 2019-05-16T21:19:29.000Z | 2019-05-16T21:19:29.000Z | data/images/train/478676_10.xml | caketuzz/object_detection_demo | 11800c6817489b09a2fcd1a1a3e9f9a2e8e71101 | [
"MIT"
] | null | null | null | data/images/train/478676_10.xml | caketuzz/object_detection_demo | 11800c6817489b09a2fcd1a1a3e9f9a2e8e71101 | [
"MIT"
] | null | null | null | <annotation>
<folder>train</folder>
<filename>478676_10.jpg</filename>
<path>/Users/manu/AndroidStudioProjects/object_detection_demo/data/images/train/478676_10.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>300</width>
<height>214</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>tit</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>147</xmin>
<ymin>100</ymin>
<xmax>168</xmax>
<ymax>116</ymax>
</bndbox>
</object>
<object>
<name>tit</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>99</xmin>
<ymin>96</ymin>
<xmax>118</xmax>
<ymax>115</ymax>
</bndbox>
</object>
<object>
<name>pussy</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>114</xmin>
<ymin>141</ymin>
<xmax>142</xmax>
<ymax>168</ymax>
</bndbox>
</object>
</annotation>
| 19.980392 | 101 | 0.647694 |
72a336f66e5dbca7bb2ae36399fd7c0b9232a7e8 | 330,513 | xml | XML | Resources/Corpus2Dictionary/Entries/skulu.xml | ttasovac/lexicalresources | be1f3524c791e64ddd8a890f069dcb2c05bb57e1 | [
"BSD-2-Clause"
] | 11 | 2017-11-30T09:29:06.000Z | 2021-09-18T19:13:38.000Z | Resources/Corpus2Dictionary/Entries/skulu.xml | anacastrosalgado/lexicalresources | 17e5f17565aa8a8513d3b5430f23d4957e20f8b8 | [
"BSD-2-Clause"
] | 87 | 2018-08-28T17:02:47.000Z | 2022-03-26T14:09:53.000Z | Resources/Corpus2Dictionary/Entries/skulu.xml | anacastrosalgado/lexicalresources | 17e5f17565aa8a8513d3b5430f23d4957e20f8b8 | [
"BSD-2-Clause"
] | 18 | 2017-12-04T13:46:52.000Z | 2021-12-01T14:58:30.000Z | <?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Concordance lexical entry for lemma: skulu</title>
</titleStmt>
<publicationStmt>
<distributor xml:lang="is">Stofnun Árna Magnússonar í íslenskum fræðum</distributor>
<distributor xml:lang="en">The Arni Magnusson Institute for Icelandic Studies</distributor>
<address>
<addrLine xml:lang="is">Neshaga 16, 107 Reykjavík, Íslandi</addrLine>
<addrLine xml:lang="is">Sími: +354 525 4430</addrLine>
<addrLine xml:lang="en">Neshaga 16, 107 Reykjavik, Iceland</addrLine>
<addrLine xml:lang="en">Tel.: +354 525 4430</addrLine>
</address>
<availability>
<p>Þessi texti er til notkunar í málrannsóknum og máltækniverkefnum um allan heim með CC BY 3.0 leyfi</p>
<p>This text is available for use in language research and language technology projects world wide with the CC BY 3.0 license</p>
</availability>
</publicationStmt>
<sourceDesc>
<bibl>
<title>Grettis saga Ásmundarsonar</title>
</bibl>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<entry>
<form type="lemma">
<orth>skulu</orth>
</form>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg1en">Skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="og" type="c">og</w>
<w lemma="leggja" type="sng">leggja</w>
<w lemma="orð" type="nhfo">orð</w>
<w lemma="minn" type="fehfo">mín</w>
<w lemma="til" type="aa">til</w>
<w lemma="og" type="c">og</w>
<w lemma="liðsinni" type="nhen">liðsinni</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="vita" type="sfg1en">veit</w>
<w lemma="hvar" type="aa">hvar</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="hafa" type="sfg2en">hefir</w>
<w lemma="hugur" type="nkeo">hug</w>
<w lemma="á" type="aa">á</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="með" type="aþ">með</w>
<w lemma="liðveisla" type="nveþ">liðveislu</w>
<w lemma="þrándar" type="nkee-s">Þrándar</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="þessi" type="faheþ">þessu</w>
<w lemma="kaupa" type="sþgven">keypt</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="ófeigur" type="nken-s">Ófeigur</w>
<w lemma="gefa" type="sng">gefa</w>
<w lemma="dóttir" type="nveþ">dóttur</w>
<w lemma="sinn" type="feveþ">sinni</w>
<w lemma="heiman" type="aa">heiman</w>
<w lemma="lausafé" type="nheo">lausafé</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="jörð" type="nvfn">jarðir</w>
<w lemma="sá" type="favfn">þær</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="í" type="aþ">í</w>
<w lemma="noregur" type="nkeþ-s">Noregi</w>
<w lemma="vera" type="sfg3fþ">voru</w>
<w lemma="vilja" type="sfg3fþ">vildu</w>
<w lemma="hvorigur" type="lkfnsf">hvorigir</w>
<w lemma="fé" type="nheo">fé</w>
<w lemma="kaupa" type="sng">kaupa</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="svg3fþ">Skyldu</w>
<w lemma="hún" type="fpvfn">þær</w>
<w lemma="sitja" type="sng">sitja</w>
<w lemma="í" type="aa">í</w>
<w lemma="festa" type="sfg1fþ">festum</w>
<w lemma="þrír" type="tfkfo">þrjá</w>
<w lemma="vetur" type="nkeo">vetur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eyvindur" type="nken-s">Eyvindur</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="fara" type="ssg">farið</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="fyrr" type="aam">fyrr</w>
<w lemma="og" type="c">og</w>
<w lemma="gera" type="ssg">gert</w>
<w lemma="ófriður" type="nkeo">ófrið</w>
<w lemma="kjarval" type="nkeo-s">Kjarval</w>
<w lemma="konungur" type="nkeþ">konungi</w>
<pc>,</pc>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="það" type="fphee">þess</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="gjalda" type="sng">gjalda</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eiga" type="sfg3fþ">Áttu</w>
<w lemma="sá" type="fakfn">þeir</w>
<w lemma="bróðir" type="nkfn">bræður</w>
<w lemma="lengi" type="aa">lengi</w>
<w lemma="um" type="ao">um</w>
<w lemma="þessi" type="faheo">þetta</w>
<w lemma="að" type="cn">að</w>
<w lemma="tala" type="sng">tala</w>
<w lemma="allur" type="foheo">allt</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="til" type="aa">til</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þrándur" type="nken-s">Þrándur</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="einn" type="tfhen">eitt</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="ganga" type="sng">ganga</w>
<w lemma="yfir" type="ao">yfir</w>
<w lemma="hann" type="fpkfo">þá</w>
<w lemma="önundur" type="nkeo-s">Önund</w>
<w lemma="báðir" type="fokfo">báða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="landseti" type="nken">landseti</w>
<w lemma="kaldbeklingur" type="nkfe-s">Kaldbeklinga</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="geyma" type="sng">geyma</w>
<w lemma="reki" type="nkeo">reka</w>
<w lemma="hann" type="fpkfe">þeirra</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="megin" type="lkfeof">megin</w>
<w lemma="fjörður" type="nkfe">fjarða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="vera" type="sfg3eþ">Var</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="skipta" type="sþghen">skipt</w>
<w lemma="til" type="aa">til</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="þorgrímur" type="nken-s">Þorgrímur</w>
<w lemma="láta" type="sfg3fþ">létu</w>
<w lemma="reykjarfjörð" type="nkeo-s">Reykjarfjörð</w>
<w lemma="og" type="c">og</w>
<w lemma="allur" type="foheo">allt</w>
<w lemma="út" type="aa">út</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="megin" type="aa">megin</w>
<w lemma="en" type="c">en</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="eiga" type="sng">eiga</w>
<w lemma="kamb" type="nkeo-s">Kamb</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="munu" type="svg3fþ">mundu</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="vel" type="aa">vel</w>
<w lemma="henda" type="sþghen">hent</w>
<w lemma="og" type="c">og</w>
<w lemma="spyrja" type="sfg3eþ">spurði</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="að" type="c">að</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="gera" type="sng">gera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="ásmundur" type="nken-s">Ásmundur</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="þú" type="fp2en">Þú</w>
<w lemma="skulu" type="sfg2en">skalt</w>
<w lemma="gæta" type="sng">gæta</w>
<w lemma="heimgása" type="nvfe">heimgása</w>
<w lemma="minna" type="sng">minna</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="glotta" type="sfg3eþ">glotti</w>
<w lemma="að" type="c">að</w>
<w lemma="og" type="c">og</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="og" type="nken-s">Og</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="lengi" type="aam">lengur</w>
<w lemma="af" type="aþ">af</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="bera" type="sng">bera</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="ásmundur" type="nken-s">Ásmundur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="fleira" type="nven-s">Fleira</w>
<w lemma="vita" type="sfg3en">veit</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="margur" type="lheovm">fleira</w>
<w lemma="reyna" type="sfg3en">reynir</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="gera" type="sng">gera</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="ásmundur" type="nken-s">Ásmundur</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="þú" type="fp2en">Þú</w>
<w lemma="skulu" type="sfg2en">skalt</w>
<w lemma="strjúka" type="sng">strjúka</w>
<w lemma="bak" type="nheo">bak</w>
<w lemma="minn" type="feheo">mitt</w>
<w lemma="við" type="ao">við</w>
<w lemma="eldur" type="nkfo">elda</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="láta" type="sfg1en">læt</w>
<w lemma="jafnan" type="aa">jafnan</w>
<w lemma="gera" type="sng">gera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="það" type="fphen">Það</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="einn" type="tfhen">eitt</w>
<w lemma="kveld" type="nhen">kveld</w>
<w lemma="að" type="c">að</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="hrífa" type="sng">hrífa</w>
<w lemma="bak" type="nheo">bak</w>
<w lemma="ásmundar" type="nkee-s">Ásmundar</w>
<w lemma="að" type="c">að</w>
<w lemma="karl" type="nken">karl</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="nú" type="aa">Nú</w>
<w lemma="munta" type="sfg3fþ">muntu</w>
<w lemma="verða" type="sng">verða</w>
<w lemma="af" type="aþ">af</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="að" type="cn">að</w>
<w lemma="draga" type="sng">draga</w>
<w lemma="sleni" type="nheog">slenið</w>
<pc>,</pc>
<w lemma="mannskræfa" type="nveng">mannskræfan</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hann" type="fpken">hann</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nokkuru" type="nken-s">Nokkuru</w>
<w lemma="stund" type="nveþ">stundu</w>
<w lemma="síðar" type="aam">síðar</w>
<w lemma="tala" type="sfg3eþ">talaði</w>
<w lemma="ásmundur" type="nken-s">Ásmundur</w>
<w lemma="til" type="ae">til</w>
<w lemma="að" type="c">að</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="geyma" type="sng">geyma</w>
<w lemma="hrossa" type="sfg3fn">hrossa</w>
<w lemma="hann" type="fpkee">hans</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="þá" type="aa">Þá</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="að" type="cn">að</w>
<w lemma="fara" type="sng">fara</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="ásmundur" type="nken-s">Ásmundur</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="bjóða" type="sfg1en">býð</w>
<w lemma="þú" type="fp2eþ">þér</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="aa">Þá</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="byrgja" type="sng">byrgja</w>
<w lemma="í" type="aþ">í</w>
<w lemma="hús" type="nheþ">húsi</w>
<w lemma="hross" type="nhfog">hrossin</w>
<w lemma="en" type="c">en</w>
<w lemma="halda" type="sng">halda</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="norður" type="aa">norður</w>
<w lemma="á" type="ao">á</w>
<w lemma="háls" type="nkeog">hálsinn</w>
<w lemma="þegar" type="c">þegar</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="vetur" type="nken">vetur</w>
<w lemma="leggja" type="sfg3en">leggur</w>
<w lemma="á" type="aa">á</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="hugsa" type="sfg3en">hugsar</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="einhver" type="foheo">eitthvert</w>
<w lemma="sá" type="faheo">það</w>
<w lemma="bellibragð" type="nheo">bellibragð</w>
<w lemma="að" type="c">að</w>
<w lemma="kengála" type="nveþ-s">Kengálu</w>
<w lemma="verða" type="svg3eþ">yrði</w>
<w lemma="golda" type="sþghen">goldið</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="útigangur" type="nkeog">útiganginn</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="ganga" type="sfg3eþ">gekk</w>
<w lemma="til" type="ae">til</w>
<w lemma="eldaskáli" type="nkee">eldaskála</w>
<w lemma="og" type="c">og</w>
<w lemma="heyra" type="sfg3eþ">heyrði</w>
<w lemma="að" type="c">að</w>
<w lemma="húsfreyja" type="nven">húsfreyja</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="vel" type="nken-s">Vel</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="reyna" type="ssm">reynst</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="hrossageymsla" type="nveng">hrossageymslan</w>
<w lemma="frændi" type="nkee">frænda</w>
<w lemma="minn" type="fekee">míns</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="nú" type="nven-s">Nú</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="og" type="c">og</w>
<w lemma="um" type="ao">um</w>
<w lemma="endi" type="nkeo">enda</w>
<w lemma="gera" type="ssg">gert</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="það" type="fpheo">það</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="ásmundur" type="nken-s">Ásmundur</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="viðurgerningur" type="nkeo">viðurgerning</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="verri" type="lhenvm">verra</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="vera" type="sfg3fþ">Voru</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="svg2eþ">skyldir</w>
<w lemma="nokkur" type="fohen">nokkuð</w>
<pc>,</pc>
<w lemma="auðun" type="nken-s">Auðun</w>
<w lemma="og" type="c">og</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þorkell" type="nken-s">Þorkell</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="eigi" type="nken-s">Eigi</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="það" type="fphen">það</w>
<w lemma="heillavænlegur" type="lhensf">heillavænlegt</w>
<w lemma="mágur" type="nken">mágur</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="skipa" type="sng">skipa</w>
<w lemma="þingferð" type="nveþ">þingferð</w>
<w lemma="okkri" type="lhenvm">okkra</w>
<w lemma="í" type="ao">í</w>
<w lemma="sumar" type="nheo">sumar</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="ásmundur" type="nken-s">Ásmundur</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="ég" type="fp1en">Eg</w>
<w lemma="gera" type="sfm3en">gerist</w>
<w lemma="þungfær" type="lkensf">þungfær</w>
<w lemma="og" type="c">og</w>
<w lemma="vilja" type="sfg3eþ">vildi</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="sitja" type="sng">sitja</w>
<w lemma="heima" type="aa">heima</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="þú" type="fp2en">Þú</w>
<w lemma="skulu" type="sfg2en">skalt</w>
<w lemma="ráða" type="sng">ráða</w>
<w lemma="mágur" type="nken">mágur</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="þorkell" type="nken-s">Þorkell</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="ganga" type="sfg3eþ">Gekk</w>
<w lemma="þorkell" type="nken-s">Þorkell</w>
<w lemma="til" type="ae">til</w>
<w lemma="handsala" type="sng">handsala</w>
<w lemma="og" type="c">og</w>
<w lemma="halda" type="sfg3eþ">hélt</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="fébóta" type="nvfþ">fébótum</w>
<w lemma="en" type="c">en</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="sekur" type="lkensf">sekur</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="utan" type="aa">utan</w>
<w lemma="þrír" type="tfkfo">þrjá</w>
<w lemma="vetur" type="nkeo">vetur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="aa">Þá</w>
<w lemma="ganga" type="sfg3fþ">gengu</w>
<w lemma="til" type="aa">til</w>
<w lemma="margur" type="lkfnsf">margir</w>
<w lemma="maður" type="nkfn">menn</w>
<w lemma="að" type="cn">að</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="steinn" type="nkeog">steininn</w>
<w lemma="og" type="c">og</w>
<w lemma="þykja" type="sfg3eþ">þótti</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="mikill" type="lvensf">mikil</w>
<w lemma="furða" type="nven">furða</w>
<w lemma="að" type="c">að</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="ungur" type="lkensf">ungur</w>
<w lemma="maður" type="nken">maður</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="hefja" type="sng">hefja</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="mikill" type="lheosf">mikið</w>
<w lemma="bjarg" type="nheo">bjarg</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="ásmundur" type="nken-s">Ásmundur</w>
<w lemma="senda" type="sfg3eþ">sendi</w>
<w lemma="maður" type="nkeo">mann</w>
<w lemma="til" type="ae">til</w>
<w lemma="hafliði" type="nkee-s">Hafliða</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="við" type="ao">við</w>
<w lemma="grettir" type="nkeo-s">Gretti</w>
<w lemma="og" type="c">og</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="um" type="aa">um</w>
<w lemma="með" type="aþ">með</w>
<w lemma="hann" type="fpkeþ">honum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="líta" type="sfg3eþ">leit</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="og" type="c">og</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="ekki" type="aa">Ekki</w>
<w lemma="fá" type="sfg3fþ">fengu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="af" type="aþ">af</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="starfi" type="nkeog">starfann</w>
<w lemma="en" type="c">en</w>
<w lemma="líka" type="sfg3eþ">líkaði</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="illa" type="aam">verr</w>
<w lemma="en" type="c">en</w>
<w lemma="áður" type="aa">áður</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfg3fþ">kváðu</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="gjald" type="nhfo">gjöld</w>
<w lemma="á" type="aþ">á</w>
<w lemma="sjálfur" type="fbkeþ">sjálfum</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="níð" type="nheo">níð</w>
<w lemma="sinn" type="feheo">sitt</w>
<w lemma="og" type="c">og</w>
<w lemma="lögleysa" type="nveo">lögleysu</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="gera" type="sfg3eþ">gerði</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="en" type="nken-s">En</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="heyra" type="sfg3en">heyrir</w>
<w lemma="hafliða" type="nven-s">Hafliða</w>
<w lemma="ámæli" type="nhfe">ámæla</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="vís" type="lheþsf">vísu</w>
<pc>:</pc>
<w lemma="kaupmaður" type="nkfþ">Kaupmönnum</w>
<w lemma="þykja" type="sfg3eþ">þótti</w>
<w lemma="allilla" type="aa">allilla</w>
<w lemma="og" type="c">og</w>
<w lemma="segja" type="sfg3fþ">sögðu</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="til" type="ae">til</w>
<w lemma="enginn" type="fohee">einskis</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="að" type="cn">að</w>
<w lemma="níða" type="sng">níða</w>
<w lemma="hafliða" type="nven-s">Hafliða</w>
<w lemma="bóndi" type="nkee">bónda</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="svg3eþ">Skyldi</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="bytta" type="nvfn">byttur</w>
<w lemma="tveir" type="tfvfn">tvær</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="sveinn" type="nken-s">Sveinar</w>
<w lemma="biðja" type="sfg3fþ">báðu</w>
<w lemma="að" type="c">að</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="sökkva" type="sng">sökkva</w>
<w lemma="bytta" type="nvfþg">byttunum</w>
<pc>,</pc>
<w lemma="kveða" type="sfg3fþ">kváðu</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="reyna" type="sng">reyna</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="hver" type="fsheo">hvað</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="mega" type="svg3eþ">mætti</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eða" type="c">Eða</w>
<w lemma="hvar" type="aa">hvar</w>
<w lemma="ná" type="sfg2eþ">náðir</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="saxi" type="nheþg">saxinu</w>
<w lemma="góður" type="lvenvf">góða</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<pc>:</pc>
<w lemma="þorfinnur" type="nken-s">Þorfinnur</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="vel" type="nken-s">Vel</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="til" type="aa">til</w>
<w lemma="mæla" type="sþghen">mælt</w>
<w lemma="en" type="c">en</w>
<w lemma="sýna" type="sng">sýna</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="nokkur" type="fohen">nokkuð</w>
<w lemma="áður" type="aa">áður</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="frægð" type="nven">frægð</w>
<w lemma="þykja" type="svg3en">þyki</w>
<w lemma="í" type="aa">í</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="en" type="c">en</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="gefa" type="svg1en">gefi</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="saxa" type="sfg2fn">saxið</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="það" type="fphen">það</w>
<w lemma="fá" type="sfg1eþ">fékk</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="aldrei" type="aa">aldrei</w>
<w lemma="af" type="aþ">af</w>
<w lemma="faðir" type="nkeþ">föður</w>
<w lemma="minn" type="fekeþ">mínum</w>
<w lemma="meðan" type="c">meðan</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="lifa" type="sfg3eþ">lifði</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="svg3fþ">Skyldu</w>
<w lemma="hvor" type="fokfn">hvorir</w>
<w lemma="ógildur" type="lkfnsf">ógildir</w>
<w lemma="falla" type="sng">falla</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="falla" type="sfg3fþ">féllu</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="annar" type="fokfþ">öðrum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="orð" type="nhfe">Orða</w>
<w lemma="sinn" type="fehfe">sinna</w>
<w lemma="á" type="aþ">á</w>
<w lemma="hver" type="nkeþ">hver</w>
<w lemma="ráð" type="nheo">ráð</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="þú" type="fp2fþ">yður</w>
<w lemma="slíkur" type="fbkeo">slíkan</w>
<w lemma="forbeini" type="nkeo">forbeina</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="mega" type="sfg1en">má</w>
<w lemma="og" type="c">og</w>
<w lemma="ganga" type="sfg2fn">gangið</w>
<w lemma="heim" type="aa">heim</w>
<w lemma="með" type="aþ">með</w>
<w lemma="ég" type="fp1eþ">mér</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="enginn" type="nken-s">Enginn</w>
<w lemma="missir" type="nken">missir</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="í" type="aa">í</w>
<w lemma="verða" type="sng">verða</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="að" type="c">að</w>
<w lemma="bóndi" type="nken">bóndi</w>
<w lemma="vera" type="svg3en">sé</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="heima" type="aa">heima</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="cn">að</w>
<w lemma="fá" type="sng">fá</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="maður" type="nkeo">mann</w>
<w lemma="í" type="ao">í</w>
<w lemma="staður" type="nkeo">stað</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="og" type="c">og</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="dóttir" type="nveþ">dóttur</w>
<w lemma="þinn" type="feveþ">þinni</w>
<w lemma="og" type="c">og</w>
<w lemma="allur" type="fovfþ">öllum</w>
<w lemma="heimakona" type="nvfþ">heimakonum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="það" type="fphen">það</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="skylda" type="nveo">skyldu</w>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="sannur" type="lhensf">satt</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="mæla" type="sþghen">mælt</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="að" type="c">að</w>
<w lemma="öl" type="nhen">öl</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="annar" type="foken">annar</w>
<w lemma="maður" type="nken">maður</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="bráðabugur" type="nkeo">bráðabug</w>
<w lemma="að" type="aþ">að</w>
<w lemma="þessi" type="faheþ">þessu</w>
<w lemma="gera" type="sfg3fn">gera</w>
<w lemma="framar" type="aam">framar</w>
<w lemma="en" type="c">en</w>
<w lemma="áður" type="aa">áður</w>
<w lemma="hafa" type="sfg1en">hefi</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="segja" type="ssg">sagt</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="þá" type="aa">þá</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="þykja" type="sfg3en">Þykir</w>
<w lemma="þú" type="fp2fþ">yður</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="mál" type="nhen">mál</w>
<w lemma="að" type="cn">að</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="til" type="ae">til</w>
<w lemma="svefn" type="nkee">svefns</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="þórir" type="nken-s">Þórir</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="efna" type="sng">efna</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="heita" type="sfg1eþ">hét</w>
<w lemma="húsfreyja" type="nvee">húsfreyju</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hafa" type="sfg3fþ">Höfðu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="ásáttur" type="lkfnsf">ásáttir</w>
<w lemma="á" type="ao">á</w>
<w lemma="orð" type="nheog">orðið</w>
<w lemma="hver" type="fohfn">hver</w>
<w lemma="vopn" type="nhfn">vopn</w>
<w lemma="að" type="c">að</w>
<w lemma="hvergi" type="aa">hvergi</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="hafa" type="sng">hafa</w>
<pc>,</pc>
<w lemma="sækja" type="sfg3fþ">sóttu</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="að" type="c">að</w>
<w lemma="þegar" type="c">þegar</w>
<w lemma="berserkur" type="nkfng">berserkirnir</w>
<w lemma="hörfa" type="sfg3fþ">hörfuðu</w>
<w lemma="undan" type="aa">undan</w>
<w lemma="en" type="c">en</w>
<w lemma="er" type="c">er</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="snúa" type="sfm3fþ">snerust</w>
<w lemma="á" type="ao">á</w>
<w lemma="mót" type="aþ">mót</w>
<w lemma="hrökkva" type="sfg3fþ">hrukku</w>
<w lemma="húskarl" type="nkfn">húskarlar</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="undir" type="ao">undir</w>
<w lemma="hús" type="nhfog">húsin</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="segja" type="sfg3eþ">Sagði</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="að" type="c">að</w>
<w lemma="hún" type="fpven">hún</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="ráða" type="sng">ráða</w>
<w lemma="ferð" type="nvfþ">ferðum</w>
<w lemma="sinn" type="fevfþ">sínum</w>
<w lemma="en" type="c">en</w>
<w lemma="hvergi" type="aa">hvergi</w>
<w lemma="láta" type="sfm3eþ">lést</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="munu" type="svg3fþ">mundu</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þorfinnur" type="nken-s">Þorfinnur</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="þá" type="aa">þá</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="setja" type="snm">setjast</w>
<w lemma="niður" type="aa">niður</w>
<w lemma="en" type="c">en</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="segur" type="nkeo">seg</w>
<w lemma="frá" type="aþ">frá</w>
<w lemma="tíðindi" type="nhfþ">tíðindum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þorfinnur" type="nken-s">Þorfinnur</w>
<w lemma="þegja" type="sfg3eþ">þagði</w>
<w lemma="á" type="aa">á</w>
<w lemma="meðan" type="c">meðan</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hún" type="fpven">hún</w>
<w lemma="hafa" type="sfg3eþ">hafði</w>
<w lemma="úti" type="aa">úti</w>
<w lemma="saga" type="nveog">söguna</w>
<w lemma="svara" type="sfg3en">svarar</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="svo" type="aa">svo</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="sannur" type="lhensf">Satt</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="það" type="fphen">það</w>
<w lemma="mæla" type="sþghen">mælt</w>
<w lemma="vera" type="sfg3en">er</w>
<pc>,</pc>
<w lemma="lengi" type="aa">lengi</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="maður" type="nkeog">manninn</w>
<w lemma="reyna" type="sng">reyna</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="vist" type="nven">vist</w>
<w lemma="þinn" type="feven">þín</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="standa" type="sng">standa</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="hjá" type="aþ">hjá</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="ná" type="sfg3en">nær</w>
<w lemma="sem" type="c">sem</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="þurfa" type="sfg2en">þarft</w>
<w lemma="að" type="cn">að</w>
<w lemma="þiggja" type="sng">þiggja</w>
<w lemma="og" type="c">og</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="skulu" type="sfg2en">skalt</w>
<w lemma="fremur" type="aae">fremst</w>
<w lemma="halda" type="sþgken">haldinn</w>
<w lemma="af" type="aþ">af</w>
<w lemma="minn" type="fekfþ">mínum</w>
<w lemma="sveinur" type="nkfþ">sveinum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þorfinnur" type="nken-s">Þorfinnur</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="til" type="ae">til</w>
<w lemma="reiða" type="nvee">reiðu</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="peningur" type="nkfo">peninga</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="vilja" type="sfg3eþ">vildi</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="björn" type="nken-s">Björn</w>
<w lemma="frændi" type="nken">frændi</w>
<w lemma="þorkell" type="nkee-s">Þorkels</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="að" type="c">að</w>
<w lemma="gera" type="sþghen">gert</w>
<w lemma="hinn" type="ghen">hið</w>
<w lemma="mikill" type="lhenve">mesta</w>
<w lemma="er" type="ct">er</w>
<w lemma="híði" type="nheng">híðið</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="finna" type="sþghen">fundið</w>
<w lemma="«" type="«">«</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="prófa" type="sng">prófa</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="leikur" type="nken">leikur</w>
<w lemma="fara" type="sfg3en">fer</w>
<w lemma="með" type="aþ">með</w>
<w lemma="ég" type="fp1fþ">okkur</w>
<w lemma="nafn" type="nhfþ">nöfnum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fphen">Það</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="vera" type="sng">vera</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="björn" type="nken-s">Björn</w>
<w lemma="kveða" type="sfm3eþ">kvaðst</w>
<w lemma="óhræddur" type="lkensf">óhræddur</w>
<w lemma="ganga" type="sng">ganga</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="grettir" type="nkeo-s">Gretti</w>
<w lemma="hvar" type="aa">hvar</w>
<w lemma="sem" type="c">sem</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="finna" type="svm3fþ">fyndust</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="fá" type="sng">fá</w>
<w lemma="til" type="aa">til</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="verða" type="ssg">orðið</w>
<w lemma="að" type="cn">að</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="öfundarbragð" type="nhfo">öfundarbrögð</w>
<w lemma="enda" type="c">enda</w>
<w lemma="láta" type="sfm3eþ">lést</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="aldrei" type="aa">aldrei</w>
<w lemma="fé" type="nheo">fé</w>
<w lemma="hafa" type="sfg3fn">hafa</w>
<w lemma="á" type="ao">á</w>
<w lemma="taka" type="ssg">tekið</w>
<w lemma="og" type="c">og</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="að" type="c">að</w>
<w lemma="enn" type="aa">enn</w>
<w lemma="munu" type="svg3eþ">mundi</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="«" type="«">«</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="báðir" type="fokfn">báðir</w>
<w lemma="eiga" type="svg3fn">eigi</w>
<w lemma="héðan" type="aa">héðan</w>
<w lemma="heill" type="lkfnsf">heilir</w>
<w lemma="ganga" type="sng">ganga</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="mega" type="sfg1en">má</w>
<w lemma="ráða" type="sng">ráða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg2en">Skaltu</w>
<w lemma="með" type="aþ">með</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="til" type="aa">til</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="ljúka" type="sfg3en">lýkur</w>
<w lemma="þessi" type="fahfþ">þessum</w>
<w lemma="mál" type="nhfþ">málum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="ganga" type="sfg3fþ">Gengu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="þorfinnur" type="nken-s">Þorfinnur</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="jarll" type="nkeo">jarl</w>
<w lemma="og" type="c">og</w>
<w lemma="biðja" type="sfg3fþ">báðu</w>
<w lemma="griði" type="nkeo">griða</w>
<w lemma="til" type="ae">til</w>
<w lemma="hönd" type="nvfe">handa</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="og" type="c">og</w>
<w lemma="bjóða" type="sfg3fþ">buðu</w>
<w lemma="að" type="c">að</w>
<w lemma="jarl" type="nken">jarl</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="einn" type="foken">einn</w>
<w lemma="dæma" type="sng">dæma</w>
<w lemma="um" type="ao">um</w>
<w lemma="þessi" type="faheo">þetta</w>
<w lemma="mál" type="nheo">mál</w>
<w lemma="þegar" type="c">þegar</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="hafa" type="sfg3en">hefir</w>
<w lemma="gur" type="nheog">grið</w>
<w lemma="og" type="c">og</w>
<w lemma="landsvist" type="nveo">landsvist</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg2fn">Skuluð</w>
<w lemma="þú" type="fp2fn">þér</w>
<w lemma="einn" type="lkfnsf">einir</w>
<w lemma="skera" type="sng">skera</w>
<w lemma="og" type="c">og</w>
<w lemma="skapa" type="sng">skapa</w>
<w lemma="ef" type="c">ef</w>
<w lemma="maður" type="nkeng">maðurinn</w>
<w lemma="hafa" type="sfg3en">hefir</w>
<w lemma="gur" type="nheog">grið</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg1fn">Skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="líf" type="nheo">líf</w>
<w lemma="grettir" type="nkee-s">Grettis</w>
<pc>,</pc>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="kosta" type="sfg3en">kostar</w>
<pc>,</pc>
<w lemma="þegar" type="c">þegar</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="koma" type="sfm1fþ">komumst</w>
<w lemma="við" type="aa">við</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="fpkfn">Þeir</w>
<w lemma="þorfinnur" type="nken-s">Þorfinnur</w>
<w lemma="og" type="c">og</w>
<w lemma="þorsteinn" type="nken-s">Þorsteinn</w>
<w lemma="kveða" type="sfg3fþ">kváðu</w>
<w lemma="jarl" type="nken">jarl</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="meir(a)" type="aam">meira</w>
<w lemma="fyrir" type="aa">fyrir</w>
<w lemma="verða" type="sng">verða</w>
<w lemma="að" type="cn">að</w>
<w lemma="ná" type="sng">ná</w>
<w lemma="líf" type="nheþ">lífi</w>
<w lemma="grettir" type="nkee-s">Grettis</w>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="einn" type="tfhen">eitt</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="yfir" type="ao">yfir</w>
<w lemma="ég" type="fp1fþ">oss</w>
<w lemma="og" type="c">og</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="það" type="fphen">það</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="mæla" type="ssg">mælt</w>
<w lemma="að" type="aþ">að</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="vinna" type="sfg2fn">vinnið</w>
<w lemma="mikið" type="aa">mikið</w>
<w lemma="til" type="ae">til</w>
<w lemma="einn" type="fokee">eins</w>
<w lemma="maður" type="nkee">manns</w>
<w lemma="líf" type="nhee">lífs</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="vera" type="sfg1fn">erum</w>
<w lemma="allur" type="fokfn">allir</w>
<w lemma="við" type="aþ">við</w>
<w lemma="völlur" type="nkeþ">velli</w>
<w lemma="leggja" type="sþgkfn">lagðir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="jarl" type="nken-s">Jarl</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fphen">Það</w>
<w lemma="skulu" type="sfg2fn">skuluð</w>
<w lemma="þú" type="fp2fn">þér</w>
<w lemma="vita" type="sng">vita</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="gera" type="sfg1en">geri</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="mikill" type="lheosf">mikið</w>
<w lemma="miðlunarmál" type="nheo">miðlunarmál</w>
<w lemma="um" type="ao">um</w>
<w lemma="vígur" type="nkeo">víg</w>
<w lemma="þessi" type="fahfo">þessi</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="kalla" type="sfg1en">kalla</w>
<w lemma="þessi" type="faheo">þetta</w>
<w lemma="enginn" type="foveo">öngva</w>
<w lemma="sætta" type="ssg">sætt</w>
<w lemma="en" type="c">en</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="nenna" type="sfg1en">nenni</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="að" type="cn">að</w>
<w lemma="berja" type="snm">berjast</w>
<w lemma="við" type="ao">við</w>
<w lemma="maður" type="nkfo">menn</w>
<w lemma="minn" type="fekfo">mína</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="sjá" type="svg1en">sjái</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="meta" type="sfg2fn">metið</w>
<w lemma="ég" type="fp1eo">mig</w>
<w lemma="lítill" type="lheesf">lítils</w>
<w lemma="í" type="aþ">í</w>
<w lemma="þessi" type="faheþ">þessu</w>
<w lemma="mál" type="nheþ">máli</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þá" type="aa">Þá</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="þorfinnur" type="nken-s">Þorfinnur</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="þetta" type="nven-s">Þetta</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þú" type="fp2fþ">yður</w>
<w lemma="mikill" type="lvenvm">meiri</w>
<w lemma="sæmd" type="nven">sæmd</w>
<w lemma="herra" type="nkee">herra</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2fn">þér</w>
<w lemma="skulu" type="sfg2fn">skuluð</w>
<w lemma="einn" type="lkfnsf">einir</w>
<w lemma="ráða" type="sng">ráða</w>
<w lemma="fégjöldi" type="nhfþ">fégjöldum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="jarl" type="nken-s">Jarl</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="að" type="c">að</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="í" type="aþ">í</w>
<w lemma="friður" type="nkeþ">friði</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="út" type="aa">út</w>
<w lemma="til" type="ae">til</w>
<w lemma="ísland" type="nhee-s">Íslands</w>
<w lemma="þegar" type="c">þegar</w>
<w lemma="skip" type="nhfn">skip</w>
<w lemma="ganga" type="sfg3fn">ganga</w>
<w lemma="ef" type="c">ef</w>
<w lemma="hann" type="fpkfþ">þeim</w>
<w lemma="líka" type="sfg3eþ">líkaði</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vel" type="aa">vel</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="bjóða" type="sfg3eþ">Bauð</w>
<w lemma="þorgils" type="nken-s">Þorgils</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="að" type="aþ">að</w>
<w lemma="helmingur" type="nkeþ">helmingi</w>
<w lemma="hvalur" type="nkeog">hvalinn</w>
<w lemma="sá" type="fakeo">þann</w>
<w lemma="er" type="ct">er</w>
<w lemma="óskorinn" type="lkensf">óskorinn</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="en" type="c">en</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="vilja" type="sfg3fþ">vildu</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="einn" type="lkfnsf">einir</w>
<w lemma="sá" type="fakeo">þann</w>
<w lemma="er" type="ct">er</w>
<w lemma="óskorinn" type="lkensf">óskorinn</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="ella" type="aa">ella</w>
<w lemma="skipta" type="sng">skipta</w>
<w lemma="í" type="ao">í</w>
<w lemma="helmingur" type="nkfo">helminga</w>
<w lemma="bæði" type="c">bæði</w>
<w lemma="skorinn" type="lkeosf">skorinn</w>
<w lemma="og" type="c">og</w>
<w lemma="óskorinn" type="lkensf">óskorinn</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="vera" type="sfg3eþ">Var</w>
<w lemma="þorsteinn" type="nken-s">Þorsteinn</w>
<w lemma="hinn" type="gken">hinn</w>
<w lemma="ákafasti" type="nken">ákafasti</w>
<pc>,</pc>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="fébæta" type="nvfn">fébætur</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="koma" type="sng">koma</w>
<pc>,</pc>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="hafa" type="svg3fþ">hefðu</w>
<w lemma="nógur" type="lkeosf">nógan</w>
<w lemma="frændi" type="nkeo">frænda</w>
<w lemma="afla" type="sng">afla</w>
<w lemma="til" type="ae">til</w>
<w lemma="það" type="fphee">þess</w>
<w lemma="að" type="c">að</w>
<w lemma="annaðhvort" type="c">annaðhvort</w>
<w lemma="koma" type="svg3eþ">kæmi</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="vígi" type="nheog">vígið</w>
<w lemma="sekt" type="nveo">sekt</w>
<w lemma="eða" type="c">eða</w>
<w lemma="mannhefnd" type="nvfo">mannhefndir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="vera" type="sfg3eþ">Var</w>
<w lemma="þorgeir" type="nken-s">Þorgeir</w>
<w lemma="sekur" type="lkensf">sekur</w>
<w lemma="gera" type="sbg2en">ger</w>
<w lemma="en" type="c">en</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="þormóð" type="nkeo-s">Þormóð</w>
<w lemma="vera" type="sfg3fþ">voru</w>
<w lemma="taka" type="sþgvfn">teknar</w>
<w lemma="fébæta" type="nvfn">fébætur</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="sýkn" type="lkensf">sýkn</w>
<w lemma="vera" type="sng">vera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="gautur" type="nken-s">Gautur</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="ráða" type="sþgken">ráðinn</w>
<w lemma="í" type="ao">í</w>
<w lemma="skip" type="nheo">skip</w>
<w lemma="þessi" type="fahen">þetta</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þorgeir" type="nken-s">Þorgeir</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="sigla" type="sng">sigla</w>
<w lemma="í" type="aa">í</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="og" type="nken-s">Og</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="láta" type="sfg3fþ">létu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="halda" type="sfm3fn">haldast</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="vera" type="sfg3fþ">voru</w>
<w lemma="skulu" type="svg2eþ">skyldir</w>
<w lemma="og" type="c">og</w>
<w lemma="líka" type="sfg3eþ">líkaði</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="heldur" type="c">heldur</w>
<w lemma="illa" type="aa">illa</w>
<w lemma="við" type="ao">við</w>
<w lemma="barði" type="nkeo-s">Barða</w>
<w lemma="og" type="c">og</w>
<w lemma="bróðir" type="nkfn">bræður</w>
<w lemma="hann" type="fpkee">hans</w>
<pc>,</pc>
<w lemma="ríða" type="sfg3fþ">riðu</w>
<w lemma="á" type="aa">á</w>
<w lemma="burt" type="aa">burt</w>
<w lemma="allur" type="fokfn">allir</w>
<w lemma="saman" type="aa">saman</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="nven-s">Þá</w>
<w lemma="veikur" type="lvensf">veik</w>
<w lemma="barð" type="nheþ-s">Barði</w>
<w lemma="aftur" type="aa">aftur</w>
<w lemma="og" type="c">og</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fphen">Það</w>
<w lemma="vilja" type="sfg1en">vil</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="til" type="aa">til</w>
<w lemma="skilja" type="sng">skilja</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="fara" type="svg2en">farir</w>
<w lemma="ei" type="aa">ei</w>
<w lemma="nema" type="c">nema</w>
<w lemma="þórarinn" type="nken-s">Þórarinn</w>
<w lemma="leyfi" type="nheþ">leyfi</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="ráða" type="sng">ráða</w>
<w lemma="ferð" type="nveþg">ferðinni</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="nú" type="aa">Nú</w>
<w lemma="fara" type="sfg3fn">fara</w>
<w lemma="sinn" type="feveo">sína</w>
<w lemma="leið" type="nveo">leið</w>
<w lemma="hvor" type="fokfn">hvorir</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfm3eþ">kvaðst</w>
<w lemma="barð" type="nheþ-s">Barði</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="vita" type="sfg3fþ">vissu</w>
<w lemma="«" type="«">«</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þórarinn" type="nken-s">Þórarinn</w>
<w lemma="vilja" type="sfg3en">vill</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="fara" type="svg2en">farir</w>
<w lemma="»" type="»">»</w>
<w lemma="en" type="c">en</w>
<w lemma="ella" type="aa">ella</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="sitja" type="sng">sitja</w>
<w lemma="um" type="ao">um</w>
<w lemma="kyrr" type="lheosf">kyrrt</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="fpkfn">Þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="etja" type="sng">etja</w>
<w lemma="saman" type="aa">saman</w>
<w lemma="og" type="c">og</w>
<w lemma="atli" type="nken-s">Atli</w>
<w lemma="frá" type="aþ">frá</w>
<w lemma="bjarg" type="nheþ-s">Bjargi</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="oddur" type="nken-s">Oddur</w>
<w lemma="ómagaskáld" type="nhen">ómagaskáld</w>
<w lemma="frændi" type="nken">frændi</w>
<w lemma="kormákur" type="nkee-s">Kormáks</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="fylgja" type="sng">fylgja</w>
<w lemma="hestur" type="nkeþ">hesti</w>
<w lemma="sá" type="fakfe">þeirra</w>
<w lemma="frændi" type="nkfe">frænda</w>
<w lemma="sinn" type="fekfe">sinna</w>
<w lemma="um" type="ao">um</w>
<w lemma="dagur" type="nkeog">daginn</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="spyrja" type="sfg3eþ">spurði</w>
<w lemma="atli" type="nkeo-s">Atla</w>
<w lemma="bróðir" type="nkeo">bróður</w>
<w lemma="sinn" type="fekeo">sinn</w>
<w lemma="hver" type="fsven">hver</w>
<w lemma="fylgja" type="sng">fylgja</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="hestur" type="nkeþ">hesti</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="atli" type="nken-s">Atli</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="fátalaður" type="lkensf">fátalaður</w>
<w lemma="um" type="ao">um</w>
<w lemma="þessi" type="faheo">þetta</w>
<w lemma="en" type="c">en</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="heldur" type="aam">heldur</w>
<w lemma="ósvífur" type="lkensf">ósvífur</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="finna" type="snm">finnast</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="annar" type="fokeo">annan</w>
<w lemma="tími" type="nkeo">tíma</w>
<w lemma="ef" type="c">ef</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="mega" type="svg3eþ">mætti</w>
<w lemma="ráða" type="sng">ráða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="kveða" type="sfm3eþ">Kvaðst</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="lið" type="nheo">lið</w>
<w lemma="veita" type="sng">veita</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="orð" type="nhen">orð</w>
<w lemma="vilja" type="sfg3fþ">vildu</w>
<w lemma="rækja" type="sng">rækja</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg3en">Skal</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="hvergi" type="aa">hvergi</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="ráða" type="sfg1en">ræð</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="þykja" type="sfg3fþ">þóttu</w>
<w lemma="illur" type="lvfosf">illar</w>
<w lemma="spá" type="nvfn">spár</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="og" type="c">og</w>
<w lemma="efa" type="sfg3en">efar</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="hvort" type="c">hvort</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="ráða" type="sng">ráða</w>
<w lemma="til" type="ae">til</w>
<w lemma="einhver" type="fokee">einhvers</w>
<w lemma="hann" type="fpkfe">þeirra</w>
<w lemma="og" type="c">og</w>
<w lemma="sýna" type="sfm3en">sýnist</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="óforsjálegur" type="lhensf">óforsjálegt</w>
<w lemma="er" type="c">er</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="vera" type="sfg3fþ">voru</w>
<w lemma="sex" type="tfkfn">sex</w>
<w lemma="en" type="c">en</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="einn" type="lkensf">einn</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="leita" type="sfg3eþ">leitaði</w>
<w lemma="ráð" type="nhee">ráðs</w>
<w lemma="við" type="ao">við</w>
<w lemma="margur" type="lkfosf">marga</w>
<w lemma="vitra" type="sfg3fn">vitra</w>
<w lemma="maður" type="nkfo">menn</w>
<w lemma="hver" type="fsheo">hvað</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="til" type="ae">til</w>
<w lemma="bragð" type="nhee">bragðs</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="en" type="c">en</w>
<w lemma="engi" type="nhen">engi</w>
<w lemma="geta" type="sfg3eþ">gat</w>
<w lemma="sá" type="faheo">það</w>
<w lemma="ráð" type="nheo">ráð</w>
<w lemma="til" type="aa">til</w>
<w lemma="gefa" type="sþghen">gefið</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="dygði" type="nhen">dygði</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þóroddur" type="nken-s">Þóroddur</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="forspár" type="lkensf">forspár</w>
<w lemma="og" type="c">og</w>
<w lemma="kalla" type="sþgken">kallaður</w>
<w lemma="undirhyggjumaður" type="nken">undirhyggjumaður</w>
<w lemma="af" type="aþ">af</w>
<w lemma="sumur" type="fokfþ">sumum</w>
<w lemma="maður" type="nkfþ">mönnum</w>
<w lemma="en" type="c">en</w>
<w lemma="skafti" type="nken-s">Skafti</w>
<w lemma="leggja" type="sfg3eþ">lagði</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="til" type="aa">til</w>
<w lemma="með" type="aþ">með</w>
<w lemma="hver" type="fokeþ">hverjum</w>
<w lemma="maður" type="nkeþ">manni</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="ætla" type="sfg3eþ">ætlaði</w>
<w lemma="að" type="cn">að</w>
<w lemma="duga" type="sng">duga</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="ef" type="c">ef</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="vera" type="svg3eþ">væri</w>
<w lemma="af" type="aþ">af</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="bregða" type="sþghen">brugðið</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="hafa" type="sfg2en">hefir</w>
<w lemma="að" type="aþ">að</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="ráð" type="nheo">ráð</w>
<w lemma="sækja" type="ssg">sótt</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="fá" type="sng">fá</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="sauðamaður" type="nkeo">sauðamann</w>
<w lemma="sá" type="fakeo">þann</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="glámur" type="nken-s">Glámur</w>
<w lemma="heita" type="sfg3en">heitir</w>
<pc>,</pc>
<w lemma="ættaður" type="lkensf">ættaður</w>
<w lemma="úr" type="aþ">úr</w>
<w lemma="svíþjóð" type="nveþ-s">Svíþjóð</w>
<w lemma="úr" type="aþ">úr</w>
<w lemma="sylgsdölur" type="nkfþ-s">Sylgsdölum</w>
<pc>,</pc>
<w lemma="er" type="ct">er</w>
<w lemma="út" type="aa">út</w>
<w lemma="koma" type="sfg3eþ">kom</w>
<w lemma="í" type="ao">í</w>
<w lemma="fyrri" type="lheovm">fyrra</w>
<w lemma="sumar" type="nheo">sumar</w>
<pc>,</pc>
<w lemma="mikill" type="lkensf">mikill</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="og" type="c">og</w>
<w lemma="sterkur" type="lkensf">sterkur</w>
<w lemma="og" type="c">og</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="mjög" type="aa">mjög</w>
<w lemma="við" type="ao">við</w>
<w lemma="alþýðuskap" type="nheo">alþýðuskap</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="eftir" type="nven-s">Eftir</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="kaupa" type="sfg3fn">kaupa</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="saman" type="aa">saman</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="glámur" type="nken-s">Glámur</w>
<w lemma="koma" type="sng">koma</w>
<w lemma="að" type="aþ">að</w>
<w lemma="veturnótt" type="nvfþ">veturnóttum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="glámur" type="nken-s">Glámur</w>
<w lemma="biðja" type="sfg3eþ">bað</w>
<w lemma="hún" type="fpveo">hana</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="matur" type="nkeo">mat</w>
<w lemma="í" type="ao">í</w>
<w lemma="staður" type="nkeo">stað</w>
<pc>,</pc>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="hún" type="fpveþ">henni</w>
<w lemma="annar" type="foheo">annað</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="verri" type="lhenvm">verra</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="vera" type="sfg3eþ">Var</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="um" type="aa">um</w>
<w lemma="tala" type="ssg">talað</w>
<w lemma="hvort" type="c">hvort</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="leita" type="sng">leita</w>
<w lemma="en" type="c">en</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="hríð" type="nven">hríð</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="á" type="aa">á</w>
<w lemma="og" type="c">og</w>
<w lemma="niðamyrkur" type="nhen">niðamyrkur</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="verða" type="sfg3eþ">varð</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="af" type="aþ">af</w>
<w lemma="leit" type="nveþg">leitinni</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="svo" type="nken-s">Svo</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="við" type="ao">við</w>
<w lemma="búa" type="snm">búast</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="þórhallur" type="nken-s">Þórhallur</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="vera" type="svg3en">sé</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="veslingsmaður" type="nkfþ">veslingsmönnum</w>
<w lemma="henda" type="sþghen">hent</w>
<w lemma="að" type="cn">að</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="afturganga" type="nvfþ">afturgöngum</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="vera" type="ssg">verið</w>
<w lemma="um" type="ao">um</w>
<w lemma="hríð" type="nveo">hríð</w>
<w lemma="en" type="c">en</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="vilja" type="sfg1en">vil</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="þú" type="fp2eo">þig</w>
<w lemma="á" type="ao">á</w>
<w lemma="tálar" type="nvfo">tálar</w>
<w lemma="draga" type="sng">draga</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="nú" type="aa">Nú</w>
<w lemma="semja" type="sfg3en">semur</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="vel" type="aa">vel</w>
<w lemma="kaupstefna" type="nveng">kaupstefnan</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="þorgautur" type="nken-s">Þorgautur</w>
<w lemma="gæta" type="sng">gæta</w>
<w lemma="sauðfé" type="nhee">sauðfjár</w>
<w lemma="að" type="aþ">að</w>
<w lemma="vetur" type="nkeþ">vetri</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg1en">Skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="nótt" type="nven">nótt</w>
<w lemma="annar" type="foveo">aðra</w>
<w lemma="og" type="c">og</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="fara" type="sfg3en">fer</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="nú" type="aa">Nú</w>
<w lemma="líða" type="sfg3en">líður</w>
<w lemma="dagur" type="nkeng">dagurinn</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="maður" type="nkfn">menn</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="til" type="ae">til</w>
<w lemma="svefn" type="nkee">svefns</w>
<w lemma="vilja" type="sfg3eþ">vildi</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="af" type="aþ">af</w>
<w lemma="klæði" type="nhfþ">klæðum</w>
<w lemma="og" type="c">og</w>
<w lemma="leggja" type="sfm3eþ">lagðist</w>
<w lemma="niður" type="aa">niður</w>
<w lemma="í" type="ao">í</w>
<w lemma="sæti" type="nheog">sætið</w>
<w lemma="gegnt" type="aþ">gegnt</w>
<w lemma="lokrekkja" type="nveþ">lokrekkju</w>
<w lemma="bóndi" type="nkee">bónda</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="í" type="aþ">í</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="hlaupa" type="sfg3eþ">hljóp</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="undir" type="ao">undir</w>
<w lemma="hönd" type="nvfo">hendur</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="og" type="c">og</w>
<w lemma="þrífa" type="sfg3eþ">þreif</w>
<w lemma="um" type="ao">um</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="miður" type="lkeosf">miðjan</w>
<w lemma="og" type="c">og</w>
<w lemma="spenna" type="sfg3eþ">spennti</w>
<w lemma="á" type="aþ">á</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="hryggur" type="nkeog">hrygginn</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="fast" type="aae">fastast</w>
<w lemma="geta" type="sfg3eþ">gat</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="og" type="c">og</w>
<w lemma="ætla" type="sfg3eþ">ætlaði</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="að" type="c">að</w>
<w lemma="glámur" type="nken-s">Glámur</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="kikna" type="sng">kikna</w>
<w lemma="við" type="aa">við</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="aa">Þá</w>
<w lemma="senda" type="sfg3eþ">sendi</w>
<w lemma="þórir" type="nken-s">Þórir</w>
<w lemma="sonur" type="nkfo">syni</w>
<w lemma="sinn" type="fekfo">sína</w>
<w lemma="til" type="ae">til</w>
<w lemma="noregur" type="nkee-s">Noregs</w>
<w lemma="á" type="ao">á</w>
<w lemma="konungur" type="nkee">konungs</w>
<w lemma="fundur" type="nkeo">fund</w>
<w lemma="og" type="c">og</w>
<w lemma="ætla" type="sfg3eþ">ætlaði</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="verða" type="sng">verða</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="handgengnur" type="lkfnsf">handgengnir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="skipverji" type="nkfn">skipverjar</w>
<w lemma="grettir" type="nkee-s">Grettis</w>
<w lemma="sjá" type="sfg3fþ">sáu</w>
<w lemma="eldur" type="nkeog">eldinn</w>
<w lemma="tala" type="sfg3fþ">töluðu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="til" type="ae">til</w>
<w lemma="að" type="c">að</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="vera" type="svg3eþ">væri</w>
<w lemma="heppinn" type="lkensf">heppinn</w>
<w lemma="er" type="c">er</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="geta" type="svg3eþ">gæti</w>
<w lemma="ná" type="ssg">náð</w>
<w lemma="og" type="c">og</w>
<w lemma="efa" type="sfm3fþ">efuðust</w>
<w lemma="í" type="ao">í</w>
<w lemma="hvort" type="c">hvort</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="leysa" type="sng">leysa</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="skip" type="nheog">skipið</w>
<w lemma="en" type="c">en</w>
<w lemma="það" type="fphen">það</w>
<w lemma="sýna" type="sfm3eþ">sýndist</w>
<w lemma="allur" type="fokfþ">öllum</w>
<w lemma="ei" type="aa">ei</w>
<w lemma="hættulaus" type="lhensf">hættulaust</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="hann" type="fpkfn">Þeir</w>
<w lemma="kveða" type="sfg3fþ">kváðu</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfg3fþ">kváðu</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="mæla" type="sng">mæla</w>
<w lemma="drengjur" type="nkfe">drengja</w>
<w lemma="heilastan" type="nheo">heilastan</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="vekja" type="sfg3fþ">Vöktu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="við" type="aa">við</w>
<w lemma="snemma" type="aa">snemma</w>
<w lemma="kaupmaður" type="nkfng">kaupmennirnir</w>
<w lemma="og" type="c">og</w>
<w lemma="búa" type="sfm3fþ">bjuggust</w>
<w lemma="til" type="ae">til</w>
<w lemma="ferð" type="nvee">ferðar</w>
<pc>,</pc>
<w lemma="tala" type="sfg3fþ">töluðu</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="um" type="ao">um</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="finna" type="sng">finna</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="eldur" type="nkeþg">eldinum</w>
<w lemma="hafa" type="sfg3fþ">höfðu</w>
<w lemma="ráða" type="ssg">ráðið</w>
<w lemma="og" type="c">og</w>
<w lemma="vita" type="sfg3fn">vita</w>
<w lemma="hver" type="fskfn">hverjir</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="vera" type="svg3fþ">væru</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="taka" type="sfg3eþ">Tók</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="að" type="cn">að</w>
<w lemma="fasta" type="sng">fasta</w>
<w lemma="til" type="ae">til</w>
<w lemma="járn" type="nheeg">járnsins</w>
<w lemma="og" type="c">og</w>
<w lemma="leið" type="nveo">leið</w>
<w lemma="til" type="ae">til</w>
<w lemma="það" type="fphee">þess</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="dagur" type="nken">dagur</w>
<w lemma="koma" type="sfg3eþ">kom</w>
<w lemma="er" type="c">er</w>
<w lemma="skírsla" type="nveng">skírslan</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="fram" type="aa">fram</w>
<w lemma="fara" type="sng">fara</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="aa">Þá</w>
<w lemma="hlaupa" type="sfg3eþ">hljóp</w>
<w lemma="fram" type="aa">fram</w>
<w lemma="piltur" type="nken">piltur</w>
<w lemma="einn" type="foken">einn</w>
<w lemma="frumvaxta" type="lkenof">frumvaxta</w>
<pc>,</pc>
<w lemma="heldur" type="c">heldur</w>
<w lemma="sviplegur" type="lkensf">sviplegur</w>
<pc>,</pc>
<w lemma="og" type="c">og</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="til" type="ae">til</w>
<w lemma="grettir" type="nkee-s">Grettis</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="undarlegur" type="lkensf">Undarlegur</w>
<w lemma="háttur" type="nken">háttur</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="í" type="aþ">í</w>
<w lemma="land" type="nheþ">landi</w>
<w lemma="þessi" type="faheþ">þessu</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="sem" type="c">sem</w>
<w lemma="maður" type="nkfn">menn</w>
<w lemma="skulu" type="sfg3fn">skulu</w>
<w lemma="kristnur" type="lkfnsf">kristnir</w>
<w lemma="heita" type="sng">heita</w>
<w lemma="að" type="c">að</w>
<w lemma="illvirkji" type="nkfn">illvirkjar</w>
<w lemma="og" type="c">og</w>
<w lemma="ránsmaður" type="nkfn">ránsmenn</w>
<w lemma="og" type="c">og</w>
<w lemma="þjófur" type="nkfn">þjófar</w>
<w lemma="skulu" type="sfg3fn">skulu</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="í" type="aþ">í</w>
<w lemma="friður" type="nkeþ">friði</w>
<w lemma="og" type="c">og</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="skírsla" type="nvfo">skírslur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="munu" type="svg3eþ">mundi</w>
<w lemma="illmenni" type="nheþg">illmenninu</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="verða" type="sng">verða</w>
<w lemma="nema" type="c">nema</w>
<w lemma="forða" type="sng">forða</w>
<w lemma="líf" type="nheþg">lífinu</w>
<w lemma="meðan" type="c">meðan</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="mega" type="svg3eþ">mætti</w>
<pc>?</pc>
<w lemma="hér" type="aa">Hér</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="einn" type="tfken">einn</w>
<w lemma="ódáðamaður" type="nkeng">ódáðamaðurinn</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="sannreynda" type="sþgken">sannreyndur</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="að" type="aþ">að</w>
<w lemma="illvirkji" type="nhfþ">illvirkjum</w>
<w lemma="og" type="c">og</w>
<w lemma="hafa" type="sfg3en">hefir</w>
<w lemma="brenna" type="ssg">brennt</w>
<w lemma="inni" type="aa">inni</w>
<w lemma="saklausur" type="lkfosf">saklausa</w>
<w lemma="maður" type="nkfo">menn</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="enn" type="aa">enn</w>
<w lemma="ná" type="sng">ná</w>
<w lemma="undanfærsla" type="nveþ">undanfærslu</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þessi" type="fahen">þetta</w>
<w lemma="allmikill" type="lkensf">allmikill</w>
<w lemma="ósiður" type="nken">ósiður</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="verða" type="sfg3eþ">varð</w>
<w lemma="hark" type="nhen">hark</w>
<w lemma="mikill" type="lhensf">mikið</w>
<w lemma="í" type="aþ">í</w>
<w lemma="kirkja" type="nveþg">kirkjunni</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="segja" type="sþghen">sagt</w>
<w lemma="til" type="ae">til</w>
<w lemma="konungur" type="nkeþg">konunginum</w>
<w lemma="að" type="c">að</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="berja" type="sfm3eþ">barðist</w>
<w lemma="um" type="ao">um</w>
<w lemma="sem" type="c">sem</w>
<w lemma="járn" type="nheng">járnið</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="bera" type="sng">bera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="ólafur" type="nken-s">Ólafur</w>
<w lemma="konungur" type="nken">konungur</w>
<w lemma="ganga" type="sfg3eþ">gekk</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="fram" type="aa">fram</w>
<w lemma="í" type="ao">í</w>
<w lemma="kirkja" type="nveog">kirkjuna</w>
<w lemma="og" type="c">og</w>
<w lemma="sjá" type="sfg3eþ">sá</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="um" type="aa">um</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="og" type="c">og</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="mikill" type="nken-s">Mikill</w>
<w lemma="ógæfumaður" type="nken">ógæfumaður</w>
<w lemma="vera" type="sfg2en">ertu</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="konungur" type="nken">konungur</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="skírsla" type="nveng">skírslan</w>
<w lemma="fram" type="aa">fram</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="sem" type="c">sem</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="allur" type="fohen">allt</w>
<w lemma="til" type="aa">til</w>
<w lemma="búinn" type="lhensf">búið</w>
<w lemma="og" type="c">og</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="hægur" type="lhensf">hægt</w>
<w lemma="að" type="cn">að</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="við" type="aþ">við</w>
<w lemma="ógæfa" type="nveþ">ógæfu</w>
<w lemma="þinn" type="feveþ">þinni</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="í" type="aþ">í</w>
<w lemma="friður" type="nkeþ">friði</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="hver" type="foheo">hvert</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="vilja" type="sfg2en">vilt</w>
<w lemma="vetrarlangur" type="lhensf">vetrarlangt</w>
<w lemma="en" type="c">en</w>
<w lemma="að" type="aþ">að</w>
<w lemma="sumar" type="nheþ">sumri</w>
<w lemma="far" type="nheo">far</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="út" type="aa">út</w>
<w lemma="til" type="ae">til</w>
<w lemma="ísland" type="nhee-s">Íslands</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="auðið" type="lhensf">auðið</w>
<w lemma="verða" type="sng">verða</w>
<w lemma="þinn" type="feven">þín</w>
<w lemma="beinn" type="lvensf">bein</w>
<w lemma="að" type="cn">að</w>
<w lemma="bera" type="sng">bera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="skora" type="sfg3eþ">skoraði</w>
<w lemma="á" type="ao">á</w>
<w lemma="einar" type="nkeo-s">Einar</w>
<w lemma="bóndi" type="nkeo">bónda</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="leggja" type="sng">leggja</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="við" type="ao">við</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="dóttir" type="nveo">dóttur</w>
<w lemma="sinn" type="feveo">sína</w>
<w lemma="eða" type="c">eða</w>
<w lemma="verja" type="sng">verja</w>
<w lemma="hún" type="fpveo">hana</w>
<w lemma="ef" type="c">ef</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="þætta" type="sfm3en">þættist</w>
<w lemma="maður" type="nken">maður</w>
<w lemma="til" type="aa">til</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="vera" type="nven-s">Vera</w>
<w lemma="mega" type="sfg3en">má</w>
<w lemma="það" type="fpheo">það</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="þorsteinn" type="nken-s">Þorsteinn</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="vita" type="sng">vita</w>
<w lemma="að" type="c">að</w>
<w lemma="þessi" type="fakfn">þessir</w>
<w lemma="hinn" type="gkfn">hinir</w>
<w lemma="mjóvur" type="lkfnvf">mjóvu</w>
<w lemma="handleggur" type="nkfn">handleggir</w>
<w lemma="munu" type="sfg3fn">munu</w>
<w lemma="þinn" type="feven">þín</w>
<w lemma="hefna" type="sng">hefna</w>
<pc>,</pc>
<w lemma="ella" type="aa">ella</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="þinn" type="feven">þín</w>
<w lemma="aldrei" type="aa">aldrei</w>
<w lemma="hefna" type="ssg">hefnt</w>
<w lemma="verða" type="sng">verða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þorbirnur" type="nkeþ-s">Þorbirni</w>
<w lemma="leika" type="sfg3eþ">lék</w>
<w lemma="öfund" type="nven">öfund</w>
<w lemma="á" type="aþ">á</w>
<w lemma="vinsæld" type="nvfþ">vinsældum</w>
<w lemma="atli" type="nkee-s">Atla</w>
<w lemma="og" type="c">og</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="eggjaður" type="lkenvf">eggjaði</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="bróðir" type="nkfn">bræður</w>
<w lemma="þórissona" type="nvee-s">Þórissonu</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="sitja" type="sng">sitja</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="atli" type="nkeo-s">Atla</w>
<w lemma="er" type="c">er</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="fara" type="svg3fþ">færu</w>
<w lemma="utan" type="aa">utan</w>
<w lemma="af" type="aþ">af</w>
<w lemma="nes" type="nheþgs">Nesinu</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="eftir" type="ao">eftir</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="segja" type="sfg3fþ">sögðu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="gerð" type="nveog">gerðina</w>
<pc>,</pc>
<w lemma="að" type="c">að</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="þórissona" type="nveo-s">Þórissonu</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="bæta" type="sng">bæta</w>
<w lemma="hálfur" type="lkfþsf">hálfum</w>
<w lemma="bótur" type="nkfþ">bótum</w>
<w lemma="en" type="c">en</w>
<w lemma="hálfur" type="lvfosf">hálfar</w>
<w lemma="falla" type="sfg3fþ">féllu</w>
<w lemma="niður" type="aa">niður</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="aðför" type="nveo">aðför</w>
<w lemma="og" type="c">og</w>
<w lemma="frumhlaup" type="nheo">frumhlaup</w>
<w lemma="og" type="c">og</w>
<w lemma="fjörráð" type="nheo">fjörráð</w>
<w lemma="við" type="ao">við</w>
<w lemma="atli" type="nkeo-s">Atla</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="grímur" type="nken-s">Grímur</w>
<w lemma="þórhallsson" type="nkeo-s">Þórhallsson</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="láta" type="sng">láta</w>
<w lemma="héraðsvist" type="nveo">héraðsvist</w>
<w lemma="sinn" type="feveo">sína</w>
<w lemma="en" type="c">en</w>
<w lemma="atli" type="nken-s">Atli</w>
<w lemma="vilja" type="sfg3eþ">vildi</w>
<w lemma="einn" type="lkensf">einn</w>
<w lemma="halda" type="sng">halda</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="fébóta" type="nvfþ">fébótum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="atli" type="nken-s">Atli</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="heima" type="aa">heima</w>
<w lemma="og" type="c">og</w>
<w lemma="spyrja" type="sfg3eþ">spurði</w>
<w lemma="hvert" type="aa">hvert</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="fara" type="sng">fara</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1eo">mig</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="lemja" type="sng">lemja</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="auga" type="nhfþ">augum</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="vilja" type="sfg2en">vilt</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="enginn" type="foveo">öngva</w>
<w lemma="forstaða" type="nveo">forstöðu</w>
<w lemma="veita" type="sng">veita</w>
<w lemma="eða" type="c">eða</w>
<w lemma="hjálp" type="nveþ">hjálp</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þar" type="aa">Þar</w>
<w lemma="finna" type="sfg3eþ">fann</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="maður" type="nkeo">mann</w>
<w lemma="er" type="ct">er</w>
<w lemma="nefna" type="sfm3eþ">nefndist</w>
<w lemma="halli" type="nkeþ-s">Halli</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfm3eþ">kvaðst</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="ofan" type="aa">ofan</w>
<w lemma="til" type="ae">til</w>
<w lemma="skip" type="nhee">skips</w>
<w lemma="á" type="aþ">á</w>
<w lemma="völla" type="nveþ-s">Völlu</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="eiga" type="nven-s">Eiga</w>
<w lemma="þykja" type="sfm3en">þykist</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="mikið" type="aa">mikið</w>
<w lemma="undir" type="aþ">undir</w>
<w lemma="sig" type="fpkeþ">sér</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="bóndi" type="nken">bóndi</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="vita" type="sng">vita</w>
<w lemma="hver" type="fsken">hver</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="»" type="»">»</w>
<w lemma="og" type="c">og</w>
<w lemma="reiður" type="lvensf">reið</w>
<w lemma="síðan" type="aa">síðan</w>
<w lemma="eftir" type="aþ">eftir</w>
<w lemma="hann" type="fpkeþ">honum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="hugsa" type="sfg3eþ">hugsaði</w>
<w lemma="vísa" type="nveog">vísuna</w>
<w lemma="og" type="c">og</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="ei" type="nken-s">Ei</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="ólíklegur" type="lhensf">ólíklegt</w>
<w lemma="að" type="c">að</w>
<w lemma="þessi" type="faken">þessi</w>
<w lemma="maður" type="nken">maður</w>
<w lemma="vera" type="svg3en">sé</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="minn" type="feven">mín</w>
<w lemma="leika" type="sng">leika</w>
<w lemma="en" type="c">en</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="finna" type="sng">finna</w>
<w lemma="hann" type="fpkeo">hann</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="þessi" type="fahen">þetta</w>
<pc>:</pc>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="fara" type="sþgken">farinn</w>
<w lemma="af" type="aþ">af</w>
<w lemma="vosklæði" type="nhfþ">vosklæðum</w>
<w lemma="sinn" type="fehfþ">sínum</w>
<w lemma="og" type="c">og</w>
<w lemma="heyra" type="sfg3eþ">heyrði</w>
<w lemma="stöka" type="nveog">stökuna</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="sannur" type="nken-s">Satt</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="jafnt" type="aa">jafnt</w>
<w lemma="vera" type="sng">vera</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="bóndi" type="nken">bóndi</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="fulllauna" type="sþgven">fulllaunuð</w>
<w lemma="hrossreiði" type="nveng">hrossreiðin</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fphen">Það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="fornur" type="lhensf">fornt</w>
<w lemma="mál" type="nhen">mál</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="c">að</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="böl" type="nhen">böl</w>
<w lemma="bæta" type="sng">bæta</w>
<w lemma="að" type="cn">að</w>
<w lemma="bíða" type="sng">bíða</w>
<w lemma="annar" type="foheo">annað</w>
<w lemma="mikill" type="lheovm">meira</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þorbjörn" type="nken-s">Þorbjörn</w>
<w lemma="sjá" type="sfg3eþ">sá</w>
<w lemma="maður" type="nkeog">manninn</w>
<w lemma="og" type="c">og</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="við" type="ao">við</w>
<w lemma="sveinur" type="nkeog">sveininn</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="maður" type="nken-s">Maður</w>
<w lemma="ríða" type="sfg3en">ríður</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="að" type="aþ">að</w>
<w lemma="ég" type="fp1fþ">okkur</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="hætta" type="sng">hætta</w>
<w lemma="að" type="cn">að</w>
<w lemma="binda" type="sng">binda</w>
<w lemma="hey" type="nheog">heyið</w>
<w lemma="og" type="c">og</w>
<w lemma="vita" type="sng">vita</w>
<w lemma="hver" type="fsheo">hvað</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="vilja" type="sfg3en">vill</w>
<w lemma="»" type="»">»</w>
<w lemma="og" type="c">og</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="gera" type="sfg3fþ">gerðu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg1fn">Skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="að" type="c">að</w>
<w lemma="með" type="aþ">með</w>
<w lemma="ráð" type="nhfþ">ráðum</w>
<w lemma="og" type="c">og</w>
<w lemma="munu" type="sfg1en">mun</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="ganga" type="sng">ganga</w>
<w lemma="að" type="aþ">að</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="framan" type="aa">framan</w>
<w lemma="og" type="c">og</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="til" type="aa">til</w>
<w lemma="taka" type="sfm3en">tekst</w>
<w lemma="með" type="aþ">með</w>
<w lemma="ég" type="fp1fþ">okkur</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="treysta" type="sfg1en">treysti</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="við" type="ao">við</w>
<w lemma="hver" type="fokeo">hvern</w>
<w lemma="maður" type="nkeo">mann</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="á" type="aþ">á</w>
<w lemma="einn" type="fokeþ">einum</w>
<w lemma="að" type="cn">að</w>
<w lemma="mæta" type="sng">mæta</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="kveða" type="sfm3eþ">kvaðst</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="munu" type="svg3fþ">mundu</w>
<w lemma="leita" type="sng">leita</w>
<w lemma="til" type="ae">til</w>
<w lemma="vinur" type="nkfe">vina</w>
<w lemma="sinn" type="fekfe">sinna</w>
<w lemma="og" type="c">og</w>
<w lemma="frændi" type="nkeo">frænda</w>
<w lemma="vestur" type="aa">vestur</w>
<w lemma="til" type="ae">til</w>
<w lemma="sveiti" type="nkee">sveita</w>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="engi" type="nhen">engi</w>
<w lemma="vandræði" type="nhfo">vandræði</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="af" type="aþ">af</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="leiða" type="sng">leiða</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hann" type="fpken">hann</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="gamli" type="nken-s">Gamli</w>
<w lemma="biðja" type="sfg3eþ">bað</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="flýta" type="sng">flýta</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="úr" type="aþ">úr</w>
<w lemma="hrútafirður" type="nkeþ-s">Hrútafirði</w>
<w lemma="«" type="«">«</w>
<w lemma="meðan" type="c">meðan</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="halda" type="sfg3fn">halda</w>
<w lemma="flokkur" type="nkeþg">flokkinum</w>
<pc>,</pc>
<w lemma="frændi" type="nkfn">frændur</w>
<w lemma="þorbjörn" type="nkee-s">Þorbjarnar</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="veita" type="sng">veita</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="að" type="c">að</w>
<w lemma="eftirmál" type="nheþ">eftirmáli</w>
<w lemma="um" type="ao">um</w>
<w lemma="víg" type="nheo">víg</w>
<w lemma="atli" type="nkee-s">Atla</w>
<w lemma="slíkur" type="fbhen">slíkt</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="mega" type="sfg1fn">megum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eða" type="c">Eða</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="bera" type="sfg3eþ">bar</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="til" type="aa">til</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="öldungur" type="nkeng">öldungurinn</w>
<w lemma="vísa" type="sfg3eþ">vísaði</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="frá" type="aþ">frá</w>
<w lemma="sig" type="fpkeþ">sér</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="þorsteinn" type="nkeo-s">Þorstein</w>
<w lemma="oft" type="aa">oft</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="vel" type="aa">vel</w>
<w lemma="til" type="ae">til</w>
<w lemma="sig" type="fpkee">sín</w>
<w lemma="gera" type="ssg">gert</w>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="margur" type="lheovm">fleira</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="við" type="aa">við</w>
<w lemma="þurfa" type="sng">þurfa</w>
<w lemma="en" type="c">en</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="eins" type="aa">eins</w>
<w lemma="ef" type="c">ef</w>
<w lemma="duga" type="sng">duga</w>
<w lemma="skulu" type="sfg3en">skal</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="snorri" type="nken-s">Snorri</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="til" type="nken-s">Til</w>
<w lemma="munu" type="sfg1en">mun</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="leggja" type="sng">leggja</w>
<w lemma="orð" type="nhfo">orð</w>
<w lemma="minn" type="fehfo">mín</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="mega" type="svg3eþ">mætti</w>
<w lemma="lið" type="nhen">lið</w>
<w lemma="að" type="cn">að</w>
<w lemma="verða" type="sng">verða</w>
<w lemma="en" type="c">en</w>
<w lemma="annar" type="fokee">annars</w>
<w lemma="staður" type="nkee">staðar</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="til" type="ae">til</w>
<w lemma="leiti" type="nhfe">leita</w>
<w lemma="um" type="ao">um</w>
<w lemma="vistaferli" type="nhfo">vistaferli</w>
<w lemma="þinn" type="fehfo">þín</w>
<w lemma="en" type="c">en</w>
<w lemma="hjá" type="aþ">hjá</w>
<w lemma="ég" type="fp1eþ">mér</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="veit" type="nken-s">Veit</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="eiga" type="svg1en">eigi</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="þú" type="fp2fo">yður</w>
<w lemma="henta" type="sfg3en">hentar</w>
<w lemma="saman" type="aa">saman</w>
<w lemma="að" type="cn">að</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="en" type="c">en</w>
<w lemma="hann" type="fpkfe">þeirra</w>
<w lemma="vist" type="nven">vist</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="jafnan" type="aa">jafnan</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="er" type="c">er</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="vilja" type="sfg3fn">vilja</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="mega" type="sfg3fþ">máttu</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="vilja" type="sfg2en">vilt</w>
<w lemma="en" type="c">en</w>
<w lemma="angi" type="nkfþ">öngum</w>
<w lemma="þú" type="fp2fþ">yður</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="duga" type="sng">duga</w>
<w lemma="að" type="cn">að</w>
<w lemma="eiga" type="sng">eiga</w>
<w lemma="illur" type="lheosf">illt</w>
<w lemma="við" type="ao">við</w>
<w lemma="annar" type="fokeo">annan</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="eigi" type="nken-s">Eigi</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="skutur" type="nkeng">skuturinn</w>
<w lemma="eftir" type="aa">eftir</w>
<w lemma="liggja" type="sng">liggja</w>
<w lemma="ef" type="c">ef</w>
<w lemma="allvel" type="aa">allvel</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="róa" type="sþghen">róið</w>
<w lemma="í" type="aa">í</w>
<w lemma="fram" type="aa">fram</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="ganga" type="sfg3eþ">gekk</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="neðan" type="aa">neðan</w>
<w lemma="frá" type="aþ">frá</w>
<w lemma="laug" type="nveþg">lauginni</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="finna" type="sfm3fþ">fundust</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="þorgeir" type="nken-s">Þorgeir</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="vera" type="sfg3en">Er</w>
<w lemma="það" type="fphen">það</w>
<w lemma="sannur" type="lhensf">satt</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="hafa" type="sfg2en">hefir</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="mæla" type="ssg">mælt</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="skulu" type="svg2eþ">skyldir</w>
<w lemma="aldrei" type="aa">aldrei</w>
<w lemma="renna" type="sng">renna</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="einn" type="tfkeþ">einum</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="eigi" type="nken-s">Eigi</w>
<w lemma="vita" type="sfg1en">veit</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="víst" type="aa">víst</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="skammt" type="aa">skammt</w>
<w lemma="hafa" type="sfg1en">hefi</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="renna" type="ssg">runnið</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þá" type="aa">Þá</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="þóroddur" type="nken-s">Þóroddur</w>
<w lemma="drápustúfur" type="nken">drápustúfur</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="hver" type="nken-s">Hver</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="svara" type="sng">svara</w>
<w lemma="vígi" type="nheþg">víginu</w>
<w lemma="þorbjörn" type="nkee-s">Þorbjörns</w>
<w lemma="bróðir" type="nkee">bróður</w>
<w lemma="minn" type="fekee">míns</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="sjá" type="sfg2fn">Sjáið</w>
<w lemma="þú" type="fp2fn">þér</w>
<w lemma="sjálfur" type="fbkfn">sjálfir</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="það" type="fpheþ">því</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="skafti" type="nken-s">Skafti</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="munu" type="sfg3fn">munu</w>
<w lemma="frændi" type="nkfn">frændur</w>
<w lemma="grettir" type="nkee-s">Grettis</w>
<w lemma="ausa" type="sng">ausa</w>
<w lemma="fé" type="nheþ">fé</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="eða" type="c">eða</w>
<w lemma="verk" type="nheo">verk</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="ef" type="c">ef</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="kaupa" type="svm3en">kaupist</w>
<w lemma="enginn" type="foken">enginn</w>
<w lemma="friður" type="nken">friður</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="verða" type="sfg3eþ">varð</w>
<w lemma="það" type="fphee">þess</w>
<w lemma="vís" type="lkensf">vís</w>
<w lemma="bregða" type="sfm3eþ">brást</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="reiður" type="lkensf">reiður</w>
<w lemma="við" type="aa">við</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="aldrei" type="aa">aldrei</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="úr" type="aþ">úr</w>
<w lemma="sekta" type="nvfþ">sektum</w>
<w lemma="ganga" type="sng">ganga</w>
<w lemma="eða" type="c">eða</w>
<w lemma="koma" type="snm">komast</w>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="að" type="c">að</w>
<w lemma="firr" type="lkensf">firr</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="verða" type="svg3en">verði</w>
<w lemma="sýkn" type="lkensf">sýkn</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="c">að</w>
<w lemma="mikill" type="lheþvm">meira</w>
<w lemma="fé" type="nheþ">fé</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="leggja" type="sng">leggja</w>
<w lemma="til" type="ae">til</w>
<w lemma="höfuð" type="nhee">höfuðs</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="en" type="c">en</w>
<w lemma="nokkur" type="fokeþ">nokkurum</w>
<w lemma="annar" type="fokfþ">öðrum</w>
<w lemma="skógarmaður" type="nkfþ">skógarmönnum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="sjá" type="sfg3fþ">sáu</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="eiga" type="sfg3fþ">áttu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="ráðagerð" type="nveo">ráðagerð</w>
<w lemma="um" type="ao">um</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="að" type="c">að</w>
<w lemma="minna" type="sþmhen">minnst</w>
<w lemma="verða" type="svg3eþ">yrði</w>
<w lemma="manntjón" type="nhen">manntjón</w>
<w lemma="í" type="aa">í</w>
<w lemma="og" type="c">og</w>
<w lemma="skipa" type="sfg3fþ">skipuðu</w>
<w lemma="til" type="ae">til</w>
<w lemma="að" type="c">að</w>
<w lemma="tíu" type="tfhfe">tíu</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="á" type="ao">á</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="hlaupa" type="sng">hlaupa</w>
<w lemma="en" type="c">en</w>
<w lemma="sumur" type="fokfn">sumir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="bera" type="sng">bera</w>
<w lemma="band" type="nhfo">bönd</w>
<w lemma="að" type="aþ">að</w>
<w lemma="fótur" type="nkfþg">fótunum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eftir" type="ao">Eftir</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="eiga" type="sfg3fþ">áttu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="um" type="ao">um</w>
<w lemma="að" type="cn">að</w>
<w lemma="tala" type="sng">tala</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="við" type="ao">við</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="gera" type="sng">gera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="slíkur" type="nken-s">Slíkt</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="mikill" type="lhensf">mikið</w>
<w lemma="gæfuleysi" type="nhen">gæfuleysi</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hún" type="fpven">hún</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="c">að</w>
<w lemma="vesalmenni" type="nheþ">vesalmenni</w>
<w lemma="þessi" type="fahfn">þessi</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="þú" type="fp2eo">þig</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="að" type="c">að</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="leggja" type="sfm3eþ">lagðist</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="þú" type="fp2eo">þig</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eða" type="c">Eða</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="vilja" type="sfg2en">viltu</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="vinna" type="nven">vinna</w>
<w lemma="til" type="ae">til</w>
<w lemma="líf" type="nhee">lífs</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="gefa" type="sfg1en">gef</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="líf" type="nheo">líf</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="hvað" type="nken-s">Hvað</w>
<w lemma="mæla" type="sfg3en">mælir</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="til" type="aa">til</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="þú" type="fp2en">Þú</w>
<w lemma="skulu" type="sfg2en">skalt</w>
<w lemma="vinna" type="sng">vinna</w>
<w lemma="eiður" type="nkeo">eið</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hún" type="fpven">hún</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="cn">að</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="öngvar" type="nvfo">öngvar</w>
<w lemma="óspektir" type="nvfo">óspektir</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="um" type="ao">um</w>
<w lemma="ísafjörður" type="nkeo-s">Ísafjörð</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="angi" type="nkfþ-s">Öngum</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="hefna" type="sng">hefna</w>
<w lemma="sá" type="fakfþ">þeim</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="í" type="aþ">í</w>
<w lemma="aðför" type="nveþ">aðför</w>
<w lemma="hafa" type="sfg3fn">hafa</w>
<w lemma="vera" type="ssg">verið</w>
<w lemma="að" type="cn">að</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="þú" type="fp2eo">þig</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þá" type="aa">Þá</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="til" type="ae">til</w>
<w lemma="grettir" type="nkee-s">Grettis</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="lítill" type="lhensf">Lítið</w>
<w lemma="leggja" type="sfm3eþ">lagðist</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="þú" type="fp2eo">þig</w>
<pc>,</pc>
<w lemma="þvílíkur" type="fbken">þvílíkur</w>
<w lemma="garpur" type="nken">garpur</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="vera" type="sfg2en">ert</w>
<pc>,</pc>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="vesalmenni" type="nhen">vesalmenni</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="þú" type="fp2eo">þig</w>
<w lemma="og" type="c">og</w>
<w lemma="fara" type="sfg3en">fer</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="jafnan" type="aa">jafnan</w>
<w lemma="óeirðarmaður" type="nkfþ">óeirðarmönnum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="með" type="aþ">með</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="heita" type="sng">heita</w>
<w lemma="lögmaður" type="nken">lögmaður</w>
<w lemma="í" type="aþ">í</w>
<w lemma="land" type="nheþg">landinu</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="standa" type="sfg3en">stendur</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="að" type="cn">að</w>
<w lemma="taka" type="sng">taka</w>
<w lemma="við" type="aþ">við</w>
<w lemma="útlegðarmaður" type="nkfþ">útlegðarmönnum</w>
<w lemma="og" type="c">og</w>
<w lemma="brjóta" type="sng">brjóta</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="lag" type="nhfog">lögin</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="að" type="aþ">Að</w>
<w lemma="sá" type="fakeþ">þeim</w>
<w lemma="maður" type="nkeþ">manni</w>
<w lemma="kaupa" type="sfg3fþ">keyptu</w>
<w lemma="norðlendingur" type="nkfn-s">Norðlendingar</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="drepa" type="sng">drepa</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="og" type="c">og</w>
<w lemma="heita" type="sfg3fþ">hétu</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="frelsi" type="nheo">frelsi</w>
<w lemma="og" type="c">og</w>
<w lemma="fégjöf" type="nvfþ">fégjöfum</w>
<w lemma="ef" type="c">ef</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="koma" type="svg3eþ">kæmi</w>
<w lemma="því" type="aa">því</w>
<w lemma="fram" type="aa">fram</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="gera" type="sfg3en">Gerir</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="hark" type="nheo">hark</w>
<w lemma="mikið" type="aa">mikið</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="að" type="c">að</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="orð" type="nheo">orð</w>
<w lemma="um" type="ao">um</w>
<w lemma="finna" type="snm">finnast</w>
<w lemma="en" type="c">en</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="ekki" type="aa">ekki</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þórir" type="nken-s">Þórir</w>
<w lemma="biðja" type="sfg3eþ">bað</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="til" type="ae">til</w>
<w lemma="ráð" type="nhfe">ráða</w>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="slíkur" type="fbhen">slíkt</w>
<w lemma="drengilegur" type="lhensf">drengilegt</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="röskur" type="lkeþsf">röskum</w>
<w lemma="maður" type="nkeþ">manni</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="vera" type="sfg2en">ert</w>
<w lemma="en" type="c">en</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="koma" type="sng">koma</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="úr" type="aþ">úr</w>
<w lemma="sekt" type="nveþ">sekt</w>
<w lemma="og" type="c">og</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="með" type="aa">með</w>
<w lemma="gefa" type="sng">gefa</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="nógur" type="lheosf">nógt</w>
<w lemma="fé" type="nheo">fé</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="segja" type="sfg3eþ">Sagði</w>
<w lemma="þórir" type="nken-s">Þórir</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="að" type="cn">að</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="að" type="cn">að</w>
<w lemma="vinna" type="sng">vinna</w>
<w lemma="grettir" type="nkeo-s">Gretti</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="taka" type="sfg3eþ">Tók</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="að" type="cn">að</w>
<w lemma="leiða" type="snm">leiðast</w>
<w lemma="á" type="aþ">á</w>
<w lemma="heiði" type="nveþg">heiðinni</w>
<w lemma="að" type="cn">að</w>
<w lemma="vera" type="sng">vera</w>
<pc>,</pc>
<w lemma="hugsa" type="sfg3en">hugsar</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="um" type="ao">um</w>
<w lemma="hver" type="foheo">hvert</w>
<w lemma="ráð" type="nheo">ráð</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="sá" type="faheo">það</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="sjá" type="svg3eþ">sæi</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="við" type="aa">við</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="fara" type="sfg3eþ">Fór</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vestur" type="aa">vestur</w>
<w lemma="til" type="ae">til</w>
<w lemma="borgarfjörður" type="nkee-s">Borgarfjarðar</w>
<w lemma="og" type="c">og</w>
<w lemma="þaðan" type="aa">þaðan</w>
<w lemma="til" type="ae">til</w>
<w lemma="breiðafjarðardali" type="nkee-s">Breiðafjarðardala</w>
<w lemma="og" type="c">og</w>
<w lemma="leita" type="sfg3eþ">leitaði</w>
<w lemma="ráða" type="sng">ráða</w>
<w lemma="við" type="ao">við</w>
<w lemma="þorsteinn" type="nkeo-s">Þorstein</w>
<w lemma="kuggasonn" type="nkeo-s">Kuggason</w>
<w lemma="hvert" type="aa">hvert</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="á" type="ao">á</w>
<w lemma="leita" type="sng">leita</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="björn" type="nken-s">Björn</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="eiga" type="svg3eþ">ætti</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="sökótur" type="lhensf">sökótt</w>
<w lemma="um" type="ao">um</w>
<w lemma="allur" type="foheo">allt</w>
<w lemma="land" type="nheo">land</w>
<w lemma="að" type="c">að</w>
<w lemma="maður" type="nkfn">menn</w>
<w lemma="munu" type="svg3fþ">mundu</w>
<w lemma="forða" type="snm">forðast</w>
<w lemma="bjargir" type="nvfo">bjargir</w>
<w lemma="við" type="ao">við</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="um" type="ao">um</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="sekt" type="nven">sekt</w>
<w lemma="nema" type="sfg3en">nemur</w>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="heldur" type="aam">heldur</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="gagn" type="nhen">gagn</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="láta" type="sfg2en">lætur</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="maður" type="nkfo">menn</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="í" type="aþ">í</w>
<w lemma="friður" type="nkeþ">friði</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="í" type="aþ">í</w>
<w lemma="minn" type="feveþ">minni</w>
<w lemma="vernd" type="nveþ">vernd</w>
<w lemma="vera" type="sfg3fn">eru</w>
<w lemma="hver" type="fshee">hvers</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="gera" type="sfg2en">gerir</w>
<w lemma="við" type="ao">við</w>
<w lemma="annar" type="fokfo">aðra</w>
<w lemma="maður" type="nkfo">menn</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="í" type="aþ">í</w>
<w lemma="byggð" type="nveþ">byggð</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þórður" type="nken-s">Þórður</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>,</pc>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="til" type="ae">til</w>
<w lemma="enginn" type="fohee">einskis</w>
<w lemma="vinna" type="sng">vinna</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="ef" type="c">ef</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="ráða" type="svg3eþ">réði</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="af" type="aþ">af</w>
<w lemma="«" type="«">«</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="og" type="c">og</w>
<w lemma="mikill" type="lheovm">meira</w>
<w lemma="fé" type="nhen">fé</w>
<w lemma="leggja" type="sþghen">lagt</w>
<w lemma="til" type="ae">til</w>
<w lemma="höfuð" type="nhee">höfuðs</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="en" type="c">en</w>
<w lemma="nokkur" type="fokeþ">nokkrum</w>
<w lemma="annar" type="fokeþ">öðrum</w>
<w lemma="skógarmaður" type="nkeþ">skógarmanni</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3fþ">voru</w>
<w lemma="áður" type="aa">áður</w>
<w lemma="sex" type="tfkfn">sex</w>
<w lemma="merkur" type="lkensf">merkur</w>
<w lemma="silfurs" type="nken">silfurs</w>
<w lemma="en" type="c">en</w>
<w lemma="í" type="ao">í</w>
<w lemma="sumar" type="nheo">sumar</w>
<w lemma="leggja" type="sfg3eþ">lagði</w>
<w lemma="til" type="ae">til</w>
<w lemma="þórir" type="nken-s">Þórir</w>
<w lemma="úr" type="aþ">úr</w>
<w lemma="garður" type="nkeþ-s">Garði</w>
<w lemma="þrír" type="tfvfo">þrjár</w>
<w lemma="merka" type="nvfo">merkur</w>
<w lemma="og" type="c">og</w>
<w lemma="ætla" type="sng">ætla</w>
<w lemma="maður" type="nkfn">menn</w>
<w lemma="að" type="c">að</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="munu" type="svg3en">muni</w>
<w lemma="nógur" type="lhensf">nóg</w>
<w lemma="til" type="ae">til</w>
<w lemma="vinna" type="sng">vinna</w>
<w lemma="er" type="ct">er</w>
<w lemma="hljóta" type="sfg3en">hlýtur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="hljóður" type="lhensf">hljótt</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="með" type="aþ">með</w>
<w lemma="þessi" type="faheþ">þessu</w>
<w lemma="tal" type="nheþ">tali</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg1en">Skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="fjölmenni" type="nhen">fjölmenni</w>
<w lemma="draga" type="sng">draga</w>
<w lemma="að" type="aþ">að</w>
<w lemma="hann" type="fpkeþ">honum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="um" type="ao">Um</w>
<w lemma="morgunn" type="nkeog">morguninn</w>
<w lemma="áður" type="aa">áður</w>
<w lemma="gísli" type="nken-s">Gísli</w>
<w lemma="reiður" type="lvensf">reið</w>
<w lemma="þaðan" type="aa">þaðan</w>
<w lemma="tala" type="sfg3eþ">talaði</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="til" type="ae">til</w>
<w lemma="fylgdarmaður" type="nkfe">fylgdarmanna</w>
<w lemma="sinn" type="fekfe">sinna</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="ríða" type="sng">ríða</w>
<w lemma="í" type="aþ">í</w>
<w lemma="litklæði" type="nhfþ">litklæðum</w>
<w lemma="í" type="ao">í</w>
<w lemma="dagur" type="nkeo">dag</w>
<w lemma="og" type="c">og</w>
<w lemma="láta" type="sfg1fn">látum</w>
<w lemma="skógarmaður" type="nkeog">skógarmanninn</w>
<w lemma="það" type="fphen">það</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="vera" type="sfg1fn">erum</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="sem" type="c">sem</w>
<w lemma="annar" type="fokfn">aðrir</w>
<w lemma="förumaður" type="nkfn">förumenn</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="reka" type="sfm3fn">rekast</w>
<w lemma="daglega" type="aa">daglega</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="gísli" type="nken-s">Gísli</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="eigi" type="nken-s">Eigi</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="eða" type="c">eða</w>
<w lemma="vita" type="sfg2en">veist</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="við" type="ao">við</w>
<w lemma="hver" type="fokeo">hvern</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="eiga" type="sfg2en">átt</w>
<w lemma="um" type="ao">um</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="björn" type="nken-s">Björn</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="að" type="c">að</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="þegar" type="c">þegar</w>
<w lemma="að" type="c">að</w>
<w lemma="vetur" type="nken">vetur</w>
<w lemma="létta" type="sfg3eþ">létti</w>
<w lemma="af" type="aa">af</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="fara" type="sfg3eþ">Fór</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="enn" type="aa">enn</w>
<w lemma="til" type="ae">til</w>
<w lemma="borgarfjörður" type="nkee-s">Borgarfjarðar</w>
<w lemma="og" type="c">og</w>
<w lemma="finna" type="sfg3eþ">fann</w>
<w lemma="grímur" type="nkeo-s">Grím</w>
<w lemma="þórhallsson" type="nkeo-s">Þórhallsson</w>
<w lemma="og" type="c">og</w>
<w lemma="leita" type="sfg3eþ">leitaði</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="ráð" type="nhee">ráðs</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="breyta" type="sng">breyta</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="fasta" type="sþghen">fastað</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="gera" type="sfg3eþ">gerði</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="minning" type="nven">minning</w>
<w lemma="að" type="c">að</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="eta" type="sng">eta</w>
<w lemma="mör" type="nkeo">mör</w>
<w lemma="og" type="c">og</w>
<w lemma="lifur" type="nvee">lifrar</w>
<w lemma="um" type="ao">um</w>
<w lemma="langafösta" type="nveo">langaföstu</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hallmundi" type="nken-s">Hallmundi</w>
<w lemma="leika" type="sfg3eþ">lék</w>
<w lemma="öfund" type="nven">öfund</w>
<w lemma="á" type="aa">á</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="grímur" type="nken-s">Grímur</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="koma" type="sþgken">kominn</w>
<w lemma="í" type="ao">í</w>
<w lemma="staður" type="nkeo">stað</w>
<w lemma="grettir" type="nkee-s">Grettis</w>
<w lemma="og" type="c">og</w>
<w lemma="hugsa" type="sfg3eþ">hugsaði</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="engi" type="nheo">engi</w>
<w lemma="árferð" type="nven">árferð</w>
<w lemma="í" type="aþ">í</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="þótt" type="c">þótt</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="veidu" type="svg3eþ">veiddi</w>
<w lemma="mara" type="ssg">mart</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="skulu" type="sfg2en">Skaltu</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="heyra" type="sng">heyra</w>
<w lemma="til" type="aa">til</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="munu" type="sfg1en">mun</w>
<w lemma="segja" type="sng">segja</w>
<w lemma="frá" type="aþ">frá</w>
<w lemma="athöfn" type="nvfþ">athöfnum</w>
<w lemma="minn" type="fevfþ">mínum</w>
<w lemma="og" type="c">og</w>
<w lemma="munu" type="sfg1en">mun</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="kveða" type="sng">kveða</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="um" type="ao">um</w>
<w lemma="kvæði" type="nheo">kvæði</w>
<w lemma="en" type="c">en</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="skulu" type="sfg2en">skalt</w>
<w lemma="rístur" type="lvenve">rísta</w>
<w lemma="eftir" type="aa">eftir</w>
<w lemma="á" type="aþ">á</w>
<w lemma="kefli" type="nheþ">kefli</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="það" type="fphen">Það</w>
<w lemma="frétta" type="sfg3eþ">frétti</w>
<w lemma="þórir" type="nken-s">Þórir</w>
<w lemma="að" type="c">að</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="á" type="aþ">á</w>
<w lemma="reykjaheiður" type="nveþ-s">Reykjaheiði</w>
<w lemma="og" type="c">og</w>
<w lemma="safna" type="sfg3eþ">safnaði</w>
<w lemma="maður" type="nkfþ">mönnum</w>
<w lemma="og" type="c">og</w>
<w lemma="reiður" type="lvensf">reið</w>
<w lemma="á" type="ao">á</w>
<w lemma="heiði" type="nveog">heiðina</w>
<w lemma="og" type="c">og</w>
<w lemma="ætla" type="sfg3eþ">ætlaði</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="undan" type="aa">undan</w>
<w lemma="reka" type="sng">reka</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="sjá" type="sfg3fþ">sáu</w>
<w lemma="flokkur" type="nkfog">flokkana</w>
<pc>,</pc>
<w lemma="og" type="c">og</w>
<w lemma="verða" type="sfg3eþ">varð</w>
<w lemma="skjótt" type="aa">skjótt</w>
<w lemma="til" type="ae">til</w>
<w lemma="ráð" type="nhfe">ráða</w>
<w lemma="að" type="cn">að</w>
<w lemma="taka" type="sng">taka</w>
<pc>,</pc>
<w lemma="þá" type="aa">þá</w>
<w lemma="biðja" type="sfg3eþ">bað</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="fella" type="sng">fella</w>
<w lemma="hestur" type="nkfog">hestana</w>
<w lemma="og" type="c">og</w>
<w lemma="draga" type="sng">draga</w>
<w lemma="inn" type="aa">inn</w>
<w lemma="í" type="ao">í</w>
<w lemma="seli" type="nheog">selið</w>
<w lemma="og" type="c">og</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="gera" type="sfg3fþ">gerðu</w>
<w lemma="hann" type="fpkfn">þeir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="geyma" type="sng">geyma</w>
<w lemma="hestur" type="nkfo">hesta</w>
<w lemma="ég" type="fp1fe">okkar</w>
<w lemma="en" type="c">en</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="móts" type="aa">móts</w>
<w lemma="við" type="ao">við</w>
<w lemma="hann" type="fpkfo">þá</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="«" type="«">«</w>
<w lemma="munu" type="sfg1en">mun</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="heima" type="aa">heima</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="far" type="nheo">far</w>
<w lemma="til" type="ae">til</w>
<w lemma="tíður" type="lkeevf">tíða</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="vilja" type="sfg2en">vilt</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="ég" type="fp1en">Eg</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="fylgja" type="sng">fylgja</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="yfir" type="aa">yfir</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="gestur" type="nken-s">Gestur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="enginn" type="nken-s">Enginn</w>
<w lemma="þora" type="sfg3eþ">þorði</w>
<w lemma="í" type="aa">í</w>
<w lemma="móti" type="aþ">móti</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="að" type="cn">að</w>
<w lemma="mæla" type="sng">mæla</w>
<w lemma="og" type="c">og</w>
<w lemma="í" type="aþ">í</w>
<w lemma="öng" type="nvfþ">öngum</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="kretta" type="sng">kretta</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="munu" type="sfg1en">Mun</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="forvitna" type="snm">forvitnast</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="í" type="aþ">í</w>
<w lemma="fossur" type="nkeþg">fossinum</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="en" type="c">en</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="skulu" type="sfg2en">skalt</w>
<w lemma="geyma" type="sng">geyma</w>
<w lemma="festa" type="sþgvfn">festar</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="ráða" type="sfg3fþ">Réðu</w>
<w lemma="maður" type="nkfn">menn</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="á" type="aa">á</w>
<w lemma="burt" type="aa">burt</w>
<w lemma="leita" type="sng">leita</w>
<w lemma="og" type="c">og</w>
<w lemma="fara" type="sfg3eþ">fór</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vestur" type="aa">vestur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="reyna" type="nken-s">Reynt</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="þessi" type="fahen">þetta</w>
<w lemma="vera" type="sng">vera</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="gera" type="sfm3en">gerist</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="myrkfælinn" type="lkensf">myrkfælinn</w>
<w lemma="að" type="c">að</w>
<w lemma="það" type="fphen">það</w>
<w lemma="mega" type="sfg3en">má</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="til" type="ae">til</w>
<w lemma="líf" type="nhee">lífs</w>
<w lemma="vinna" type="sng">vinna</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="að" type="cn">að</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="einn" type="lkensf">einn</w>
<w lemma="saman" type="aa">saman</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="húsfreyja" type="nven">Húsfreyja</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="hjá" type="aþ">hjá</w>
<w lemma="fé" type="nheþ">fé</w>
<w lemma="«" type="«">«</w>
<w lemma="eða" type="c">eða</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="vilja" type="sfg2en">viltu</w>
<w lemma="hann" type="fpkeþ">honum</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="ég" type="fp1en">Eg</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="líf" type="nheo">líf</w>
<w lemma="hann" type="fpkee">hans</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="þóroddur" type="nken-s">Þóroddur</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="sekur" type="lkensf">sekur</w>
<w lemma="skógarmaður" type="nken">skógarmaður</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þóroddur" type="nken-s">Þóroddur</w>
<w lemma="taka" type="sfg3eþ">tók</w>
<w lemma="vel" type="aa">vel</w>
<w lemma="mál" type="nheþ">máli</w>
<w lemma="þessi" type="faheþ">þessu</w>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="vera" type="sng">vera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þóroddur" type="nken-s">Þóroddur</w>
<w lemma="nefna" type="sfg3eþ">nefndi</w>
<w lemma="sig" type="fpkeo">sig</w>
<w lemma="og" type="c">og</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="hví" type="nken-s">Hví</w>
<w lemma="spyrja" type="sfg2en">spyrð</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="ég" type="fp1eo">mig</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="heldur" type="c">heldur</w>
<w lemma="að" type="c">að</w>
<w lemma="erindi" type="nhfþ">erindum</w>
<w lemma="minn" type="fehfþ">mínum</w>
<w lemma="en" type="c">en</w>
<w lemma="nafn" type="nheþ">nafni</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fpheþ">Því</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="c">að</w>
<w lemma="það" type="fphfn">þau</w>
<w lemma="einn" type="lhfnsf">ein</w>
<w lemma="munu" type="sfg3fn">munu</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="að" type="c">að</w>
<w lemma="lítill" type="lhensf">lítið</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="til" type="ae">til</w>
<w lemma="koma" type="sng">koma</w>
<w lemma="eða" type="c">eða</w>
<w lemma="vera" type="sfg2en">ertu</w>
<w lemma="sonur" type="nkeo">son</w>
<w lemma="snorri" type="nkee-s">Snorra</w>
<w lemma="goði" type="nkee">goða</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="svo" type="nken-s">Svo</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="og" type="c">og</w>
<w lemma="víst" type="aa">víst</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="þóroddur" type="nken-s">Þóroddur</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="reyna" type="sng">reyna</w>
<w lemma="hvor" type="foken">hvor</w>
<w lemma="ég" type="fp1fe">okkar</w>
<w lemma="mikill" type="lheovm">meira</w>
<w lemma="mega" type="sfg3en">má</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="eða" type="nken-s">Eða</w>
<w lemma="hafa" type="sfg2en">hefir</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="frétta" type="ssg">frétt</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="hafa" type="sfg1en">hefi</w>
<w lemma="verða" type="ssg">orðið</w>
<w lemma="lítill" type="lvensf">lítil</w>
<w lemma="heillaþúfa" type="nven">heillaþúfa</w>
<w lemma="um" type="ao">um</w>
<w lemma="að" type="cn">að</w>
<w lemma="þreifa" type="sng">þreifa</w>
<w lemma="margur" type="lkfþse">flestum</w>
<w lemma="maður" type="nkfþ">mönnum</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="veit" type="nken-s">Veit</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="það" type="fphen">það</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="þóroddur" type="nken-s">Þóroddur</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="nokkur" type="fohen">nokkuð</w>
<w lemma="til" type="aa">til</w>
<w lemma="voga" type="sng">voga</w>
<w lemma="»" type="»">»</w>
<w lemma="og" type="c">og</w>
<w lemma="bregða" type="sfg3eþ">brá</w>
<w lemma="sverð" type="nheþ">sverði</w>
<w lemma="og" type="c">og</w>
<w lemma="sækja" type="sfg3eþ">sótti</w>
<w lemma="að" type="aþ">að</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="með" type="aþ">með</w>
<w lemma="ákefð" type="nveþ">ákefð</w>
<w lemma="en" type="c">en</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="hlífa" type="sfg3eþ">hlífði</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="með" type="aa">með</w>
<w lemma="skilja" type="sfg3eþ">skildi</w>
<w lemma="en" type="c">en</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="bera" type="sfg3eþ">bar</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="vopn" type="nhfo">vopn</w>
<w lemma="á" type="ao">á</w>
<w lemma="þóroddur" type="nkeo-s">Þórodd</w>
<w lemma="og" type="c">og</w>
<w lemma="fara" type="sfg3eþ">fór</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="um" type="ao">um</w>
<w lemma="stund" type="nveo">stund</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="skulu" type="svg2eþ">skyldir</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="ætla" type="sng">ætla</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="geta" type="svg2eþ">gætir</w>
<w lemma="orka" type="ssg">orkað</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg1en">Skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="heldur" type="c">heldur</w>
<w lemma="leggja" type="sng">leggja</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="til" type="ae">til</w>
<w lemma="lið" type="nhee">liðs</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="verða" type="sfg1en">verð</w>
<w lemma="við" type="ao">við</w>
<w lemma="staddur" type="lkensf">staddur</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="mál" type="nhen">mál</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="það" type="fphen">Það</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="segja" type="ssg">sagt</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="hafa" type="svg2en">hafir</w>
<w lemma="sonur" type="nkfo">sonu</w>
<w lemma="eiga" type="ssg">átt</w>
<w lemma="en" type="c">en</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="dóttir" type="nvfn">dætur</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="vera" type="sfg1fn">erum</w>
<w lemma="með" type="aþ">með</w>
<w lemma="vopni" type="nhfþ">vopnum</w>
<w lemma="sótja" type="sþgkfn">sóttir</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="vilja" type="sfg3eþ">vildi</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="til" type="ae">til</w>
<w lemma="land" type="nhee">lands</w>
<w lemma="til" type="ae">til</w>
<w lemma="aðdráttur" type="nkfe">aðdrátta</w>
<w lemma="en" type="c">en</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="illugi" type="nken-s">Illugi</w>
<w lemma="og" type="c">og</w>
<w lemma="glaumur" type="nken-s">Glaumur</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="eftir" type="aþ">eftir</w>
<w lemma="vera" type="sng">vera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="firra" type="snm">firrast</w>
<w lemma="kirkja" type="nvfo">kirkjur</w>
<w lemma="og" type="c">og</w>
<w lemma="kristinn" type="lkfosf">kristna</w>
<w lemma="maður" type="nkfo">menn</w>
<pc>,</pc>
<w lemma="heiðnur" type="lkfosf">heiðna</w>
<w lemma="höldur" type="nkfo">hölda</w>
<pc>,</pc>
<w lemma="hús" type="nheo">hús</w>
<w lemma="og" type="c">og</w>
<w lemma="hella" type="sng">hella</w>
<pc>,</pc>
<w lemma="heim" type="aa">heim</w>
<w lemma="hver" type="fokeo">hvern</w>
<w lemma="nema" type="c">nema</w>
<w lemma="helvíti" type="nhen">helvíti</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="sáttur" type="lkfnsf">sáttir</w>
<w lemma="og" type="c">og</w>
<w lemma="sammála" type="lkfnof">sammála</w>
<w lemma="hver" type="foken">hver</w>
<w lemma="við" type="ao">við</w>
<w lemma="annar" type="fokeo">annan</w>
<w lemma="í" type="aþ">í</w>
<w lemma="hugi" type="nkeþ">huga</w>
<w lemma="góður" type="lkeþsf">góðum</w>
<w lemma="hvort" type="c">hvort</w>
<w lemma="sem" type="c">sem</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="finna" type="sfm1fn">finnumst</w>
<w lemma="á" type="aþ">á</w>
<w lemma="fjall" type="nheþ">fjalli</w>
<w lemma="eða" type="c">eða</w>
<w lemma="fjara" type="nveþ">fjöru</w>
<pc>,</pc>
<w lemma="skip" type="nheþ">skipi</w>
<w lemma="eða" type="c">eða</w>
<w lemma="skíði" type="nheþ">skíði</w>
<pc>,</pc>
<w lemma="jörð" type="nveþ">jörðu</w>
<w lemma="eða" type="c">eða</w>
<w lemma="jökull" type="nkeþ">jökli</w>
<pc>,</pc>
<w lemma="í" type="aþ">í</w>
<w lemma="haf" type="nheþ">hafi</w>
<w lemma="eða" type="c">eða</w>
<w lemma="á" type="aþ">á</w>
<w lemma="hestur" type="nkee">hests</w>
<w lemma="bak" type="nheþ">baki</w>
<pc>,</pc>
<w lemma="svo" type="aa">svo</w>
<w lemma="sem" type="c">sem</w>
<w lemma="vinur" type="nkeo">vin</w>
<w lemma="sinn" type="fekeo">sinn</w>
<w lemma="í" type="aþ">í</w>
<w lemma="vatn" type="nheþ">vatni</w>
<w lemma="finna" type="svg3en">finni</w>
<w lemma="eða" type="c">eða</w>
<w lemma="bróðir" type="nkeo">bróður</w>
<w lemma="sinn" type="fekeo">sinn</w>
<w lemma="á" type="aþ">á</w>
<w lemma="braut" type="nveþ">braut</w>
<w lemma="finna" type="svg3en">finni</w>
<pc>,</pc>
<w lemma="jafnsáttir" type="nvfn">jafnsáttir</w>
<w lemma="hver" type="foken">hver</w>
<w lemma="við" type="ao">við</w>
<w lemma="annar" type="fokeo">annan</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="sonur" type="nken">sonur</w>
<w lemma="við" type="ao">við</w>
<w lemma="faðir" type="nkeo">föður</w>
<w lemma="eða" type="c">eða</w>
<w lemma="faðir" type="nken">faðir</w>
<w lemma="við" type="ao">við</w>
<w lemma="sonur" type="nkeo">son</w>
<w lemma="í" type="aþ">í</w>
<w lemma="samfarir" type="nvfþ">samförum</w>
<w lemma="allur" type="fokfþ">öllum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg1en">Skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="dvelja" type="sng">dvelja</w>
<w lemma="sá" type="faheo">það</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="hafa" type="sfg1en">hefi</w>
<w lemma="til" type="aa">til</w>
<w lemma="fram" type="aa">fram</w>
<w lemma="að" type="cn">að</w>
<w lemma="láta" type="sng">láta</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eða" type="c">Eða</w>
<w lemma="sjá" type="sfg2en">sérð</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="að" type="c">að</w>
<w lemma="hver" type="foken">hver</w>
<w lemma="hann" type="fpkfe">þeirra</w>
<w lemma="kjáa" type="sfg3en">kjáir</w>
<w lemma="nef" type="nheþg">nefinu</w>
<w lemma="að" type="aþ">að</w>
<w lemma="annar" type="fokfþ">öðrum</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vísa" type="nveo">vísu</w>
<pc>:</pc>
<w lemma="þá" type="nven-s">Þá</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="hjalti" type="nken-s">Hjalti</w>
<w lemma="þórðarson" type="nken-s">Þórðarson</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="ekki" type="nken-s">Ekki</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="vera" type="sng">vera</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hann" type="fpken">hann</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="halda" type="sng">Halda</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="grinn" type="lhensf">grið</w>
<w lemma="vor" type="nheo">vor</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="að" type="c">að</w>
<w lemma="vor" type="nhen">vor</w>
<w lemma="hafa" type="svg3en">hafi</w>
<w lemma="verða" type="ssg">orðið</w>
<w lemma="hyggindismunur" type="nken">hyggindismunur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg3en">Skal</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="liðugur" type="lkensf">liðugur</w>
<w lemma="þangað" type="aa">þangað</w>
<w lemma="sem" type="c">sem</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="vilja" type="sfg3en">vill</w>
<w lemma="og" type="c">og</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="grill" type="lheosf">grið</w>
<w lemma="til" type="ae">til</w>
<w lemma="það" type="fphee">þess</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="koma" type="sfg3en">kemur</w>
<w lemma="aftur" type="aa">aftur</w>
<w lemma="úr" type="aþ">úr</w>
<w lemma="þessi" type="faveþ">þessari</w>
<w lemma="ferð" type="nveþ">ferð</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="nven-s">Þá</w>
<w lemma="mæla" type="sfg3fþ">mæltu</w>
<w lemma="maður" type="nkfn">menn</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="til" type="aa">til</w>
<w lemma="báðir" type="fokfn">báðir</w>
<w lemma="bróðir" type="nkfng">bræðurnir</w>
<w lemma="senn" type="aa">senn</w>
<w lemma="og" type="c">og</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="gera" type="sþghen">gert</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="bóndi" type="nkfn">bændur</w>
<w lemma="skilja" type="sfg3fþ">skildu</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="til" type="aa">til</w>
<w lemma="að" type="c">að</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="kaupa" type="sng">kaupa</w>
<w lemma="vilja" type="sfg3eþ">vildi</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="annaðhvort" type="c">annaðhvort</w>
<w lemma="drepa" type="sng">drepa</w>
<w lemma="grettir" type="nkeo-s">Gretti</w>
<w lemma="eða" type="c">eða</w>
<w lemma="koma" type="sng">koma</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="burt" type="aa">burt</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="geyma" type="sng">geyma</w>
<w lemma="um" type="ao">um</w>
<w lemma="eldur" type="nkeo">eld</w>
<w lemma="hver" type="foveo">hverja</w>
<w lemma="nótt" type="nveo">nótt</w>
<w lemma="og" type="c">og</w>
<w lemma="bjóða" type="sfg3eþ">bauð</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="mikill" type="lkensf">mikinn</w>
<w lemma="varna" type="sþghen">varnað</w>
<w lemma="á" type="aþ">á</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="skip" type="nhen">skip</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="hjá" type="aþ">hjá</w>
<w lemma="það" type="fphfþ">þeim</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þorbjörn" type="nken-s">Þorbjörn</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="til" type="ae">til</w>
<w lemma="enginn" type="fohee">einskis</w>
<w lemma="vinna" type="sng">vinna</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="ef" type="c">ef</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="koma" type="svm3eþ">kæmist</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="á" type="ao">á</w>
<w lemma="ey(ja)" type="nveog">eyna</w>
<w lemma="og" type="c">og</w>
<w lemma="fá" type="svg3eþ">fengi</w>
<w lemma="veita" type="ssg">veitt</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="áverki" type="nkeo">áverka</w>
<w lemma="eða" type="c">eða</w>
<w lemma="drepa" type="ssg">drepið</w>
<w lemma="hann" type="fpkeo">hann</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="eftir" type="ao">eftir</w>
<w lemma="þessi" type="faheo">þetta</w>
<w lemma="fara" type="sfg3fþ">fóru</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="til" type="ae">til</w>
<w lemma="drangeyjur" type="nvee-s">Drangeyjar</w>
<w lemma="og" type="c">og</w>
<w lemma="skjóta" type="sfg3fþ">skutu</w>
<w lemma="hann" type="fpkeþ">honum</w>
<pc>,</pc>
<w lemma="austmannur" type="nkeþgs">Austmanninum</w>
<pc>,</pc>
<w lemma="upp" type="aa">upp</w>
<w lemma="í" type="aþ">í</w>
<w lemma="einhver" type="fokeþ">einhverjum</w>
<w lemma="staður" type="nkeþ">stað</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="leyna" type="snm">leynast</w>
<w lemma="að" type="c">að</w>
<w lemma="ef" type="c">ef</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="koma" type="svm3eþ">kæmist</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="á" type="ao">á</w>
<w lemma="ey(ja)" type="nveog">eyna</w>
<w lemma="en" type="c">en</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="leggja" type="sfg3fþ">lögðu</w>
<w lemma="að" type="aþ">að</w>
<w lemma="stigi" type="nkeþg">stiganum</w>
<w lemma="og" type="c">og</w>
<w lemma="taka" type="sfg3fþ">tóku</w>
<w lemma="tal" type="nheo">tal</w>
<w lemma="við" type="ao">við</w>
<w lemma="hann" type="fpkfo">þá</w>
<w lemma="grettir" type="nkeo-s">Gretti</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="aa">Þá</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="lögsögumaður" type="nken">lögsögumaður</w>
<w lemma="að" type="c">að</w>
<w lemma="engi" type="nhen">engi</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="lengi" type="aam">lengur</w>
<w lemma="í" type="aþ">í</w>
<w lemma="sekt" type="nveþ">sekt</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="en" type="c">en</w>
<w lemma="tuttugu" type="tfhfe">tuttugu</w>
<w lemma="vetur" type="nken">vetur</w>
<w lemma="allur" type="fohee">alls</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="gera" type="sfg3eþ">gerði</w>
<w lemma="útlegðarverk" type="nheo">útlegðarverk</w>
<w lemma="í" type="aþ">í</w>
<w lemma="sá" type="fakfþ">þeim</w>
<w lemma="tími" type="nkfþ">tímum</w>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="fyrr" type="aam">fyrr</w>
<w lemma="munu" type="sfg1en">mun</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="enginn" type="fokeo">öngvan</w>
<w lemma="úr" type="aþ">úr</w>
<w lemma="sekt" type="nveþ">sekt</w>
<w lemma="segja" type="sng">segja</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þá" type="nven-s">Þá</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="kerling" type="nven">kerling</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="ekki" type="aa">Ekki</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="til" type="aa">til</w>
<w lemma="leggja" type="sng">leggja</w>
<w lemma="með" type="aþ">með</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="láta" type="sfg2en">lætur</w>
<w lemma="ég" type="fp1eo">mig</w>
<w lemma="önga" type="nveo">öngu</w>
<w lemma="ráða" type="sng">ráða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="eigi" type="nken-s">Eigi</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="fóstra" type="nven">fóstra</w>
<w lemma="minn" type="feven">mín</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="hafa" type="sfg1en">hefi</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="mæla" type="ssg">mælt</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="vilja" type="svg1eþ">vildi</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="koma" type="sng">koma</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="í" type="aþ">í</w>
<w lemma="þriðji" type="lheþvf">þriðja</w>
<w lemma="sinn" type="nheþ">sinni</w>
<w lemma="að" type="c">að</w>
<w lemma="einhver" type="fohen">eitthvert</w>
<w lemma="skapa" type="sfm3eþ">skapaðist</w>
<w lemma="að" type="c">að</w>
<w lemma="með" type="aþ">með</w>
<w lemma="ég" type="fp1fþ">oss</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg3en">Skal</w>
<w lemma="hún" type="fpven">hún</w>
<w lemma="og" type="c">og</w>
<w lemma="einhver" type="foheo">eitthvert</w>
<w lemma="til" type="ae">til</w>
<w lemma="ég" type="fp1ee">mín</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hún" type="fpven">hún</w>
<w lemma="hafa" type="sfg3en">hefir</w>
<w lemma="ég" type="fp1fo">okkur</w>
<w lemma="heim" type="aa">heim</w>
<w lemma="sækja" type="ssg">sótt</w>
<w lemma="»" type="»">»</w>
<w lemma="og" type="c">og</w>
<w lemma="þrífa" type="sfg3eþ">þreif</w>
<w lemma="upp" type="ao">upp</w>
<w lemma="steinn" type="nkeo">stein</w>
<w lemma="stund" type="nvee">stundar</w>
<w lemma="mikill" type="lkeosf">mikinn</w>
<w lemma="og" type="c">og</w>
<w lemma="kasta" type="sfg3eþ">kastaði</w>
<w lemma="ofan" type="aa">ofan</w>
<w lemma="á" type="ao">á</w>
<w lemma="skip" type="nheog">skipið</w>
<w lemma="og" type="c">og</w>
<w lemma="koma" type="sfg3eþ">kom</w>
<w lemma="á" type="ao">á</w>
<w lemma="fatahrúga" type="nveog">fatahrúguna</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="nven-s">Þá</w>
<w lemma="beidda" type="sfg3eþ">beiddi</w>
<w lemma="kerling" type="nven">kerling</w>
<w lemma="að" type="c">að</w>
<w lemma="hún" type="fpveþ">henni</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="aka" type="sng">aka</w>
<w lemma="til" type="ae">til</w>
<w lemma="sjóvur" type="nvee">sjóvar</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eftir" type="ao">Eftir</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="láta" type="sfg3en">lætur</w>
<w lemma="hún" type="fpven">hún</w>
<w lemma="hrinda" type="sng">hrinda</w>
<w lemma="tré" type="nheþg">trénu</w>
<w lemma="á" type="aþ">á</w>
<w lemma="sjór" type="nkeþ">sjó</w>
<w lemma="og" type="c">og</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="fyrir" type="aa">fyrir</w>
<w lemma="að" type="c">að</w>
<w lemma="það" type="fphen">það</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="reka" type="sng">reka</w>
<w lemma="út" type="aa">út</w>
<w lemma="til" type="ae">til</w>
<w lemma="drangeyjur" type="nvee-s">Drangeyjar</w>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="verða" type="svg3en">verði</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<w lemma="allur" type="fohen">allt</w>
<w lemma="mein" type="nhen">mein</w>
<w lemma="að" type="aþ">að</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="spyrna" type="sfg3eþ">spyrnti</w>
<w lemma="við" type="aþ">við</w>
<w lemma="fótur" type="nkeþ">fæti</w>
<w lemma="sinn" type="fekeþ">sínum</w>
<w lemma="«" type="«">«</w>
<w lemma="illur" type="lhensf">illt</w>
<w lemma="tré" type="nhen">tré</w>
<w lemma="og" type="c">og</w>
<w lemma="af" type="aþ">af</w>
<w lemma="illur" type="lkfþsf">illum</w>
<w lemma="senda" type="ssg">sent</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="annar" type="fokeo">annan</w>
<w lemma="eldiviður" type="nkeo">eldivið</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="»" type="»">»</w>
<w lemma="og" type="c">og</w>
<w lemma="kasta" type="sfg3eþ">kastaði</w>
<w lemma="út" type="aa">út</w>
<w lemma="á" type="aa">á</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="og" type="c">og</w>
<w lemma="biðja" type="sfg3eþ">bað</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="illugi" type="nkeo-s">Illuga</w>
<w lemma="vara" type="snm">varast</w>
<w lemma="að" type="cn">að</w>
<w lemma="bera" type="sng">bera</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="heim" type="aa">heim</w>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="senda" type="sþghen">sent</w>
<w lemma="ég" type="fp1fþ">okkur</w>
<w lemma="til" type="ae">til</w>
<w lemma="óheill" type="nvfe">óheilla</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="reka" type="sfg3eþ">Rak</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="það" type="fphen">það</w>
<w lemma="eiga" type="sfg3en">á</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="út" type="aa">út</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="það" type="fphen">það</w>
<w lemma="aldregi" type="nken">aldregi</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="heim" type="aa">heim</w>
<w lemma="bera" type="sng">bera</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="verða" type="sfg3eþ">varð</w>
<w lemma="illa" type="aa">illa</w>
<w lemma="við" type="aa">við</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfm3eþ">kvaðst</w>
<w lemma="kvaldur" type="lkensf">kvaldur</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="kvelja" type="snm">kveljast</w>
<w lemma="úti" type="aa">úti</w>
<w lemma="í" type="aþ">í</w>
<w lemma="hver" type="foheþ">hverju</w>
<w lemma="illviðri" type="nheþ">illviðri</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="afla" type="ssg">Aflað</w>
<w lemma="hafa" type="sfg3en">hefir</w>
<w lemma="glaumur" type="nken-s">Glaumur</w>
<w lemma="nokkur" type="fokee">nokkurs</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="út" type="aa">út</w>
<w lemma="og" type="c">og</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="hver" type="fshen">hvað</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="»" type="»">»</w>
<w lemma="og" type="c">og</w>
<w lemma="taka" type="sfg3en">tekur</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="bolöxi" type="nveo">bolöxi</w>
<w lemma="og" type="c">og</w>
<w lemma="ganga" type="sfg3en">gengur</w>
<w lemma="út" type="aa">út</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="nven-s">Þá</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="svo" type="nken-s">Svo</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="við" type="aa">við</w>
<w lemma="búa" type="snm">búast</w>
<w lemma="sem" type="c">sem</w>
<w lemma="krankleiki" type="nken">krankleiki</w>
<w lemma="þessi" type="faken">þessi</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="hafa" type="sfg1en">hefi</w>
<w lemma="fá" type="ssg">fengið</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="til" type="ae">til</w>
<w lemma="enginn" type="fohee">einskis</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="þessi" type="fahen">þetta</w>
<w lemma="vera" type="sfg3fn">eru</w>
<w lemma="gerningi" type="nkfn">gerningar</w>
<w lemma="og" type="c">og</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="kerling" type="nven">kerling</w>
<w lemma="ætla" type="sng">ætla</w>
<w lemma="að" type="cn">að</w>
<w lemma="hefna" type="sng">hefna</w>
<w lemma="steinshögg" type="nheeg">steinshöggsins</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="allur" type="fohen">Allt</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="einn" type="tfheo">eitt</w>
<w lemma="koma" type="sng">koma</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="og" type="c">og</w>
<w lemma="kveða" type="sfg3eþ">kvað</w>
<w lemma="vísa" type="nvfo">vísur</w>
<w lemma="fimm" type="ta">fimm</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="var" type="lkfnsf">varir</w>
<w lemma="um" type="ao">um</w>
<w lemma="ég" type="fp1fo">oss</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="munu" type="sfg3fn">munu</w>
<w lemma="það" type="fphfn">þau</w>
<w lemma="þorbjörn" type="nken-s">Þorbjörn</w>
<w lemma="öngull" type="nken">öngull</w>
<w lemma="til" type="ae">til</w>
<w lemma="ætla" type="sfg1en">ætla</w>
<w lemma="að" type="c">að</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="skulu" type="svg3en">skuli</w>
<w lemma="þessi" type="fahen">þetta</w>
<w lemma="einn" type="tfhen">eitt</w>
<w lemma="saman" type="aa">saman</w>
<w lemma="fara" type="sng">fara</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="geyma" type="sng">geyma</w>
<w lemma="stigi" type="nkeeg">stigans</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="vera" type="svg2en">sért</w>
<w lemma="nauðigur" type="lkensf">nauðigur</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="vera" type="sfg3fþ">Voru</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="skjótur" type="nkeo">skjót</w>
<w lemma="svar" type="nhfo">svör</w>
<w lemma="að" type="c">að</w>
<w lemma="enginn" type="fokfn">öngvir</w>
<w lemma="sá" type="fakfn">þeir</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="hafa" type="sfg3fþ">höfðu</w>
<w lemma="gefa" type="ssg">gefið</w>
<w lemma="sinn" type="fekeo">sinn</w>
<w lemma="partur" type="nkeo">part</w>
<w lemma="vilja" type="sfg3fþ">vildu</w>
<w lemma="nokkur" type="fokeo">nokkurn</w>
<w lemma="létta" type="sng">létta</w>
<w lemma="undir" type="aa">undir</w>
<w lemma="leggja" type="sng">leggja</w>
<pc>,</pc>
<w lemma="kveða" type="sfg3fþ">kváðu</w>
<w lemma="að" type="c">að</w>
<w lemma="þorbjörn" type="nken-s">Þorbjörn</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="bæði" type="c">bæði</w>
<w lemma="eyjarhlutur" type="nkeo">eyjarhlut</w>
<w lemma="og" type="c">og</w>
<w lemma="atför" type="nven">atför</w>
<w lemma="við" type="ao">við</w>
<w lemma="grettir" type="nkeo-s">Gretti</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="ekki" type="nken-s">Ekki</w>
<w lemma="mega" type="sfg3en">má</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="allur" type="foheþ">öllu</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="um" type="ao">um</w>
<w lemma="það" type="fpheo">það</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="þorbjörn" type="nken-s">Þorbjörn</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="um" type="aa">um</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="lúka" type="sng">lúka</w>
<w lemma="á" type="ao">á</w>
<w lemma="einnhvern" type="nveþ">einnhvern</w>
<w lemma="háttur" type="nkeo">hátt</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="mega" type="sfg1en">má</w>
<w lemma="ráða" type="sng">ráða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eða" type="c">Eða</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="fara" type="sng">fara</w>
<w lemma="það" type="fphee">þess</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="koma" type="ssm">komist</w>
<w lemma="í" type="ao">í</w>
<w lemma="ey(ja)" type="nveog">eyna</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="sjá" type="sng">Sjá</w>
<w lemma="þykja" type="sfm3en">þykist</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="það" type="fphen">það</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="halldór" type="nken-s">Halldór</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="treysta" type="sfg2en">treystir</w>
<w lemma="einhver" type="foheþ">einhverju</w>
<w lemma="en" type="c">en</w>
<w lemma="ei" type="aa">ei</w>
<w lemma="vita" type="sfg1en">veit</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="góður" type="lhensf">gott</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3en">er</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="sitja" type="sfg3eþ">Sat</w>
<w lemma="illugi" type="nken-s">Illugi</w>
<w lemma="yfir" type="aþ">yfir</w>
<w lemma="hann" type="fpkeþ">honum</w>
<w lemma="en" type="c">en</w>
<w lemma="glaumur" type="nken-s">Glaumur</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="halda" type="sng">halda</w>
<w lemma="vörður" type="nkeo">vörð</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="koma" type="sfg3eþ">kom</w>
<w lemma="til" type="ae">til</w>
<w lemma="stigur" type="nkfeg">stiganna</w>
<w lemma="mæla" type="sfm3eþ">mæltist</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="við" type="ao">við</w>
<w lemma="einn" type="tfkeo">einn</w>
<w lemma="saman" type="aa">saman</w>
<w lemma="og" type="c">og</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="draga" type="sng">draga</w>
<w lemma="stigi" type="nkeog">stigann</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="flýta" type="sng">flýta</w>
<w lemma="ég" type="fp1fþ">oss</w>
<w lemma="til" type="ae">til</w>
<w lemma="skáli" type="nkeeg">skálans</w>
<w lemma="og" type="c">og</w>
<w lemma="láta" type="sfg1fn">látum</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="áræðisskortur" type="nkeo">áræðisskort</w>
<w lemma="verða" type="sng">verða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="fyrir" type="nken-s">Fyrir</w>
<w lemma="einn" type="tfhen">eitt</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="þú" type="fp2fþ">yður</w>
<w lemma="koma" type="sng">koma</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="öngull" type="nken">Öngull</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="hver" type="fokeþ">hverjum</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="hafa" type="sfg1fn">höfum</w>
<w lemma="treysta" type="ssg">treyst</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="aa">Þá</w>
<w lemma="biðja" type="sfg3eþ">bað</w>
<w lemma="öngull" type="nken">Öngull</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="bera" type="sng">bera</w>
<w lemma="skjölda" type="nveo">skjöldu</w>
<w lemma="að" type="aþ">að</w>
<w lemma="illugi" type="nkeþ-s">Illuga</w>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="hafa" type="sfg1en">hefi</w>
<w lemma="enginn" type="fokeo">öngvan</w>
<w lemma="finna" type="ssg">fundið</w>
<w lemma="hann" type="fpkee">hans</w>
<w lemma="líka" type="aa">líka</w>
<pc>,</pc>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="gamall" type="lhenvm">eldra</w>
<w lemma="maður" type="nkeo">mann</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="aa">Þá</w>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="öngull" type="nken">Öngull</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="það" type="fpheþ">Því</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="reka" type="sng">reka</w>
<w lemma="sparmæli" type="nheog">sparmælið</w>
<w lemma="við" type="ao">við</w>
<w lemma="skógarmaður" type="nkeog">skógarmanninn</w>
<pc>?</pc>
<w lemma="og" type="c">Og</w>
<w lemma="leggja" type="sfg2fn">leggið</w>
<w lemma="niður" type="ao">niður</w>
<w lemma="hönd" type="nveog">höndina</w>
<w lemma="við" type="aþ">við</w>
<w lemma="stokkur" type="nkeþg">stokkinum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="að" type="nken-s">Að</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="meir(a)" type="aam">meira</w>
<w lemma="gera" type="sng">gera</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="öngull" type="nken">Öngull</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="skulu" type="nken-s">Skulum</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="höfuð" type="nheog">höfuðið</w>
<w lemma="með" type="aþ">með</w>
<w lemma="ég" type="fp1fþ">oss</w>
<w lemma="til" type="ae">til</w>
<w lemma="land" type="nhee">lands</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="vilja" type="sfg1en">vil</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="missa" type="sng">missa</w>
<w lemma="sá" type="fahee">þess</w>
<w lemma="fé" type="nhee">fjár</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="leggja" type="sþghen">lagt</w>
<w lemma="hafa" type="sfg3en">hefir</w>
<w lemma="vera" type="ssg">verið</w>
<w lemma="til" type="ae">til</w>
<w lemma="höfuð" type="nhee">höfuðs</w>
<w lemma="hann" type="fpkeþ">honum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="vera" type="sfg3en">Er</w>
<w lemma="það" type="fphen">það</w>
<w lemma="skjótt" type="aa">skjótt</w>
<w lemma="af" type="aþ">af</w>
<w lemma="að" type="cn">að</w>
<w lemma="segja" type="sng">segja</w>
<w lemma="að" type="c">að</w>
<w lemma="enginn" type="foken">enginn</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="þú" type="fp2fþ">yður</w>
<w lemma="óþarfur" type="lkenvm">óþarfari</w>
<w lemma="en" type="c">en</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="ef" type="c">ef</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="lifa" type="svg1en">lifi</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="seint" type="aa">seint</w>
<w lemma="munu" type="sfg3en">mun</w>
<w lemma="fyrna" type="snm">fyrnast</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="hversu" type="aa">hversu</w>
<w lemma="þú" type="fp2fn">þér</w>
<w lemma="hafa" type="sfg2fn">hafið</w>
<w lemma="vinna" type="ssg">unnið</w>
<w lemma="á" type="aþ">á</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þá" type="nven-s">Þá</w>
<w lemma="eiga" type="sfg3eþ">átti</w>
<w lemma="þorbjörn" type="nken-s">Þorbjörn</w>
<w lemma="tal" type="nheo">tal</w>
<w lemma="við" type="ao">við</w>
<w lemma="förunautur" type="nkfo">förunauta</w>
<w lemma="sinn" type="fekfo">sína</w>
<w lemma="hvort" type="c">hvort</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="láta" type="sng">láta</w>
<w lemma="illugi" type="nkeo-s">Illuga</w>
<w lemma="lifa" type="sng">lifa</w>
<w lemma="eða" type="c">eða</w>
<w lemma="eiga" type="svg3en">eigi</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="þórir" type="nken-s">Þórir</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="að" type="c">að</w>
<w lemma="skjótur" type="nken">skjótur</w>
<w lemma="vera" type="svg3eþ">væri</w>
<w lemma="vegur" type="nken">vegur</w>
<w lemma="með" type="aþ">með</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="bíða" type="sng">bíða</w>
<w lemma="alþingi" type="nhee">alþingis</w>
<w lemma="og" type="c">og</w>
<w lemma="hafa" type="sfg3fn">hafa</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="lögmaður" type="nkeþ">lögmanni</w>
<w lemma="sýna" type="sfm3eþ">sýndist</w>
<w lemma="réttur" type="lhense">réttast</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="ríða" type="sfg3eþ">Reið</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="heim" type="aa">heim</w>
<w lemma="og" type="c">og</w>
<w lemma="þykja" type="sfg3eþ">þótti</w>
<w lemma="þunglega" type="aa">þunglega</w>
<w lemma="á" type="aa">á</w>
<w lemma="horfa" type="snm">horfast</w>
<w lemma="því" type="aa">því</w>
<w lemma="að" type="c">að</w>
<w lemma="margur" type="lkfnse">flestir</w>
<w lemma="allur" type="fokfn">allir</w>
<w lemma="höfðingi" type="nkfn">höfðingjar</w>
<w lemma="á" type="aþ">á</w>
<w lemma="land" type="nheþg">landinu</w>
<w lemma="vera" type="sfg3fþ">voru</w>
<w lemma="annaðhvort" type="c">annaðhvort</w>
<w lemma="skulu" type="svg2eþ">skyldir</w>
<w lemma="eða" type="c">eða</w>
<w lemma="mægðir" type="nvfn">mægðir</w>
<w lemma="við" type="ao">við</w>
<w lemma="hann" type="fpkfo">þá</w>
<w lemma="grettir" type="nkeo-s">Gretti</w>
<w lemma="og" type="c">og</w>
<w lemma="illugi" type="nkeo-s">Illuga</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="þá" type="aa">Þá</w>
<w lemma="spyrja" type="sfg3eþ">spurði</w>
<w lemma="halldór" type="nken-s">Halldór</w>
<w lemma="hvort" type="c">hvort</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="höfuð" type="nheo">höfuð</w>
<w lemma="grettir" type="nkee-s">Grettis</w>
<w lemma="með" type="aþ">með</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="til" type="ae">til</w>
<w lemma="alþingi" type="nhee">alþingis</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="með" type="aþ">með</w>
<w lemma="tillaga" type="nvfþ">tillögum</w>
<w lemma="skynsamur" type="lkfesf">skynsamra</w>
<w lemma="maður" type="nkfe">manna</w>
<w lemma="verða" type="sfg3eþ">varð</w>
<w lemma="sá" type="faven">sú</w>
<w lemma="lykt" type="nven">lykt</w>
<w lemma="á" type="aþ">á</w>
<w lemma="mál" type="nhfþ">málum</w>
<w lemma="þessi" type="fahfþ">þessum</w>
<w lemma="að" type="c">að</w>
<w lemma="þorbjörn" type="nken-s">Þorbjörn</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="sigla" type="sng">sigla</w>
<w lemma="samsumar" type="nhee">samsumars</w>
<w lemma="og" type="c">og</w>
<w lemma="koma" type="sng">koma</w>
<w lemma="aldrei" type="aa">aldrei</w>
<w lemma="til" type="ae">til</w>
<w lemma="ísland" type="nhee-s">Íslands</w>
<w lemma="meðan" type="c">meðan</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="lifa" type="sfg3fþ">lifðu</w>
<w lemma="eftir" type="aa">eftir</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="mál" type="nhen">mál</w>
<w lemma="eiga" type="sfg3fþ">áttu</w>
<w lemma="eftir" type="aþ">eftir</w>
<w lemma="illugi" type="nkeþ-s">Illuga</w>
<w lemma="og" type="c">og</w>
<w lemma="grettir" type="nkeþ-s">Gretti</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="svg3eþ">Skyldi</w>
<w lemma="það" type="fphen">það</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="jafnt" type="aa">jafnt</w>
<w lemma="og" type="c">og</w>
<w lemma="víg" type="nhen">víg</w>
<w lemma="illugi" type="nkee-s">Illuga</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="þó" type="aa">þó</w>
<w lemma="verða" type="sfg3eþ">varð</w>
<w lemma="þorbjörn" type="nken-s">Þorbjörn</w>
<w lemma="vís" type="lkensf">vís</w>
<w lemma="að" type="c">að</w>
<w lemma="grettir" type="nken-s">Grettir</w>
<w lemma="eiga" type="sfg3eþ">átti</w>
<w lemma="bróðir" type="nkeo">bróður</w>
<w lemma="í" type="aþ">í</w>
<w lemma="noregur" type="nkeþ-s">Noregi</w>
<w lemma="og" type="c">og</w>
<w lemma="þykja" type="sfg3eþ">þótti</w>
<w lemma="vanséður" type="lvensf">vanséð</w>
<w lemma="við" type="aa">við</w>
<w lemma="í" type="aþ">í</w>
<w lemma="ókunnur" type="lheþsf">ókunnu</w>
<w lemma="land" type="nheþ">landi</w>
<w lemma="og" type="c">og</w>
<w lemma="því" type="aa">því</w>
<w lemma="leita" type="sfg3eþ">leitaði</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="sig" type="fpkeþ">sér</w>
<w lemma="ráð" type="nhee">ráðs</w>
<w lemma="hvert" type="aa">hvert</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="á" type="aa">á</w>
<w lemma="leita" type="sng">leita</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="vopnaþing" type="nheng">vopnaþingið</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="setja" type="sþghen">sett</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="allur" type="fokfn">allir</w>
<w lemma="væringjur" type="nkfn-s">Væringjar</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="koma" type="sng">koma</w>
<w lemma="og" type="c">og</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="sá" type="fakfn">þeir</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="ætla" type="sfg3fþ">ætluðu</w>
<w lemma="að" type="cn">að</w>
<w lemma="ráða" type="snm">ráðast</w>
<w lemma="til" type="ae">til</w>
<w lemma="ferð" type="nvee">ferðar</w>
<w lemma="með" type="aþ">með</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="og" type="c">og</w>
<w lemma="sýna" type="sfg3fn">sýna</w>
<w lemma="vopn" type="nhfo">vopn</w>
<w lemma="sinn" type="fehfo">sín</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="engi" type="nhen">engi</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="kynni" type="nhfn">kynni</w>
<w lemma="nokkur" type="fohen">nokkuð</w>
<w lemma="um" type="ao">um</w>
<w lemma="að" type="cn">að</w>
<w lemma="bera" type="sng">bera</w>
<w lemma="með" type="aþ">með</w>
<w lemma="þorsteinn" type="nkeþ-s">Þorsteini</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="vera" type="sfg3fþ">voru</w>
<w lemma="það" type="fphen">það</w>
<w lemma="lag" type="nhfn">lög</w>
<w lemma="það" type="fphfe">þeirra</w>
<w lemma="að" type="c">að</w>
<w lemma="hver" type="foken">hver</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="maður" type="nkeo">mann</w>
<w lemma="drepa" type="svg3en">dræpi</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="önga" type="nveo">öngu</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="týna" type="sng">týna</w>
<w lemma="nema" type="c">nema</w>
<w lemma="líf" type="nheþg">lífinu</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="setja" type="sng">setja</w>
<w lemma="í" type="ao">í</w>
<w lemma="myrkvastofa" type="nveo">myrkvastofu</w>
<w lemma="í" type="ao">í</w>
<w lemma="dyflissa" type="nveo">dyflissu</w>
<w lemma="einn" type="tfveo">eina</w>
<w lemma="og" type="c">og</w>
<w lemma="bíða" type="sng">bíða</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="bani" type="nkee">bana</w>
<w lemma="ef" type="c">ef</w>
<w lemma="engi" type="nhfn">engi</w>
<w lemma="leysa" type="sfg3eþ">leysti</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="út" type="aa">út</w>
<w lemma="með" type="ao">með</w>
<w lemma="fé" type="nheo">fé</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="þó" type="nken-s">Þó</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="prófa" type="sng">prófa</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="þorsteinn" type="nken-s">Þorsteinn</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="hvað" type="nken-s">Hvað</w>
<w lemma="hafa" type="sfg2en">hefir</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="til" type="ae">til</w>
<w lemma="sök" type="nvfe">saka</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hún" type="fpven">hún</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="þú" type="fp2eo">þig</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="kvelja" type="sng">kvelja</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="til" type="ae">til</w>
<w lemma="bani" type="nkee">bana</w>
<pc>?</pc>
<w lemma="»" type="»">»</w>
<w lemma="hann" type="nken-s">Hann</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="hafa" type="svg3eþ">hefði</w>
<w lemma="drepa" type="ssg">drepið</w>
<w lemma="maður" type="nkeo">mann</w>
<w lemma="og" type="c">og</w>
<w lemma="hefna" type="ssg">hefnt</w>
<w lemma="bróðir" type="nkee">bróður</w>
<w lemma="sinn" type="fekee">síns</w>
<w lemma="«" type="«">«</w>
<w lemma="en" type="c">en</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="geta" type="sfg1eþ">gat</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="með" type="aþ">með</w>
<w lemma="vottur" type="lkeþsf">vottum</w>
<w lemma="sýna" type="ssg">sýnt</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="þorsteinn" type="nken-s">Þorsteinn</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="því" type="aa">því</w>
<w lemma="vera" type="sfg1eþ">var</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="setja" type="sþgken">settur</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="nema" type="c">nema</w>
<w lemma="nokkur" type="foken">nokkur</w>
<w lemma="vilja" type="sfg3eþ">vildi</w>
<w lemma="ég" type="fp1eo">mig</w>
<w lemma="út" type="aa">út</w>
<w lemma="leysa" type="sng">leysa</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="hafa" type="sfg3eþ">hafði</w>
<w lemma="kveða" type="ssg">kveðið</w>
<w lemma="um" type="ao">um</w>
<w lemma="stund" type="nveo">stund</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="brjóta" type="sþmhen">brotist</w>
<w lemma="á" type="ao">á</w>
<w lemma="hurð" type="nveog">hurðina</w>
<w lemma="og" type="c">og</w>
<w lemma="kalla" type="sþghen">kallað</w>
<w lemma="að" type="c">að</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="láta" type="sng">láta</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg2en">Skaltu</w>
<w lemma="og" type="c">og</w>
<w lemma="verða" type="sng">verða</w>
<w lemma="þú" type="fp2eo">þig</w>
<w lemma="við" type="ao">við</w>
<w lemma="að" type="cn">að</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="um" type="ao">um</w>
<w lemma="sá" type="faheo">það</w>
<w lemma="mál" type="nheo">mál</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="geta" type="sfg2en">getur</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="af" type="aþ">af</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="fær" type="lhensf">fært</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="svg3eþ">Skyldi</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="opinn" type="lkensf">opinn</w>
<w lemma="standa" type="sng">standa</w>
<w lemma="ef" type="c">ef</w>
<w lemma="skjótt" type="aa">skjótt</w>
<w lemma="þurfa" type="svg3eþ">þyrfti</w>
<w lemma="til" type="ae">til</w>
<w lemma="að" type="cn">að</w>
<w lemma="taka" type="sng">taka</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="«" type="«">«</w>
<w lemma="skulu" type="sfg2en">Skaltu</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="allur" type="fohen">allt</w>
<w lemma="það" type="fphen">það</w>
<w lemma="eiga" type="sng">eiga</w>
<w lemma="undanfærsla" type="nveo">undanfærslu</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="vilja" type="sfg1en">vil</w>
<w lemma="með" type="aþ">með</w>
<w lemma="enginn" type="foheþ">engu</w>
<w lemma="mót" type="nheþ">móti</w>
<w lemma="þessi" type="faveo">þessa</w>
<w lemma="svívirðing" type="nven">svívirðing</w>
<w lemma="hafa" type="sng">hafa</w>
<w lemma="óbættur" type="lveosf">óbætta</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="«" type="«">«</w>
<w lemma="ei" type="nkengs">Einn</w>
<w lemma="vegur" type="nkeo">veg</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="það" type="fphee">þess</w>
<w lemma="synja" type="sng">synja</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3en">segir</w>
<w lemma="bóndi" type="nken">bóndi</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="að" type="c">að</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="hafa" type="svg2en">hafir</w>
<w lemma="eiga" type="svg3en">eigi</w>
<w lemma="gefa" type="ssg">gefið</w>
<w lemma="góss" type="nheo">góss</w>
<w lemma="vyrkja" type="ssg">vort</w>
<w lemma="né" type="c">né</w>
<w lemma="grípa" type="svg3eþ">gripi</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="húnn" type="nken-s">Hún</w>
<w lemma="svara" type="sfg3en">svarar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="sá" type="fakeo">Þann</w>
<w lemma="tími" type="nkeo">tíma</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="færa" type="sfm1en">færist</w>
<w lemma="undan" type="aa">undan</w>
<w lemma="skulu" type="sfg1en">skal</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="einn" type="tfkeo">einn</w>
<w lemma="vegur" type="nkeo">veg</w>
<w lemma="hrinda" type="sng">hrinda</w>
<w lemma="af" type="aþ">af</w>
<w lemma="ég" type="fp1eþ">mér</w>
<w lemma="allur" type="fokfþ">öllum</w>
<w lemma="sá" type="favfþ">þeim</w>
<w lemma="grein" type="nvfþ">greinum</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="hafa" type="sfg2en">hefir</w>
<w lemma="til" type="ae">til</w>
<w lemma="ég" type="fp1ee">mín</w>
<w lemma="að" type="cn">að</w>
<w lemma="tala" type="sng">tala</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="en" type="c">En</w>
<w lemma="hyggja" type="sfg1en">hygg</w>
<w lemma="að" type="c">að</w>
<w lemma="hvar" type="aa">hvar</w>
<w lemma="niður" type="aa">niður</w>
<w lemma="skulu" type="sfg3en">skal</w>
<w lemma="koma" type="sng">koma</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="eftir" type="aa">Eftir</w>
<w lemma="um" type="ao">um</w>
<w lemma="morgunn" type="nkeog">morguninn</w>
<w lemma="bjóða" type="sfg3eþ">bauð</w>
<w lemma="spes" type="lkeþof">Spes</w>
<w lemma="bóndi" type="nkeþ">bónda</w>
<w lemma="sinn" type="fekeþ">sínum</w>
<w lemma="að" type="c">að</w>
<w lemma="það" type="fphfn">þau</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="við" type="ao">við</w>
<w lemma="tala" type="ssm">talast</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="biskup" type="nkeþ">biskupi</w>
<w lemma="um" type="ao">um</w>
<w lemma="sinn" type="fehfo">sín</w>
<w lemma="mál" type="nhfo">mál</w>
<w lemma="og" type="c">og</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="það" type="fphee">þess</w>
<w lemma="albúinn" type="lkensf">albúinn</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="»" type="»">»</w>
<w lemma="vera" type="sfg3eþ">Var</w>
<w lemma="hún" type="fpveþ">henni</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="nefna" type="sþgken">nefndur</w>
<w lemma="eiður" type="nken">eiður</w>
<w lemma="og" type="c">og</w>
<w lemma="ákveðinn" type="lkensf">ákveðinn</w>
<w lemma="dagur" type="nken">dagur</w>
<w lemma="til" type="ae">til</w>
<w lemma="að" type="c">að</w>
<w lemma="fram" type="aa">fram</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="koma" type="sng">koma</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="líða" type="sfg3eþ">leið</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="dagur" type="nken">dagur</w>
<w lemma="og" type="c">og</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="til" type="aa">til</w>
<w lemma="sá" type="faken">sá</w>
<w lemma="dagur" type="nken">dagur</w>
<w lemma="koma" type="sfg3eþ">kom</w>
<w lemma="sem" type="c">sem</w>
<w lemma="spes" type="nken-s">Spes</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="vinna" type="sng">vinna</w>
<w lemma="eiður" type="nkeog">eiðinn</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="allur" type="fokfn">Allir</w>
<w lemma="þykja" type="sfm3fþ">þóttust</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="skulu" type="svg2eþ">skyldir</w>
<w lemma="vera" type="sng">vera</w>
<w lemma="að" type="cn">að</w>
<w lemma="fagna" type="sng">fagna</w>
<w lemma="hún" type="fpveþ">henni</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="kunna" type="sfg3fþ">kunnu</w>
<w lemma="og" type="c">og</w>
<w lemma="biðja" type="sfg3fþ">báðu</w>
<w lemma="hún" type="fpveþ">henni</w>
<w lemma="góður" type="lheesf">góðs</w>
<w lemma="fyrir" type="ao">fyrir</w>
<w lemma="það" type="fpheo">það</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="hún" type="fpven">hún</w>
<w lemma="hafa" type="sfg3eþ">hafði</w>
<w lemma="það" type="fphfþ">þeim</w>
<w lemma="oft" type="aa">oft</w>
<w lemma="vel" type="aa">vel</w>
<w lemma="við" type="ao">við</w>
<w lemma="hjálpa" type="ssg">hjálpað</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="og" type="c">Og</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="sem" type="c">sem</w>
<w lemma="þessi" type="faken">þessi</w>
<w lemma="hinn" type="gken">hinn</w>
<w lemma="mikill" type="lkenvf">mikli</w>
<w lemma="stafkarl" type="nken">stafkarl</w>
<w lemma="sjá" type="sfg3eþ">sá</w>
<w lemma="húsfrú" type="nveog">húsfrúna</w>
<pc>,</pc>
<w lemma="að" type="c">að</w>
<w lemma="hún" type="fpven">hún</w>
<w lemma="vera" type="sfg3eþ">var</w>
<w lemma="vel" type="aam">betur</w>
<w lemma="búinn" type="lvensf">búin</w>
<w lemma="en" type="c">en</w>
<w lemma="annar" type="fovfn">aðrar</w>
<w lemma="kona" type="nvfn">konur</w>
<pc>,</pc>
<w lemma="mæla" type="sfg3eþ">mælti</w>
<w lemma="hann" type="fpken">hann</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="til" type="ae">til</w>
<w lemma="hún" type="fpvee">hennar</w>
<pc>:</pc>
<w lemma="«" type="«">«</w>
<w lemma="góður" type="lvenvf">Góða</w>
<w lemma="húsfreyja" type="nven">húsfreyja</w>
<pc>,</pc>
<w lemma="»" type="»">»</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hann" type="fpken">hann</w>
<pc>,</pc>
<w lemma="«" type="«">«</w>
<w lemma="haf" type="nheo">haf</w>
<w lemma="til" type="ae">til</w>
<w lemma="lítillæti" type="nhen">lítillæti</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="bera" type="svg1en">beri</w>
<w lemma="þú" type="fp2eo">þig</w>
<w lemma="yfir" type="ao">yfir</w>
<w lemma="fen" type="nheo">fen</w>
<w lemma="þessi" type="fahen">þetta</w>
<w lemma="það" type="fpheþ">því</w>
<w lemma="að" type="c">að</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="vera" type="sfg1fn">erum</w>
<w lemma="skulu" type="svg2eþ">skyldir</w>
<w lemma="til" type="aa">til</w>
<pc>,</pc>
<w lemma="stafkarl" type="nkfn">stafkarlar</w>
<pc>,</pc>
<w lemma="að" type="cn">að</w>
<w lemma="þjóna" type="sng">þjóna</w>
<w lemma="þú" type="fp2eþ">þér</w>
<w lemma="sá" type="faheo">það</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1fn">vér</w>
<w lemma="kvinna" type="sfg1fþ">kunnum</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hún" type="fpven">Hún</w>
<w lemma="biðja" type="sfg3eþ">bað</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="herða" type="sng">herða</w>
<w lemma="sig" type="fpkeo">sig</w>
<w lemma="«" type="«">«</w>
<w lemma="og" type="c">og</w>
<w lemma="skulu" type="sfg2en">skaltu</w>
<w lemma="aldrei" type="aa">aldrei</w>
<w lemma="verri" type="lveþvm">verri</w>
<w lemma="för" type="nveþ">för</w>
<w lemma="fara" type="ssg">farið</w>
<w lemma="hafa" type="sfg3fn">hafa</w>
<w lemma="en" type="c">en</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="ef" type="c">ef</w>
<w lemma="þú" type="fp2en">þú</w>
<w lemma="fellir" type="nken">fellir</w>
<w lemma="ég" type="fp1eo">mig</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="í" type="ao">í</w>
<w lemma="niður" type="aa">niður</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="mæla" type="sfg3fþ">Mæltu</w>
<w lemma="það" type="fphen">það</w>
<w lemma="margur" type="lkfnsf">margir</w>
<w lemma="að" type="c">að</w>
<w lemma="hún" type="fpven">hún</w>
<w lemma="munu" type="svg3eþ">mundi</w>
<w lemma="það" type="fphen">það</w>
<w lemma="sanna" type="sng">sanna</w>
<w lemma="sem" type="c">sem</w>
<w lemma="mæla" type="sþghen">mælt</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="að" type="c">að</w>
<w lemma="lítill" type="lhensf">lítið</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="í" type="aþ">í</w>
<w lemma="eiður" type="nkeþ">eiði</w>
<w lemma="ósærur" type="lhensf">ósært</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="hún" type="fpven">Hún</w>
<w lemma="kveða" type="sfm3en">kveðst</w>
<w lemma="það" type="fphen">það</w>
<w lemma="ætla" type="sng">ætla</w>
<w lemma="að" type="aþ">að</w>
<w lemma="vitrur" type="lkfþsf">vitrum</w>
<w lemma="maður" type="nkfþ">mönnum</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="líta" type="snm">lítast</w>
<w lemma="sem" type="c">sem</w>
<w lemma="þessi" type="fahen">þetta</w>
<w lemma="vera" type="svg3eþ">væri</w>
<w lemma="eigi" type="aa">eigi</w>
<w lemma="um" type="ao">um</w>
<w lemma="grunur" type="nkeo">grun</w>
<w lemma="gera" type="sþghen">gert</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="húnn" type="nken-s">Hún</w>
<w lemma="segja" type="sfg3eþ">sagði</w>
<w lemma="hann" type="fpkeo">hann</w>
<w lemma="skulu" type="svg3eþ">skyldi</w>
<w lemma="ráða" type="sng">ráða</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg2fn">Skuluð</w>
<w lemma="þú" type="fp2fn">þér</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="fyrir" type="aþ">fyrir</w>
<w lemma="allur" type="foheþ">öllu</w>
<w lemma="sjá" type="sng">sjá</w>
<w lemma="sá" type="faheþ">því</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="eiga" type="sfg1en">á</w>
<w lemma="hér" type="aa">hér</w>
<w lemma="allur" type="foheo">allt</w>
<w lemma="eftir" type="aa">eftir</w>
<w lemma="sem" type="c">sem</w>
<w lemma="ég" type="fp1en">eg</w>
<w lemma="munu" type="sfg1en">mun</w>
<w lemma="ekki" type="aa">ekki</w>
<w lemma="aftur" type="aa">aftur</w>
<w lemma="vitja" type="sng">vitja</w>
<w lemma="til" type="ae">til</w>
<w lemma="noregur" type="nkee-s">Noregs</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="taka" type="sfg3fþ">Tóku</w>
<w lemma="frændi" type="nkfn">frændur</w>
<w lemma="þorsteinn" type="nkee-s">Þorsteins</w>
<w lemma="sá" type="fakeo">þann</w>
<w lemma="helmingur" type="nkeo">helming</w>
<w lemma="er" type="c">er</w>
<w lemma="barn" type="nhfng">börnin</w>
<w lemma="skulu" type="svg3fþ">skyldu</w>
<w lemma="eiga" type="sng">eiga</w>
<w lemma="og" type="c">og</w>
<w lemma="fæða" type="sfm3fþ">fæddust</w>
<w lemma="það" type="fphfn">þau</w>
<w lemma="upp" type="aa">upp</w>
<w lemma="með" type="aþ">með</w>
<w lemma="föðurfrændur" type="nkfþ">föðurfrændum</w>
<w lemma="sinn" type="fekfþ">sínum</w>
<w lemma="og" type="c">og</w>
<w lemma="verða" type="sfg3fþ">urðu</w>
<w lemma="síðan" type="aa">síðan</w>
<w lemma="hinn" type="gkfn">hinir</w>
<w lemma="mikill" type="lkfnve">mestu</w>
<w lemma="þroskamaður" type="nkfn">þroskamenn</w>
<w lemma="og" type="c">og</w>
<w lemma="vera" type="sfg3en">er</w>
<w lemma="mikill" type="lvensf">mikil</w>
<w lemma="ætt" type="nven">ætt</w>
<w lemma="frá" type="aþ">frá</w>
<w lemma="hann" type="fpkfþ">þeim</w>
<w lemma="koma" type="sþgven">komin</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="í" type="aþ">í</w>
<w lemma="vík" type="nveþgs">Víkinni</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="skulu" type="sfg1fn">Skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="nú" type="aa">nú</w>
<w lemma="gera" type="sng">gera</w>
<w lemma="þá" type="aa">þá</w>
<w lemma="endalykt" type="nveo">endalykt</w>
<w lemma="okkar" type="nhee">okkars</w>
<w lemma="líf" type="nhee">lífs</w>
<w lemma="að" type="aþ">að</w>
<w lemma="góður" type="lkfþsf">góðum</w>
<w lemma="maður" type="nkfþ">mönnum</w>
<w lemma="vera" type="svg3en">sé</w>
<w lemma="þar" type="aa">þar</w>
<w lemma="eftir" type="aa">eftir</w>
<w lemma="líkjandi" type="nkeo">líkjanda</w>
<pc>.</pc>
</s>
</quote>
</cit>
<cit>
<quote>
<s>
<w lemma="nú" type="aa">Nú</w>
<w lemma="skulu" type="sfg1fn">skulum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="kaupa" type="sng">kaupa</w>
<w lemma="að" type="aþ">að</w>
<w lemma="sá" type="fakfþ">þeim</w>
<w lemma="maður" type="nkfþ">mönnum</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="hagur" type="nkfn">hagir</w>
<w lemma="vera" type="sfg3fn">eru</w>
<w lemma="á" type="aþ">á</w>
<w lemma="steinsmíð(i)" type="nveo">steinsmíði</w>
<w lemma="að" type="c">að</w>
<w lemma="hann" type="fpkfn">þeir</w>
<w lemma="gera" type="svg3fn">geri</w>
<w lemma="sinn" type="fekeo">sinn</w>
<w lemma="steinn" type="nkeo">stein</w>
<w lemma="hvor" type="foheþ">hvoru</w>
<w lemma="okkra" type="sfg3fþ">okkru</w>
<w lemma="og" type="c">og</w>
<w lemma="mæta" type="sfg1fþ">mættum</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="svo" type="aa">svo</w>
<w lemma="bæta" type="sng">bæta</w>
<w lemma="sá" type="faheo">það</w>
<w lemma="sem" type="ct">sem</w>
<w lemma="ég" type="fp1fn">við</w>
<w lemma="hafa" type="sfg1fn">höfum</w>
<w lemma="brjóta" type="ssg">brotið</w>
<w lemma="við" type="ao">við</w>
<w lemma="guð" type="nkeo">guð</w>
<pc>.</pc>
</s>
</quote>
</cit>
</entry>
</body>
</text>
</TEI>
| 49.01572 | 144 | 0.359704 |
a9756a29ba59402fe08a980d44910d4c870c72ae | 5,265 | csproj | XML | Bindings.iOS/Bindings.iOS.csproj | MKuckert/bindings | 6b80a60684087c2205d0935f7fe38ff3f0417489 | [
"MS-PL"
] | null | null | null | Bindings.iOS/Bindings.iOS.csproj | MKuckert/bindings | 6b80a60684087c2205d0935f7fe38ff3f0417489 | [
"MS-PL"
] | null | null | null | Bindings.iOS/Bindings.iOS.csproj | MKuckert/bindings | 6b80a60684087c2205d0935f7fe38ff3f0417489 | [
"MS-PL"
] | 2 | 2021-07-13T03:54:24.000Z | 2021-08-23T14:48:22.000Z | <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{438501D5-C249-453B-97C6-104180F7420A}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Bindings.iOS</RootNamespace>
<AssemblyName>Bindings.iOS</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
<IOSDebuggerPort>28434</IOSDebuggerPort>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchVerbosity>
</MtouchVerbosity>
<MtouchLink>
</MtouchLink>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity>
</MtouchVerbosity>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Binding\IosBindingBuilder.cs" />
<Compile Include="Binding\IosPropertyBinding.cs" />
<Compile Include="Binding\IosPropertyBindingExtensions.cs" />
<Compile Include="Binding\Target\BaseUiDatePickerTargetBinding.cs" />
<Compile Include="Binding\Target\BaseUiViewVisibleTargetBinding.cs" />
<Compile Include="Binding\Target\UiActivityIndicatorViewHiddenTargetBinding.cs" />
<Compile Include="Binding\Target\UiBarButtonItemTargetBinding.cs" />
<Compile Include="Binding\Target\UiButtonTitleTargetBinding.cs" />
<Compile Include="Binding\Target\UiControlTargetBinding.cs" />
<Compile Include="Binding\Target\UiDatePickerCountDownDurationTargetBinding.cs" />
<Compile Include="Binding\Target\UiDatePickerDateTargetBinding.cs" />
<Compile Include="Binding\Target\UiDatePickerMinMaxTargetBinding.cs" />
<Compile Include="Binding\Target\UiDatePickerTimeTargetBinding.cs" />
<Compile Include="Binding\Target\UiLabelTextTargetBinding.cs" />
<Compile Include="Binding\Target\UiPageControlCurrentPageTargetBinding.cs" />
<Compile Include="Binding\Target\UiSearchBarTextTargetBinding.cs" />
<Compile Include="Binding\Target\UiSegmentedControlSelectedSegmentTargetBinding.cs" />
<Compile Include="Binding\Target\UiSliderValueTargetBinding.cs" />
<Compile Include="Binding\Target\UiStepperValueTargetBinding.cs" />
<Compile Include="Binding\Target\UiSwitchOnTargetBinding.cs" />
<Compile Include="Binding\Target\UiTextFieldShouldReturnTargetBinding.cs" />
<Compile Include="Binding\Target\UiTextFieldTextFocusTargetBinding.cs" />
<Compile Include="Binding\Target\UiTextFieldTextTargetBinding.cs" />
<Compile Include="Binding\Target\UiTextViewTextTargetBinding.cs" />
<Compile Include="Binding\Target\UiViewHiddenTargetBinding.cs" />
<Compile Include="Binding\Target\UiViewLayerBorderWidthTargetBinding.cs" />
<Compile Include="Binding\Target\UiViewTapTargetBinding.cs" />
<Compile Include="Binding\Target\UiViewVisibleTargetBinding.cs" />
<Compile Include="Binding\ValueConverters\UnifiedTypesValueConverter.cs" />
<Compile Include="Binding\Views\Gestures\BehaviourExtensions.cs" />
<Compile Include="Binding\Views\Gestures\GestureRecognizerBehavior.cs" />
<Compile Include="Binding\Views\Gestures\SwipeGestureRecognizerBehaviour.cs" />
<Compile Include="Binding\Views\Gestures\TapGestureRecognizerBehaviour.cs" />
<Compile Include="IosDateTimeExtensions.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bindings.Core\Bindings.Core.csproj">
<Project>{76C2A70D-E1CA-41EB-95B0-B4034D79DD6E}</Project>
<Name>Bindings.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project> | 53.72449 | 119 | 0.739791 |
1e9d760325badcab3265b1d477b557b3a3481929 | 9,692 | xsd | XML | data/xml/Schemas/2007/02/01/ReportOfDischarge.xsd | glasdam/edifact_converter | cf9d20e052f3fdda36850b5825f193d9417aada7 | [
"MIT"
] | 2 | 2016-10-03T10:06:07.000Z | 2021-12-07T12:43:06.000Z | data/xml/Schemas/2007/02/01/ReportOfDischarge.xsd | glasdam/edifact_converter | cf9d20e052f3fdda36850b5825f193d9417aada7 | [
"MIT"
] | null | null | null | data/xml/Schemas/2007/02/01/ReportOfDischarge.xsd | glasdam/edifact_converter | cf9d20e052f3fdda36850b5825f193d9417aada7 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://rep.oio.dk/sundcom.dk/medcom.dk/xml/schemas/2007/02/01/" xmlns:dkcc="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" xmlns:cpr="http://rep.oio.dk/cpr.dk/xml/schemas/core/2002/06/28/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://rep.oio.dk/sundcom.dk/medcom.dk/xml/schemas/2007/02/01/" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="GeneralElements.xsd"/>
<xs:include schemaLocation="Reference.xsd"/>
<xs:include schemaLocation="LetterType.xsd"/>
<xs:include schemaLocation="Receiver.xsd"/>
<xs:include schemaLocation="CCReceiver.xsd"/>
<xs:include schemaLocation="Patient.xsd"/>
<xs:element name="ReportOfDischarge" type="ReportOfDischargeType">
<xs:annotation>
<xs:documentation>Udskrivningsrapport</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="ReportOfDischargeType">
<xs:annotation>
<xs:documentation>Definition af en udskrivningsrapport</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Letter" type="ReportOfDischargeLetterType">
<xs:annotation>
<xs:documentation>Kan betragtes som et Letter element, som blot begrænses til VersionCode=XD1830C og TypeCode=XDIS18</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sender" type="ReportOfDischargeSenderType"/>
<xs:element ref="Receiver"/>
<xs:element ref="CCReceiver" minOccurs="0"/>
<xs:element name="Practitioner" type="ReportOfDischargePractitionerType" minOccurs="0"/>
<xs:element name="Patient" type="ReportOfDischargePatientType"/>
<xs:element name="Relatives" type="ReportOfDischargeRelativesType" minOccurs="0"/>
<xs:element name="Admission" type="DateTimeType" minOccurs="0"/>
<xs:element name="Discharge" type="DateTimeType" minOccurs="0"/>
<xs:element name="Treatments" type="ReportOfDischargeTreatmentsType" minOccurs="0"/>
<xs:element name="Diagnoses" type="ReportOfDischargeDiagnosesType" minOccurs="0"/>
<xs:element name="Auxiliaries" type="ReportOfDischargeAuxiliariesType" minOccurs="0"/>
<xs:element name="Medicine" type="ReportOfDischargeMedicineType" minOccurs="0"/>
<xs:element name="ClinicalInformation" type="FormattedTextType" minOccurs="0" maxOccurs="10"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportOfDischargeLetterType">
<xs:annotation>
<xs:documentation>Kan betragtes som en LetterType, som blot begrænses til VersionCode=XD1830C og TypeCode=XDIS18</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="LetterType">
<xs:sequence>
<xs:element name="Identifier" type="String_1_14"/>
<xs:element name="VersionCode">
<xs:simpleType>
<xs:restriction base="VersionCodeType">
<xs:pattern value="XD1830C"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="StatisticalCode" type="String_1_8"/>
<xs:element name="Authorisation" type="DateTimeType"/>
<xs:element name="TypeCode">
<xs:simpleType>
<xs:restriction base="TypeCodeType">
<xs:pattern value="XDIS18"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="StatusCode" type="StatusCodeType"/>
<xs:element name="EpisodeOfCareIdentifier" type="String_1_35" minOccurs="0"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="ReportOfDischargeSenderType">
<xs:sequence>
<xs:element ref="EANIdentifier"/>
<xs:element ref="Identifier"/>
<xs:element ref="IdentifierCode"/>
<xs:element ref="OrganisationName"/>
<xs:element ref="DepartmentName" minOccurs="0"/>
<xs:element ref="UnitName" minOccurs="0"/>
<xs:element ref="StreetName" minOccurs="0"/>
<xs:element ref="SuburbName" minOccurs="0"/>
<xs:element ref="DistrictName" minOccurs="0"/>
<xs:element ref="PostCodeIdentifier" minOccurs="0"/>
<xs:element ref="TelephoneSubscriberIdentifier" minOccurs="0"/>
<xs:element name="SignedBy" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element ref="Identifier" minOccurs="0"/>
<xs:element ref="IdentifierCode" minOccurs="0"/>
<xs:element name="PersonGivenName" type="String_1_35" minOccurs="1"/>
<xs:element name="PersonSurnameName" type="String_1_35" minOccurs="1"/>
<xs:element name="PersonTitle" type="String_1_35" minOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="MedicalSpecialityCode" minOccurs="0"/>
<xs:element name="ContactInformation" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:sequence>
<xs:element name="ContactNamePrimary" type="String_1_35" minOccurs="0" maxOccurs="1"/>
<xs:element name="ContactNameSecondary" type="String_1_35" minOccurs="0" maxOccurs="1"/>
<xs:element name="TelephoneSubscriberIdentifier" type="String_1_25" minOccurs="0" maxOccurs="1"/>
<xs:element name="TelefaxSubscriberIdentifier" type="String_1_25" minOccurs="0" maxOccurs="1"/>
<xs:element name="EmailAddressIdentifier" type="String_1_35" minOccurs="0" maxOccurs="1"/>
<xs:element name="ContactTimeText" type="String_1_35" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportOfDischargePractitionerType">
<xs:sequence>
<xs:element ref="Identifier"/>
<xs:element ref="IdentifierCode"/>
<xs:element name="PersonName" type="String_1_70" minOccurs="0"/>
<xs:element ref="TelephoneSubscriberIdentifier" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportOfDischargePatientType">
<xs:sequence>
<xs:choice>
<xs:element ref="CivilRegistrationNumber"/>
<xs:element ref="AlternativeIdentifier"/>
</xs:choice>
<xs:element ref="PersonSurnameName" minOccurs="1"/>
<xs:element ref="PersonGivenName" minOccurs="0"/>
<xs:element ref="StreetName" minOccurs="0"/>
<xs:element ref="SuburbName" minOccurs="0"/>
<xs:element ref="DistrictName" minOccurs="0"/>
<xs:element ref="PostCodeIdentifier" minOccurs="0"/>
<xs:element name="Occupation" type="String_1_25" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportOfDischargeRelativesType">
<xs:sequence>
<xs:element name="Relative" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:sequence>
<xs:element ref="RelationCode" minOccurs="0"/>
<xs:element ref="PersonSurnameName" minOccurs="0"/>
<xs:element ref="PersonGivenName" minOccurs="0"/>
<xs:element ref="StreetName" minOccurs="0"/>
<xs:element ref="SuburbName" minOccurs="0"/>
<xs:element ref="DistrictName" minOccurs="0"/>
<xs:element ref="PostCodeIdentifier" minOccurs="0"/>
<xs:element name="TelephoneSubscriber" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:sequence>
<xs:element name="TelephoneType" type="String_1_35" minOccurs="0"/>
<xs:element name="TelephoneNumber" type="String_1_35" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportOfDischargeDiagnosesType">
<xs:sequence>
<xs:element name="Diagnose" type="QualifiedDiagnoseType" minOccurs="0" maxOccurs="11"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportOfDischargeAuxiliariesType">
<xs:sequence>
<xs:element name="Auxiliary" minOccurs="0" maxOccurs="63">
<xs:complexType>
<xs:sequence>
<xs:element name="AuxiliaryCode" type="String_1_14" minOccurs="0"/>
<xs:element name="Identifier" type="String_1_3" minOccurs="0"/>
<xs:element name="IdentifierCode" type="String_1_3" minOccurs="0"/>
<xs:element name="AuxiliaryText" type="String_1_70" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Comment" type="FormattedTextType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportOfDischargeTreatmentsType">
<xs:sequence>
<xs:element name="Treatment" minOccurs="0" maxOccurs="28">
<xs:complexType>
<xs:sequence>
<xs:element name="TreatmentCode" type="String_1_14" minOccurs="0"/>
<xs:element name="Identifier" type="String_1_3" minOccurs="0"/>
<xs:element name="IdentifierCode" type="String_1_3" minOccurs="0"/>
<xs:element name="TreatmentText" type="String_1_70" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportOfDischargeMedicineType">
<xs:sequence>
<xs:element name="Drug" minOccurs="0" maxOccurs="28">
<xs:complexType>
<xs:sequence>
<xs:element name="NameOfDrug" type="String_1_35" minOccurs="0"/>
<xs:element name="DosageForm" type="String_1_35" minOccurs="0"/>
<xs:element name="DrugStrength" type="String_1_70" minOccurs="0"/>
<xs:element name="Dosage" type="String_1_70" minOccurs="0"/>
<xs:element name="Indication" type="String_1_70" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Comment" type="FormattedTextType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
| 45.28972 | 406 | 0.675815 |
8cf076c76117d41cc181b409571587c3599fac91 | 702 | xml | XML | lib/commonAPI/mediacapture/ext/platform/android/adds/res/layout/camera_port.xml | nhinze/rhodes | 3c7721c79e2934fdef93fd63f64a7e509a336586 | [
"MIT"
] | 6 | 2015-09-15T23:40:45.000Z | 2018-01-18T12:16:57.000Z | lib/commonAPI/mediacapture/ext/platform/android/adds/res/layout/camera_port.xml | nhinze/rhodes | 3c7721c79e2934fdef93fd63f64a7e509a336586 | [
"MIT"
] | 3 | 2016-01-18T19:48:12.000Z | 2017-02-02T07:15:26.000Z | lib/commonAPI/mediacapture/ext/platform/android/adds/res/layout/camera_port.xml | nhinze/rhodes | 3c7721c79e2934fdef93fd63f64a7e509a336586 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/camera"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<SurfaceView
android:id="@+id/previewSurface"
android:layout_width="match_parent"
android:layout_height="match_parent">
</SurfaceView>
<Button
android:id="@+id/cameraButton"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginBottom="25dp"
android:background="@drawable/camera_btn"
android:clickable="true" />
</FrameLayout>
| 29.25 | 71 | 0.730769 |
fc24fa8bb9e871ee500e74edc7bfad0dbe4d2b0a | 3,810 | xml | XML | core/pom.xml | isabella232/adobe-digital-design-templates-for-government | 9d640a371c05e29f9b13079a035c379908b1f883 | [
"Apache-2.0"
] | 20 | 2016-02-24T13:35:04.000Z | 2020-05-29T16:55:40.000Z | core/pom.xml | Adobe-Marketing-Cloud/adobe-digital-design-templates-for-government | 9d640a371c05e29f9b13079a035c379908b1f883 | [
"Apache-2.0"
] | 1 | 2021-02-23T13:23:28.000Z | 2021-02-23T13:23:28.000Z | core/pom.xml | isabella232/adobe-digital-design-templates-for-government | 9d640a371c05e29f9b13079a035c379908b1f883 | [
"Apache-2.0"
] | 9 | 2016-02-24T14:01:58.000Z | 2021-05-19T01:07:17.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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>gov.eighteenf.cq</groupId>
<version>1.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>cq-core</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>18F AEM --> PARENT --> CORE</name>
<description>An OSGi Bundle containing the backend CQ service implementations for 18F</description>
<properties>
<!-- inherited -->
</properties>
<dependencies>
<!-- inherited from parent POM ..\parent\pom.xml -->
</dependencies>
<build>
<plugins>
<!-- enforces java 7 and proper maven version -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<message>Project must be built with Maven 3.1 or higher</message>
<version>3.1</version>
</requireMavenVersion>
<requireJavaVersion>
<message>Project must be compiled with Java 8 or higher</message>
<version>1.7.0</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<!-- Maven SCR Plugin -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<configuration>
<scanClasses>true</scanClasses>
</configuration>
<executions>
<execution>
<id>generate-scr-scrdescriptor</id>
<goals>
<goal>scr</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- GMaven Plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<verbose>false</verbose>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<!-- Maven Bundle Plugin -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Name>18F AEM Core</Bundle-Name>
<Bundle-Description>An OSGi Bundle containing the backend AEM
service implementations for 18F</Bundle-Description>
<Bundle-SymbolicName>gov.eighteenf.cq</Bundle-SymbolicName>
<Export-Package>gov.eighteenf.cq.*</Export-Package>
<Sling-Model-Packages>gov.eighteenf.cq.comps</Sling-Model-Packages>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<!-- DEFAULT LocalHost Build to Author -->
<profile>
<id>4502</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>maven-sling-plugin</artifactId>
<version>2.1.0</version>
<executions>
<execution>
<id>install-bundle</id>
<goals>
<goal>install</goal>
</goals>
<configuration>
<slingUrl>http://localhost:4502/system/console/bundles</slingUrl>
<user>admin</user>
<password>admin</password>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<scm>
<url>https://github.com/Adobe-Marketing-Cloud/adobe-digital-design-templates-for-government</url>
</scm>
</project>
| 28.432836 | 104 | 0.636745 |
570d317719fbdf24c0a81ce63e8d7127ccd03673 | 2,822 | xml | XML | pom.xml | twillmott/pets4homes-alert | aa7bf55cd441e27b0c32f685976fa1f75b888dce | [
"Apache-2.0"
] | null | null | null | pom.xml | twillmott/pets4homes-alert | aa7bf55cd441e27b0c32f685976fa1f75b888dce | [
"Apache-2.0"
] | null | null | null | pom.xml | twillmott/pets4homes-alert | aa7bf55cd441e27b0c32f685976fa1f75b888dce | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.twillmott</groupId>
<artifactId>pets4homes-alert</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>pets4homes-alert</name>
<description>Find us a dog</description>
<properties>
<java.version>11</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-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</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>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_168</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
<build>
<finalName>pets4homes-alert</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
| 27.666667 | 104 | 0.702693 |
57888badf2268de0ce7d90088acb71eb7f9e74cb | 6,478 | kml | XML | public/map-sources/zip41647.kml | temass1997/lothub | 3d00a3c27c8c4708ed08ac9a166b15c421a60fe3 | [
"MIT"
] | null | null | null | public/map-sources/zip41647.kml | temass1997/lothub | 3d00a3c27c8c4708ed08ac9a166b15c421a60fe3 | [
"MIT"
] | 4 | 2020-10-06T14:58:11.000Z | 2021-05-11T04:14:34.000Z | public/map-sources/zip41647.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><at><openparen>41647<closeparen></name>
<visibility>1</visibility>
<description><center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ZCTA5CE10</th>
<td>41647</td>
</tr><tr bgcolor="">
<th>AFFGEOID10</th>
<td>8600000US41647</td>
</tr><tr bgcolor="#E3E3F3">
<th>GEOID10</th>
<td>41647</td>
</tr><tr bgcolor="">
<th>ALAND10</th>
<td>47891826</td>
</tr><tr bgcolor="#E3E3F3">
<th>AWATER10</th>
<td>11053</td>
</tr></table></center></description>
<styleUrl>#KMLStyler</styleUrl>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_cb_2016_us_zcta510_500k">
<SimpleData name="ZCTA5CE10">41647</SimpleData>
<SimpleData name="AFFGEOID10">8600000US41647</SimpleData>
<SimpleData name="GEOID10">41647</SimpleData>
<SimpleData name="ALAND10">47891826</SimpleData>
<SimpleData name="AWATER10">11053</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<altitudeMode>clampToGround</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>-82.775861,37.446491,0.0 -82.779073,37.441633,0.0 -82.773997,37.440859,0.0 -82.773962,37.440523,0.0 -82.7714,37.43909,0.0 -82.769351,37.436504,0.0 -82.770311,37.433848,0.0 -82.769649,37.432415,0.0 -82.771016,37.430473,0.0 -82.767303,37.429792,0.0 -82.767931,37.427657,0.0 -82.766276,37.426457,0.0 -82.764204,37.426046,0.0 -82.764351,37.42775,0.0 -82.762511,37.429746,0.0 -82.734914,37.429134,0.0 -82.733053,37.430613,0.0 -82.730337,37.430072,0.0 -82.729172,37.429626,0.0 -82.726647,37.424787,0.0 -82.724946,37.423014,0.0 -82.726034,37.42022,0.0 -82.727099,37.41984,0.0 -82.729116,37.416702,0.0 -82.728867,37.415082,0.0 -82.721921,37.40903,0.0 -82.720576,37.408196,0.0 -82.716983,37.418687,0.0 -82.714414,37.417302,0.0 -82.712201,37.41248,0.0 -82.711165,37.408374,0.0 -82.711565,37.406665,0.0 -82.710107,37.404963,0.0 -82.707919,37.403865,0.0 -82.707069,37.401453,0.0 -82.704404,37.398218,0.0 -82.704628,37.395049,0.0 -82.703404,37.392839,0.0 -82.701098,37.390983,0.0 -82.698123,37.389699,0.0 -82.693895,37.391124,0.0 -82.691735,37.390841,0.0 -82.690583,37.388405,0.0 -82.685174,37.386284,0.0 -82.681914,37.387437,0.0 -82.679594,37.389836,0.0 -82.676944,37.393759,0.0 -82.675216,37.394489,0.0 -82.674332,37.39602,0.0 -82.674456,37.397673,0.0 -82.672536,37.400718,0.0 -82.668813,37.401009,0.0 -82.667872,37.401628,0.0 -82.667916,37.405161,0.0 -82.668937,37.406824,0.0 -82.671959,37.407725,0.0 -82.672472,37.408832,0.0 -82.671754,37.410556,0.0 -82.66801,37.413242,0.0 -82.669961,37.416569,0.0 -82.673106,37.41722,0.0 -82.676741,37.420921,0.0 -82.676906,37.422429,0.0 -82.678072,37.423335,0.0 -82.677379,37.4271,0.0 -82.680146,37.428823,0.0 -82.679911,37.431588,0.0 -82.678583,37.433086,0.0 -82.682187,37.434979,0.0 -82.683089,37.436368,0.0 -82.681616,37.438462,0.0 -82.681796,37.441204,0.0 -82.684047,37.443281,0.0 -82.685452,37.442881,0.0 -82.688356,37.443249,0.0 -82.690221,37.442728,0.0 -82.691518,37.443257,0.0 -82.691986,37.445353,0.0 -82.690156,37.448564,0.0 -82.687834,37.449075,0.0 -82.688785,37.449469,0.0 -82.686095,37.45489,0.0 -82.68801,37.455845,0.0 -82.692121,37.455127,0.0 -82.69491,37.456567,0.0 -82.700571,37.45444,0.0 -82.701868,37.455628,0.0 -82.701966,37.461104,0.0 -82.70559,37.461167,0.0 -82.709412,37.459576,0.0 -82.711753,37.464564,0.0 -82.711566,37.465943,0.0 -82.712918,37.469568,0.0 -82.716455,37.465975,0.0 -82.720384,37.465364,0.0 -82.723764,37.465651,0.0 -82.72765,37.465421,0.0 -82.733603,37.463417,0.0 -82.735172,37.464641,0.0 -82.735508,37.466077,0.0 -82.738857,37.466857,0.0 -82.744188,37.466391,0.0 -82.747557,37.469558,0.0 -82.749339,37.473756,0.0 -82.750598,37.473296,0.0 -82.751843,37.469482,0.0 -82.754359,37.470233,0.0 -82.753954,37.47385,0.0 -82.755214,37.473981,0.0 -82.771616,37.478639,0.0 -82.772303,37.477938,0.0 -82.770267,37.474949,0.0 -82.773285,37.472373,0.0 -82.77324,37.469091,0.0 -82.775076,37.4685,0.0 -82.772504,37.466129,0.0 -82.770604,37.465698,0.0 -82.765868,37.466008,0.0 -82.766604,37.465161,0.0 -82.767397,37.462112,0.0 -82.767753,37.458288,0.0 -82.77086,37.455413,0.0 -82.774546,37.454607,0.0 -82.776308,37.454999,0.0 -82.776133,37.453841,0.0 -82.778146,37.451627,0.0 -82.778087,37.44976,0.0 -82.77654,37.450099,0.0 -82.775667,37.449055,0.0 -82.775861,37.446491,0.0</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml> | 71.977778 | 3,262 | 0.674282 |
1a11773934b9f393e6a2475c05d54941b69d350e | 16,304 | launch | XML | pepper-lib/pepperInteractive.launch | korpling/pepper | 3bf595f1a8c95ff0c503a366c0ed612972f45dc9 | [
"Apache-2.0"
] | 18 | 2015-01-16T12:09:51.000Z | 2020-12-14T14:28:34.000Z | pepper-lib/pepperInteractive.launch | korpling/pepper | 3bf595f1a8c95ff0c503a366c0ed612972f45dc9 | [
"Apache-2.0"
] | 103 | 2015-01-05T12:42:04.000Z | 2022-01-29T13:22:05.000Z | pepper-lib/pepperInteractive.launch | korpling/pepper | 3bf595f1a8c95ff0c503a366c0ed612972f45dc9 | [
"Apache-2.0"
] | 6 | 2015-07-22T13:55:05.000Z | 2018-03-10T13:10:29.000Z | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/pepper-lib/src/main/java/org/corpus_tools/pepper/cli/PepperStarter.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <sourceLookupDirector> <sourceContainers duplicates="false"> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepper-framework&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepper-lib&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepper-newModule&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-ANNISModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-CoNLLModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-CoraXMLModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-ElanModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-FALKOModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-GateApiModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-GATEModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-GenericXMLModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-GrAFModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-GraphAnnoModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-MergingModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-MMAX2Modules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-ModuleBox&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-nlpModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-PAULAModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-PerseusModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-PTBModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-RSTModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-SaltInfoModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-SpreadsheetModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-TCFModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-TEIModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;classpathContainer path=&quot;org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.classpathContainer"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;classpathContainer path=&quot;org.eclipse.pde.core.requiredPlugins&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.classpathContainer"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-TigerModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-ToolboxModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-TreetaggerModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-TueBaDZModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-UAMModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;PlainTextModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;salt-api&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;salt-doc&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;salt-extensions&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;javaProject name=&quot;pepperModules-EXMARaLDAModules&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;classpathContainer path=&quot;org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER&quot;/&gt;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.classpathContainer"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;folder nest=&quot;false&quot; path=&quot;/ANNISModules/src/main/java&quot;/&gt;&#10;" typeId="org.eclipse.debug.core.containerType.folder"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;default/&gt;&#10;" typeId="org.eclipse.debug.core.containerType.default"/> </sourceContainers> </sourceLookupDirector> "/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" path="1" type="4"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="pepper-lib" type="1"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" path="3" type="4"/> "/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.corpus_tools.pepper.cli.PepperStarter"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="pepper-lib"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dlogback.configurationFile=./conf/logback.xml"/>
</launchConfiguration>
| 582.285714 | 13,783 | 0.752085 |
b4b8bfb180b4ec02d7462c478a85ab5b359832ca | 8,052 | xml | XML | XiaoShiZi/src/main/res/layout/activity_parent_info.xml | hailongfeng/XiaoShiZi | 264f94156f9fa1d85d599f10a7ff39a9796a7d9a | [
"Apache-2.0"
] | null | null | null | XiaoShiZi/src/main/res/layout/activity_parent_info.xml | hailongfeng/XiaoShiZi | 264f94156f9fa1d85d599f10a7ff39a9796a7d9a | [
"Apache-2.0"
] | null | null | null | XiaoShiZi/src/main/res/layout/activity_parent_info.xml | hailongfeng/XiaoShiZi | 264f94156f9fa1d85d599f10a7ff39a9796a7d9a | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
style="@style/activity_page"
android:background="@color/white"
tools:context=".activity.BindingStudentActivity">
<RelativeLayout
style="@style/topbar_bg"
android:background="@color/transparent">
<ImageButton style="@style/xsz_topbar_return_img" />
<TextView
style="@style/topbar_title"
android:layout_centerHorizontal="true"
android:text="重要联系人" />
</RelativeLayout>
<View style="@style/divider_horizontal_1px" />
<ScrollView style="@style/match_match">
<FrameLayout
android:paddingTop="20dp"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="60dp"
android:layout_marginBottom="100dp"
app:cardBackgroundColor="@color/white"
app:cardCornerRadius="8dp"
app:cardElevation="5dp">
<LinearLayout
style="@style/ll_vertical_match_match"
android:layout_marginTop="90dp"
>
<LinearLayout
android:id="@+id/ll_parent_phone"
style="@style/content_item_white">
<TextView
style="@style/content_item_lf_tv"
android:layout_width="80dp"
android:text="联系电话" />
<TextView
android:id="@+id/txt_parent_phone"
style="@style/content_item_lf_tv"
android:layout_weight="1"
android:gravity="right|center_vertical"
android:paddingRight="10dp" />
</LinearLayout>
<View style="@style/divider_horizontal_1px" />
<LinearLayout
android:id="@+id/ll_parent_area"
style="@style/content_item_white">
<TextView
style="@style/content_item_lf_tv"
android:layout_width="80dp"
android:text="所在地" />
<TextView
android:id="@+id/txt_parent_area"
style="@style/content_item_lf_tv"
android:layout_width="match_parent"
android:gravity="right"
android:text="" />
</LinearLayout>
<View style="@style/divider_horizontal_1px" />
<LinearLayout
android:id="@+id/ll_parent_work_address"
style="@style/content_item_white">
<TextView
style="@style/content_item_lf_tv"
android:layout_width="80dp"
android:text="工作地址" />
<TextView
android:id="@+id/txt_work_address"
style="@style/content_item_lf_tv"
android:layout_width="match_parent"
android:gravity="right"
android:text="" />
</LinearLayout>
<View style="@style/divider_horizontal_1px" />
<LinearLayout
android:id="@+id/ll_parent_home_address"
style="@style/content_item_white">
<TextView
style="@style/content_item_lf_tv"
android:layout_width="80dp"
android:text="家庭地址" />
<TextView
android:id="@+id/txt_parent_home_address"
style="@style/content_item_lf_tv"
android:layout_width="match_parent"
android:gravity="right"
android:text="" />
</LinearLayout>
<View style="@style/divider_horizontal_1px" />
<LinearLayout
android:id="@+id/ll_parent_email"
style="@style/content_item_white">
<TextView
style="@style/content_item_lf_tv"
android:layout_width="80dp"
android:text="电子邮箱" />
<TextView
android:id="@+id/txt_parent_email"
style="@style/content_item_lf_tv"
android:layout_width="match_parent"
android:gravity="right"
android:text="" />
</LinearLayout>
<View style="@style/divider_horizontal_1px" />
<LinearLayout
android:id="@+id/ll_parent_id_num"
style="@style/content_item_white">
<TextView
style="@style/content_item_lf_tv"
android:layout_width="80dp"
android:text="身份证号" />
<TextView
android:id="@+id/txt_parent_id_cardno"
style="@style/content_item_lf_tv"
android:layout_width="match_parent"
android:gravity="right"
android:text="" />
</LinearLayout><View style="@style/divider_horizontal_1px" />
<LinearLayout
android:id="@+id/ll_parent_guanxi"
style="@style/content_item_white">
<TextView
style="@style/content_item_lf_tv"
android:layout_width="80dp"
android:text="关系" />
<TextView
android:id="@+id/txt_parent_guanxi"
style="@style/content_item_lf_tv"
android:layout_width="match_parent"
android:gravity="right"
android:text="" />
</LinearLayout>
</LinearLayout>
</android.support.v7.widget.CardView>
<LinearLayout
android:elevation="9dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:gravity="center_horizontal"
android:background="@color/transparent"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/iv_parent_face"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_margin="10dp"
android:scaleType="fitXY"
android:src="@drawable/user_default"
app:riv_border_color="@color/white"
app:riv_border_width="1dp"
app:riv_oval="true" />
<TextView
android:id="@+id/txt_parent_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="姓名"
android:textSize="16sp" />
</LinearLayout>
</FrameLayout>
</ScrollView>
</LinearLayout> | 42.829787 | 77 | 0.476031 |
990fba3d14e33d7c57cf0f12b1d9b835895f0773 | 2,998 | xml | XML | test-output/2019-12-14-15-41/TestSuite/ChromeTestCases.xml | amosik/romanceabroad | 05fc73f2676f97345d29738f7b35054f86cf617e | [
"Apache-2.0"
] | null | null | null | test-output/2019-12-14-15-41/TestSuite/ChromeTestCases.xml | amosik/romanceabroad | 05fc73f2676f97345d29738f7b35054f86cf617e | [
"Apache-2.0"
] | null | null | null | test-output/2019-12-14-15-41/TestSuite/ChromeTestCases.xml | amosik/romanceabroad | 05fc73f2676f97345d29738f7b35054f86cf617e | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
<testsuite hostname="DESKTOP-1LS4O0S" ignored="0" name="ChromeTestCases" tests="24" failures="0" timestamp="2019-12-14T07:48:37 PST" time="420.738" errors="0">
<testcase name="joinForFreeButton3NegativeTestsEmail" time="0.438" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeButton3NegativeTestsPassword" time="0.462" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeButton3NegativeTestsPassword" time="0.576" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeButton3NegativeTestsPassword" time="0.461" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeButton3NegativeTestsPassword" time="0.474" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeButton3NegativeTestsPassword" time="0.505" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeButton3NegativeTestsPassword" time="0.521" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeNowButton1" time="8.129" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeNowButton1" time="8.046" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeNowButton1" time="3.332" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeNowButton2" time="7.853" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeNowButton2" time="7.924" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeNowButton2" time="7.755" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeNowButton2" time="7.666" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="joinForFreeNowButton2" time="8.335" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLink" time="6.193" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLink" time="5.948" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLinkNegativeEmail" time="6.261" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLinkNegativePassword" time="5.174" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLinkNegativePassword" time="5.701" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLinkNegativePassword" time="5.728" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLinkNegativePassword" time="6.235" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLinkNegativePassword" time="5.456" classname="com.romanceabroad.ui.RegistrationTests"/>
<testcase name="signInLinkNegativePassword" time="6.212" classname="com.romanceabroad.ui.RegistrationTests"/>
</testsuite> <!-- ChromeTestCases -->
| 103.37931 | 159 | 0.795197 |
446e3586b7e9ce4e12bb37a3a972e52339416037 | 2,746 | xml | XML | app/src/main/res/layout/fragment_add_note.xml | gzodx/Notey | b70cc26f86aa004d87b10560057005a551dd2a63 | [
"MIT"
] | 2 | 2019-09-11T09:43:47.000Z | 2021-03-04T12:50:41.000Z | app/src/main/res/layout/fragment_add_note.xml | gzodx/Notey | b70cc26f86aa004d87b10560057005a551dd2a63 | [
"MIT"
] | null | null | null | app/src/main/res/layout/fragment_add_note.xml | gzodx/Notey | b70cc26f86aa004d87b10560057005a551dd2a63 | [
"MIT"
] | 1 | 2020-02-13T16:24:42.000Z | 2020-02-13T16:24:42.000Z | <?xml version="1.0" encoding="utf-8"?>
<layout>
<data>
<variable
name="NoteViewModel"
type="com.freedom.notey.ui.NoteViewModel" />
</data>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_height="match_parent"
tools:context=".ui.AddNoteFragment">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/app_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:backgroundTint="@color/white"
app:elevation="0dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<include layout="@layout/toolbar" />
</com.google.android.material.appbar.AppBarLayout>
<EditText
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/app_bar"
android:layout_marginStart="14dp"
android:layout_marginTop="10dp"
android:layout_marginEnd="15dp"
android:layout_marginBottom="10dp"
android:background="@android:color/transparent"
android:hint="@string/title"
android:inputType="text|textCapSentences"
android:text="@={NoteViewModel.title}"
android:textSize="17dp" />
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/title"
android:layout_marginStart="15dp"
android:layout_marginEnd="15dp"
android:background="@android:color/transparent"
android:fontFamily="@font/manrope_regular"
android:gravity="top"
android:hint="@string/note"
android:inputType="textMultiLine"
android:text="@={NoteViewModel.note}" />
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>
</androidx.cardview.widget.CardView>
</RelativeLayout>
</layout> | 35.662338 | 78 | 0.619811 |
9610e0728419887f170738cee52123f112156dd0 | 1,280 | csproj | XML | BlogSystem/BlogSystem/BlogSystem.csproj | cheficha/TelerikAcademyAlpha | 096aa711cda8405be67588c2d8f39ad42cd00920 | [
"MIT"
] | null | null | null | BlogSystem/BlogSystem/BlogSystem.csproj | cheficha/TelerikAcademyAlpha | 096aa711cda8405be67588c2d8f39ad42cd00920 | [
"MIT"
] | null | null | null | BlogSystem/BlogSystem/BlogSystem.csproj | cheficha/TelerikAcademyAlpha | 096aa711cda8405be67588c2d8f39ad42cd00920 | [
"MIT"
] | null | null | null | <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<UserSecretsId>aspnet-BlogSystem-F46AB7A0-854A-43F3-ABB4-DA3333ED6132</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="6.2.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.3" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.1" />
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BlogSystem.Data.Models\BlogSystem.Data.Models.csproj" />
<ProjectReference Include="..\BlogSystem.Data\BlogSystem.Data.csproj" />
<ProjectReference Include="..\BlogSystem.Services.Data\BlogSystem.Services.Data.csproj" />
<ProjectReference Include="..\BlogSystem.Services.External\BlogSystem.Services.External.csproj" />
</ItemGroup>
</Project>
| 44.137931 | 119 | 0.753906 |
b4254c15194c0e6ec1bc21841082dd9b180badb7 | 1,140 | xml | XML | tests/fake_rss.xml | wbushey/site_bot | e06ede3f587772a1a59d47b057ca59772623f362 | [
"MIT"
] | 1 | 2019-10-27T13:13:12.000Z | 2019-10-27T13:13:12.000Z | tests/fake_rss.xml | wbushey/site_bot | e06ede3f587772a1a59d47b057ca59772623f362 | [
"MIT"
] | 10 | 2019-10-02T12:34:03.000Z | 2020-10-28T00:19:20.000Z | tests/fake_rss.xml | wbushey/site_bot | e06ede3f587772a1a59d47b057ca59772623f362 | [
"MIT"
] | 2 | 2019-10-06T23:12:49.000Z | 2019-10-22T23:22:09.000Z | <?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"><channel>
<title><![CDATA[Events - Test Group]]></title>
<link><![CDATA[http://www.meetup.com/testgroup/events/]]></link>
<description><![CDATA[Events - Test Group]]></description>
<copyright>Copyright 2002-2014 Meetup, Inc.</copyright>
<lastBuildDate>Thu, 26 Sep 2019 17:54:14 EDT</lastBuildDate>
<managingEditor>support@meetup.com (Meetup)</managingEditor>
<item>
<title><![CDATA[Title 1]]></title>
<guid isPermaLink="true">https://www.meetup.com/OpenTwinCities/events/abcdefg/</guid>
<description><![CDATA[<p><img style="float:left; margin-right:4px" src="" alt="photo" class="photo" />Title 1</p> <p><p>Description goes here</p></p> ]]></description>
<pubDate>Fri, 05 Jul 2019 12:20:36 EDT</pubDate>
</item>
<item>
<title><![CDATA[Title 2]]></title>
<guid isPermaLink="true">https://www.meetup.com/OpenTwinCities/events/123456/</guid>
<description><![CDATA[<p><img style="float:left; margin-right:4px" src="" alt="photo" class="photo" />Title 2</p> <p><p>Description goes here</p></p> ]]></description>
<pubDate>Sat, 24 Aug 2019 17:32:49 EDT</pubDate>
</item>
</channel></rss>
| 51.818182 | 167 | 0.69386 |
06bd3a338aecaa1a86991bfa732c0ddc3e887684 | 2,442 | csproj | XML | PryBase/es.efor.PryBase.MainGateway/es.efor.PryBase.MainGateway.csproj | vgdEfor/.NetCore | 0bc2074cdeaf361f9aec8fbea2f9f99bca63dee0 | [
"MIT"
] | null | null | null | PryBase/es.efor.PryBase.MainGateway/es.efor.PryBase.MainGateway.csproj | vgdEfor/.NetCore | 0bc2074cdeaf361f9aec8fbea2f9f99bca63dee0 | [
"MIT"
] | null | null | null | PryBase/es.efor.PryBase.MainGateway/es.efor.PryBase.MainGateway.csproj | vgdEfor/.NetCore | 0bc2074cdeaf361f9aec8fbea2f9f99bca63dee0 | [
"MIT"
] | null | null | null | <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup Label="Globals">
<SccProjectName>SAK</SccProjectName>
<SccProvider>SAK</SccProvider>
<SccAuxPath>SAK</SccAuxPath>
<SccLocalPath>SAK</SccLocalPath>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>01feaab7-35de-41b7-a3c8-4a08205ee82c</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<Deterministic>false</Deterministic>
<AssemblyVersion>1.0.0.*</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="5.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\es.efor.Auth\es.efor.Auth.csproj" />
<ProjectReference Include="..\es.efor.Logging.Serilog\es.efor.Logging.Serilog.csproj" />
<ProjectReference Include="..\es.efor.PryBase.Auth\es.efor.PryBase.Auth.csproj" />
<ProjectReference Include="..\es.efor.PryBase.Data.CodeFirst\es.efor.PryBase.Data.CodeFirst.csproj" />
<ProjectReference Include="..\es.efor.PryBase.Employees.Busisnes\es.efor.PryBase.Employees.Business.csproj" />
<ProjectReference Include="..\es.efor.PryBase.Imports.Business\es.efor.PryBase.Imports.Business.csproj" />
<ProjectReference Include="..\es.efor.PryBase.Users.Business\es.efor.PryBase.Users.Business.csproj" />
<ProjectReference Include="..\es.efor.Utilities.Database\es.efor.Utilities.Database.csproj" />
<ProjectReference Include="..\es.efor.Utilities.Swagger\es.efor.Utilities.Swagger.csproj" />
<ProjectReference Include="..\es.efor.Utilities.Web\es.efor.Utilities.Web.csproj" />
</ItemGroup>
</Project>
| 49.836735 | 114 | 0.748157 |
26282c98bcef9630799c948918dbaf1670a4b092 | 242 | xml | XML | app/src/main/res/values/colors.xml | alvayonara/OpenWeatherApps | 6e0deb68cad5cba72ac188fe116e61d8cc8fbdd8 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/values/colors.xml | alvayonara/OpenWeatherApps | 6e0deb68cad5cba72ac188fe116e61d8cc8fbdd8 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/values/colors.xml | alvayonara/OpenWeatherApps | 6e0deb68cad5cba72ac188fe116e61d8cc8fbdd8 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#FFFFFFFF</color>
<color name="gradient_start">#f8acff</color>
<color name="gradient_end">#696eff</color>
<color name="gray">#66b5c6e0</color>
</resources> | 34.571429 | 48 | 0.665289 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.